diff --git a/app/AlbumDownloader.php b/app/AlbumDownloader.php index c1829712..c171ff77 100644 --- a/app/AlbumDownloader.php +++ b/app/AlbumDownloader.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/AddTrackToPlaylistCommand.php b/app/Commands/AddTrackToPlaylistCommand.php index df556e8f..c6587426 100644 --- a/app/Commands/AddTrackToPlaylistCommand.php +++ b/app/Commands/AddTrackToPlaylistCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/CommandBase.php b/app/Commands/CommandBase.php index f3d67d35..15620695 100644 --- a/app/Commands/CommandBase.php +++ b/app/Commands/CommandBase.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/CommandResponse.php b/app/Commands/CommandResponse.php index 72e25ae5..bb35af07 100644 --- a/app/Commands/CommandResponse.php +++ b/app/Commands/CommandResponse.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/CreateAlbumCommand.php b/app/Commands/CreateAlbumCommand.php index a272435f..4b1bbd17 100644 --- a/app/Commands/CreateAlbumCommand.php +++ b/app/Commands/CreateAlbumCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/CreateCommentCommand.php b/app/Commands/CreateCommentCommand.php index d5892007..671c30e2 100644 --- a/app/Commands/CreateCommentCommand.php +++ b/app/Commands/CreateCommentCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/CreateGenreCommand.php b/app/Commands/CreateGenreCommand.php index 23e7d2df..cf36ad0f 100644 --- a/app/Commands/CreateGenreCommand.php +++ b/app/Commands/CreateGenreCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/CreatePlaylistCommand.php b/app/Commands/CreatePlaylistCommand.php index 6a6ef66e..53738598 100644 --- a/app/Commands/CreatePlaylistCommand.php +++ b/app/Commands/CreatePlaylistCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/CreateUserCommand.php b/app/Commands/CreateUserCommand.php index 9870a2cd..79a2823d 100644 --- a/app/Commands/CreateUserCommand.php +++ b/app/Commands/CreateUserCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/DeleteAlbumCommand.php b/app/Commands/DeleteAlbumCommand.php index 21349929..03483940 100644 --- a/app/Commands/DeleteAlbumCommand.php +++ b/app/Commands/DeleteAlbumCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/DeleteGenreCommand.php b/app/Commands/DeleteGenreCommand.php index 22023993..84f61c71 100644 --- a/app/Commands/DeleteGenreCommand.php +++ b/app/Commands/DeleteGenreCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/DeletePlaylistCommand.php b/app/Commands/DeletePlaylistCommand.php index 76582aa6..521aff82 100644 --- a/app/Commands/DeletePlaylistCommand.php +++ b/app/Commands/DeletePlaylistCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/DeleteTrackCommand.php b/app/Commands/DeleteTrackCommand.php index ce081331..5d86227a 100644 --- a/app/Commands/DeleteTrackCommand.php +++ b/app/Commands/DeleteTrackCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/EditAlbumCommand.php b/app/Commands/EditAlbumCommand.php index af5518c3..42e2c1be 100644 --- a/app/Commands/EditAlbumCommand.php +++ b/app/Commands/EditAlbumCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/EditPlaylistCommand.php b/app/Commands/EditPlaylistCommand.php index 877b88c6..08d6c02c 100644 --- a/app/Commands/EditPlaylistCommand.php +++ b/app/Commands/EditPlaylistCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/EditTrackCommand.php b/app/Commands/EditTrackCommand.php index 4c696dc0..edaefdb1 100644 --- a/app/Commands/EditTrackCommand.php +++ b/app/Commands/EditTrackCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/GenerateTrackFilesCommand.php b/app/Commands/GenerateTrackFilesCommand.php index 1c2a75ba..58eee391 100644 --- a/app/Commands/GenerateTrackFilesCommand.php +++ b/app/Commands/GenerateTrackFilesCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/MergeAccountsCommand.php b/app/Commands/MergeAccountsCommand.php index addd1aa4..a3bc8a24 100644 --- a/app/Commands/MergeAccountsCommand.php +++ b/app/Commands/MergeAccountsCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/ParseTrackTagsCommand.php b/app/Commands/ParseTrackTagsCommand.php index d2168c15..704690d0 100755 --- a/app/Commands/ParseTrackTagsCommand.php +++ b/app/Commands/ParseTrackTagsCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/RemoveTrackFromPlaylistCommand.php b/app/Commands/RemoveTrackFromPlaylistCommand.php index e47ff886..6b6934c7 100644 --- a/app/Commands/RemoveTrackFromPlaylistCommand.php +++ b/app/Commands/RemoveTrackFromPlaylistCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/RenameGenreCommand.php b/app/Commands/RenameGenreCommand.php index bb71aa9b..28c9935d 100644 --- a/app/Commands/RenameGenreCommand.php +++ b/app/Commands/RenameGenreCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/SaveAccountSettingsCommand.php b/app/Commands/SaveAccountSettingsCommand.php index 44504ac2..8e0cc7e9 100644 --- a/app/Commands/SaveAccountSettingsCommand.php +++ b/app/Commands/SaveAccountSettingsCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/ToggleFavouriteCommand.php b/app/Commands/ToggleFavouriteCommand.php index 1a29e727..d772d03a 100644 --- a/app/Commands/ToggleFavouriteCommand.php +++ b/app/Commands/ToggleFavouriteCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/ToggleFollowingCommand.php b/app/Commands/ToggleFollowingCommand.php index 60cd49ac..aa2a0bd8 100644 --- a/app/Commands/ToggleFollowingCommand.php +++ b/app/Commands/ToggleFollowingCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/UploadTrackCommand.php b/app/Commands/UploadTrackCommand.php index c93fc742..aa2f794f 100644 --- a/app/Commands/UploadTrackCommand.php +++ b/app/Commands/UploadTrackCommand.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Console/Commands/BootstrapLocalEnvironment.php b/app/Console/Commands/BootstrapLocalEnvironment.php index 8db39cd9..9ee588ce 100644 --- a/app/Console/Commands/BootstrapLocalEnvironment.php +++ b/app/Console/Commands/BootstrapLocalEnvironment.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Console/Commands/ClassifyMLPMA.php b/app/Console/Commands/ClassifyMLPMA.php index d6c9ef2b..92670c2c 100644 --- a/app/Console/Commands/ClassifyMLPMA.php +++ b/app/Console/Commands/ClassifyMLPMA.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Console/Commands/FixMLPMAImages.php b/app/Console/Commands/FixMLPMAImages.php index b354e800..23814efa 100644 --- a/app/Console/Commands/FixMLPMAImages.php +++ b/app/Console/Commands/FixMLPMAImages.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Console/Commands/MergeAccounts.php b/app/Console/Commands/MergeAccounts.php index 80f07f66..d1dd5630 100644 --- a/app/Console/Commands/MergeAccounts.php +++ b/app/Console/Commands/MergeAccounts.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Console/Commands/MigrateOldData.php b/app/Console/Commands/MigrateOldData.php index 864e0365..bb87f7cd 100644 --- a/app/Console/Commands/MigrateOldData.php +++ b/app/Console/Commands/MigrateOldData.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Console/Commands/PoniverseApiSetup.php b/app/Console/Commands/PoniverseApiSetup.php index 7ead9085..ddc18302 100644 --- a/app/Console/Commands/PoniverseApiSetup.php +++ b/app/Console/Commands/PoniverseApiSetup.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Console/Commands/RebuildArtists.php b/app/Console/Commands/RebuildArtists.php index 8a555535..c82a5374 100644 --- a/app/Console/Commands/RebuildArtists.php +++ b/app/Console/Commands/RebuildArtists.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Console/Commands/RebuildSearchIndex.php b/app/Console/Commands/RebuildSearchIndex.php index 550ac0d6..6530cc10 100644 --- a/app/Console/Commands/RebuildSearchIndex.php +++ b/app/Console/Commands/RebuildSearchIndex.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Console/Commands/RebuildTags.php b/app/Console/Commands/RebuildTags.php index a87a703d..c8dc2967 100644 --- a/app/Console/Commands/RebuildTags.php +++ b/app/Console/Commands/RebuildTags.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Console/Commands/RebuildTrack.php b/app/Console/Commands/RebuildTrack.php index 820bcd3b..18db645f 100644 --- a/app/Console/Commands/RebuildTrack.php +++ b/app/Console/Commands/RebuildTrack.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Console/Commands/RefreshCache.php b/app/Console/Commands/RefreshCache.php index b1eee3da..95ce4eda 100644 --- a/app/Console/Commands/RefreshCache.php +++ b/app/Console/Commands/RefreshCache.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Console/Commands/SyncPoniverseAccounts.php b/app/Console/Commands/SyncPoniverseAccounts.php index 1d9edbd4..204244dd 100644 --- a/app/Console/Commands/SyncPoniverseAccounts.php +++ b/app/Console/Commands/SyncPoniverseAccounts.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Console/Kernel.php b/app/Console/Kernel.php index 761ded7c..353d3847 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Contracts/Commentable.php b/app/Contracts/Commentable.php index ebfe391f..2644670b 100644 --- a/app/Contracts/Commentable.php +++ b/app/Contracts/Commentable.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Contracts/Favouritable.php b/app/Contracts/Favouritable.php index 1fad7ccb..753e4151 100644 --- a/app/Contracts/Favouritable.php +++ b/app/Contracts/Favouritable.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Contracts/GeneratesNotifications.php b/app/Contracts/GeneratesNotifications.php index ceb2f5de..007add1b 100644 --- a/app/Contracts/GeneratesNotifications.php +++ b/app/Contracts/GeneratesNotifications.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Contracts/NotificationHandler.php b/app/Contracts/NotificationHandler.php index 6feace47..4c096252 100644 --- a/app/Contracts/NotificationHandler.php +++ b/app/Contracts/NotificationHandler.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Contracts/Searchable.php b/app/Contracts/Searchable.php index 39764c75..219d1104 100644 --- a/app/Contracts/Searchable.php +++ b/app/Contracts/Searchable.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Exceptions/Handler.php b/app/Exceptions/Handler.php index 17f7da9f..a9638efc 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Exceptions/InvalidEncodeOptionsException.php b/app/Exceptions/InvalidEncodeOptionsException.php index a8611c13..0cbc31c2 100644 --- a/app/Exceptions/InvalidEncodeOptionsException.php +++ b/app/Exceptions/InvalidEncodeOptionsException.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Exceptions/TrackFileNotFoundException.php b/app/Exceptions/TrackFileNotFoundException.php index aac12fbb..b4b2bc80 100644 --- a/app/Exceptions/TrackFileNotFoundException.php +++ b/app/Exceptions/TrackFileNotFoundException.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Facades/Notification.php b/app/Facades/Notification.php index 11dd6d9d..7cda63af 100644 --- a/app/Facades/Notification.php +++ b/app/Facades/Notification.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/AccountController.php b/app/Http/Controllers/AccountController.php index fbbc1566..675a3a70 100644 --- a/app/Http/Controllers/AccountController.php +++ b/app/Http/Controllers/AccountController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/AdminController.php b/app/Http/Controllers/AdminController.php index c3c70505..84dd43ed 100644 --- a/app/Http/Controllers/AdminController.php +++ b/app/Http/Controllers/AdminController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/AlbumsController.php b/app/Http/Controllers/AlbumsController.php index c133728b..6c206ce3 100644 --- a/app/Http/Controllers/AlbumsController.php +++ b/app/Http/Controllers/AlbumsController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Mobile/TracksController.php b/app/Http/Controllers/Api/Mobile/TracksController.php index 9206291b..7dc522d3 100644 --- a/app/Http/Controllers/Api/Mobile/TracksController.php +++ b/app/Http/Controllers/Api/Mobile/TracksController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/V1/TracksController.php b/app/Http/Controllers/Api/V1/TracksController.php index 5a91658d..1714909a 100644 --- a/app/Http/Controllers/Api/V1/TracksController.php +++ b/app/Http/Controllers/Api/V1/TracksController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015-2017 Peter Deltchev + * Copyright (C) 2015-2017 Feld0 * * 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/AccountController.php b/app/Http/Controllers/Api/Web/AccountController.php index 4f20726d..e6511abb 100644 --- a/app/Http/Controllers/Api/Web/AccountController.php +++ b/app/Http/Controllers/Api/Web/AccountController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/AlbumsController.php b/app/Http/Controllers/Api/Web/AlbumsController.php index 1a894f03..80a5caad 100644 --- a/app/Http/Controllers/Api/Web/AlbumsController.php +++ b/app/Http/Controllers/Api/Web/AlbumsController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/ArtistsController.php b/app/Http/Controllers/Api/Web/ArtistsController.php index fad81d22..17fd9cd7 100644 --- a/app/Http/Controllers/Api/Web/ArtistsController.php +++ b/app/Http/Controllers/Api/Web/ArtistsController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/AuthController.php b/app/Http/Controllers/Api/Web/AuthController.php index 0d5b19e1..f5ab80a4 100644 --- a/app/Http/Controllers/Api/Web/AuthController.php +++ b/app/Http/Controllers/Api/Web/AuthController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/CommentsController.php b/app/Http/Controllers/Api/Web/CommentsController.php index 73f4f0ac..1749d272 100644 --- a/app/Http/Controllers/Api/Web/CommentsController.php +++ b/app/Http/Controllers/Api/Web/CommentsController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/DashboardController.php b/app/Http/Controllers/Api/Web/DashboardController.php index 8b6bf397..25d7ee76 100644 --- a/app/Http/Controllers/Api/Web/DashboardController.php +++ b/app/Http/Controllers/Api/Web/DashboardController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/FavouritesController.php b/app/Http/Controllers/Api/Web/FavouritesController.php index d50f127a..daee30ba 100644 --- a/app/Http/Controllers/Api/Web/FavouritesController.php +++ b/app/Http/Controllers/Api/Web/FavouritesController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/FollowController.php b/app/Http/Controllers/Api/Web/FollowController.php index be0c9809..5ea66dab 100644 --- a/app/Http/Controllers/Api/Web/FollowController.php +++ b/app/Http/Controllers/Api/Web/FollowController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/GenresController.php b/app/Http/Controllers/Api/Web/GenresController.php index 07c913ab..341a603a 100644 --- a/app/Http/Controllers/Api/Web/GenresController.php +++ b/app/Http/Controllers/Api/Web/GenresController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/ImagesController.php b/app/Http/Controllers/Api/Web/ImagesController.php index 390da1a4..512f2256 100644 --- a/app/Http/Controllers/Api/Web/ImagesController.php +++ b/app/Http/Controllers/Api/Web/ImagesController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/NotificationsController.php b/app/Http/Controllers/Api/Web/NotificationsController.php index 2af3c31b..d366b575 100644 --- a/app/Http/Controllers/Api/Web/NotificationsController.php +++ b/app/Http/Controllers/Api/Web/NotificationsController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/PlaylistsController.php b/app/Http/Controllers/Api/Web/PlaylistsController.php index 99c84db1..b3ba03c2 100644 --- a/app/Http/Controllers/Api/Web/PlaylistsController.php +++ b/app/Http/Controllers/Api/Web/PlaylistsController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/SearchController.php b/app/Http/Controllers/Api/Web/SearchController.php index d8f5921a..1bb5741a 100644 --- a/app/Http/Controllers/Api/Web/SearchController.php +++ b/app/Http/Controllers/Api/Web/SearchController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/TaxonomiesController.php b/app/Http/Controllers/Api/Web/TaxonomiesController.php index 9ff5b8f9..9079ad63 100644 --- a/app/Http/Controllers/Api/Web/TaxonomiesController.php +++ b/app/Http/Controllers/Api/Web/TaxonomiesController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/TracksController.php b/app/Http/Controllers/Api/Web/TracksController.php index ae07c300..27c617b4 100644 --- a/app/Http/Controllers/Api/Web/TracksController.php +++ b/app/Http/Controllers/Api/Web/TracksController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/ApiControllerBase.php b/app/Http/Controllers/ApiControllerBase.php index a80e301c..163791c5 100644 --- a/app/Http/Controllers/ApiControllerBase.php +++ b/app/Http/Controllers/ApiControllerBase.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/ArtistsController.php b/app/Http/Controllers/ArtistsController.php index 31f1325e..93053e2c 100644 --- a/app/Http/Controllers/ArtistsController.php +++ b/app/Http/Controllers/ArtistsController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/AuthController.php b/app/Http/Controllers/AuthController.php index f693e4ea..3f0c5a1b 100644 --- a/app/Http/Controllers/AuthController.php +++ b/app/Http/Controllers/AuthController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/ContentController.php b/app/Http/Controllers/ContentController.php index deb949d4..53d30053 100644 --- a/app/Http/Controllers/ContentController.php +++ b/app/Http/Controllers/ContentController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Controller.php b/app/Http/Controllers/Controller.php index 2491887c..1aa98532 100644 --- a/app/Http/Controllers/Controller.php +++ b/app/Http/Controllers/Controller.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/HomeController.php b/app/Http/Controllers/HomeController.php index f6f21169..4ae05911 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/ImagesController.php b/app/Http/Controllers/ImagesController.php index 6413e6c3..de2c7f44 100644 --- a/app/Http/Controllers/ImagesController.php +++ b/app/Http/Controllers/ImagesController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/NotificationsController.php b/app/Http/Controllers/NotificationsController.php index edfb118c..45592825 100644 --- a/app/Http/Controllers/NotificationsController.php +++ b/app/Http/Controllers/NotificationsController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/PlaylistsController.php b/app/Http/Controllers/PlaylistsController.php index 20b64ecc..31688759 100644 --- a/app/Http/Controllers/PlaylistsController.php +++ b/app/Http/Controllers/PlaylistsController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/TracksController.php b/app/Http/Controllers/TracksController.php index d7399a77..87236614 100644 --- a/app/Http/Controllers/TracksController.php +++ b/app/Http/Controllers/TracksController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/UploaderController.php b/app/Http/Controllers/UploaderController.php index 4608667c..166095de 100644 --- a/app/Http/Controllers/UploaderController.php +++ b/app/Http/Controllers/UploaderController.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Kernel.php b/app/Http/Kernel.php index 376125e8..a140d028 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php index af4575b7..ed8fccbe 100644 --- a/app/Http/Middleware/Authenticate.php +++ b/app/Http/Middleware/Authenticate.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Middleware/AuthenticateOAuth.php b/app/Http/Middleware/AuthenticateOAuth.php index a891113c..6b53f07c 100644 --- a/app/Http/Middleware/AuthenticateOAuth.php +++ b/app/Http/Middleware/AuthenticateOAuth.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Middleware/Authorize.php b/app/Http/Middleware/Authorize.php index 0ba2586e..b159af63 100644 --- a/app/Http/Middleware/Authorize.php +++ b/app/Http/Middleware/Authorize.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Middleware/DisabledAccountCheck.php b/app/Http/Middleware/DisabledAccountCheck.php index 63dff854..fa32c57b 100644 --- a/app/Http/Middleware/DisabledAccountCheck.php +++ b/app/Http/Middleware/DisabledAccountCheck.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Middleware/EncryptCookies.php b/app/Http/Middleware/EncryptCookies.php index dba0360d..ba84c5c2 100644 --- a/app/Http/Middleware/EncryptCookies.php +++ b/app/Http/Middleware/EncryptCookies.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Middleware/JsonExceptions.php b/app/Http/Middleware/JsonExceptions.php index d01244f3..b95da848 100644 --- a/app/Http/Middleware/JsonExceptions.php +++ b/app/Http/Middleware/JsonExceptions.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php index 0efea06c..70f0a7a9 100644 --- a/app/Http/Middleware/RedirectIfAuthenticated.php +++ b/app/Http/Middleware/RedirectIfAuthenticated.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Middleware/VerifyCsrfToken.php b/app/Http/Middleware/VerifyCsrfToken.php index d709365b..fd31df4d 100644 --- a/app/Http/Middleware/VerifyCsrfToken.php +++ b/app/Http/Middleware/VerifyCsrfToken.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Requests/Request.php b/app/Http/Requests/Request.php index 5088d002..7bdb888e 100644 --- a/app/Http/Requests/Request.php +++ b/app/Http/Requests/Request.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/DeleteGenre.php b/app/Jobs/DeleteGenre.php index 2c5bcd2f..988ec12b 100644 --- a/app/Jobs/DeleteGenre.php +++ b/app/Jobs/DeleteGenre.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/EncodeTrackFile.php b/app/Jobs/EncodeTrackFile.php index f609e133..ddfe6653 100644 --- a/app/Jobs/EncodeTrackFile.php +++ b/app/Jobs/EncodeTrackFile.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * Copyright (C) 2015 Kelvin Zhang * * This program is free software: you can redistribute it and/or modify diff --git a/app/Jobs/Job.php b/app/Jobs/Job.php index 2a0a779a..db1615bc 100644 --- a/app/Jobs/Job.php +++ b/app/Jobs/Job.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/SendNotifications.php b/app/Jobs/SendNotifications.php index d550f9d5..98f3ddf8 100644 --- a/app/Jobs/SendNotifications.php +++ b/app/Jobs/SendNotifications.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/UpdateSearchIndexForEntity.php b/app/Jobs/UpdateSearchIndexForEntity.php index ad25cbb0..9676a9a4 100644 --- a/app/Jobs/UpdateSearchIndexForEntity.php +++ b/app/Jobs/UpdateSearchIndexForEntity.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/UpdateTagsForRenamedGenre.php b/app/Jobs/UpdateTagsForRenamedGenre.php index 84ccbf10..18f02eef 100644 --- a/app/Jobs/UpdateTagsForRenamedGenre.php +++ b/app/Jobs/UpdateTagsForRenamedGenre.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Assets.php b/app/Library/Assets.php index e80f3915..5dad4301 100644 --- a/app/Library/Assets.php +++ b/app/Library/Assets.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/AudioCache.php b/app/Library/AudioCache.php index 77f29172..96c04801 100644 --- a/app/Library/AudioCache.php +++ b/app/Library/AudioCache.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/External.php b/app/Library/External.php index 25aaeea6..448dec37 100644 --- a/app/Library/External.php +++ b/app/Library/External.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Gravatar.php b/app/Library/Gravatar.php index 1b74532e..676d6ce1 100644 --- a/app/Library/Gravatar.php +++ b/app/Library/Gravatar.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Helpers.php b/app/Library/Helpers.php index b328d7ff..ca42257a 100644 --- a/app/Library/Helpers.php +++ b/app/Library/Helpers.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/AbstractDriver.php b/app/Library/Notifications/Drivers/AbstractDriver.php index 7b75d15f..126f7dac 100644 --- a/app/Library/Notifications/Drivers/AbstractDriver.php +++ b/app/Library/Notifications/Drivers/AbstractDriver.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/PonyfmDriver.php b/app/Library/Notifications/Drivers/PonyfmDriver.php index bc32174f..7670e552 100644 --- a/app/Library/Notifications/Drivers/PonyfmDriver.php +++ b/app/Library/Notifications/Drivers/PonyfmDriver.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/NotificationManager.php b/app/Library/Notifications/NotificationManager.php index aa06a0fa..ec692990 100644 --- a/app/Library/Notifications/NotificationManager.php +++ b/app/Library/Notifications/NotificationManager.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/RecipientFinder.php b/app/Library/Notifications/RecipientFinder.php index afacfbe6..4af10859 100644 --- a/app/Library/Notifications/RecipientFinder.php +++ b/app/Library/Notifications/RecipientFinder.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/PfmValidator.php b/app/Library/PfmValidator.php index 5635cba7..5974a896 100644 --- a/app/Library/PfmValidator.php +++ b/app/Library/PfmValidator.php @@ -3,7 +3,7 @@ use Illuminate\Support\Str; /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Search.php b/app/Library/Search.php index 19e95f70..a5c7fdfb 100644 --- a/app/Library/Search.php +++ b/app/Library/Search.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/SerializesModels.php b/app/Library/SerializesModels.php index bea36833..71272f1f 100644 --- a/app/Library/SerializesModels.php +++ b/app/Library/SerializesModels.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Mail/BaseNotification.php b/app/Mail/BaseNotification.php index 4d45e5d4..cb50a405 100644 --- a/app/Mail/BaseNotification.php +++ b/app/Mail/BaseNotification.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Mail/ContentFavourited.php b/app/Mail/ContentFavourited.php index 9ed21f17..f8966072 100644 --- a/app/Mail/ContentFavourited.php +++ b/app/Mail/ContentFavourited.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Mail/NewComment.php b/app/Mail/NewComment.php index 104578ab..ebac04bd 100644 --- a/app/Mail/NewComment.php +++ b/app/Mail/NewComment.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Mail/NewFollower.php b/app/Mail/NewFollower.php index f0c3f3b2..2ef18a27 100644 --- a/app/Mail/NewFollower.php +++ b/app/Mail/NewFollower.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Mail/NewPlaylist.php b/app/Mail/NewPlaylist.php index c865a494..dfd36f8c 100644 --- a/app/Mail/NewPlaylist.php +++ b/app/Mail/NewPlaylist.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Mail/NewTrack.php b/app/Mail/NewTrack.php index 6093541c..c4529db6 100644 --- a/app/Mail/NewTrack.php +++ b/app/Mail/NewTrack.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Activity.php b/app/Models/Activity.php index 1178bb5e..258e0b76 100644 --- a/app/Models/Activity.php +++ b/app/Models/Activity.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Album.php b/app/Models/Album.php index b77ed7b9..5be73676 100644 --- a/app/Models/Album.php +++ b/app/Models/Album.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Comment.php b/app/Models/Comment.php index 3e1c2508..cbfc65fb 100644 --- a/app/Models/Comment.php +++ b/app/Models/Comment.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Email.php b/app/Models/Email.php index 6b3c837f..433703d9 100644 --- a/app/Models/Email.php +++ b/app/Models/Email.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/EmailClick.php b/app/Models/EmailClick.php index acc81b8f..da58b7cf 100644 --- a/app/Models/EmailClick.php +++ b/app/Models/EmailClick.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/EmailSubscription.php b/app/Models/EmailSubscription.php index 6d4e3dff..2f594837 100644 --- a/app/Models/EmailSubscription.php +++ b/app/Models/EmailSubscription.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Favourite.php b/app/Models/Favourite.php index 7f62202a..2b9cc302 100644 --- a/app/Models/Favourite.php +++ b/app/Models/Favourite.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Follower.php b/app/Models/Follower.php index 9ececa94..89cb0d69 100644 --- a/app/Models/Follower.php +++ b/app/Models/Follower.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Genre.php b/app/Models/Genre.php index 2491da0f..ae88fbf6 100644 --- a/app/Models/Genre.php +++ b/app/Models/Genre.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Image.php b/app/Models/Image.php index 47ea02b3..76f00402 100644 --- a/app/Models/Image.php +++ b/app/Models/Image.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/License.php b/app/Models/License.php index 178c5fe8..5162df6e 100644 --- a/app/Models/License.php +++ b/app/Models/License.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Notification.php b/app/Models/Notification.php index ce0cf0df..952349cc 100644 --- a/app/Models/Notification.php +++ b/app/Models/Notification.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/PinnedPlaylist.php b/app/Models/PinnedPlaylist.php index 39e65e21..89875516 100644 --- a/app/Models/PinnedPlaylist.php +++ b/app/Models/PinnedPlaylist.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Playlist.php b/app/Models/Playlist.php index cd1986fe..805ea0b5 100644 --- a/app/Models/Playlist.php +++ b/app/Models/Playlist.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/ResourceLogItem.php b/app/Models/ResourceLogItem.php index 3299c3a7..e48a98b3 100644 --- a/app/Models/ResourceLogItem.php +++ b/app/Models/ResourceLogItem.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/ResourceUser.php b/app/Models/ResourceUser.php index b4670374..926bcd68 100644 --- a/app/Models/ResourceUser.php +++ b/app/Models/ResourceUser.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Role.php b/app/Models/Role.php index e06b40b8..a641780e 100644 --- a/app/Models/Role.php +++ b/app/Models/Role.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/ShowSong.php b/app/Models/ShowSong.php index bdd02774..b686231f 100644 --- a/app/Models/ShowSong.php +++ b/app/Models/ShowSong.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Track.php b/app/Models/Track.php index fa48452e..aa2f78c3 100644 --- a/app/Models/Track.php +++ b/app/Models/Track.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015-2017 Peter Deltchev + * Copyright (C) 2015-2017 Feld0 * * 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/TrackFile.php b/app/Models/TrackFile.php index 0e56306b..adae49bd 100644 --- a/app/Models/TrackFile.php +++ b/app/Models/TrackFile.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/TrackType.php b/app/Models/TrackType.php index 682e29ae..75e78f9f 100644 --- a/app/Models/TrackType.php +++ b/app/Models/TrackType.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/User.php b/app/Models/User.php index 2f7f93bb..51927e6e 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/PlaylistDownloader.php b/app/PlaylistDownloader.php index b348c68e..6716a467 100644 --- a/app/PlaylistDownloader.php +++ b/app/PlaylistDownloader.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Policies/AlbumPolicy.php b/app/Policies/AlbumPolicy.php index 473e44e6..3b8d545e 100644 --- a/app/Policies/AlbumPolicy.php +++ b/app/Policies/AlbumPolicy.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Policies/GenrePolicy.php b/app/Policies/GenrePolicy.php index 0a612ead..65b1c8d5 100644 --- a/app/Policies/GenrePolicy.php +++ b/app/Policies/GenrePolicy.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Policies/TrackPolicy.php b/app/Policies/TrackPolicy.php index e7fa8958..f6cae28b 100644 --- a/app/Policies/TrackPolicy.php +++ b/app/Policies/TrackPolicy.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Policies/UserPolicy.php b/app/Policies/UserPolicy.php index 443343cd..2f6a35f8 100644 --- a/app/Policies/UserPolicy.php +++ b/app/Policies/UserPolicy.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index f8e44143..7940fdf4 100644 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Providers/AuthServiceProvider.php b/app/Providers/AuthServiceProvider.php index 196e79e5..537dc51f 100644 --- a/app/Providers/AuthServiceProvider.php +++ b/app/Providers/AuthServiceProvider.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Providers/EventServiceProvider.php b/app/Providers/EventServiceProvider.php index ae1c43da..cd8d6d23 100644 --- a/app/Providers/EventServiceProvider.php +++ b/app/Providers/EventServiceProvider.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Providers/NotificationServiceProvider.php b/app/Providers/NotificationServiceProvider.php index 68aaf149..442cb5e1 100644 --- a/app/Providers/NotificationServiceProvider.php +++ b/app/Providers/NotificationServiceProvider.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Providers/RouteServiceProvider.php b/app/Providers/RouteServiceProvider.php index 4022d70b..2afed0ed 100644 --- a/app/Providers/RouteServiceProvider.php +++ b/app/Providers/RouteServiceProvider.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Traits/IndexedInElasticsearchTrait.php b/app/Traits/IndexedInElasticsearchTrait.php index 74b6cdb2..225cded2 100644 --- a/app/Traits/IndexedInElasticsearchTrait.php +++ b/app/Traits/IndexedInElasticsearchTrait.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/Traits/SlugTrait.php b/app/Traits/SlugTrait.php index f290324e..723a62fe 100644 --- a/app/Traits/SlugTrait.php +++ b/app/Traits/SlugTrait.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/Traits/TrackCollection.php b/app/Traits/TrackCollection.php index 351a05db..83072370 100644 --- a/app/Traits/TrackCollection.php +++ b/app/Traits/TrackCollection.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * Copyright (C) 2015 Kelvin Zhang * * This program is free software: you can redistribute it and/or modify diff --git a/bootstrap/app.php b/bootstrap/app.php index be80905d..2bba94a5 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/factories/ModelFactory.php b/database/factories/ModelFactory.php index 69b08a7e..6cfae92e 100644 --- a/database/factories/ModelFactory.php +++ b/database/factories/ModelFactory.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015-2017 Peter Deltchev + * Copyright (C) 2015-2017 Feld0 * * 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/database/legacy_migrations/2013_06_07_003952_create_users_table.php b/database/legacy_migrations/2013_06_07_003952_create_users_table.php index bca0e64b..3b1a5a94 100644 --- a/database/legacy_migrations/2013_06_07_003952_create_users_table.php +++ b/database/legacy_migrations/2013_06_07_003952_create_users_table.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2013_06_27_015259_create_tracks_table.php b/database/legacy_migrations/2013_06_27_015259_create_tracks_table.php index 5b95cc9a..bb9402dd 100644 --- a/database/legacy_migrations/2013_06_27_015259_create_tracks_table.php +++ b/database/legacy_migrations/2013_06_27_015259_create_tracks_table.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2013_07_26_230827_create_images_table.php b/database/legacy_migrations/2013_07_26_230827_create_images_table.php index b502091f..e320befe 100644 --- a/database/legacy_migrations/2013_07_26_230827_create_images_table.php +++ b/database/legacy_migrations/2013_07_26_230827_create_images_table.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2013_07_28_034328_create_songs_table.php b/database/legacy_migrations/2013_07_28_034328_create_songs_table.php index dc566495..a7ddd00d 100644 --- a/database/legacy_migrations/2013_07_28_034328_create_songs_table.php +++ b/database/legacy_migrations/2013_07_28_034328_create_songs_table.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2013_07_28_060804_create_albums.php b/database/legacy_migrations/2013_07_28_060804_create_albums.php index 77158d00..f6ee3174 100644 --- a/database/legacy_migrations/2013_07_28_060804_create_albums.php +++ b/database/legacy_migrations/2013_07_28_060804_create_albums.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2013_07_28_135136_create_playlists.php b/database/legacy_migrations/2013_07_28_135136_create_playlists.php index 372e41cd..a73b32f7 100644 --- a/database/legacy_migrations/2013_07_28_135136_create_playlists.php +++ b/database/legacy_migrations/2013_07_28_135136_create_playlists.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2013_08_01_051337_create_comments.php b/database/legacy_migrations/2013_08_01_051337_create_comments.php index d3173dad..fe236af2 100644 --- a/database/legacy_migrations/2013_08_01_051337_create_comments.php +++ b/database/legacy_migrations/2013_08_01_051337_create_comments.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2013_08_18_041928_create_user_tables.php b/database/legacy_migrations/2013_08_18_041928_create_user_tables.php index 6d782461..d0a2c8e5 100644 --- a/database/legacy_migrations/2013_08_18_041928_create_user_tables.php +++ b/database/legacy_migrations/2013_08_18_041928_create_user_tables.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2013_08_18_045248_create_favourites.php b/database/legacy_migrations/2013_08_18_045248_create_favourites.php index 0c3bbf19..a9e15b54 100644 --- a/database/legacy_migrations/2013_08_18_045248_create_favourites.php +++ b/database/legacy_migrations/2013_08_18_045248_create_favourites.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2013_08_29_025516_create_followers.php b/database/legacy_migrations/2013_08_29_025516_create_followers.php index d643beef..188c9ceb 100644 --- a/database/legacy_migrations/2013_08_29_025516_create_followers.php +++ b/database/legacy_migrations/2013_08_29_025516_create_followers.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2013_09_01_025031_oauth.php b/database/legacy_migrations/2013_09_01_025031_oauth.php index bacc4918..780ac208 100644 --- a/database/legacy_migrations/2013_09_01_025031_oauth.php +++ b/database/legacy_migrations/2013_09_01_025031_oauth.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2013_09_01_232520_create_news_table.php b/database/legacy_migrations/2013_09_01_232520_create_news_table.php index 4fb1606f..63e15ba9 100644 --- a/database/legacy_migrations/2013_09_01_232520_create_news_table.php +++ b/database/legacy_migrations/2013_09_01_232520_create_news_table.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2013_09_10_014644_create_latest_column.php b/database/legacy_migrations/2013_09_10_014644_create_latest_column.php index 3ff0a183..c41fbdce 100644 --- a/database/legacy_migrations/2013_09_10_014644_create_latest_column.php +++ b/database/legacy_migrations/2013_09_10_014644_create_latest_column.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2013_09_23_031316_create_track_hashes.php b/database/legacy_migrations/2013_09_23_031316_create_track_hashes.php index 13c87c28..175cae64 100644 --- a/database/legacy_migrations/2013_09_23_031316_create_track_hashes.php +++ b/database/legacy_migrations/2013_09_23_031316_create_track_hashes.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2013_09_24_055911_track_is_listed.php b/database/legacy_migrations/2013_09_24_055911_track_is_listed.php index fc6d6dbb..215295d7 100644 --- a/database/legacy_migrations/2013_09_24_055911_track_is_listed.php +++ b/database/legacy_migrations/2013_09_24_055911_track_is_listed.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2014_05_28_071738_update_track_hash.php b/database/legacy_migrations/2014_05_28_071738_update_track_hash.php index fd207ad1..5425e557 100644 --- a/database/legacy_migrations/2014_05_28_071738_update_track_hash.php +++ b/database/legacy_migrations/2014_05_28_071738_update_track_hash.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_04_30_064436_add_remember_me_field.php b/database/legacy_migrations/2015_04_30_064436_add_remember_me_field.php index 18bebed3..781b83bc 100644 --- a/database/legacy_migrations/2015_04_30_064436_add_remember_me_field.php +++ b/database/legacy_migrations/2015_04_30_064436_add_remember_me_field.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_05_20_155236_add_archived_profile_field.php b/database/legacy_migrations/2015_05_20_155236_add_archived_profile_field.php index 5140ae35..f8ca8a93 100644 --- a/database/legacy_migrations/2015_05_20_155236_add_archived_profile_field.php +++ b/database/legacy_migrations/2015_05_20_155236_add_archived_profile_field.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_05_25_011121_create_track_files_table.php b/database/legacy_migrations/2015_05_25_011121_create_track_files_table.php index 8f94cfc2..549c9466 100644 --- a/database/legacy_migrations/2015_05_25_011121_create_track_files_table.php +++ b/database/legacy_migrations/2015_05_25_011121_create_track_files_table.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_09_04_160648_make_email_nullable.php b/database/legacy_migrations/2015_09_04_160648_make_email_nullable.php index 0294ca4f..de26b8fc 100644 --- a/database/legacy_migrations/2015_09_04_160648_make_email_nullable.php +++ b/database/legacy_migrations/2015_09_04_160648_make_email_nullable.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_09_05_113647_add_new_indices.php b/database/legacy_migrations/2015_09_05_113647_add_new_indices.php index 850405f8..47fe7a11 100644 --- a/database/legacy_migrations/2015_09_05_113647_add_new_indices.php +++ b/database/legacy_migrations/2015_09_05_113647_add_new_indices.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_09_05_143300_create_mlpma_table.php b/database/legacy_migrations/2015_09_05_143300_create_mlpma_table.php index 244142fb..57539549 100644 --- a/database/legacy_migrations/2015_09_05_143300_create_mlpma_table.php +++ b/database/legacy_migrations/2015_09_05_143300_create_mlpma_table.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_09_12_225021_create_session_table.php b/database/legacy_migrations/2015_09_12_225021_create_session_table.php index 220913fa..2a336a57 100644 --- a/database/legacy_migrations/2015_09_12_225021_create_session_table.php +++ b/database/legacy_migrations/2015_09_12_225021_create_session_table.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_09_29_035228_AddAlphabeticalIndices.php b/database/legacy_migrations/2015_09_29_035228_AddAlphabeticalIndices.php index 2f0c9d29..5e293b5c 100644 --- a/database/legacy_migrations/2015_09_29_035228_AddAlphabeticalIndices.php +++ b/database/legacy_migrations/2015_09_29_035228_AddAlphabeticalIndices.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_10_26_192855_update_track_files_with_cache.php b/database/legacy_migrations/2015_10_26_192855_update_track_files_with_cache.php index 401cccf7..e848db6f 100644 --- a/database/legacy_migrations/2015_10_26_192855_update_track_files_with_cache.php +++ b/database/legacy_migrations/2015_10_26_192855_update_track_files_with_cache.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * Copyright (C) 2015 Kelvin Zhang * * This program is free software: you can redistribute it and/or modify diff --git a/database/legacy_migrations/2015_10_26_231224_AddTrackSourceColumn.php b/database/legacy_migrations/2015_10_26_231224_AddTrackSourceColumn.php index 3ca5d0cc..094057fd 100644 --- a/database/legacy_migrations/2015_10_26_231224_AddTrackSourceColumn.php +++ b/database/legacy_migrations/2015_10_26_231224_AddTrackSourceColumn.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_10_28_162655_AddTrackFilesForDeletedTracks.php b/database/legacy_migrations/2015_10_28_162655_AddTrackFilesForDeletedTracks.php index 8c98055a..119f35f2 100644 --- a/database/legacy_migrations/2015_10_28_162655_AddTrackFilesForDeletedTracks.php +++ b/database/legacy_migrations/2015_10_28_162655_AddTrackFilesForDeletedTracks.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_11_05_004145_AddUnclassifiedTrackType.php b/database/legacy_migrations/2015_11_05_004145_AddUnclassifiedTrackType.php index 52faafc7..b8adf4c1 100644 --- a/database/legacy_migrations/2015_11_05_004145_AddUnclassifiedTrackType.php +++ b/database/legacy_migrations/2015_11_05_004145_AddUnclassifiedTrackType.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_11_21_020332_RenameUsernameAndIndexIsArchived.php b/database/legacy_migrations/2015_11_21_020332_RenameUsernameAndIndexIsArchived.php index 5ebc550b..fd8deca0 100644 --- a/database/legacy_migrations/2015_11_21_020332_RenameUsernameAndIndexIsArchived.php +++ b/database/legacy_migrations/2015_11_21_020332_RenameUsernameAndIndexIsArchived.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_11_24_182326_AddDeletedAtColumnToGenres.php b/database/legacy_migrations/2015_11_24_182326_AddDeletedAtColumnToGenres.php index 63c8bbdd..8c65cc5d 100644 --- a/database/legacy_migrations/2015_11_24_182326_AddDeletedAtColumnToGenres.php +++ b/database/legacy_migrations/2015_11_24_182326_AddDeletedAtColumnToGenres.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_12_18_025953_convert_track_file_in_progress_to_status.php b/database/legacy_migrations/2015_12_18_025953_convert_track_file_in_progress_to_status.php index ff116691..f761b6da 100644 --- a/database/legacy_migrations/2015_12_18_025953_convert_track_file_in_progress_to_status.php +++ b/database/legacy_migrations/2015_12_18_025953_convert_track_file_in_progress_to_status.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_12_24_151903_add_sensible_defaults.php b/database/legacy_migrations/2015_12_24_151903_add_sensible_defaults.php index 20815839..3c01e6d9 100644 --- a/database/legacy_migrations/2015_12_24_151903_add_sensible_defaults.php +++ b/database/legacy_migrations/2015_12_24_151903_add_sensible_defaults.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_12_25_154727_add_more_defaults.php b/database/legacy_migrations/2015_12_25_154727_add_more_defaults.php index cb82f3f0..5fe875a8 100644 --- a/database/legacy_migrations/2015_12_25_154727_add_more_defaults.php +++ b/database/legacy_migrations/2015_12_25_154727_add_more_defaults.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_12_25_155223_add_metadata_columns.php b/database/legacy_migrations/2015_12_25_155223_add_metadata_columns.php index 620c87ad..a2f826af 100644 --- a/database/legacy_migrations/2015_12_25_155223_add_metadata_columns.php +++ b/database/legacy_migrations/2015_12_25_155223_add_metadata_columns.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2015_12_29_152005_add_account_disabled_column.php b/database/legacy_migrations/2015_12_29_152005_add_account_disabled_column.php index 347f9b79..e7a46b91 100644 --- a/database/legacy_migrations/2015_12_29_152005_add_account_disabled_column.php +++ b/database/legacy_migrations/2015_12_29_152005_add_account_disabled_column.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2016_01_01_001340_update_model_namespaces_in_revisions.php b/database/legacy_migrations/2016_01_01_001340_update_model_namespaces_in_revisions.php index eb47fa66..b10a3d00 100644 --- a/database/legacy_migrations/2016_01_01_001340_update_model_namespaces_in_revisions.php +++ b/database/legacy_migrations/2016_01_01_001340_update_model_namespaces_in_revisions.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/legacy_migrations/2016_01_06_123513_add_genre_timestamps.php b/database/legacy_migrations/2016_01_06_123513_add_genre_timestamps.php index 207e50b2..d9570079 100644 --- a/database/legacy_migrations/2016_01_06_123513_add_genre_timestamps.php +++ b/database/legacy_migrations/2016_01_06_123513_add_genre_timestamps.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/database/legacy_migrations/2016_01_14_021607_setup_elasticsearch.php b/database/legacy_migrations/2016_01_14_021607_setup_elasticsearch.php index 8b0eac0a..e1372e0e 100644 --- a/database/legacy_migrations/2016_01_14_021607_setup_elasticsearch.php +++ b/database/legacy_migrations/2016_01_14_021607_setup_elasticsearch.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/database/legacy_migrations/2016_01_23_062640_EnforceUniqueTracksInPlaylists.php b/database/legacy_migrations/2016_01_23_062640_EnforceUniqueTracksInPlaylists.php index bfc4ffe5..20e22d8b 100644 --- a/database/legacy_migrations/2016_01_23_062640_EnforceUniqueTracksInPlaylists.php +++ b/database/legacy_migrations/2016_01_23_062640_EnforceUniqueTracksInPlaylists.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/database/legacy_migrations/2016_04_06_152844_create_notifications_tables.php b/database/legacy_migrations/2016_04_06_152844_create_notifications_tables.php index 049daf13..285551b1 100644 --- a/database/legacy_migrations/2016_04_06_152844_create_notifications_tables.php +++ b/database/legacy_migrations/2016_04_06_152844_create_notifications_tables.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/database/legacy_migrations/2016_06_15_075023_fix_cache_table.php b/database/legacy_migrations/2016_06_15_075023_fix_cache_table.php index c2ef10f1..7a39c9a0 100644 --- a/database/legacy_migrations/2016_06_15_075023_fix_cache_table.php +++ b/database/legacy_migrations/2016_06_15_075023_fix_cache_table.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/database/legacy_migrations/2016_06_15_080045_fix_cache_table_2.php b/database/legacy_migrations/2016_06_15_080045_fix_cache_table_2.php index 107b9e93..acdbe799 100644 --- a/database/legacy_migrations/2016_06_15_080045_fix_cache_table_2.php +++ b/database/legacy_migrations/2016_06_15_080045_fix_cache_table_2.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/database/migrations/2016_07_10_000354_add_deleted_at_column_to_activities.php b/database/migrations/2016_07_10_000354_add_deleted_at_column_to_activities.php index ed990ad4..47f157c5 100644 --- a/database/migrations/2016_07_10_000354_add_deleted_at_column_to_activities.php +++ b/database/migrations/2016_07_10_000354_add_deleted_at_column_to_activities.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/database/migrations/2016_11_15_014829_create_email_notification_tables.php b/database/migrations/2016_11_15_014829_create_email_notification_tables.php index 0cd6c630..263d8197 100644 --- a/database/migrations/2016_11_15_014829_create_email_notification_tables.php +++ b/database/migrations/2016_11_15_014829_create_email_notification_tables.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/database/migrations/2016_12_24_133558_UpdateActivityDescriptions.php b/database/migrations/2016_12_24_133558_UpdateActivityDescriptions.php index 2958c86a..4748f6f9 100644 --- a/database/migrations/2016_12_24_133558_UpdateActivityDescriptions.php +++ b/database/migrations/2016_12_24_133558_UpdateActivityDescriptions.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/database/migrations/2016_12_30_193250_EnableEmailNotifications.php b/database/migrations/2016_12_30_193250_EnableEmailNotifications.php index 37362975..4c78e2ec 100644 --- a/database/migrations/2016_12_30_193250_EnableEmailNotifications.php +++ b/database/migrations/2016_12_30_193250_EnableEmailNotifications.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/database/seeds/DatabaseSeeder.php b/database/seeds/DatabaseSeeder.php index b8614eb3..7f781295 100644 --- a/database/seeds/DatabaseSeeder.php +++ b/database/seeds/DatabaseSeeder.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/seeds/GenreTableSeeder.php b/database/seeds/GenreTableSeeder.php index f75a359c..25b0e15e 100644 --- a/database/seeds/GenreTableSeeder.php +++ b/database/seeds/GenreTableSeeder.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/database/seeds/ShowSongTableSeeder.php b/database/seeds/ShowSongTableSeeder.php index c6325a03..8d54fd24 100644 --- a/database/seeds/ShowSongTableSeeder.php +++ b/database/seeds/ShowSongTableSeeder.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/gulpfile.js b/gulpfile.js index da586985..ca326b8f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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 @@ -43,7 +43,7 @@ var plumberOptions = { var licenseHeader = [ "/**", "* Pony.fm - A community for pony fan music.", - "* Copyright (C) 2016 Peter Deltchev and others", + "* Copyright (C) 2016 Feld0 and others", "*", "* 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/resources/assets/scripts/app/app.coffee b/resources/assets/scripts/app/app.coffee index 843a76b8..73b84aee 100644 --- a/resources/assets/scripts/app/app.coffee +++ b/resources/assets/scripts/app/app.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/account-albums-edit.coffee b/resources/assets/scripts/app/controllers/account-albums-edit.coffee index 29a93f6b..c1e83872 100644 --- a/resources/assets/scripts/app/controllers/account-albums-edit.coffee +++ b/resources/assets/scripts/app/controllers/account-albums-edit.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/account-albums.coffee b/resources/assets/scripts/app/controllers/account-albums.coffee index 0a8d53b1..cbca58bd 100644 --- a/resources/assets/scripts/app/controllers/account-albums.coffee +++ b/resources/assets/scripts/app/controllers/account-albums.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/account-playlists.coffee b/resources/assets/scripts/app/controllers/account-playlists.coffee index 7ec43e0f..38e61333 100644 --- a/resources/assets/scripts/app/controllers/account-playlists.coffee +++ b/resources/assets/scripts/app/controllers/account-playlists.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/account-settings.coffee b/resources/assets/scripts/app/controllers/account-settings.coffee index 6ca62b76..c2c4b679 100644 --- a/resources/assets/scripts/app/controllers/account-settings.coffee +++ b/resources/assets/scripts/app/controllers/account-settings.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/account-track.coffee b/resources/assets/scripts/app/controllers/account-track.coffee index 4c6b1782..6b5c536f 100644 --- a/resources/assets/scripts/app/controllers/account-track.coffee +++ b/resources/assets/scripts/app/controllers/account-track.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/account-tracks.coffee b/resources/assets/scripts/app/controllers/account-tracks.coffee index ac13ba34..a317d13b 100644 --- a/resources/assets/scripts/app/controllers/account-tracks.coffee +++ b/resources/assets/scripts/app/controllers/account-tracks.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/admin-genres.coffee b/resources/assets/scripts/app/controllers/admin-genres.coffee index 815b3562..9c0099ae 100644 --- a/resources/assets/scripts/app/controllers/admin-genres.coffee +++ b/resources/assets/scripts/app/controllers/admin-genres.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/admin-show-songs.coffee b/resources/assets/scripts/app/controllers/admin-show-songs.coffee index aa515039..0826e705 100644 --- a/resources/assets/scripts/app/controllers/admin-show-songs.coffee +++ b/resources/assets/scripts/app/controllers/admin-show-songs.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/admin-users.coffee b/resources/assets/scripts/app/controllers/admin-users.coffee index 77808894..92bbd598 100644 --- a/resources/assets/scripts/app/controllers/admin-users.coffee +++ b/resources/assets/scripts/app/controllers/admin-users.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2016 Peter Deltchev +# Copyright (C) 2016 Feld0 # # 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/resources/assets/scripts/app/controllers/album.coffee b/resources/assets/scripts/app/controllers/album.coffee index f59dfff1..a74e9c6d 100644 --- a/resources/assets/scripts/app/controllers/album.coffee +++ b/resources/assets/scripts/app/controllers/album.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/albums-list.coffee b/resources/assets/scripts/app/controllers/albums-list.coffee index 52973e2e..9d77f83a 100644 --- a/resources/assets/scripts/app/controllers/albums-list.coffee +++ b/resources/assets/scripts/app/controllers/albums-list.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/albums.coffee b/resources/assets/scripts/app/controllers/albums.coffee index 28f44a30..9859694e 100644 --- a/resources/assets/scripts/app/controllers/albums.coffee +++ b/resources/assets/scripts/app/controllers/albums.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/application.coffee b/resources/assets/scripts/app/controllers/application.coffee index 7e09bd5b..9ff383ad 100644 --- a/resources/assets/scripts/app/controllers/application.coffee +++ b/resources/assets/scripts/app/controllers/application.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/artist-content.coffee b/resources/assets/scripts/app/controllers/artist-content.coffee index aa4a8833..7718359c 100644 --- a/resources/assets/scripts/app/controllers/artist-content.coffee +++ b/resources/assets/scripts/app/controllers/artist-content.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/artist-favourites.coffee b/resources/assets/scripts/app/controllers/artist-favourites.coffee index d3a00d00..c0a2301f 100644 --- a/resources/assets/scripts/app/controllers/artist-favourites.coffee +++ b/resources/assets/scripts/app/controllers/artist-favourites.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/artist-profile.coffee b/resources/assets/scripts/app/controllers/artist-profile.coffee index 09587299..87d2d965 100644 --- a/resources/assets/scripts/app/controllers/artist-profile.coffee +++ b/resources/assets/scripts/app/controllers/artist-profile.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/artist.coffee b/resources/assets/scripts/app/controllers/artist.coffee index a733f8d7..6a428f4c 100644 --- a/resources/assets/scripts/app/controllers/artist.coffee +++ b/resources/assets/scripts/app/controllers/artist.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/artists-list.coffee b/resources/assets/scripts/app/controllers/artists-list.coffee index b182fa60..839430ce 100644 --- a/resources/assets/scripts/app/controllers/artists-list.coffee +++ b/resources/assets/scripts/app/controllers/artists-list.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/artists.coffee b/resources/assets/scripts/app/controllers/artists.coffee index 7e32b9e8..095dc7e3 100644 --- a/resources/assets/scripts/app/controllers/artists.coffee +++ b/resources/assets/scripts/app/controllers/artists.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/credits.coffee b/resources/assets/scripts/app/controllers/credits.coffee index fdc630f6..d45e0ebd 100644 --- a/resources/assets/scripts/app/controllers/credits.coffee +++ b/resources/assets/scripts/app/controllers/credits.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/dashboard.coffee b/resources/assets/scripts/app/controllers/dashboard.coffee index 54e0badc..28966bf6 100644 --- a/resources/assets/scripts/app/controllers/dashboard.coffee +++ b/resources/assets/scripts/app/controllers/dashboard.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/home.coffee b/resources/assets/scripts/app/controllers/home.coffee index 0f92f4ca..edbb8ffb 100644 --- a/resources/assets/scripts/app/controllers/home.coffee +++ b/resources/assets/scripts/app/controllers/home.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/login.coffee b/resources/assets/scripts/app/controllers/login.coffee index ccf6d636..9f7cb099 100644 --- a/resources/assets/scripts/app/controllers/login.coffee +++ b/resources/assets/scripts/app/controllers/login.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/notifications-email-unsubscribed.coffee b/resources/assets/scripts/app/controllers/notifications-email-unsubscribed.coffee index ad84741b..3e76f0ee 100644 --- a/resources/assets/scripts/app/controllers/notifications-email-unsubscribed.coffee +++ b/resources/assets/scripts/app/controllers/notifications-email-unsubscribed.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2016 Peter Deltchev +# Copyright (C) 2016 Feld0 # # 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/resources/assets/scripts/app/controllers/playlist-form.coffee b/resources/assets/scripts/app/controllers/playlist-form.coffee index cb3bdceb..d2c4d029 100644 --- a/resources/assets/scripts/app/controllers/playlist-form.coffee +++ b/resources/assets/scripts/app/controllers/playlist-form.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/playlist.coffee b/resources/assets/scripts/app/controllers/playlist.coffee index d604725b..a68efb00 100644 --- a/resources/assets/scripts/app/controllers/playlist.coffee +++ b/resources/assets/scripts/app/controllers/playlist.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/playlists-list.coffee b/resources/assets/scripts/app/controllers/playlists-list.coffee index 44076453..2f22e3ca 100644 --- a/resources/assets/scripts/app/controllers/playlists-list.coffee +++ b/resources/assets/scripts/app/controllers/playlists-list.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/playlists.coffee b/resources/assets/scripts/app/controllers/playlists.coffee index bba00a2f..bacee9e2 100644 --- a/resources/assets/scripts/app/controllers/playlists.coffee +++ b/resources/assets/scripts/app/controllers/playlists.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/sidebar.coffee b/resources/assets/scripts/app/controllers/sidebar.coffee index 11636f19..fb166ae5 100644 --- a/resources/assets/scripts/app/controllers/sidebar.coffee +++ b/resources/assets/scripts/app/controllers/sidebar.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/track-edit.coffee b/resources/assets/scripts/app/controllers/track-edit.coffee index ef67afb7..4d29fd57 100644 --- a/resources/assets/scripts/app/controllers/track-edit.coffee +++ b/resources/assets/scripts/app/controllers/track-edit.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2016 Peter Deltchev +# Copyright (C) 2016 Feld0 # # 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/resources/assets/scripts/app/controllers/track-show.coffee b/resources/assets/scripts/app/controllers/track-show.coffee index d7908a17..519b3e7e 100644 --- a/resources/assets/scripts/app/controllers/track-show.coffee +++ b/resources/assets/scripts/app/controllers/track-show.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2016 Peter Deltchev +# Copyright (C) 2016 Feld0 # # 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/resources/assets/scripts/app/controllers/track.coffee b/resources/assets/scripts/app/controllers/track.coffee index 0fffda05..db17df39 100644 --- a/resources/assets/scripts/app/controllers/track.coffee +++ b/resources/assets/scripts/app/controllers/track.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/tracks-list.coffee b/resources/assets/scripts/app/controllers/tracks-list.coffee index 20fd6742..1d13efaf 100644 --- a/resources/assets/scripts/app/controllers/tracks-list.coffee +++ b/resources/assets/scripts/app/controllers/tracks-list.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/tracks.coffee b/resources/assets/scripts/app/controllers/tracks.coffee index cef0c86e..369bdfa3 100644 --- a/resources/assets/scripts/app/controllers/tracks.coffee +++ b/resources/assets/scripts/app/controllers/tracks.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/controllers/uploader.coffee b/resources/assets/scripts/app/controllers/uploader.coffee index a08af7be..4bd0b5e8 100644 --- a/resources/assets/scripts/app/controllers/uploader.coffee +++ b/resources/assets/scripts/app/controllers/uploader.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/directives/albums-list.coffee b/resources/assets/scripts/app/directives/albums-list.coffee index b7e341c0..de156344 100644 --- a/resources/assets/scripts/app/directives/albums-list.coffee +++ b/resources/assets/scripts/app/directives/albums-list.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/directives/comments.coffee b/resources/assets/scripts/app/directives/comments.coffee index 8e1c89bf..5ce272b5 100644 --- a/resources/assets/scripts/app/directives/comments.coffee +++ b/resources/assets/scripts/app/directives/comments.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/directives/eat-click.coffee b/resources/assets/scripts/app/directives/eat-click.coffee index e4405034..0db93f30 100644 --- a/resources/assets/scripts/app/directives/eat-click.coffee +++ b/resources/assets/scripts/app/directives/eat-click.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/directives/favouriteButton.coffee b/resources/assets/scripts/app/directives/favouriteButton.coffee index d033cd18..93433892 100644 --- a/resources/assets/scripts/app/directives/favouriteButton.coffee +++ b/resources/assets/scripts/app/directives/favouriteButton.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/directives/image-upload.coffee b/resources/assets/scripts/app/directives/image-upload.coffee index 3cf42c52..9c34c9bd 100644 --- a/resources/assets/scripts/app/directives/image-upload.coffee +++ b/resources/assets/scripts/app/directives/image-upload.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/directives/on-enter.coffee b/resources/assets/scripts/app/directives/on-enter.coffee index 7a6bfab5..289687e0 100644 --- a/resources/assets/scripts/app/directives/on-enter.coffee +++ b/resources/assets/scripts/app/directives/on-enter.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/directives/player.coffee b/resources/assets/scripts/app/directives/player.coffee index 4efd31ea..f4148df4 100644 --- a/resources/assets/scripts/app/directives/player.coffee +++ b/resources/assets/scripts/app/directives/player.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/directives/playlists-list.coffee b/resources/assets/scripts/app/directives/playlists-list.coffee index 49269646..0490f333 100644 --- a/resources/assets/scripts/app/directives/playlists-list.coffee +++ b/resources/assets/scripts/app/directives/playlists-list.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/directives/popup.coffee b/resources/assets/scripts/app/directives/popup.coffee index e824542e..9e871246 100644 --- a/resources/assets/scripts/app/directives/popup.coffee +++ b/resources/assets/scripts/app/directives/popup.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/directives/progress-bar.coffee b/resources/assets/scripts/app/directives/progress-bar.coffee index 38e91db5..ac8c400a 100644 --- a/resources/assets/scripts/app/directives/progress-bar.coffee +++ b/resources/assets/scripts/app/directives/progress-bar.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/directives/scroll-recorder.coffee b/resources/assets/scripts/app/directives/scroll-recorder.coffee index a9c0160f..7d6934ed 100644 --- a/resources/assets/scripts/app/directives/scroll-recorder.coffee +++ b/resources/assets/scripts/app/directives/scroll-recorder.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/directives/search.coffee b/resources/assets/scripts/app/directives/search.coffee index 35782ccd..30841dba 100644 --- a/resources/assets/scripts/app/directives/search.coffee +++ b/resources/assets/scripts/app/directives/search.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2016 Peter Deltchev +# Copyright (C) 2016 Feld0 # # 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/resources/assets/scripts/app/directives/share-buttons.coffee b/resources/assets/scripts/app/directives/share-buttons.coffee index 6b40f4a2..731f9502 100644 --- a/resources/assets/scripts/app/directives/share-buttons.coffee +++ b/resources/assets/scripts/app/directives/share-buttons.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/directives/src-loader.coffee b/resources/assets/scripts/app/directives/src-loader.coffee index 1af7956f..68ed1724 100644 --- a/resources/assets/scripts/app/directives/src-loader.coffee +++ b/resources/assets/scripts/app/directives/src-loader.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/directives/track-editor.coffee b/resources/assets/scripts/app/directives/track-editor.coffee index f5dbb0bf..480362fe 100644 --- a/resources/assets/scripts/app/directives/track-editor.coffee +++ b/resources/assets/scripts/app/directives/track-editor.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2016 Peter Deltchev +# Copyright (C) 2016 Feld0 # # 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/resources/assets/scripts/app/directives/track-player.coffee b/resources/assets/scripts/app/directives/track-player.coffee index f0ecc045..3677027b 100644 --- a/resources/assets/scripts/app/directives/track-player.coffee +++ b/resources/assets/scripts/app/directives/track-player.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/directives/tracks-list.coffee b/resources/assets/scripts/app/directives/tracks-list.coffee index 5b8f3855..0c1d4893 100644 --- a/resources/assets/scripts/app/directives/tracks-list.coffee +++ b/resources/assets/scripts/app/directives/tracks-list.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/directives/uploader.coffee b/resources/assets/scripts/app/directives/uploader.coffee index bd5d5c02..8f02539a 100644 --- a/resources/assets/scripts/app/directives/uploader.coffee +++ b/resources/assets/scripts/app/directives/uploader.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/directives/user-creator.coffee b/resources/assets/scripts/app/directives/user-creator.coffee index c0cd3d01..c29a361a 100644 --- a/resources/assets/scripts/app/directives/user-creator.coffee +++ b/resources/assets/scripts/app/directives/user-creator.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2016 Peter Deltchev +# Copyright (C) 2016 Feld0 # # 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/resources/assets/scripts/app/directives/users-list.coffee b/resources/assets/scripts/app/directives/users-list.coffee index 35c24e7f..0adb060b 100644 --- a/resources/assets/scripts/app/directives/users-list.coffee +++ b/resources/assets/scripts/app/directives/users-list.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2016 Peter Deltchev +# Copyright (C) 2016 Feld0 # # 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/resources/assets/scripts/app/filters/length.coffee b/resources/assets/scripts/app/filters/length.coffee index 2c28e29b..4dcc4e6b 100644 --- a/resources/assets/scripts/app/filters/length.coffee +++ b/resources/assets/scripts/app/filters/length.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/filters/moment-from-now.coffee b/resources/assets/scripts/app/filters/moment-from-now.coffee index 9204de2f..c52d1cb4 100644 --- a/resources/assets/scripts/app/filters/moment-from-now.coffee +++ b/resources/assets/scripts/app/filters/moment-from-now.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/filters/noHTML.coffee b/resources/assets/scripts/app/filters/noHTML.coffee index c0b27663..ce5a5ee1 100644 --- a/resources/assets/scripts/app/filters/noHTML.coffee +++ b/resources/assets/scripts/app/filters/noHTML.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/filters/seconds-display.coffee b/resources/assets/scripts/app/filters/seconds-display.coffee index 3aa7278d..b0506561 100644 --- a/resources/assets/scripts/app/filters/seconds-display.coffee +++ b/resources/assets/scripts/app/filters/seconds-display.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/filters/trust.coffee b/resources/assets/scripts/app/filters/trust.coffee index ec123f1a..597044ce 100644 --- a/resources/assets/scripts/app/filters/trust.coffee +++ b/resources/assets/scripts/app/filters/trust.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/account-albums.coffee b/resources/assets/scripts/app/services/account-albums.coffee index b608d5d2..6a12b846 100644 --- a/resources/assets/scripts/app/services/account-albums.coffee +++ b/resources/assets/scripts/app/services/account-albums.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/account-tracks.coffee b/resources/assets/scripts/app/services/account-tracks.coffee index 0e1e2942..364b9b26 100644 --- a/resources/assets/scripts/app/services/account-tracks.coffee +++ b/resources/assets/scripts/app/services/account-tracks.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/activity-types.coffee b/resources/assets/scripts/app/services/activity-types.coffee index 8b889856..49090a91 100644 --- a/resources/assets/scripts/app/services/activity-types.coffee +++ b/resources/assets/scripts/app/services/activity-types.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2016 Peter Deltchev +# Copyright (C) 2016 Feld0 # # 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/resources/assets/scripts/app/services/admin-genres.coffee b/resources/assets/scripts/app/services/admin-genres.coffee index 9bf307b7..ad8d3537 100644 --- a/resources/assets/scripts/app/services/admin-genres.coffee +++ b/resources/assets/scripts/app/services/admin-genres.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/admin-show-songs.coffee b/resources/assets/scripts/app/services/admin-show-songs.coffee index 79fda9c9..1b880359 100644 --- a/resources/assets/scripts/app/services/admin-show-songs.coffee +++ b/resources/assets/scripts/app/services/admin-show-songs.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/albums.coffee b/resources/assets/scripts/app/services/albums.coffee index dc17fb9b..89d27808 100644 --- a/resources/assets/scripts/app/services/albums.coffee +++ b/resources/assets/scripts/app/services/albums.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/artists.coffee b/resources/assets/scripts/app/services/artists.coffee index c76b4851..6d62eec2 100644 --- a/resources/assets/scripts/app/services/artists.coffee +++ b/resources/assets/scripts/app/services/artists.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/auth.coffee b/resources/assets/scripts/app/services/auth.coffee index bd203e4a..58d62512 100644 --- a/resources/assets/scripts/app/services/auth.coffee +++ b/resources/assets/scripts/app/services/auth.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/comments.coffee b/resources/assets/scripts/app/services/comments.coffee index 8c7e1ae5..27e7384b 100644 --- a/resources/assets/scripts/app/services/comments.coffee +++ b/resources/assets/scripts/app/services/comments.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/dashboard.coffee b/resources/assets/scripts/app/services/dashboard.coffee index 216a9ea7..e7ddf1fb 100644 --- a/resources/assets/scripts/app/services/dashboard.coffee +++ b/resources/assets/scripts/app/services/dashboard.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/favourites.coffee b/resources/assets/scripts/app/services/favourites.coffee index b9e35886..574e4fe4 100644 --- a/resources/assets/scripts/app/services/favourites.coffee +++ b/resources/assets/scripts/app/services/favourites.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/focus.coffee b/resources/assets/scripts/app/services/focus.coffee index 1f1b6a4c..e1389265 100644 --- a/resources/assets/scripts/app/services/focus.coffee +++ b/resources/assets/scripts/app/services/focus.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/follow.coffee b/resources/assets/scripts/app/services/follow.coffee index c7beface..c56facb3 100644 --- a/resources/assets/scripts/app/services/follow.coffee +++ b/resources/assets/scripts/app/services/follow.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/images.coffee b/resources/assets/scripts/app/services/images.coffee index ff21b905..04837eb8 100644 --- a/resources/assets/scripts/app/services/images.coffee +++ b/resources/assets/scripts/app/services/images.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/lightbox.coffee b/resources/assets/scripts/app/services/lightbox.coffee index c3306d58..b9412d55 100644 --- a/resources/assets/scripts/app/services/lightbox.coffee +++ b/resources/assets/scripts/app/services/lightbox.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/meta.coffee b/resources/assets/scripts/app/services/meta.coffee index 4fa5f4f6..ccbff471 100644 --- a/resources/assets/scripts/app/services/meta.coffee +++ b/resources/assets/scripts/app/services/meta.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2016 Peter Deltchev +# Copyright (C) 2016 Feld0 # # 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/resources/assets/scripts/app/services/player.coffee b/resources/assets/scripts/app/services/player.coffee index 5e11b5dc..3f7b3e47 100644 --- a/resources/assets/scripts/app/services/player.coffee +++ b/resources/assets/scripts/app/services/player.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/playlists.coffee b/resources/assets/scripts/app/services/playlists.coffee index 09934626..d70cfe50 100644 --- a/resources/assets/scripts/app/services/playlists.coffee +++ b/resources/assets/scripts/app/services/playlists.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/search.coffee b/resources/assets/scripts/app/services/search.coffee index 6dce7c53..dbc948be 100644 --- a/resources/assets/scripts/app/services/search.coffee +++ b/resources/assets/scripts/app/services/search.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2016 Peter Deltchev +# Copyright (C) 2016 Feld0 # # 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/resources/assets/scripts/app/services/taxonomies.coffee b/resources/assets/scripts/app/services/taxonomies.coffee index 55654ba7..d9273437 100644 --- a/resources/assets/scripts/app/services/taxonomies.coffee +++ b/resources/assets/scripts/app/services/taxonomies.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/app/services/tracks.coffee b/resources/assets/scripts/app/services/tracks.coffee index cea72dee..7344d3f3 100644 --- a/resources/assets/scripts/app/services/tracks.coffee +++ b/resources/assets/scripts/app/services/tracks.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015-2017 Peter Deltchev +# Copyright (C) 2015-2017 Feld0 # # 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/resources/assets/scripts/app/services/upload.coffee b/resources/assets/scripts/app/services/upload.coffee index 12415075..7e5fe140 100644 --- a/resources/assets/scripts/app/services/upload.coffee +++ b/resources/assets/scripts/app/services/upload.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/embed/embed.coffee b/resources/assets/scripts/embed/embed.coffee index 96cc74a7..d7af4425 100644 --- a/resources/assets/scripts/embed/embed.coffee +++ b/resources/assets/scripts/embed/embed.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/embed/favourite.coffee b/resources/assets/scripts/embed/favourite.coffee index d649d459..3f45ab7e 100644 --- a/resources/assets/scripts/embed/favourite.coffee +++ b/resources/assets/scripts/embed/favourite.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/shared/init.coffee b/resources/assets/scripts/shared/init.coffee index 97ee5378..5c08303e 100644 --- a/resources/assets/scripts/shared/init.coffee +++ b/resources/assets/scripts/shared/init.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/scripts/shared/jquery-extensions.js b/resources/assets/scripts/shared/jquery-extensions.js index 6e5a6b5e..14fb804d 100644 --- a/resources/assets/scripts/shared/jquery-extensions.js +++ b/resources/assets/scripts/shared/jquery-extensions.js @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/resources/assets/scripts/shared/layout.coffee b/resources/assets/scripts/shared/layout.coffee index b32c7897..15eb2197 100644 --- a/resources/assets/scripts/shared/layout.coffee +++ b/resources/assets/scripts/shared/layout.coffee @@ -1,5 +1,5 @@ # Pony.fm - A community for pony fan music. -# Copyright (C) 2015 Peter Deltchev +# Copyright (C) 2015 Feld0 # # 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/resources/assets/styles/account-albums.less b/resources/assets/styles/account-albums.less index 5a256647..b2490027 100644 --- a/resources/assets/styles/account-albums.less +++ b/resources/assets/styles/account-albums.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/resources/assets/styles/account-content-selectors.less b/resources/assets/styles/account-content-selectors.less index ed50bdd9..957fffc4 100644 --- a/resources/assets/styles/account-content-selectors.less +++ b/resources/assets/styles/account-content-selectors.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/resources/assets/styles/account-content.less b/resources/assets/styles/account-content.less index 5a7a84d2..1c4de3ac 100644 --- a/resources/assets/styles/account-content.less +++ b/resources/assets/styles/account-content.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/resources/assets/styles/admin.less b/resources/assets/styles/admin.less index 5fdeba59..54d13b00 100644 --- a/resources/assets/styles/admin.less +++ b/resources/assets/styles/admin.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/resources/assets/styles/animations.less b/resources/assets/styles/animations.less index ea1f1807..81cde739 100644 --- a/resources/assets/styles/animations.less +++ b/resources/assets/styles/animations.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/resources/assets/styles/app.less b/resources/assets/styles/app.less index c741956b..8f49a69e 100644 --- a/resources/assets/styles/app.less +++ b/resources/assets/styles/app.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/resources/assets/styles/body.less b/resources/assets/styles/body.less index 2e07057f..aba462f6 100644 --- a/resources/assets/styles/body.less +++ b/resources/assets/styles/body.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/resources/assets/styles/components/components.less b/resources/assets/styles/components/components.less index ea16f0c5..1f4256ca 100644 --- a/resources/assets/styles/components/components.less +++ b/resources/assets/styles/components/components.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/resources/assets/styles/components/player.less b/resources/assets/styles/components/player.less index 44795fc2..eb6480f8 100644 --- a/resources/assets/styles/components/player.less +++ b/resources/assets/styles/components/player.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/resources/assets/styles/components/search.less b/resources/assets/styles/components/search.less index 8a647f13..7a7491d6 100644 --- a/resources/assets/styles/components/search.less +++ b/resources/assets/styles/components/search.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/resources/assets/styles/components/track-editor.less b/resources/assets/styles/components/track-editor.less index 583da21d..9e741b2e 100644 --- a/resources/assets/styles/components/track-editor.less +++ b/resources/assets/styles/components/track-editor.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/resources/assets/styles/components/uploader.less b/resources/assets/styles/components/uploader.less index 456e2b8b..b7dfd168 100644 --- a/resources/assets/styles/components/uploader.less +++ b/resources/assets/styles/components/uploader.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/resources/assets/styles/components/user-creator.less b/resources/assets/styles/components/user-creator.less index c6686f6f..c531ddc7 100644 --- a/resources/assets/styles/components/user-creator.less +++ b/resources/assets/styles/components/user-creator.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2016 Peter Deltchev + * Copyright (C) 2016 Feld0 * * 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/resources/assets/styles/content.less b/resources/assets/styles/content.less index 67e6b0f0..b1c7bf65 100644 --- a/resources/assets/styles/content.less +++ b/resources/assets/styles/content.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/resources/assets/styles/dashboard.less b/resources/assets/styles/dashboard.less index deb06bb4..9f218757 100644 --- a/resources/assets/styles/dashboard.less +++ b/resources/assets/styles/dashboard.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/resources/assets/styles/embed.less b/resources/assets/styles/embed.less index ff0478bf..d18dd6f6 100644 --- a/resources/assets/styles/embed.less +++ b/resources/assets/styles/embed.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/resources/assets/styles/forms.less b/resources/assets/styles/forms.less index db34eed0..00120b21 100644 --- a/resources/assets/styles/forms.less +++ b/resources/assets/styles/forms.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/resources/assets/styles/layout.less b/resources/assets/styles/layout.less index 4ec7f9eb..311673a5 100644 --- a/resources/assets/styles/layout.less +++ b/resources/assets/styles/layout.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/resources/assets/styles/mixins.less b/resources/assets/styles/mixins.less index 6141e0a1..84642817 100644 --- a/resources/assets/styles/mixins.less +++ b/resources/assets/styles/mixins.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/resources/assets/styles/variables.less b/resources/assets/styles/variables.less index b13373f4..448041d9 100644 --- a/resources/assets/styles/variables.less +++ b/resources/assets/styles/variables.less @@ -1,6 +1,6 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/resources/views/albums/index.blade.php b/resources/views/albums/index.blade.php index d9582747..7e973cc0 100644 --- a/resources/views/albums/index.blade.php +++ b/resources/views/albums/index.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/albums/show.blade.php b/resources/views/albums/show.blade.php index 4aaae56d..697f6667 100644 --- a/resources/views/albums/show.blade.php +++ b/resources/views/albums/show.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/artists/index.blade.php b/resources/views/artists/index.blade.php index 341709c7..59cd4eb9 100644 --- a/resources/views/artists/index.blade.php +++ b/resources/views/artists/index.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/artists/profile.blade.php b/resources/views/artists/profile.blade.php index 1bc0526e..bd74326b 100644 --- a/resources/views/artists/profile.blade.php +++ b/resources/views/artists/profile.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 1ec682a2..1809b45c 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index b1abee1a..3f24d410 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/errors/400.blade.php b/resources/views/errors/400.blade.php index 803ff08f..593ef186 100644 --- a/resources/views/errors/400.blade.php +++ b/resources/views/errors/400.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/errors/403.blade.php b/resources/views/errors/403.blade.php index aee0985b..f52e1ab4 100644 --- a/resources/views/errors/403.blade.php +++ b/resources/views/errors/403.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php index 217ef917..9ba99815 100644 --- a/resources/views/errors/404.blade.php +++ b/resources/views/errors/404.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php index 7c3372e7..be7f9469 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/errors/503.blade.php b/resources/views/errors/503.blade.php index c0121198..8934aa2e 100644 --- a/resources/views/errors/503.blade.php +++ b/resources/views/errors/503.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/home/index.blade.php b/resources/views/home/index.blade.php index 5bc15b35..7f44c172 100644 --- a/resources/views/home/index.blade.php +++ b/resources/views/home/index.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/pages/_layout.blade.php b/resources/views/pages/_layout.blade.php index 35afa4c6..7d818480 100644 --- a/resources/views/pages/_layout.blade.php +++ b/resources/views/pages/_layout.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/pages/about.blade.php b/resources/views/pages/about.blade.php index a5bf6239..cb43bc88 100644 --- a/resources/views/pages/about.blade.php +++ b/resources/views/pages/about.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/pages/faq.blade.php b/resources/views/pages/faq.blade.php index 3262f06e..99a6cdf1 100644 --- a/resources/views/pages/faq.blade.php +++ b/resources/views/pages/faq.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/pages/mlpforums-advertising-program.blade.php b/resources/views/pages/mlpforums-advertising-program.blade.php index ab326c53..e302aae3 100644 --- a/resources/views/pages/mlpforums-advertising-program.blade.php +++ b/resources/views/pages/mlpforums-advertising-program.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/playlists/index.blade.php b/resources/views/playlists/index.blade.php index 9c058815..5ea3eb5a 100644 --- a/resources/views/playlists/index.blade.php +++ b/resources/views/playlists/index.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/playlists/show.blade.php b/resources/views/playlists/show.blade.php index af1341b3..72d03ba1 100644 --- a/resources/views/playlists/show.blade.php +++ b/resources/views/playlists/show.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/shared/_app_layout.blade.php b/resources/views/shared/_app_layout.blade.php index c0ac1429..e4f186fe 100644 --- a/resources/views/shared/_app_layout.blade.php +++ b/resources/views/shared/_app_layout.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/shared/_layout.blade.php b/resources/views/shared/_layout.blade.php index cd4c335b..fdaece89 100644 --- a/resources/views/shared/_layout.blade.php +++ b/resources/views/shared/_layout.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/shared/null.blade.php b/resources/views/shared/null.blade.php index fd9de1ae..1f7e0045 100644 --- a/resources/views/shared/null.blade.php +++ b/resources/views/shared/null.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/tracks/embed.blade.php b/resources/views/tracks/embed.blade.php index f1a1a474..af214ba2 100644 --- a/resources/views/tracks/embed.blade.php +++ b/resources/views/tracks/embed.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/tracks/index.blade.php b/resources/views/tracks/index.blade.php index 8978d675..337215a3 100644 --- a/resources/views/tracks/index.blade.php +++ b/resources/views/tracks/index.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/resources/views/tracks/show.blade.php b/resources/views/tracks/show.blade.php index 4d84fe4b..b0554155 100644 --- a/resources/views/tracks/show.blade.php +++ b/resources/views/tracks/show.blade.php @@ -1,6 +1,6 @@ {{-- Pony.fm - A community for pony fan music. - Copyright (C) 2015 Peter Deltchev + Copyright (C) 2015 Feld0 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/routes/web.php b/routes/web.php index c50a2297..455db971 100644 --- a/routes/web.php +++ b/routes/web.php @@ -2,7 +2,7 @@ /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015-2017 Peter Deltchev + * Copyright (C) 2015-2017 Feld0 * * 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/tests/ApiAuthTest.php b/tests/ApiAuthTest.php index ba8e8abc..f57549e2 100644 --- a/tests/ApiAuthTest.php +++ b/tests/ApiAuthTest.php @@ -4,7 +4,7 @@ namespace Tests; /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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/tests/ApiTest.php b/tests/ApiTest.php index 0217f056..64875b3a 100644 --- a/tests/ApiTest.php +++ b/tests/ApiTest.php @@ -4,7 +4,7 @@ namespace Tests; /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015-2017 Peter Deltchev + * Copyright (C) 2015-2017 Feld0 * * 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/tests/TestCase.php b/tests/TestCase.php index 5569b6b3..22eab261 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -9,7 +9,7 @@ use Poniverse\Ponyfm\Models\User; /** * Pony.fm - A community for pony fan music. - * Copyright (C) 2015 Peter Deltchev + * Copyright (C) 2015 Feld0 * * 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