diff --git a/Ocarina2/Converter/AlbumArtConverter.cs b/Ocarina2/Converter/AlbumArtConverter.cs index a70454b..938e6a6 100644 --- a/Ocarina2/Converter/AlbumArtConverter.cs +++ b/Ocarina2/Converter/AlbumArtConverter.cs @@ -17,9 +17,8 @@ public class AlbumArtConverter:IValueConverter Copyright (C) 2023 Matyáš Caras This program 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. + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Ocarina2/Converter/SongMetadataConverter.cs b/Ocarina2/Converter/SongMetadataConverter.cs index d59204e..b2bcaad 100644 --- a/Ocarina2/Converter/SongMetadataConverter.cs +++ b/Ocarina2/Converter/SongMetadataConverter.cs @@ -13,9 +13,8 @@ public class SongMetadataConverter:IValueConverter Copyright (C) 2023 Matyáš Caras This program 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. + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Ocarina2/Models/Language.cs b/Ocarina2/Models/Language.cs index aa0d618..6254a4b 100644 --- a/Ocarina2/Models/Language.cs +++ b/Ocarina2/Models/Language.cs @@ -25,9 +25,8 @@ public class Language Copyright (C) 2023 Matyáš Caras This program 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. + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Ocarina2/Models/MusicFile.cs b/Ocarina2/Models/MusicFile.cs index d6dacd4..ea507f6 100644 --- a/Ocarina2/Models/MusicFile.cs +++ b/Ocarina2/Models/MusicFile.cs @@ -9,9 +9,8 @@ public class MusicFile Copyright (C) 2023 Matyáš Caras This program 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. + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Ocarina2/ViewModels/MainWindowViewModel.cs b/Ocarina2/ViewModels/MainWindowViewModel.cs index 07ce206..f22bccf 100644 --- a/Ocarina2/ViewModels/MainWindowViewModel.cs +++ b/Ocarina2/ViewModels/MainWindowViewModel.cs @@ -18,9 +18,8 @@ public class MainWindowViewModel : ViewModelBase Copyright (C) 2023 Matyáš Caras This program 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. + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Ocarina2/Views/MainWindow.axaml b/Ocarina2/Views/MainWindow.axaml index fbeca15..5014531 100644 --- a/Ocarina2/Views/MainWindow.axaml +++ b/Ocarina2/Views/MainWindow.axaml @@ -18,9 +18,8 @@ Copyright (C) 2023 Matyáš Caras This program 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. + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation,. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/README.md b/README.md index a54d966..810a768 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,21 @@ Very WIP ## Building Requires BASS library installed + +## License +``` + OCARINA2 Open-source music player and library manager + Copyright (C) 2023 Matyáš Caras + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation,. + + This program 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 . +``` \ No newline at end of file