From 7a3a22bd2757e129c8964d9ddcde15ec53b736bb Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 23 Jul 2016 21:32:42 +0200 Subject: Adjust copyright header --- admin/admin.php | 2 +- appinfo/app.php | 2 +- appinfo/register_command.php | 2 +- appinfo/routes.php | 2 +- appinfo/update.php | 2 +- bin/tools/generate_authors.php | 2 +- bin/tools/generate_explore.php | 2 +- js/admin/Admin.js | 2 +- js/app/App.js | 2 +- js/app/Config.js | 2 +- js/app/Run.js | 2 +- js/controller/AppController.js | 2 +- js/controller/ContentController.js | 4 ++-- js/controller/ExploreController.js | 2 +- js/controller/NavigationController.js | 2 +- js/controller/SettingsController.js | 2 +- js/directive/AppNavigationEntryUtils.js | 2 +- js/directive/NewsAddFeed.js | 2 +- js/directive/NewsArticleActions.js | 2 +- js/directive/NewsAutoFocus.js | 2 +- js/directive/NewsBindUnsafeHtml.js | 2 +- js/directive/NewsDraggable.js | 2 +- js/directive/NewsDroppable.js | 2 +- js/directive/NewsFinishedTransition.js | 2 +- js/directive/NewsFocus.js | 2 +- js/directive/NewsInstantNotification.js | 2 +- js/directive/NewsOnActive.js | 2 +- js/directive/NewsPlayOne.js | 2 +- js/directive/NewsReadFile.js | 2 +- js/directive/NewsRefreshMasonry.js | 2 +- js/directive/NewsScroll.js | 2 +- js/directive/NewsSearch.js | 2 +- js/directive/NewsStickyMenu.js | 2 +- js/directive/NewsStopPropagation.js | 2 +- js/directive/NewsTimeout.js | 2 +- js/directive/NewsTitleUnreadCount.js | 2 +- js/directive/NewsToggleShow.js | 2 +- js/directive/NewsTriggerClick.js | 2 +- js/filter/TrustUrl.js | 2 +- js/filter/UnreadCountFormatter.js | 2 +- js/gui/ExternSubscription.js | 2 +- js/gui/Fixes.js | 2 +- js/gui/KeyboardShortcuts.js | 2 +- js/gulpfile.js | 2 +- js/protractor.conf.js | 2 +- js/service/FeedResource.js | 2 +- js/service/FolderResource.js | 2 +- js/service/ItemResource.js | 2 +- js/service/Loading.js | 2 +- js/service/OPMLImporter.js | 2 +- js/service/OPMLParser.js | 2 +- js/service/Publisher.js | 2 +- js/service/Resource.js | 4 ++-- js/service/SettingsResource.js | 2 +- js/tests/e2e/main.js | 2 +- js/tests/unit/controller/AppControllerSpec.js | 2 +- js/tests/unit/controller/ContentControllerSpec.js | 2 +- js/tests/unit/controller/ExploreControllerSpec.js | 2 +- js/tests/unit/controller/NavigationControllerSpec.js | 2 +- js/tests/unit/controller/SettingsControllerSpec.js | 2 +- js/tests/unit/filter/UnreadCountFormatterSpec.js | 2 +- js/tests/unit/service/FeedResourceSpec.js | 2 +- js/tests/unit/service/FolderResourceSpec.js | 2 +- js/tests/unit/service/ItemResourceSpec.js | 2 +- js/tests/unit/service/LoadingSpec.js | 2 +- js/tests/unit/service/OPMLImporterSpec.js | 2 +- js/tests/unit/service/OPMLParserSpec.js | 2 +- js/tests/unit/service/PublisherSpec.js | 2 +- js/tests/unit/service/ResourceSpec.js | 2 +- js/tests/unit/service/SettingsResourceSpec.js | 2 +- js/tests/unit/stubs/App.js | 2 +- js/tests/unit/stubs/OC.js | 2 +- lib/AppInfo/Application.php | 2 +- lib/Command/Updater/AfterUpdate.php | 2 +- lib/Command/Updater/AllFeeds.php | 2 +- lib/Command/Updater/BeforeUpdate.php | 2 +- lib/Command/Updater/UpdateFeed.php | 2 +- lib/Config/AppConfig.php | 2 +- lib/Config/Config.php | 2 +- lib/Config/DependencyException.php | 2 +- lib/Controller/AdminController.php | 2 +- lib/Controller/ApiController.php | 2 +- lib/Controller/EntityApiSerializer.php | 2 +- lib/Controller/ExportController.php | 2 +- lib/Controller/FeedApiController.php | 2 +- lib/Controller/FeedController.php | 2 +- lib/Controller/FolderApiController.php | 2 +- lib/Controller/FolderController.php | 2 +- lib/Controller/ItemApiController.php | 2 +- lib/Controller/ItemController.php | 2 +- lib/Controller/JSONHttpError.php | 2 +- lib/Controller/PageController.php | 2 +- lib/Controller/UserApiController.php | 2 +- lib/Controller/UtilityApiController.php | 2 +- lib/Cron/Updater.php | 2 +- lib/Db/EntityJSONSerializer.php | 2 +- lib/Db/Feed.php | 2 +- lib/Db/FeedMapper.php | 2 +- lib/Db/FeedType.php | 2 +- lib/Db/Folder.php | 2 +- lib/Db/FolderMapper.php | 2 +- lib/Db/IAPI.php | 2 +- lib/Db/Item.php | 2 +- lib/Db/ItemMapper.php | 2 +- lib/Db/MapperFactory.php | 2 +- lib/Db/Mysql/ItemMapper.php | 2 +- lib/Db/NewsMapper.php | 2 +- lib/Db/StatusFlag.php | 2 +- lib/DependencyInjection/IFactory.php | 2 +- lib/Explore/RecommendedSiteNotFoundException.php | 2 +- lib/Explore/RecommendedSites.php | 2 +- lib/Fetcher/FeedFetcher.php | 2 +- lib/Fetcher/Fetcher.php | 2 +- lib/Fetcher/FetcherException.php | 2 +- lib/Fetcher/IFeedFetcher.php | 2 +- lib/Fetcher/YoutubeFetcher.php | 2 +- lib/Hooks/User.php | 2 +- lib/Http/TextDownloadResponse.php | 2 +- lib/Http/TextResponse.php | 2 +- lib/Plugin/Client/Plugin.php | 2 +- lib/Service/FeedService.php | 2 +- lib/Service/FolderService.php | 2 +- lib/Service/ItemService.php | 2 +- lib/Service/Service.php | 2 +- lib/Service/ServiceConflictException.php | 2 +- lib/Service/ServiceException.php | 2 +- lib/Service/ServiceNotFoundException.php | 2 +- lib/Service/ServiceValidationException.php | 2 +- lib/Service/StatusService.php | 2 +- lib/Upgrade/Upgrade.php | 2 +- lib/Utility/OPMLExporter.php | 2 +- lib/Utility/PicoFeedClientFactory.php | 2 +- lib/Utility/PicoFeedFaviconFactory.php | 2 +- lib/Utility/ProxyConfigParser.php | 2 +- lib/Utility/Time.php | 2 +- lib/Utility/Updater.php | 2 +- tests/Integration/Db/FeedMapperTest.php | 2 +- tests/Integration/Db/FolderMapperTest.php | 2 +- tests/Integration/Db/ItemMapperTest.php | 2 +- tests/Integration/Fixtures/FeedFixture.php | 2 +- tests/Integration/Fixtures/Fixture.php | 2 +- tests/Integration/Fixtures/FolderFixture.php | 2 +- tests/Integration/Fixtures/ItemFixture.php | 2 +- tests/Integration/Fixtures/data/default.php | 2 +- tests/Integration/Fixtures/data/readitem.php | 2 +- tests/Integration/IntegrationTest.php | 2 +- tests/Unit/Config/ConfigTest.php | 2 +- tests/Unit/Controller/AdminControllerTest.php | 2 +- tests/Unit/Controller/EntityApiSerializerTest.php | 2 +- tests/Unit/Controller/ExportControllerTest.php | 2 +- tests/Unit/Controller/FeedApiControllerTest.php | 2 +- tests/Unit/Controller/FeedControllerTest.php | 2 +- tests/Unit/Controller/FolderApiControllerTest.php | 2 +- tests/Unit/Controller/FolderControllerTest.php | 2 +- tests/Unit/Controller/ItemApiControllerTest.php | 2 +- tests/Unit/Controller/ItemControllerTest.php | 2 +- tests/Unit/Controller/JSONHttpErrorTest.php | 2 +- tests/Unit/Controller/PageControllerTest.php | 2 +- tests/Unit/Controller/UserApiControllerTest.php | 2 +- tests/Unit/Controller/UtilityApiControllerTest.php | 2 +- tests/Unit/Db/FeedMapperTest.php | 2 +- tests/Unit/Db/FeedTest.php | 2 +- tests/Unit/Db/FolderMapperTest.php | 2 +- tests/Unit/Db/FolderTest.php | 2 +- tests/Unit/Db/ItemMapperTest.php | 2 +- tests/Unit/Db/ItemTest.php | 2 +- tests/Unit/Db/MapperFactoryTest.php | 2 +- tests/Unit/Db/Mysql/ItemMapperTest.php | 2 +- tests/Unit/Fetcher/FeedFetcherTest.php | 2 +- tests/Unit/Fetcher/FetcherTest.php | 2 +- tests/Unit/Fetcher/YoutubeFetcherTest.php | 2 +- tests/Unit/Http/TextDownloadResponseTest.php | 2 +- tests/Unit/Http/TextResponseTest.php | 2 +- tests/Unit/Service/FeedServiceTest.php | 2 +- tests/Unit/Service/FolderServiceTest.php | 2 +- tests/Unit/Service/ItemServiceTest.php | 2 +- tests/Unit/Service/ServiceTest.php | 2 +- tests/Unit/Service/StatusFlagTest.php | 2 +- tests/Unit/Service/StatusServiceTest.php | 2 +- tests/Unit/Utility/OPMLExporterTest.php | 2 +- tests/Unit/Utility/ProxyConfigParserTest.php | 2 +- tests/Unit/Utility/UpdaterTest.php | 2 +- tests/bootstrap.php | 2 +- 183 files changed, 185 insertions(+), 185 deletions(-) diff --git a/admin/admin.php b/admin/admin.php index 7fb4f6b04..938123850 100644 --- a/admin/admin.php +++ b/admin/admin.php @@ -1,6 +1,6 @@