Skip to content

Commit

Permalink
imp - Updated licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Aug 24, 2023
1 parent 9fb1f1a commit a5781d2
Show file tree
Hide file tree
Showing 40 changed files with 711 additions and 47 deletions.
20 changes: 19 additions & 1 deletion BassBoom.Basolia/BasoliaException.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using BassBoom.Native.Interop.Init;

// BassBoom Copyright (C) 2023 Aptivi
//
// This file is part of BassBoom
//
// BassBoom is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BassBoom is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using BassBoom.Native.Interop.Init;
using System;

namespace BassBoom.Basolia
Expand Down
20 changes: 19 additions & 1 deletion BassBoom.Basolia/BasoliaOutException.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using BassBoom.Native.Interop.Output;

// BassBoom Copyright (C) 2023 Aptivi
//
// This file is part of BassBoom
//
// BassBoom is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BassBoom is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using BassBoom.Native.Interop.Output;
using System;

namespace BassBoom.Basolia
Expand Down
20 changes: 19 additions & 1 deletion BassBoom.Basolia/Devices/DeviceTools.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using BassBoom.Native.Interop.Init;

// BassBoom Copyright (C) 2023 Aptivi
//
// This file is part of BassBoom
//
// BassBoom is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BassBoom is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using BassBoom.Native.Interop.Init;
using BassBoom.Native.Interop.Output;
using BassBoom.Native.Runtime;
using System.Collections.Generic;
Expand Down
20 changes: 19 additions & 1 deletion BassBoom.Basolia/File/FileTools.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using BassBoom.Native.Interop.Init;

// BassBoom Copyright (C) 2023 Aptivi
//
// This file is part of BassBoom
//
// BassBoom is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BassBoom is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using BassBoom.Native.Interop.Init;
using BassBoom.Native.Interop.Play;
using BassBoom.Native.Runtime;

Expand Down
20 changes: 19 additions & 1 deletion BassBoom.Basolia/Format/AudioInfoTools.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using BassBoom.Native.Runtime;

// BassBoom Copyright (C) 2023 Aptivi
//
// This file is part of BassBoom
//
// BassBoom is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BassBoom is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using BassBoom.Native.Runtime;
using BassBoom.Native.Interop.Analysis;
using BassBoom.Native.Interop.Play;
using System;
Expand Down
20 changes: 19 additions & 1 deletion BassBoom.Basolia/Format/FormatTools.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using BassBoom.Native.Runtime;

// BassBoom Copyright (C) 2023 Aptivi
//
// This file is part of BassBoom
//
// BassBoom is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BassBoom is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using BassBoom.Native.Runtime;
using BassBoom.Native.Interop.Analysis;
using BassBoom.Native.Interop.Play;
using System;
Expand Down
20 changes: 19 additions & 1 deletion BassBoom.Basolia/InitBasolia.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using BassBoom.Native.Interop.Init;

// BassBoom Copyright (C) 2023 Aptivi
//
// This file is part of BassBoom
//
// BassBoom is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BassBoom is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using BassBoom.Native.Interop.Init;
using BassBoom.Native.Runtime;

namespace BassBoom.Basolia
Expand Down
20 changes: 19 additions & 1 deletion BassBoom.Basolia/Playback/PlaybackTools.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using BassBoom.Basolia.File;

// BassBoom Copyright (C) 2023 Aptivi
//
// This file is part of BassBoom
//
// BassBoom is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BassBoom is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using BassBoom.Basolia.File;
using BassBoom.Basolia.Format;
using BassBoom.Native.Interop.Init;
using BassBoom.Native.Interop.Output;
Expand Down
20 changes: 19 additions & 1 deletion BassBoom.Desktop/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;

// BassBoom Copyright (C) 2023 Aptivi
//
// This file is part of BassBoom
//
// BassBoom is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BassBoom is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using System;

using Avalonia;
using Avalonia.ReactiveUI;
Expand Down
20 changes: 19 additions & 1 deletion BassBoom.Native/Exceptions/BasoliaNativeLibraryException.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using BassBoom.Native.Runtime;

// BassBoom Copyright (C) 2023 Aptivi
//
// This file is part of BassBoom
//
// BassBoom is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BassBoom is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using BassBoom.Native.Runtime;
using System;
using System.Runtime.Serialization;

Expand Down
20 changes: 19 additions & 1 deletion BassBoom.Native/Interop/Analysis/NativeFormats.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;

// BassBoom Copyright (C) 2023 Aptivi
//
// This file is part of BassBoom
//
// BassBoom is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BassBoom is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
Expand Down
20 changes: 19 additions & 1 deletion BassBoom.Native/Interop/Analysis/NativeMetadata.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;

// BassBoom Copyright (C) 2023 Aptivi
//
// This file is part of BassBoom
//
// BassBoom is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BassBoom is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
Expand Down
20 changes: 19 additions & 1 deletion BassBoom.Native/Interop/Analysis/NativeParameters.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;

// BassBoom Copyright (C) 2023 Aptivi
//
// This file is part of BassBoom
//
// BassBoom is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BassBoom is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
Expand Down
20 changes: 19 additions & 1 deletion BassBoom.Native/Interop/Analysis/NativeStatus.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;

// BassBoom Copyright (C) 2023 Aptivi
//
// This file is part of BassBoom
//
// BassBoom is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BassBoom is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
Expand Down
20 changes: 19 additions & 1 deletion BassBoom.Native/Interop/Init/NativeDecoder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;

// BassBoom Copyright (C) 2023 Aptivi
//
// This file is part of BassBoom
//
// BassBoom is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BassBoom is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
Expand Down
20 changes: 19 additions & 1 deletion BassBoom.Native/Interop/Init/NativeError.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
using System;

// BassBoom Copyright (C) 2023 Aptivi
//
// This file is part of BassBoom
//
// BassBoom is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// BassBoom is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
Expand Down
Loading

0 comments on commit a5781d2

Please sign in to comment.