From 0187f1268e3a0d577735bfe7d4083df1ffb9f0c7 Mon Sep 17 00:00:00 2001 From: Logic Date: Thu, 26 Apr 2018 19:39:37 +0100 Subject: [PATCH] Update copyright (#134) --- app/Commands/CreateAnnouncementCommand.php | 2 +- app/Commands/CreateShowSongCommand.php | 2 +- app/Commands/DeleteShowSongCommand.php | 2 +- app/Commands/RenameShowSongCommand.php | 2 +- app/Http/Controllers/Api/Web/AnnouncementsController.php | 2 +- app/Http/Controllers/Api/Web/ShowSongsController.php | 2 +- app/Http/Controllers/Api/Web/StatsController.php | 2 +- app/Http/Controllers/StatsController.php | 2 +- app/Jobs/DeleteShowSong.php | 2 +- app/Jobs/UpdateTagsForRenamedShowSong.php | 2 +- app/Library/Notifications/Drivers/NativeDriver.php | 2 +- app/Models/Announcement.php | 2 +- app/Models/Subscription.php | 2 +- public/offline.html | 2 +- public/service-worker.js | 2 +- public/styles/offline.css | 2 +- .../assets/scripts/app/controllers/admin-announcements.coffee | 2 +- .../assets/scripts/app/controllers/admin-classifier.coffee | 2 +- resources/assets/scripts/app/controllers/admin-tracks.coffee | 2 +- resources/assets/scripts/app/controllers/track-stats.coffee | 2 +- .../assets/scripts/app/directives/notification-list.coffee | 2 +- .../assets/scripts/app/directives/paged-tracks-list.coffee | 2 +- resources/assets/scripts/app/services/announcements.coffee | 2 +- resources/assets/scripts/app/services/notifications.coffee | 2 +- resources/assets/scripts/app/services/track-stats.coffee | 2 +- resources/views/pages/hwc-terms.blade.php | 2 +- resources/views/tracks/stats.blade.php | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/app/Commands/CreateAnnouncementCommand.php b/app/Commands/CreateAnnouncementCommand.php index 8ae614ab..86eb34c8 100644 --- a/app/Commands/CreateAnnouncementCommand.php +++ b/app/Commands/CreateAnnouncementCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Josef Citrine + * Copyright (C) 2016 Logic * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/app/Commands/CreateShowSongCommand.php b/app/Commands/CreateShowSongCommand.php index 0e4bcb17..71139259 100644 --- a/app/Commands/CreateShowSongCommand.php +++ b/app/Commands/CreateShowSongCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Josef Citrine + * Copyright (C) 2016 Logic * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/app/Commands/DeleteShowSongCommand.php b/app/Commands/DeleteShowSongCommand.php index 36ef06c6..24a142be 100644 --- a/app/Commands/DeleteShowSongCommand.php +++ b/app/Commands/DeleteShowSongCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Josef Citrine + * Copyright (C) 2016 Logic * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/app/Commands/RenameShowSongCommand.php b/app/Commands/RenameShowSongCommand.php index 987b5329..b83f1285 100644 --- a/app/Commands/RenameShowSongCommand.php +++ b/app/Commands/RenameShowSongCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Josef Citrine + * Copyright (C) 2016 Logic * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/app/Http/Controllers/Api/Web/AnnouncementsController.php b/app/Http/Controllers/Api/Web/AnnouncementsController.php index 0ab43b9e..46a92ba5 100644 --- a/app/Http/Controllers/Api/Web/AnnouncementsController.php +++ b/app/Http/Controllers/Api/Web/AnnouncementsController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Josef Citrine + * Copyright (C) 2016 Logic * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/app/Http/Controllers/Api/Web/ShowSongsController.php b/app/Http/Controllers/Api/Web/ShowSongsController.php index 68ac6a1d..01b7f779 100644 --- a/app/Http/Controllers/Api/Web/ShowSongsController.php +++ b/app/Http/Controllers/Api/Web/ShowSongsController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Josef Citrine + * Copyright (C) 2016 Logic * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/app/Http/Controllers/Api/Web/StatsController.php b/app/Http/Controllers/Api/Web/StatsController.php index 427c3280..e46e9786 100644 --- a/app/Http/Controllers/Api/Web/StatsController.php +++ b/app/Http/Controllers/Api/Web/StatsController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Josef Citrine + * Copyright (C) 2016 Logic * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/app/Http/Controllers/StatsController.php b/app/Http/Controllers/StatsController.php index 53863064..f831cd42 100644 --- a/app/Http/Controllers/StatsController.php +++ b/app/Http/Controllers/StatsController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Josef Citrine + * Copyright (C) 2016 Logic * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/app/Jobs/DeleteShowSong.php b/app/Jobs/DeleteShowSong.php index 364d88d0..40928a60 100644 --- a/app/Jobs/DeleteShowSong.php +++ b/app/Jobs/DeleteShowSong.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Josef Citrine + * Copyright (C) 2016 Logic * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/app/Jobs/UpdateTagsForRenamedShowSong.php b/app/Jobs/UpdateTagsForRenamedShowSong.php index cc511341..dc70d76b 100644 --- a/app/Jobs/UpdateTagsForRenamedShowSong.php +++ b/app/Jobs/UpdateTagsForRenamedShowSong.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Josef Citrine + * Copyright (C) 2016 Logic * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/app/Library/Notifications/Drivers/NativeDriver.php b/app/Library/Notifications/Drivers/NativeDriver.php index d17674c1..4c314276 100644 --- a/app/Library/Notifications/Drivers/NativeDriver.php +++ b/app/Library/Notifications/Drivers/NativeDriver.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Josef Citrine + * Copyright (C) 2016 Logic * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/app/Models/Announcement.php b/app/Models/Announcement.php index e83807dc..a0930f08 100644 --- a/app/Models/Announcement.php +++ b/app/Models/Announcement.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Josef Citrine + * Copyright (C) 2016 Logic * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/app/Models/Subscription.php b/app/Models/Subscription.php index 4c86f78f..b0032067 100644 --- a/app/Models/Subscription.php +++ b/app/Models/Subscription.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Josef Citrine + * Copyright (C) 2016 Logic * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/public/offline.html b/public/offline.html index 0961b769..3f251957 100644 --- a/public/offline.html +++ b/public/offline.html @@ -1,6 +1,6 @@