summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 21:32:42 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 21:32:42 +0200
commit7a3a22bd2757e129c8964d9ddcde15ec53b736bb (patch)
tree3098439a8c6b88ce4063b8de25383019380358d3
parent24a1b9708c559cc54de2b18a6803493819e97fbf (diff)
Adjust copyright header
-rw-r--r--admin/admin.php2
-rw-r--r--appinfo/app.php2
-rw-r--r--appinfo/register_command.php2
-rw-r--r--appinfo/routes.php2
-rw-r--r--appinfo/update.php2
-rw-r--r--bin/tools/generate_authors.php2
-rw-r--r--bin/tools/generate_explore.php2
-rw-r--r--js/admin/Admin.js2
-rw-r--r--js/app/App.js2
-rw-r--r--js/app/Config.js2
-rw-r--r--js/app/Run.js2
-rw-r--r--js/controller/AppController.js2
-rw-r--r--js/controller/ContentController.js4
-rw-r--r--js/controller/ExploreController.js2
-rw-r--r--js/controller/NavigationController.js2
-rw-r--r--js/controller/SettingsController.js2
-rw-r--r--js/directive/AppNavigationEntryUtils.js2
-rw-r--r--js/directive/NewsAddFeed.js2
-rw-r--r--js/directive/NewsArticleActions.js2
-rw-r--r--js/directive/NewsAutoFocus.js2
-rw-r--r--js/directive/NewsBindUnsafeHtml.js2
-rw-r--r--js/directive/NewsDraggable.js2
-rw-r--r--js/directive/NewsDroppable.js2
-rw-r--r--js/directive/NewsFinishedTransition.js2
-rw-r--r--js/directive/NewsFocus.js2
-rw-r--r--js/directive/NewsInstantNotification.js2
-rw-r--r--js/directive/NewsOnActive.js2
-rw-r--r--js/directive/NewsPlayOne.js2
-rw-r--r--js/directive/NewsReadFile.js2
-rw-r--r--js/directive/NewsRefreshMasonry.js2
-rw-r--r--js/directive/NewsScroll.js2
-rw-r--r--js/directive/NewsSearch.js2
-rw-r--r--js/directive/NewsStickyMenu.js2
-rw-r--r--js/directive/NewsStopPropagation.js2
-rw-r--r--js/directive/NewsTimeout.js2
-rw-r--r--js/directive/NewsTitleUnreadCount.js2
-rw-r--r--js/directive/NewsToggleShow.js2
-rw-r--r--js/directive/NewsTriggerClick.js2
-rw-r--r--js/filter/TrustUrl.js2
-rw-r--r--js/filter/UnreadCountFormatter.js2
-rw-r--r--js/gui/ExternSubscription.js2
-rw-r--r--js/gui/Fixes.js2
-rw-r--r--js/gui/KeyboardShortcuts.js2
-rw-r--r--js/gulpfile.js2
-rw-r--r--js/protractor.conf.js2
-rw-r--r--js/service/FeedResource.js2
-rw-r--r--js/service/FolderResource.js2
-rw-r--r--js/service/ItemResource.js2
-rw-r--r--js/service/Loading.js2
-rw-r--r--js/service/OPMLImporter.js2
-rw-r--r--js/service/OPMLParser.js2
-rw-r--r--js/service/Publisher.js2
-rw-r--r--js/service/Resource.js4
-rw-r--r--js/service/SettingsResource.js2
-rw-r--r--js/tests/e2e/main.js2
-rw-r--r--js/tests/unit/controller/AppControllerSpec.js2
-rw-r--r--js/tests/unit/controller/ContentControllerSpec.js2
-rw-r--r--js/tests/unit/controller/ExploreControllerSpec.js2
-rw-r--r--js/tests/unit/controller/NavigationControllerSpec.js2
-rw-r--r--js/tests/unit/controller/SettingsControllerSpec.js2
-rw-r--r--js/tests/unit/filter/UnreadCountFormatterSpec.js2
-rw-r--r--js/tests/unit/service/FeedResourceSpec.js2
-rw-r--r--js/tests/unit/service/FolderResourceSpec.js2
-rw-r--r--js/tests/unit/service/ItemResourceSpec.js2
-rw-r--r--js/tests/unit/service/LoadingSpec.js2
-rw-r--r--js/tests/unit/service/OPMLImporterSpec.js2
-rw-r--r--js/tests/unit/service/OPMLParserSpec.js2
-rw-r--r--js/tests/unit/service/PublisherSpec.js2
-rw-r--r--js/tests/unit/service/ResourceSpec.js2
-rw-r--r--js/tests/unit/service/SettingsResourceSpec.js2
-rw-r--r--js/tests/unit/stubs/App.js2
-rw-r--r--js/tests/unit/stubs/OC.js2
-rw-r--r--lib/AppInfo/Application.php2
-rw-r--r--lib/Command/Updater/AfterUpdate.php2
-rw-r--r--lib/Command/Updater/AllFeeds.php2
-rw-r--r--lib/Command/Updater/BeforeUpdate.php2
-rw-r--r--lib/Command/Updater/UpdateFeed.php2
-rw-r--r--lib/Config/AppConfig.php2
-rw-r--r--lib/Config/Config.php2
-rw-r--r--lib/Config/DependencyException.php2
-rw-r--r--lib/Controller/AdminController.php2
-rw-r--r--lib/Controller/ApiController.php2
-rw-r--r--lib/Controller/EntityApiSerializer.php2
-rw-r--r--lib/Controller/ExportController.php2
-rw-r--r--lib/Controller/FeedApiController.php2
-rw-r--r--lib/Controller/FeedController.php2
-rw-r--r--lib/Controller/FolderApiController.php2
-rw-r--r--lib/Controller/FolderController.php2
-rw-r--r--lib/Controller/ItemApiController.php2
-rw-r--r--lib/Controller/ItemController.php2
-rw-r--r--lib/Controller/JSONHttpError.php2
-rw-r--r--lib/Controller/PageController.php2
-rw-r--r--lib/Controller/UserApiController.php2
-rw-r--r--lib/Controller/UtilityApiController.php2
-rw-r--r--lib/Cron/Updater.php2
-rw-r--r--lib/Db/EntityJSONSerializer.php2
-rw-r--r--lib/Db/Feed.php2
-rw-r--r--lib/Db/FeedMapper.php2
-rw-r--r--lib/Db/FeedType.php2
-rw-r--r--lib/Db/Folder.php2
-rw-r--r--lib/Db/FolderMapper.php2
-rw-r--r--lib/Db/IAPI.php2