From f28072881bb820fbae344ddb683da4c0e1e1a1ae Mon Sep 17 00:00:00 2001 From: apoorv569 Date: Sun, 18 Jul 2021 10:03:14 +0530 Subject: [PATCH] fixup! Add license header to all files, and bump version number to 0.8.4_alpha.1 --- meson.build | 2 +- src/App.cpp | 2 +- src/App.hpp | 2 +- src/ControlID_Enums.hpp | 2 +- src/Database.cpp | 2 +- src/Database.hpp | 2 +- src/MainFrame.cpp | 2 +- src/MainFrame.hpp | 2 +- src/Sample.cpp | 2 +- src/Sample.hpp | 2 +- src/Serialize.cpp | 2 +- src/Serialize.hpp | 2 +- src/SettingsDialog.cpp | 2 +- src/SettingsDialog.hpp | 2 +- src/TagEditorDialog.cpp | 2 +- src/TagEditorDialog.hpp | 2 +- src/Tags.cpp | 2 +- src/Tags.hpp | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/meson.build b/meson.build index f5bb822..8dcefff 100755 --- a/meson.build +++ b/meson.build @@ -9,7 +9,7 @@ # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, +# SampleHive 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. diff --git a/src/App.cpp b/src/App.cpp index 370731f..bc5d224 100644 --- a/src/App.cpp +++ b/src/App.cpp @@ -9,7 +9,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * SampleHive 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. diff --git a/src/App.hpp b/src/App.hpp index 9ac8428..374f601 100644 --- a/src/App.hpp +++ b/src/App.hpp @@ -9,7 +9,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * SampleHive 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. diff --git a/src/ControlID_Enums.hpp b/src/ControlID_Enums.hpp index 93d66ab..efb11dd 100644 --- a/src/ControlID_Enums.hpp +++ b/src/ControlID_Enums.hpp @@ -9,7 +9,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * SampleHive 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. diff --git a/src/Database.cpp b/src/Database.cpp index ddf2489..fed9048 100644 --- a/src/Database.cpp +++ b/src/Database.cpp @@ -9,7 +9,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * SampleHive 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. diff --git a/src/Database.hpp b/src/Database.hpp index 59259ba..59fb834 100644 --- a/src/Database.hpp +++ b/src/Database.hpp @@ -9,7 +9,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * SampleHive 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. diff --git a/src/MainFrame.cpp b/src/MainFrame.cpp index a461b34..e4ac494 100644 --- a/src/MainFrame.cpp +++ b/src/MainFrame.cpp @@ -9,7 +9,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * SampleHive 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. diff --git a/src/MainFrame.hpp b/src/MainFrame.hpp index 7f188e6..8289e67 100644 --- a/src/MainFrame.hpp +++ b/src/MainFrame.hpp @@ -9,7 +9,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * SampleHive 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. diff --git a/src/Sample.cpp b/src/Sample.cpp index b7f3e3b..9ca753b 100644 --- a/src/Sample.cpp +++ b/src/Sample.cpp @@ -9,7 +9,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * SampleHive 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. diff --git a/src/Sample.hpp b/src/Sample.hpp index b02bc5f..9e00834 100644 --- a/src/Sample.hpp +++ b/src/Sample.hpp @@ -9,7 +9,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * SampleHive 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. diff --git a/src/Serialize.cpp b/src/Serialize.cpp index eb9da89..8c1386f 100644 --- a/src/Serialize.cpp +++ b/src/Serialize.cpp @@ -9,7 +9,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * SampleHive 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. diff --git a/src/Serialize.hpp b/src/Serialize.hpp index 41edb68..20ed427 100644 --- a/src/Serialize.hpp +++ b/src/Serialize.hpp @@ -9,7 +9,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * SampleHive 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. diff --git a/src/SettingsDialog.cpp b/src/SettingsDialog.cpp index 40a06c1..dc1aab0 100644 --- a/src/SettingsDialog.cpp +++ b/src/SettingsDialog.cpp @@ -9,7 +9,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * SampleHive 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. diff --git a/src/SettingsDialog.hpp b/src/SettingsDialog.hpp index 80a6dcd..c05313a 100644 --- a/src/SettingsDialog.hpp +++ b/src/SettingsDialog.hpp @@ -9,7 +9,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * SampleHive 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. diff --git a/src/TagEditorDialog.cpp b/src/TagEditorDialog.cpp index 988fd56..6641a98 100644 --- a/src/TagEditorDialog.cpp +++ b/src/TagEditorDialog.cpp @@ -9,7 +9,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * SampleHive 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. diff --git a/src/TagEditorDialog.hpp b/src/TagEditorDialog.hpp index 7c00edd..2c25aa1 100644 --- a/src/TagEditorDialog.hpp +++ b/src/TagEditorDialog.hpp @@ -9,7 +9,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * SampleHive 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. diff --git a/src/Tags.cpp b/src/Tags.cpp index af6411a..69089d9 100644 --- a/src/Tags.cpp +++ b/src/Tags.cpp @@ -9,7 +9,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * SampleHive 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. diff --git a/src/Tags.hpp b/src/Tags.hpp index 8fdc630..2c2f165 100644 --- a/src/Tags.hpp +++ b/src/Tags.hpp @@ -9,7 +9,7 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * SampleHive 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.