From ef85f49adc0714e2b1acbe9368e0da9aeb8dc854 Mon Sep 17 00:00:00 2001 From: vrana Date: Sun, 4 Nov 2012 20:22:40 -0800 Subject: [PATCH] Delete license headers from files Summary: This commit doesn't change license of any file. It just makes the license implicit (inherited from LICENSE file in the root directory). We are removing the headers for these reasons: - It wastes space in editors, less code is visible in editor upon opening a file. - It brings noise to diff of the first change of any file every year. - It confuses Git file copy detection when creating small files. - We don't have an explicit license header in other files (JS, CSS, images, documentation). - Using license header in every file is not obligatory: http://www.apache.org/dev/apply-license.html#new. This change is approved by Alma Chao (Lead Open Source and IP Counsel at Facebook). Test Plan: Verified that the license survived only in LICENSE file and that it didn't modify externals. Reviewers: epriestley, davidrecordon Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T2035 Differential Revision: https://secure.phabricator.com/D3886 --- .arcconfig | 1 - LICENSE | 177 ++++++++++++++++++ NOTICE | 7 + README | 1 - conf/__init_conf__.php | 16 -- conf/default.conf.php | 16 -- conf/development.conf.php | 16 -- conf/production.conf.php | 16 -- resources/sql/patches/059.engines.php | 16 -- resources/sql/patches/079.nametokenindex.php | 16 -- resources/sql/patches/081.filekeys.php | 16 -- .../patches/090.forceuniqueprojectnames.php | 16 -- resources/sql/patches/093.gitremotes.php | 16 -- .../patches/098.heraldruletypemigration.php | 16 -- resources/sql/patches/102.heraldcleanup.php | 16 -- .../sql/patches/111.commitauditmigration.php | 16 -- .../sql/patches/117.repositorydescription.php | 16 -- .../sql/patches/131.migraterevisionquery.php | 16 -- resources/sql/patches/emailtableport.php | 16 -- .../migrate-differential-dependencies.php | 16 -- .../migrate-maniphest-dependencies.php | 16 -- .../patches/migrate-maniphest-revisions.php | 16 -- .../sql/patches/migrate-project-edges.php | 16 -- .../sql/patches/ponder-mailkey-populate.php | 16 -- scripts/__init_script__.php | 16 -- scripts/aphront/aphrontpath.php | 16 -- scripts/calendar/import_us_holidays.php | 16 -- scripts/celerity/generate_sprites.php | 16 -- scripts/celerity_mapper.php | 16 -- scripts/conduit/api.php | 16 -- .../daemon/phabricator_daemon_launcher.php | 16 -- scripts/differential/destroy_revision.php | 16 -- scripts/differential/detect_copied_code.php | 16 -- .../differential/remove_empty_revisions.php | 16 -- scripts/drydock/drydock_control.php | 16 -- scripts/fact/manage_facts.php | 16 -- scripts/files/manage_files.php | 16 -- scripts/fpm/warmup.php | 16 -- scripts/mail/create_worker_tasks.php | 16 -- scripts/mail/mail_handler.php | 16 -- scripts/profile/rescale_all_user_pics.php | 16 -- scripts/repository/audit.php | 16 -- scripts/repository/discover.php | 16 -- scripts/repository/manage_repositories.php | 16 -- scripts/repository/parse_one_commit.php | 16 -- scripts/repository/pull.php | 16 -- scripts/repository/rebuild_summaries.php | 16 -- scripts/repository/reconcile.php | 16 -- scripts/repository/reparse.php | 16 -- .../reparse_all_commit_messages.php | 16 -- scripts/repository/test_connection.php | 16 -- scripts/repository/undo_commits.php | 16 -- scripts/search/index_one_commit.php | 16 -- scripts/search/reindex_all_users.php | 16 -- scripts/search/reindex_everything.php | 16 -- scripts/search/reindex_maniphest.php | 16 -- scripts/setup/pcntl_available.php | 16 -- scripts/sql/manage_storage.php | 16 -- scripts/sql/probe.php | 16 -- scripts/sql/upgrade_schema.php | 16 -- scripts/symbols/clear_project_symbols.php | 16 -- scripts/symbols/generate_ctags_symbols.php | 16 -- scripts/symbols/generate_php_symbols.php | 16 -- scripts/symbols/import_project_symbols.php | 16 -- scripts/user/account_admin.php | 16 -- scripts/user/add_user.php | 16 -- scripts/util/add_macro.php | 16 -- scripts/util/emit_test_event.php | 16 -- scripts/util/purge_cache.php | 16 -- src/__phutil_library_init__.php | 16 -- src/aphront/AphrontController.php | 16 -- src/aphront/AphrontRequest.php | 16 -- src/aphront/AphrontURIMapper.php | 16 -- .../__tests__/AphrontRequestTestCase.php | 16 -- .../AphrontApplicationConfiguration.php | 16 -- ...AphrontDefaultApplicationConfiguration.php | 16 -- src/aphront/console/DarkConsoleController.php | 16 -- src/aphront/console/DarkConsoleCore.php | 16 -- .../plugin/DarkConsoleConfigPlugin.php | 16 -- .../plugin/DarkConsoleErrorLogPlugin.php | 16 -- .../console/plugin/DarkConsoleEventPlugin.php | 16 -- .../console/plugin/DarkConsolePlugin.php | 16 -- .../plugin/DarkConsoleRequestPlugin.php | 16 -- .../plugin/DarkConsoleServicesPlugin.php | 16 -- .../plugin/DarkConsoleXHProfPlugin.php | 16 -- .../errorlog/DarkConsoleErrorLogPluginAPI.php | 16 -- .../event/DarkConsoleEventPluginAPI.php | 16 -- .../xhprof/DarkConsoleXHProfPluginAPI.php | 16 -- .../exception/AphrontCSRFException.php | 16 -- src/aphront/exception/AphrontException.php | 16 -- .../exception/AphrontRedirectException.php | 16 -- .../exception/AphrontUsageException.php | 16 -- src/aphront/response/Aphront304Response.php | 16 -- src/aphront/response/Aphront400Response.php | 16 -- src/aphront/response/Aphront403Response.php | 16 -- src/aphront/response/Aphront404Response.php | 16 -- src/aphront/response/AphrontAjaxResponse.php | 16 -- .../response/AphrontDialogResponse.php | 16 -- src/aphront/response/AphrontFileResponse.php | 16 -- src/aphront/response/AphrontJSONResponse.php | 16 -- .../response/AphrontPlainTextResponse.php | 16 -- src/aphront/response/AphrontProxyResponse.php | 16 -- .../response/AphrontRedirectResponse.php | 16 -- .../response/AphrontReloadResponse.php | 16 -- src/aphront/response/AphrontResponse.php | 16 -- .../response/AphrontWebpageResponse.php | 16 -- src/aphront/sink/AphrontHTTPSink.php | 16 -- src/aphront/sink/AphrontIsolatedHTTPSink.php | 16 -- src/aphront/sink/AphrontPHPHTTPSink.php | 16 -- .../__tests__/AphrontHTTPSinkTestCase.php | 16 -- .../audit/PhabricatorAuditReplyHandler.php | 16 -- .../PhabricatorApplicationAudit.php | 16 -- .../PhabricatorAuditActionConstants.php | 16 -- .../PhabricatorAuditCommitStatusConstants.php | 16 -- .../PhabricatorAuditStatusConstants.php | 16 -- .../PhabricatorAuditAddCommentController.php | 16 -- .../controller/PhabricatorAuditController.php | 16 -- .../PhabricatorAuditListController.php | 16 -- .../PhabricatorAuditPreviewController.php | 16 -- .../editor/PhabricatorAuditCommentEditor.php | 16 -- .../query/PhabricatorAuditCommitQuery.php | 16 -- .../audit/query/PhabricatorAuditQuery.php | 16 -- .../audit/storage/PhabricatorAuditComment.php | 16 -- .../audit/storage/PhabricatorAuditDAO.php | 16 -- .../storage/PhabricatorAuditInlineComment.php | 16 -- .../view/PhabricatorAuditCommitListView.php | 16 -- .../audit/view/PhabricatorAuditListView.php | 16 -- .../PhabricatorApplicationAuth.php | 16 -- .../controller/PhabricatorAuthController.php | 16 -- .../PhabricatorDisabledUserController.php | 16 -- .../PhabricatorEmailLoginController.php | 16 -- .../PhabricatorEmailTokenController.php | 16 -- .../PhabricatorLDAPLoginController.php | 16 -- .../PhabricatorLDAPRegistrationController.php | 16 -- .../PhabricatorLDAPUnlinkController.php | 16 -- .../controller/PhabricatorLoginController.php | 16 -- .../PhabricatorLoginValidateController.php | 16 -- .../PhabricatorLogoutController.php | 16 -- .../PhabricatorMustVerifyEmailController.php | 16 -- .../PhabricatorOAuthDiagnosticsController.php | 16 -- .../PhabricatorOAuthLoginController.php | 16 -- .../PhabricatorOAuthUnlinkController.php | 16 -- .../PhabricatorRefreshCSRFController.php | 16 -- ...atorOAuthDefaultRegistrationController.php | 16 -- ...PhabricatorOAuthRegistrationController.php | 16 -- .../auth/ldap/PhabricatorLDAPProvider.php | 16 -- .../PhabricatorLDAPUnknownUserException.php | 16 -- .../provider/PhabricatorOAuthProvider.php | 16 -- .../PhabricatorOAuthProviderDisqus.php | 16 -- .../PhabricatorOAuthProviderException.php | 16 -- .../PhabricatorOAuthProviderFacebook.php | 16 -- .../PhabricatorOAuthProviderGitHub.php | 16 -- .../PhabricatorOAuthProviderGoogle.php | 16 -- .../PhabricatorOAuthProviderPhabricator.php | 16 -- .../auth/view/PhabricatorOAuthFailureView.php | 16 -- .../base/PhabricatorApplication.php | 16 -- .../controller/Phabricator404Controller.php | 16 -- .../base/controller/PhabricatorController.php | 16 -- .../PhabricatorRedirectController.php | 16 -- .../cache/storage/PhabricatorCacheDAO.php | 16 -- .../cache/storage/PhabricatorMarkupCache.php | 16 -- .../PhabricatorApplicationCalendar.php | 16 -- .../PhabricatorCalendarBrowseController.php | 16 -- .../PhabricatorCalendarController.php | 16 -- ...bricatorCalendarDeleteStatusController.php | 16 -- ...habricatorCalendarEditStatusController.php | 16 -- ...habricatorCalendarViewStatusController.php | 16 -- .../storage/PhabricatorCalendarDAO.php | 16 -- .../storage/PhabricatorCalendarHoliday.php | 16 -- .../PhabricatorCalendarHolidayTestCase.php | 16 -- .../view/AphrontCalendarEventView.php | 16 -- .../view/AphrontCalendarMonthView.php | 16 -- .../chatlog/PhabricatorChatLogQuery.php | 16 -- .../constants/PhabricatorChatLogConstants.php | 16 -- .../constants/PhabricatorChatLogEventType.php | 16 -- ...habricatorChatLogChannelListController.php | 16 -- ...PhabricatorChatLogChannelLogController.php | 16 -- .../PhabricatorChatLogController.php | 16 -- .../chatlog/storage/PhabricatorChatLogDAO.php | 16 -- .../storage/PhabricatorChatLogEvent.php | 16 -- .../PhabricatorApplicationConduit.php | 16 -- src/applications/conduit/call/ConduitCall.php | 16 -- .../call/__tests__/ConduitCallTestCase.php | 16 -- .../PhabricatorConduitAPIController.php | 16 -- .../PhabricatorConduitConsoleController.php | 16 -- .../PhabricatorConduitController.php | 16 -- .../PhabricatorConduitListController.php | 16 -- .../PhabricatorConduitLogController.php | 16 -- .../PhabricatorConduitTokenController.php | 16 -- .../conduit/method/ConduitAPIMethod.php | 16 -- .../arcanist/ConduitAPI_arcanist_Method.php | 16 -- ...ConduitAPI_arcanist_projectinfo_Method.php | 16 -- .../method/audit/ConduitAPI_audit_Method.php | 16 -- .../audit/ConduitAPI_audit_query_Method.php | 16 -- .../chatlog/ConduitAPI_chatlog_Method.php | 16 -- .../ConduitAPI_chatlog_query_Method.php | 16 -- .../ConduitAPI_chatlog_record_Method.php | 16 -- .../ConduitAPI_conduit_connect_Method.php | 16 -- ...nduitAPI_conduit_getcertificate_Method.php | 16 -- .../ConduitAPI_conduit_ping_Method.php | 16 -- .../ConduitAPI_daemon_launched_Method.php | 16 -- .../daemon/ConduitAPI_daemon_log_Method.php | 16 -- .../ConduitAPI_daemon_setstatus_Method.php | 16 -- .../ConduitAPI_differential_Method.php | 16 -- .../ConduitAPI_differential_close_Method.php | 16 -- ...tAPI_differential_createcomment_Method.php | 16 -- ...duitAPI_differential_creatediff_Method.php | 16 -- ...itAPI_differential_createinline_Method.php | 16 -- ...tAPI_differential_createrawdiff_Method.php | 16 -- ...API_differential_createrevision_Method.php | 16 -- .../ConduitAPI_differential_find_Method.php | 16 -- ...erential_finishpostponedlinters_Method.php | 16 -- ...uitAPI_differential_getalldiffs_Method.php | 16 -- ...I_differential_getcommitmessage_Method.php | 16 -- ...API_differential_getcommitpaths_Method.php | 16 -- ...ConduitAPI_differential_getdiff_Method.php | 16 -- ...uitAPI_differential_getrevision_Method.php | 16 -- ...ifferential_getrevisioncomments_Method.php | 16 -- ...ifferential_getrevisionfeedback_Method.php | 16 -- ...tAPI_differential_markcommitted_Method.php | 16 -- ...differential_parsecommitmessage_Method.php | 16 -- .../ConduitAPI_differential_query_Method.php | 16 -- ...PI_differential_setdiffproperty_Method.php | 16 -- ...API_differential_updaterevision_Method.php | 16 -- ...rential_updatetaskrevisionassoc_Method.php | 16 -- ..._differential_updateunitresults_Method.php | 16 -- ...onduitAPI_diffusion_findsymbols_Method.php | 16 -- ...ConduitAPI_diffusion_getcommits_Method.php | 16 -- ...iffusion_getrecentcommitsbypath_Method.php | 16 -- .../feed/ConduitAPI_feed_publish_Method.php | 16 -- .../feed/ConduitAPI_feed_query_Method.php | 16 -- .../file/ConduitAPI_file_download_Method.php | 16 -- .../file/ConduitAPI_file_info_Method.php | 16 -- .../file/ConduitAPI_file_upload_Method.php | 16 -- .../method/flag/ConduitAPI_flag_Method.php | 16 -- .../flag/ConduitAPI_flag_delete_Method.php | 16 -- .../flag/ConduitAPI_flag_edit_Method.php | 16 -- .../flag/ConduitAPI_flag_query_Method.php | 16 -- .../method/macro/ConduitAPI_macro_Method.php | 16 -- .../macro/ConduitAPI_macro_query_Method.php | 16 -- .../maniphest/ConduitAPI_maniphest_Method.php | 16 -- ...ConduitAPI_maniphest_createtask_Method.php | 16 -- .../ConduitAPI_maniphest_find_Method.php | 16 -- ...I_maniphest_gettasktransactions_Method.php | 16 -- .../ConduitAPI_maniphest_info_Method.php | 16 -- .../ConduitAPI_maniphest_query_Method.php | 16 -- .../ConduitAPI_maniphest_update_Method.php | 16 -- .../owners/ConduitAPI_owners_query_Method.php | 16 -- .../method/phid/ConduitAPI_phid_Method.php | 16 -- .../phid/ConduitAPI_phid_info_Method.php | 16 -- .../phid/ConduitAPI_phid_lookup_Method.php | 16 -- .../phid/ConduitAPI_phid_query_Method.php | 16 -- .../ConduitAPI_phpast_getast_Method.php | 16 -- .../ConduitAPI_phpast_version_Method.php | 16 -- .../phriction/ConduitAPI_phriction_Method.php | 16 -- .../ConduitAPI_phriction_edit_Method.php | 16 -- .../ConduitAPI_phriction_history_Method.php | 16 -- .../ConduitAPI_phriction_info_Method.php | 16 -- .../project/ConduitAPI_project_Method.php | 16 -- .../ConduitAPI_project_query_Method.php | 16 -- .../ConduitAPI_remarkup_process_Method.php | 16 -- .../ConduitAPI_repository_Method.php | 16 -- .../ConduitAPI_repository_create_Method.php | 16 -- .../ConduitAPI_repository_query_Method.php | 16 -- .../ConduitAPI_slowvote_info_Method.php | 16 -- .../method/user/ConduitAPI_user_Method.php | 16 -- .../user/ConduitAPI_user_addstatus_Method.php | 16 -- .../user/ConduitAPI_user_disable_Method.php | 16 -- .../user/ConduitAPI_user_enable_Method.php | 16 -- .../user/ConduitAPI_user_find_Method.php | 16 -- .../user/ConduitAPI_user_info_Method.php | 16 -- .../user/ConduitAPI_user_query_Method.php | 16 -- .../ConduitAPI_user_removestatus_Method.php | 16 -- .../user/ConduitAPI_user_whoami_Method.php | 16 -- .../conduit/protocol/ConduitAPIRequest.php | 16 -- .../conduit/protocol/ConduitAPIResponse.php | 16 -- .../conduit/protocol/ConduitException.php | 16 -- .../PhabricatorConduitCertificateToken.php | 16 -- .../PhabricatorConduitConnectionLog.php | 16 -- .../conduit/storage/PhabricatorConduitDAO.php | 16 -- .../PhabricatorConduitMethodCallLog.php | 16 -- .../PhabricatorApplicationCountdown.php | 16 -- .../PhabricatorCountdownController.php | 16 -- .../PhabricatorCountdownDeleteController.php | 16 -- .../PhabricatorCountdownEditController.php | 16 -- .../PhabricatorCountdownListController.php | 16 -- .../PhabricatorCountdownViewController.php | 16 -- .../storage/PhabricatorCountdownDAO.php | 16 -- .../countdown/storage/PhabricatorTimer.php | 16 -- .../PhabricatorApplicationDaemons.php | 16 -- ...PhabricatorDaemonCombinedLogController.php | 16 -- .../PhabricatorDaemonConsoleController.php | 16 -- .../PhabricatorDaemonController.php | 16 -- .../PhabricatorDaemonLogListController.php | 16 -- .../PhabricatorDaemonLogViewController.php | 16 -- ...ricatorDaemonTimelineConsoleController.php | 16 -- ...abricatorDaemonTimelineEventController.php | 16 -- .../PhabricatorWorkerTaskDetailController.php | 16 -- .../PhabricatorWorkerTaskUpdateController.php | 16 -- .../view/PhabricatorDaemonLogEventsView.php | 16 -- .../view/PhabricatorDaemonLogListView.php | 16 -- .../differential/DifferentialReplyHandler.php | 16 -- .../DifferentialTasksAttacher.php | 16 -- .../PhabricatorApplicationDifferential.php | 16 -- .../constants/DifferentialAction.php | 16 -- .../constants/DifferentialChangeType.php | 16 -- .../constants/DifferentialLintStatus.php | 16 -- .../constants/DifferentialMailPhase.php | 16 -- .../DifferentialRevisionControlSystem.php | 16 -- .../constants/DifferentialUnitStatus.php | 16 -- .../constants/DifferentialUnitTestResult.php | 16 -- .../DifferentialChangesetViewController.php | 16 -- .../DifferentialCommentPreviewController.php | 16 -- .../DifferentialCommentSaveController.php | 16 -- .../controller/DifferentialController.php | 16 -- .../DifferentialDiffCreateController.php | 16 -- .../DifferentialDiffViewController.php | 16 -- ...ifferentialInlineCommentEditController.php | 16 -- ...erentialInlineCommentPreviewController.php | 16 -- .../DifferentialRevisionDetailRenderer.php | 16 -- .../DifferentialRevisionEditController.php | 16 -- .../DifferentialRevisionListController.php | 16 -- .../DifferentialRevisionStatsController.php | 16 -- .../DifferentialRevisionViewController.php | 16 -- .../DifferentialSubscribeController.php | 16 -- .../data/DifferentialRevisionListData.php | 16 -- .../editor/DifferentialCommentEditor.php | 16 -- .../editor/DifferentialRevisionEditor.php | 16 -- ...DifferentialActionHasNoEffectException.php | 16 -- .../exception/DifferentialException.php | 16 -- ...erentialFieldDataNotAvailableException.php | 16 -- .../DifferentialFieldParseException.php | 16 -- ...lFieldSpecificationIncompleteException.php | 16 -- .../DifferentialFieldValidationException.php | 16 -- .../DifferentialDefaultFieldSelector.php | 16 -- .../selector/DifferentialFieldSelector.php | 16 -- ...fferentialApplyPatchFieldSpecification.php | 16 -- ...ntialArcanistProjectFieldSpecification.php | 16 -- ...DifferentialAuditorsFieldSpecification.php | 16 -- .../DifferentialAuthorFieldSpecification.php | 16 -- ...rentialBlameRevisionFieldSpecification.php | 16 -- .../DifferentialBranchFieldSpecification.php | 16 -- .../DifferentialCCsFieldSpecification.php | 16 -- .../DifferentialCommitsFieldSpecification.php | 16 -- ...ferentialDateCreatedFieldSpecification.php | 16 -- ...erentialDateModifiedFieldSpecification.php | 16 -- ...erentialDependenciesFieldSpecification.php | 16 -- ...ifferentialDependsOnFieldSpecification.php | 16 -- ...ferentialExportPatchFieldSpecification.php | 16 -- .../DifferentialFieldSpecification.php | 16 -- ...DifferentialFreeformFieldSpecification.php | 16 -- ...DifferentialGitSVNIDFieldSpecification.php | 16 -- .../DifferentialHostFieldSpecification.php | 16 -- .../DifferentialLinesFieldSpecification.php | 16 -- .../DifferentialLintFieldSpecification.php | 16 -- ...entialManiphestTasksFieldSpecification.php | 16 -- .../DifferentialPathFieldSpecification.php | 16 -- ...fferentialRevertPlanFieldSpecification.php | 16 -- ...fferentialReviewedByFieldSpecification.php | 16 -- ...ifferentialReviewersFieldSpecification.php | 16 -- ...fferentialRevisionIDFieldSpecification.php | 16 -- ...entialRevisionStatusFieldSpecification.php | 16 -- .../DifferentialSummaryFieldSpecification.php | 16 -- ...DifferentialTestPlanFieldSpecification.php | 16 -- .../DifferentialTitleFieldSpecification.php | 16 -- .../DifferentialUnitFieldSpecification.php | 16 -- ...ferentialRevisionIDFieldParserTestCase.php | 16 -- .../mail/DifferentialCCWelcomeMail.php | 16 -- .../mail/DifferentialCommentMail.php | 16 -- .../mail/DifferentialDiffContentMail.php | 16 -- .../mail/DifferentialExceptionMail.php | 16 -- .../differential/mail/DifferentialMail.php | 16 -- .../mail/DifferentialNewDiffMail.php | 16 -- .../mail/DifferentialReviewRequestMail.php | 16 -- .../parser/DifferentialChangesetParser.php | 16 -- .../DifferentialChangesetParserTestCase.php | 16 -- .../query/DifferentialRevisionQuery.php | 16 -- .../stats/DifferentialReviewerStats.php | 16 -- .../DifferentialReviewerStatsTestCase.php | 16 -- .../storage/DifferentialAffectedPath.php | 16 -- .../storage/DifferentialAuxiliaryField.php | 16 -- .../storage/DifferentialChangeset.php | 16 -- .../storage/DifferentialComment.php | 16 -- .../differential/storage/DifferentialDAO.php | 16 -- .../differential/storage/DifferentialDiff.php | 16 -- .../storage/DifferentialDiffProperty.php | 16 -- .../differential/storage/DifferentialHunk.php | 16 -- .../storage/DifferentialInlineComment.php | 16 -- .../storage/DifferentialRevision.php | 16 -- .../__tests__/DifferentialHunkTestCase.php | 16 -- .../view/DifferentialAddCommentView.php | 16 -- .../view/DifferentialChangesetDetailView.php | 16 -- .../view/DifferentialChangesetListView.php | 16 -- .../DifferentialCodeWidthSensitiveView.php | 16 -- .../DifferentialDiffTableOfContentsView.php | 16 -- .../DifferentialInlineCommentEditView.php | 16 -- .../view/DifferentialInlineCommentView.php | 16 -- .../view/DifferentialLocalCommitsView.php | 16 -- .../view/DifferentialPrimaryPaneView.php | 16 -- .../view/DifferentialResultsTableView.php | 16 -- .../DifferentialRevisionCommentListView.php | 16 -- .../view/DifferentialRevisionCommentView.php | 16 -- .../view/DifferentialRevisionDetailView.php | 16 -- .../view/DifferentialRevisionListView.php | 16 -- .../view/DifferentialRevisionStatsView.php | 16 -- .../DifferentialRevisionUpdateHistoryView.php | 16 -- .../diffusion/DiffusionRepositoryTag.php | 16 -- .../PhabricatorApplicationDiffusion.php | 16 -- .../DiffusionBranchTableController.php | 16 -- .../controller/DiffusionBrowseController.php | 16 -- .../DiffusionBrowseFileController.php | 16 -- .../controller/DiffusionChangeController.php | 16 -- .../DiffusionCommitBranchesController.php | 16 -- .../controller/DiffusionCommitController.php | 16 -- .../DiffusionCommitEditController.php | 16 -- .../DiffusionCommitTagsController.php | 16 -- .../controller/DiffusionController.php | 16 -- .../controller/DiffusionDiffController.php | 16 -- .../DiffusionExternalController.php | 16 -- .../controller/DiffusionHistoryController.php | 16 -- .../controller/DiffusionHomeController.php | 16 -- .../DiffusionInlineCommentController.php | 16 -- ...iffusionInlineCommentPreviewController.php | 16 -- .../DiffusionLastModifiedController.php | 16 -- .../DiffusionPathCompleteController.php | 16 -- .../DiffusionPathValidateController.php | 16 -- .../DiffusionRepositoryController.php | 16 -- .../controller/DiffusionSymbolController.php | 16 -- .../controller/DiffusionTagListController.php | 16 -- .../data/DiffusionBranchInformation.php | 16 -- .../diffusion/data/DiffusionFileContent.php | 16 -- .../diffusion/data/DiffusionPathChange.php | 16 -- .../data/DiffusionRepositoryPath.php | 16 -- .../exception/DiffusionSetupException.php | 16 -- .../diffusion/query/DiffusionPathQuery.php | 16 -- .../diffusion/query/DiffusionQuery.php | 16 -- .../query/DiffusionRenameHistoryQuery.php | 16 -- .../diffusion/query/DiffusionSymbolQuery.php | 16 -- .../query/branch/DiffusionBranchQuery.php | 16 -- .../query/branch/DiffusionGitBranchQuery.php | 16 -- .../branch/DiffusionMercurialBranchQuery.php | 16 -- .../DiffusionGitBranchQueryTestCase.php | 16 -- .../query/browse/DiffusionBrowseQuery.php | 16 -- .../query/browse/DiffusionGitBrowseQuery.php | 16 -- .../browse/DiffusionMercurialBrowseQuery.php | 16 -- .../query/browse/DiffusionSvnBrowseQuery.php | 16 -- .../committags/DiffusionCommitTagsQuery.php | 16 -- .../DiffusionGitCommitTagsQuery.php | 16 -- .../DiffusionMercurialCommitTagsQuery.php | 16 -- .../DiffusionSvnCommitTagsQuery.php | 16 -- .../query/contains/DiffusionContainsQuery.php | 16 -- .../contains/DiffusionGitContainsQuery.php | 16 -- .../DiffusionMercurialContainsQuery.php | 16 -- .../contains/DiffusionSvnContainsQuery.php | 16 -- .../query/diff/DiffusionDiffQuery.php | 16 -- .../query/diff/DiffusionGitDiffQuery.php | 16 -- .../diff/DiffusionMercurialDiffQuery.php | 16 -- .../query/diff/DiffusionSvnDiffQuery.php | 16 -- .../query/exists/DiffusionExistsQuery.php | 16 -- .../query/exists/DiffusionGitExistsQuery.php | 16 -- .../exists/DiffusionMercurialExistsQuery.php | 16 -- .../query/exists/DiffusionSvnExistsQuery.php | 16 -- .../filecontent/DiffusionFileContentQuery.php | 16 -- .../DiffusionGitFileContentQuery.php | 16 -- .../DiffusionMercurialFileContentQuery.php | 16 -- .../DiffusionSvnFileContentQuery.php | 16 -- .../history/DiffusionGitHistoryQuery.php | 16 -- .../query/history/DiffusionHistoryQuery.php | 16 -- .../DiffusionMercurialHistoryQuery.php | 16 -- .../history/DiffusionSvnHistoryQuery.php | 16 -- .../DiffusionGitLastModifiedQuery.php | 16 -- .../DiffusionLastModifiedQuery.php | 16 -- .../DiffusionMercurialLastModifiedQuery.php | 16 -- .../DiffusionSvnLastModifiedQuery.php | 16 -- .../DiffusionGitMergedCommitsQuery.php | 16 -- .../DiffusionMercurialMergedCommitsQuery.php | 16 -- .../DiffusionMergedCommitsQuery.php | 16 -- .../DiffusionSvnMergedCommitsQuery.php | 16 -- .../parents/DiffusionCommitParentsQuery.php | 16 -- .../DiffusionGitCommitParentsQuery.php | 16 -- .../DiffusionMercurialCommitParentsQuery.php | 16 -- .../DiffusionSvnCommitParentsQuery.php | 16 -- .../pathchange/DiffusionPathChangeQuery.php | 16 -- .../query/pathid/DiffusionPathIDQuery.php | 16 -- .../__tests__/DiffusionPathQueryTestCase.php | 16 -- .../rawdiff/DiffusionGitRawDiffQuery.php | 16 -- .../DiffusionMercurialRawDiffQuery.php | 16 -- .../query/rawdiff/DiffusionRawDiffQuery.php | 16 -- .../rawdiff/DiffusionSvnRawDiffQuery.php | 16 -- .../taglist/DiffusionGitTagListQuery.php | 16 -- .../DiffusionMercurialTagListQuery.php | 16 -- .../taglist/DiffusionSvnTagListQuery.php | 16 -- .../query/taglist/DiffusionTagListQuery.php | 16 -- .../diffusion/request/DiffusionGitRequest.php | 16 -- .../request/DiffusionMercurialRequest.php | 16 -- .../diffusion/request/DiffusionRequest.php | 16 -- .../diffusion/request/DiffusionSvnRequest.php | 16 -- .../__tests__/DiffusionURITestCase.php | 16 -- .../view/DiffusionBranchTableView.php | 16 -- .../view/DiffusionBrowseTableView.php | 16 -- .../view/DiffusionCommentListView.php | 16 -- .../diffusion/view/DiffusionCommentView.php | 16 -- .../view/DiffusionCommitChangeTableView.php | 16 -- .../view/DiffusionEmptyResultView.php | 16 -- .../view/DiffusionHistoryTableView.php | 16 -- .../diffusion/view/DiffusionTagListView.php | 16 -- .../diffusion/view/DiffusionView.php | 16 -- .../PhabricatorDirectoryController.php | 16 -- .../PhabricatorDirectoryMainController.php | 16 -- .../PhabricatorApplicationDiviner.php | 16 -- .../controller/DivinerListController.php | 16 -- .../draft/storage/PhabricatorDraft.php | 16 -- .../draft/storage/PhabricatorDraftDAO.php | 16 -- .../PhabricatorApplicationDrydock.php | 16 -- .../drydock/blueprint/DrydockBlueprint.php | 16 -- .../blueprint/DrydockEC2HostBlueprint.php | 16 -- .../blueprint/DrydockLocalHostBlueprint.php | 16 -- .../blueprint/DrydockRemoteHostBlueprint.php | 16 -- ...DrydockPhabricatorApplicationBlueprint.php | 16 -- .../webroot/DrydockApacheWebrootBlueprint.php | 16 -- .../drydock/constants/DrydockConstants.php | 16 -- .../drydock/constants/DrydockLeaseStatus.php | 16 -- .../constants/DrydockResourceStatus.php | 16 -- .../drydock/controller/DrydockController.php | 16 -- .../controller/DrydockLeaseListController.php | 16 -- .../controller/DrydockLogController.php | 16 -- .../DrydockResourceAllocateController.php | 16 -- .../DrydockResourceListController.php | 16 -- .../drydock/interface/DrydockInterface.php | 16 -- .../command/DrydockCommandInterface.php | 16 -- .../command/DrydockLocalCommandInterface.php | 16 -- .../command/DrydockSSHCommandInterface.php | 16 -- .../webroot/DrydockApacheWebrootInterface.php | 16 -- .../webroot/DrydockWebrootInterface.php | 16 -- .../DrydockManagementLeaseWorkflow.php | 16 -- .../DrydockManagementWaitForLeaseWorkflow.php | 16 -- .../management/DrydockManagementWorkflow.php | 16 -- .../drydock/query/DrydockLogQuery.php | 16 -- .../drydock/storage/DrydockDAO.php | 16 -- .../drydock/storage/DrydockLease.php | 16 -- .../drydock/storage/DrydockLog.php | 16 -- .../drydock/storage/DrydockResource.php | 16 -- .../drydock/worker/DrydockAllocatorWorker.php | 16 -- .../PhabricatorApplicationFact.php | 16 -- .../PhabricatorFactChartController.php | 16 -- .../controller/PhabricatorFactController.php | 16 -- .../PhabricatorFactHomeController.php | 16 -- .../fact/daemon/PhabricatorFactDaemon.php | 16 -- .../engine/PhabricatorFactCountEngine.php | 16 -- .../fact/engine/PhabricatorFactEngine.php | 16 -- .../PhabricatorFactLastUpdatedEngine.php | 16 -- .../extract/PhabricatorFactUpdateIterator.php | 16 -- ...abricatorFactManagementAnalyzeWorkflow.php | 16 -- ...abricatorFactManagementCursorsWorkflow.php | 16 -- ...abricatorFactManagementDestroyWorkflow.php | 16 -- .../PhabricatorFactManagementListWorkflow.php | 16 -- ...habricatorFactManagementStatusWorkflow.php | 16 -- .../PhabricatorFactManagementWorkflow.php | 16 -- .../fact/spec/PhabricatorFactSimpleSpec.php | 16 -- .../fact/spec/PhabricatorFactSpec.php | 16 -- .../fact/storage/PhabricatorFactAggregate.php | 16 -- .../fact/storage/PhabricatorFactCursor.php | 16 -- .../fact/storage/PhabricatorFactDAO.php | 16 -- .../fact/storage/PhabricatorFactRaw.php | 16 -- .../feed/PhabricatorFeedQuery.php | 16 -- .../feed/PhabricatorFeedStoryPublisher.php | 16 -- .../feed/builder/PhabricatorFeedBuilder.php | 16 -- .../constants/PhabricatorFeedConstants.php | 16 -- .../PhabricatorFeedStoryTypeConstants.php | 16 -- .../controller/PhabricatorFeedController.php | 16 -- .../PhabricatorFeedPublicStreamController.php | 16 -- .../feed/storage/PhabricatorFeedDAO.php | 16 -- .../feed/storage/PhabricatorFeedStoryData.php | 16 -- .../storage/PhabricatorFeedStoryReference.php | 16 -- .../feed/story/PhabricatorFeedStory.php | 16 -- .../story/PhabricatorFeedStoryAggregate.php | 16 -- .../feed/story/PhabricatorFeedStoryAudit.php | 16 -- .../feed/story/PhabricatorFeedStoryCommit.php | 16 -- .../PhabricatorFeedStoryDifferential.php | 16 -- ...bricatorFeedStoryDifferentialAggregate.php | 16 -- .../story/PhabricatorFeedStoryManiphest.php | 16 -- ...PhabricatorFeedStoryManiphestAggregate.php | 16 -- .../story/PhabricatorFeedStoryPhriction.php | 16 -- .../story/PhabricatorFeedStoryProject.php | 16 -- .../feed/story/PhabricatorFeedStoryStatus.php | 16 -- .../story/PhabricatorFeedStoryUnknown.php | 16 -- .../feed/view/PhabricatorFeedStoryView.php | 16 -- .../feed/view/PhabricatorFeedView.php | 16 -- .../feed/worker/FeedPublisherWorker.php | 16 -- .../files/PhabricatorImageTransformer.php | 16 -- .../PhabricatorApplicationFiles.php | 16 -- .../controller/PhabricatorFileController.php | 16 -- .../PhabricatorFileDataController.php | 16 -- .../PhabricatorFileDeleteController.php | 16 -- .../PhabricatorFileDropUploadController.php | 16 -- .../PhabricatorFileInfoController.php | 16 -- .../PhabricatorFileListController.php | 16 -- .../PhabricatorFileProxyController.php | 16 -- .../PhabricatorFileShortcutController.php | 16 -- .../PhabricatorFileTransformController.php | 16 -- .../PhabricatorFileUploadController.php | 16 -- .../engine/PhabricatorFileStorageEngine.php | 16 -- .../PhabricatorLocalDiskFileStorageEngine.php | 16 -- .../PhabricatorMySQLFileStorageEngine.php | 16 -- .../engine/PhabricatorS3FileStorageEngine.php | 16 -- ...icatorDefaultFileStorageEngineSelector.php | 16 -- .../PhabricatorFileStorageEngineSelector.php | 16 -- ...catorFileStorageConfigurationException.php | 16 -- .../PhabricatorFileUploadException.php | 16 -- ...bricatorFilesManagementEnginesWorkflow.php | 16 -- ...bricatorFilesManagementMigrateWorkflow.php | 16 -- .../PhabricatorFilesManagementWorkflow.php | 16 -- .../files/query/PhabricatorFileQuery.php | 16 -- .../files/storage/PhabricatorFile.php | 16 -- .../files/storage/PhabricatorFileDAO.php | 16 -- .../storage/PhabricatorFileProxyImage.php | 16 -- .../storage/PhabricatorFileStorageBlob.php | 16 -- .../storage/PhabricatorTransformedFile.php | 16 -- .../files/view/PhabricatorFileSideNavView.php | 16 -- .../files/view/PhabricatorFileUploadView.php | 16 -- .../PhabricatorApplicationFlags.php | 16 -- .../flag/constants/PhabricatorFlagColor.php | 16 -- .../constants/PhabricatorFlagConstants.php | 16 -- .../controller/PhabricatorFlagController.php | 16 -- .../PhabricatorFlagDeleteController.php | 16 -- .../PhabricatorFlagEditController.php | 16 -- .../PhabricatorFlagListController.php | 16 -- .../PhabricatorFlagsUIEventListener.php | 16 -- .../flag/query/PhabricatorFlagQuery.php | 16 -- .../flag/storage/PhabricatorFlag.php | 16 -- .../flag/storage/PhabricatorFlagDAO.php | 16 -- .../flag/view/PhabricatorFlagListView.php | 16 -- .../harbormaster/storage/HarbormasterDAO.php | 16 -- .../storage/HarbormasterObject.php | 16 -- .../storage/HarbormasterScratchTable.php | 16 -- .../controller/PhabricatorHelpController.php | 16 -- ...bricatorHelpKeyboardShortcutController.php | 16 -- .../herald/adapter/HeraldCommitAdapter.php | 16 -- .../HeraldDifferentialRevisionAdapter.php | 16 -- .../herald/adapter/HeraldDryRunAdapter.php | 16 -- .../herald/adapter/HeraldObjectAdapter.php | 16 -- .../PhabricatorApplicationHerald.php | 16 -- .../herald/config/HeraldActionConfig.php | 16 -- .../herald/config/HeraldConditionConfig.php | 16 -- .../herald/config/HeraldContentTypeConfig.php | 16 -- .../herald/config/HeraldFieldConfig.php | 16 -- .../config/HeraldRepetitionPolicyConfig.php | 16 -- .../herald/config/HeraldRuleTypeConfig.php | 16 -- .../herald/config/HeraldValueTypeConfig.php | 16 -- .../herald/controller/HeraldController.php | 16 -- .../controller/HeraldDeleteController.php | 16 -- .../controller/HeraldHomeController.php | 16 -- .../herald/controller/HeraldNewController.php | 16 -- .../controller/HeraldRuleController.php | 16 -- .../HeraldRuleEditHistoryController.php | 16 -- .../HeraldTestConsoleController.php | 16 -- .../controller/HeraldTranscriptController.php | 16 -- .../HeraldTranscriptListController.php | 16 -- .../herald/engine/HeraldEffect.php | 16 -- .../herald/engine/HeraldEngine.php | 16 -- .../HeraldInvalidConditionException.php | 16 -- .../engine/HeraldInvalidFieldException.php | 16 -- .../HeraldRecursiveConditionsException.php | 16 -- .../herald/query/HeraldEditLogQuery.php | 16 -- .../herald/query/HeraldRuleQuery.php | 16 -- .../herald/storage/HeraldAction.php | 16 -- .../herald/storage/HeraldCondition.php | 16 -- src/applications/herald/storage/HeraldDAO.php | 16 -- .../herald/storage/HeraldRule.php | 16 -- .../herald/storage/HeraldRuleEdit.php | 16 -- .../transcript/HeraldApplyTranscript.php | 16 -- .../transcript/HeraldConditionTranscript.php | 16 -- .../transcript/HeraldObjectTranscript.php | 16 -- .../transcript/HeraldRuleTranscript.php | 16 -- .../storage/transcript/HeraldTranscript.php | 16 -- .../herald/view/HeraldRuleEditHistoryView.php | 16 -- .../herald/view/HeraldRuleListView.php | 16 -- .../PhabricatorApplicationMacro.php | 16 -- .../controller/PhabricatorMacroController.php | 16 -- .../PhabricatorMacroDeleteController.php | 16 -- .../PhabricatorMacroEditController.php | 16 -- .../PhabricatorMacroListController.php | 16 -- .../storage/PhabricatorFileImageMacro.php | 16 -- .../PhabricatorApplicationMailingLists.php | 16 -- .../PhabricatorMailingListsEditController.php | 16 -- .../PhabricatorMailingListsListController.php | 16 -- .../storage/PhabricatorMetaMTAMailingList.php | 16 -- .../maniphest/ManiphestReplyHandler.php | 16 -- .../maniphest/ManiphestTaskQuery.php | 16 -- .../PhabricatorApplicationManiphest.php | 16 -- ...hestAuxiliaryFieldDefaultSpecification.php | 16 -- .../ManiphestAuxiliaryFieldSpecification.php | 16 -- .../ManiphestAuxiliaryFieldTypeException.php | 16 -- ...phestAuxiliaryFieldValidationException.php | 16 -- .../maniphest/constants/ManiphestAction.php | 16 -- .../constants/ManiphestConstants.php | 16 -- .../constants/ManiphestTaskOwner.php | 16 -- .../constants/ManiphestTaskPriority.php | 16 -- .../constants/ManiphestTaskStatus.php | 16 -- .../constants/ManiphestTransactionType.php | 16 -- .../ManiphestBatchEditController.php | 16 -- .../controller/ManiphestController.php | 16 -- .../controller/ManiphestExportController.php | 16 -- .../controller/ManiphestReportController.php | 16 -- .../ManiphestSavedQueryDeleteController.php | 16 -- .../ManiphestSavedQueryEditController.php | 16 -- .../ManiphestSavedQueryListController.php | 16 -- .../ManiphestSubpriorityController.php | 16 -- ...niphestTaskDescriptionChangeController.php | 16 -- ...iphestTaskDescriptionPreviewController.php | 16 -- .../ManiphestTaskDetailController.php | 16 -- .../ManiphestTaskEditController.php | 16 -- .../ManiphestTaskListController.php | 16 -- .../ManiphestTransactionPreviewController.php | 16 -- .../ManiphestTransactionSaveController.php | 16 -- .../editor/ManiphestTransactionEditor.php | 16 -- .../event/ManiphestEdgeEventListener.php | 16 -- .../ManiphestDefaultTaskExtensions.php | 16 -- .../extensions/ManiphestTaskExtensions.php | 16 -- .../maniphest/storage/ManiphestDAO.php | 16 -- .../maniphest/storage/ManiphestSavedQuery.php | 16 -- .../maniphest/storage/ManiphestTask.php | 16 -- .../storage/ManiphestTaskAuxiliaryStorage.php | 16 -- .../storage/ManiphestTaskProject.php | 16 -- .../storage/ManiphestTaskSubscriber.php | 16 -- .../storage/ManiphestTransaction.php | 16 -- .../maniphest/view/ManiphestTaskListView.php | 16 -- .../view/ManiphestTaskProjectsView.php | 16 -- .../view/ManiphestTaskSummaryView.php | 16 -- .../view/ManiphestTransactionDetailView.php | 16 -- .../view/ManiphestTransactionListView.php | 16 -- .../maniphest/view/ManiphestView.php | 16 -- .../PhabricatorApplicationApplications.php | 16 -- .../PhabricatorApplicationsListController.php | 16 -- .../view/PhabricatorApplicationLaunchView.php | 16 -- .../view/PhabricatorApplicationStatusView.php | 16 -- .../PhabricatorMetaMTAEmailBodyParser.php | 16 -- .../metamta/PhabricatorMetaMTAWorker.php | 16 -- ...bricatorMetaMTAEmailBodyParserTestCase.php | 16 -- .../PhabricatorMailImplementationAdapter.php | 16 -- ...atorMailImplementationAmazonSESAdapter.php | 16 -- ...MailImplementationPHPMailerLiteAdapter.php | 16 -- ...catorMailImplementationSendGridAdapter.php | 16 -- ...abricatorMailImplementationTestAdapter.php | 16 -- .../PhabricatorApplicationMetaMTA.php | 16 -- .../metamta/constants/MetaMTAConstants.php | 16 -- .../constants/MetaMTANotificationType.php | 16 -- .../PhabricatorContentSource.php | 16 -- .../PhabricatorContentSourceView.php | 16 -- .../PhabricatorMetaMTAController.php | 16 -- .../PhabricatorMetaMTAListController.php | 16 -- .../PhabricatorMetaMTAReceiveController.php | 16 -- ...abricatorMetaMTAReceivedListController.php | 16 -- .../PhabricatorMetaMTASendController.php | 16 -- ...icatorMetaMTASendGridReceiveController.php | 16 -- .../PhabricatorMetaMTAViewController.php | 16 -- .../PhabricatorMailReplyHandler.php | 16 -- .../storage/PhabricatorMetaMTAAttachment.php | 16 -- .../metamta/storage/PhabricatorMetaMTADAO.php | 16 -- .../storage/PhabricatorMetaMTAMail.php | 16 -- .../PhabricatorMetaMTAReceivedMail.php | 16 -- .../PhabricatorMetaMTAMailTestCase.php | 16 -- .../view/PhabricatorMetaMTAMailBody.php | 16 -- .../PhabricatorMetaMTAMailBodyTestCase.php | 16 -- .../PhabricatorNotificationQuery.php | 16 -- .../PhabricatorNotificationBuilder.php | 16 -- ...PhabricatorNotificationClearController.php | 16 -- .../PhabricatorNotificationController.php | 16 -- ...icatorNotificationIndividualController.php | 16 -- .../PhabricatorNotificationListController.php | 16 -- ...PhabricatorNotificationPanelController.php | 16 -- ...habricatorNotificationStatusController.php | 16 -- .../PhabricatorFeedStoryNotification.php | 16 -- .../view/PhabricatorNotificationStoryView.php | 16 -- .../view/PhabricatorNotificationView.php | 16 -- .../oauthserver/PhabricatorOAuthResponse.php | 16 -- .../oauthserver/PhabricatorOAuthServer.php | 16 -- .../PhabricatorOAuthServerScope.php | 16 -- .../PhabricatorOAuthServerTestCase.php | 16 -- .../PhabricatorOAuthServerAuthController.php | 16 -- .../PhabricatorOAuthServerController.php | 16 -- .../PhabricatorOAuthServerTestController.php | 16 -- .../PhabricatorOAuthServerTokenController.php | 16 -- .../PhabricatorOAuthClientBaseController.php | 16 -- ...PhabricatorOAuthClientDeleteController.php | 16 -- .../PhabricatorOAuthClientEditController.php | 16 -- .../PhabricatorOAuthClientListController.php | 16 -- .../PhabricatorOAuthClientViewController.php | 16 -- ...OAuthClientAuthorizationBaseController.php | 16 -- ...uthClientAuthorizationDeleteController.php | 16 -- ...OAuthClientAuthorizationEditController.php | 16 -- ...OAuthClientAuthorizationListController.php | 16 -- ...abricatorOAuthClientAuthorizationQuery.php | 16 -- .../PhabricatorOAuthServerClientQuery.php | 16 -- .../PhabricatorOAuthClientAuthorization.php | 16 -- .../PhabricatorOAuthServerAccessToken.php | 16 -- ...habricatorOAuthServerAuthorizationCode.php | 16 -- .../storage/PhabricatorOAuthServerClient.php | 16 -- .../storage/PhabricatorOAuthServerDAO.php | 16 -- .../owners/OwnersPackageReplyHandler.php | 16 -- .../PhabricatorApplicationOwners.php | 16 -- .../PhabricatorOwnersController.php | 16 -- .../PhabricatorOwnersDeleteController.php | 16 -- .../PhabricatorOwnersDetailController.php | 16 -- .../PhabricatorOwnersEditController.php | 16 -- .../PhabricatorOwnersListController.php | 16 -- .../owners/mail/PackageCreateMail.php | 16 -- .../owners/mail/PackageDeleteMail.php | 16 -- src/applications/owners/mail/PackageMail.php | 16 -- .../owners/mail/PackageModifyMail.php | 16 -- .../query/PhabricatorOwnerPathQuery.php | 16 -- .../query/PhabricatorOwnersPackageQuery.php | 16 -- .../owners/storage/PhabricatorOwnersDAO.php | 16 -- .../owners/storage/PhabricatorOwnersOwner.php | 16 -- .../storage/PhabricatorOwnersPackage.php | 16 -- .../owners/storage/PhabricatorOwnersPath.php | 16 -- .../PhabricatorApplicationPaste.php | 16 -- .../paste/conduit/ConduitAPI_paste_Method.php | 16 -- .../ConduitAPI_paste_create_Method.php | 16 -- .../conduit/ConduitAPI_paste_info_Method.php | 16 -- .../conduit/ConduitAPI_paste_query_Method.php | 16 -- .../controller/PhabricatorPasteController.php | 16 -- .../PhabricatorPasteEditController.php | 16 -- .../PhabricatorPasteListController.php | 16 -- .../PhabricatorPasteViewController.php | 16 -- .../paste/query/PhabricatorPasteQuery.php | 16 -- .../paste/storage/PhabricatorPaste.php | 16 -- .../paste/storage/PhabricatorPasteDAO.php | 16 -- .../people/PhabricatorPeopleQuery.php | 16 -- .../people/PhabricatorUserEditor.php | 16 -- .../PhabricatorApplicationPeople.php | 16 -- ...PhabricatorEmailVerificationController.php | 16 -- .../PhabricatorPeopleController.php | 16 -- .../PhabricatorPeopleEditController.php | 16 -- .../PhabricatorPeopleLdapController.php | 16 -- .../PhabricatorPeopleListController.php | 16 -- .../PhabricatorPeopleLogsController.php | 16 -- .../PhabricatorPeopleProfileController.php | 16 -- ...ricatorUserStatusInvalidEpochException.php | 16 -- .../PhabricatorUserStatusOverlapException.php | 16 -- .../people/storage/PhabricatorUser.php | 16 -- .../people/storage/PhabricatorUserDAO.php | 16 -- .../people/storage/PhabricatorUserEmail.php | 16 -- .../storage/PhabricatorUserLDAPInfo.php | 16 -- .../people/storage/PhabricatorUserLog.php | 16 -- .../storage/PhabricatorUserOAuthInfo.php | 16 -- .../people/storage/PhabricatorUserProfile.php | 16 -- .../people/storage/PhabricatorUserStatus.php | 16 -- .../__tests__/PhabricatorUserTestCase.php | 16 -- .../PhabricatorApplicationPhame.php | 16 -- .../phame/controller/PhameController.php | 16 -- .../controller/PhameResourceController.php | 16 -- .../blog/PhameBlogDeleteController.php | 16 -- .../blog/PhameBlogEditController.php | 16 -- .../blog/PhameBlogListController.php | 16 -- .../blog/PhameBlogLiveController.php | 16 -- .../blog/PhameBlogViewController.php | 16 -- .../post/PhamePostDeleteController.php | 16 -- .../post/PhamePostEditController.php | 16 -- .../post/PhamePostFramedController.php | 16 -- .../post/PhamePostListController.php | 16 -- .../post/PhamePostNewController.php | 16 -- .../post/PhamePostNotLiveController.php | 16 -- .../post/PhamePostPreviewController.php | 16 -- .../post/PhamePostPublishController.php | 16 -- .../post/PhamePostUnpublishController.php | 16 -- .../post/PhamePostViewController.php | 16 -- .../phame/query/PhameBlogQuery.php | 16 -- .../phame/query/PhamePostQuery.php | 16 -- .../phame/skins/PhameBasicBlogSkin.php | 16 -- .../skins/PhameBasicTemplateBlogSkin.php | 16 -- .../phame/skins/PhameBlogSkin.php | 16 -- .../phame/skins/PhameSkinSpecification.php | 16 -- src/applications/phame/storage/PhameBlog.php | 16 -- src/applications/phame/storage/PhameDAO.php | 16 -- src/applications/phame/storage/PhamePost.php | 16 -- src/applications/phame/view/PhamePostView.php | 16 -- .../phid/PhabricatorObjectHandle.php | 16 -- .../phid/PhabricatorPHIDConstants.php | 16 -- .../PhabricatorApplicationPHID.php | 16 -- .../controller/PhabricatorPHIDController.php | 16 -- .../PhabricatorPHIDLookupController.php | 16 -- .../handle/PhabricatorObjectHandleData.php | 16 -- .../PhabricatorObjectHandleConstants.php | 16 -- .../const/PhabricatorObjectHandleStatus.php | 16 -- ...habricatorHandleObjectSelectorDataView.php | 16 -- .../phid/storage/PhabricatorPHID.php | 16 -- src/applications/phid/utils.php | 16 -- .../PhortuneMonthYearExpiryControl.php | 16 -- .../PhortuneStripeBaseController.php | 16 -- ...hortuneStripeTestPaymentFormController.php | 16 -- .../view/PhortuneStripePaymentFormView.php | 16 -- .../PhabricatorApplicationPhriction.php | 16 -- .../constants/PhrictionActionConstants.php | 16 -- .../constants/PhrictionChangeType.php | 16 -- .../constants/PhrictionConstants.php | 16 -- .../constants/PhrictionDocumentStatus.php | 16 -- .../controller/PhrictionController.php | 16 -- .../controller/PhrictionDeleteController.php | 16 -- .../controller/PhrictionDiffController.php | 16 -- .../PhrictionDocumentController.php | 16 -- .../PhrictionDocumentPreviewController.php | 16 -- .../controller/PhrictionEditController.php | 16 -- .../controller/PhrictionHistoryController.php | 16 -- .../controller/PhrictionListController.php | 16 -- .../editor/PhrictionDocumentEditor.php | 16 -- .../phriction/storage/PhrictionContent.php | 16 -- .../phriction/storage/PhrictionDAO.php | 16 -- .../phriction/storage/PhrictionDocument.php | 16 -- .../__tests__/PhrictionDocumentTestCase.php | 16 -- .../PhabricatorPolicyAwareTestQuery.php | 16 -- .../__tests__/PhabricatorPolicyTestCase.php | 16 -- .../__tests__/PhabricatorPolicyTestObject.php | 16 -- .../policy/constants/PhabricatorPolicies.php | 16 -- .../constants/PhabricatorPolicyCapability.php | 16 -- .../constants/PhabricatorPolicyConstants.php | 16 -- .../constants/PhabricatorPolicyType.php | 16 -- .../exception/PhabricatorPolicyException.php | 16 -- .../policy/filter/PhabricatorPolicy.php | 16 -- .../policy/filter/PhabricatorPolicyFilter.php | 16 -- .../interface/PhabricatorPolicyInterface.php | 16 -- .../policy/query/PhabricatorPolicyQuery.php | 16 -- src/applications/ponder/PonderConstants.php | 16 -- .../ponder/PonderReplyHandler.php | 16 -- .../PhabricatorApplicationPonder.php | 16 -- .../PonderAnswerPreviewController.php | 16 -- .../controller/PonderAnswerSaveController.php | 16 -- .../controller/PonderAnswerViewController.php | 16 -- .../PonderCommentSaveController.php | 16 -- .../ponder/controller/PonderController.php | 16 -- .../controller/PonderFeedController.php | 16 -- .../PonderQuestionAskController.php | 16 -- .../PonderQuestionPreviewController.php | 16 -- .../PonderQuestionViewController.php | 16 -- .../controller/PonderVoteSaveController.php | 16 -- .../ponder/editor/PonderAnswerEditor.php | 16 -- .../ponder/editor/PonderCommentEditor.php | 16 -- .../ponder/editor/PonderQuestionEditor.php | 16 -- .../ponder/editor/PonderVoteEditor.php | 16 -- .../ponder/mail/PonderAnsweredMail.php | 16 -- .../ponder/mail/PonderCommentMail.php | 16 -- src/applications/ponder/mail/PonderMail.php | 16 -- .../ponder/mail/PonderMentionMail.php | 16 -- .../ponder/query/PonderAnswerQuery.php | 16 -- .../ponder/query/PonderCommentQuery.php | 16 -- .../ponder/query/PonderQuestionQuery.php | 16 -- .../search/PhabricatorSearchPonderIndexer.php | 16 -- .../ponder/storage/PonderAnswer.php | 16 -- .../ponder/storage/PonderComment.php | 16 -- src/applications/ponder/storage/PonderDAO.php | 16 -- .../ponder/storage/PonderQuestion.php | 16 -- .../ponder/storage/PonderVotableInterface.php | 16 -- .../ponder/view/PonderAddAnswerView.php | 16 -- .../ponder/view/PonderAddCommentView.php | 16 -- .../ponder/view/PonderAnswerListView.php | 16 -- .../ponder/view/PonderCommentListView.php | 16 -- .../ponder/view/PonderPostBodyView.php | 16 -- .../ponder/view/PonderQuestionDetailView.php | 16 -- .../ponder/view/PonderQuestionSummaryView.php | 16 -- .../ponder/view/PonderUserProfileView.php | 16 -- .../ponder/view/PonderVotableView.php | 16 -- .../PhabricatorApplicationProject.php | 16 -- .../constants/PhabricatorProjectConstants.php | 16 -- .../constants/PhabricatorProjectStatus.php | 16 -- .../PhabricatorProjectTransactionType.php | 16 -- .../PhabricatorProjectController.php | 16 -- .../PhabricatorProjectCreateController.php | 16 -- .../PhabricatorProjectListController.php | 16 -- ...habricatorProjectMembersEditController.php | 16 -- .../PhabricatorProjectProfileController.php | 16 -- ...habricatorProjectProfileEditController.php | 16 -- .../PhabricatorProjectUpdateController.php | 16 -- .../editor/PhabricatorProjectEditor.php | 16 -- .../PhabricatorProjectEditorTestCase.php | 16 -- ...abricatorProjectNameCollisionException.php | 16 -- .../project/query/PhabricatorProjectQuery.php | 16 -- .../project/storage/PhabricatorProject.php | 16 -- .../project/storage/PhabricatorProjectDAO.php | 16 -- .../storage/PhabricatorProjectProfile.php | 16 -- .../storage/PhabricatorProjectTransaction.php | 16 -- .../PhabricatorApplicationRepositories.php | 16 -- .../constants/PhabricatorRepositoryType.php | 16 -- ...ositoryArcanistProjectDeleteController.php | 16 -- ...epositoryArcanistProjectEditController.php | 16 -- .../PhabricatorRepositoryController.php | 16 -- .../PhabricatorRepositoryCreateController.php | 16 -- .../PhabricatorRepositoryDeleteController.php | 16 -- .../PhabricatorRepositoryEditController.php | 16 -- .../PhabricatorRepositoryListController.php | 16 -- .../daemon/PhabricatorGitGraphStream.php | 16 -- .../PhabricatorMercurialGraphStream.php | 16 -- .../PhabricatorRepositoryPullLocalDaemon.php | 16 -- ...catorRepositoryPullLocalDaemonTestCase.php | 16 -- ...atorRepositoryManagementDeleteWorkflow.php | 16 -- ...orRepositoryManagementDiscoverWorkflow.php | 16 -- ...icatorRepositoryManagementListWorkflow.php | 16 -- ...icatorRepositoryManagementPullWorkflow.php | 16 -- ...habricatorRepositoryManagementWorkflow.php | 16 -- ...torRepositoryCommitMessageDetailParser.php | 16 -- ...sitoryDefaultCommitMessageDetailParser.php | 16 -- .../storage/PhabricatorRepository.php | 16 -- .../PhabricatorRepositoryArcanistProject.php | 16 -- .../PhabricatorRepositoryAuditRequest.php | 16 -- .../storage/PhabricatorRepositoryCommit.php | 16 -- .../PhabricatorRepositoryCommitData.php | 16 -- .../storage/PhabricatorRepositoryDAO.php | 16 -- .../storage/PhabricatorRepositoryShortcut.php | 16 -- .../storage/PhabricatorRepositorySymbol.php | 16 -- .../PhabricatorRepositoryTestCase.php | 16 -- ...habricatorRepositoryCommitHeraldWorker.php | 16 -- ...habricatorRepositoryCommitOwnersWorker.php | 16 -- ...habricatorRepositoryCommitParserWorker.php | 16 -- ...atorRepositoryCommitChangeParserWorker.php | 16 -- ...rRepositoryGitCommitChangeParserWorker.php | 16 -- ...itoryMercurialCommitChangeParserWorker.php | 16 -- ...rRepositorySvnCommitChangeParserWorker.php | 16 -- ...torRepositoryCommitMessageParserWorker.php | 16 -- ...RepositoryGitCommitMessageParserWorker.php | 16 -- ...toryMercurialCommitMessageParserWorker.php | 16 -- ...RepositorySvnCommitMessageParserWorker.php | 16 -- .../constants/PhabricatorSearchField.php | 16 -- .../PhabricatorSearchRelationship.php | 16 -- .../constants/PhabricatorSearchScope.php | 16 -- .../PhabricatorSearchAttachController.php | 16 -- .../PhabricatorSearchBaseController.php | 16 -- .../PhabricatorSearchController.php | 16 -- .../PhabricatorSearchIndexController.php | 16 -- .../PhabricatorSearchSelectController.php | 16 -- .../engine/PhabricatorJumpNavHandler.php | 16 -- .../search/engine/PhabricatorSearchEngine.php | 16 -- .../engine/PhabricatorSearchEngineElastic.php | 16 -- .../engine/PhabricatorSearchEngineMySQL.php | 16 -- .../PhabricatorSearchAbstractDocument.php | 16 -- .../PhabricatorSearchCommitIndexer.php | 16 -- .../PhabricatorSearchDifferentialIndexer.php | 16 -- .../PhabricatorSearchDocumentIndexer.php | 16 -- .../PhabricatorSearchManiphestIndexer.php | 16 -- .../PhabricatorSearchPhrictionIndexer.php | 16 -- .../indexer/PhabricatorSearchUserIndexer.php | 16 -- ...PhabricatorDefaultSearchEngineSelector.php | 16 -- .../PhabricatorSearchEngineSelector.php | 16 -- .../search/storage/PhabricatorSearchDAO.php | 16 -- .../search/storage/PhabricatorSearchQuery.php | 16 -- .../document/PhabricatorSearchDocument.php | 16 -- .../PhabricatorSearchDocumentField.php | 16 -- .../PhabricatorSearchDocumentRelationship.php | 16 -- .../view/PhabricatorSearchResultView.php | 16 -- .../PhabricatorApplicationSettings.php | 16 -- .../PhabricatorSettingsAdjustController.php | 16 -- .../PhabricatorSettingsMainController.php | 16 -- .../panel/PhabricatorSettingsPanel.php | 16 -- .../panel/PhabricatorSettingsPanelAccount.php | 16 -- .../panel/PhabricatorSettingsPanelConduit.php | 16 -- ...ricatorSettingsPanelDisplayPreferences.php | 16 -- ...PhabricatorSettingsPanelEmailAddresses.php | 16 -- ...abricatorSettingsPanelEmailPreferences.php | 16 -- .../panel/PhabricatorSettingsPanelLDAP.php | 16 -- .../panel/PhabricatorSettingsPanelOAuth.php | 16 -- .../PhabricatorSettingsPanelPassword.php | 16 -- .../panel/PhabricatorSettingsPanelProfile.php | 16 -- .../panel/PhabricatorSettingsPanelSSHKeys.php | 16 -- ...bricatorSettingsPanelSearchPreferences.php | 16 -- .../storage/PhabricatorUserPreferences.php | 16 -- .../storage/PhabricatorUserSSHKey.php | 16 -- .../PhabricatorApplicationSlowvote.php | 16 -- .../PhabricatorSlowvoteController.php | 16 -- .../PhabricatorSlowvoteCreateController.php | 16 -- .../PhabricatorSlowvoteListController.php | 16 -- .../PhabricatorSlowvotePollController.php | 16 -- .../storage/PhabricatorSlowvoteChoice.php | 16 -- .../storage/PhabricatorSlowvoteComment.php | 16 -- .../storage/PhabricatorSlowvoteDAO.php | 16 -- .../storage/PhabricatorSlowvoteOption.php | 16 -- .../storage/PhabricatorSlowvotePoll.php | 16 -- .../status/PhabricatorStatusController.php | 16 -- .../PhabricatorApplicationSubscriptions.php | 16 -- ...PhabricatorSubscriptionsEditController.php | 16 -- .../editor/PhabricatorSubscriptionsEditor.php | 16 -- ...habricatorSubscriptionsUIEventListener.php | 16 -- .../PhabricatorSubscribableInterface.php | 16 -- .../query/PhabricatorSubscribersQuery.php | 16 -- ...torTypeaheadCommonDatasourceController.php | 16 -- ...abricatorTypeaheadDatasourceController.php | 16 -- .../storage/PhabricatorTypeaheadResult.php | 16 -- .../PhabricatorApplicationUIExamples.php | 16 -- .../PhabricatorUIExampleRenderController.php | 16 -- .../examples/JavelinReactorExample.php | 16 -- .../uiexample/examples/JavelinUIExample.php | 16 -- .../uiexample/examples/JavelinViewExample.php | 16 -- .../examples/JavelinViewExampleServerView.php | 16 -- .../examples/PhabricatorActionListExample.php | 16 -- .../examples/PhabricatorBarePageExample.php | 16 -- .../examples/PhabricatorErrorExample.php | 16 -- .../examples/PhabricatorFormExample.php | 16 -- .../PhabricatorPropertyListExample.php | 16 -- .../examples/PhabricatorSortTableExample.php | 16 -- .../examples/PhabricatorUIExample.php | 16 -- .../PhabricatorUIListFilterExample.php | 16 -- .../PhabricatorUINotificationExample.php | 16 -- .../examples/PhabricatorUIPagerExample.php | 16 -- .../examples/PhabricatorUITooltipExample.php | 16 -- .../PhabricatorApplicationPHPAST.php | 16 -- .../PhabricatorXHPASTViewController.php | 16 -- .../PhabricatorXHPASTViewFrameController.php | 16 -- ...habricatorXHPASTViewFramesetController.php | 16 -- .../PhabricatorXHPASTViewInputController.php | 16 -- .../PhabricatorXHPASTViewPanelController.php | 16 -- .../PhabricatorXHPASTViewRunController.php | 16 -- .../PhabricatorXHPASTViewStreamController.php | 16 -- .../PhabricatorXHPASTViewTreeController.php | 16 -- .../storage/PhabricatorXHPASTViewDAO.php | 16 -- .../PhabricatorXHPASTViewParseTree.php | 16 -- .../PhabricatorXHProfController.php | 16 -- .../PhabricatorXHProfProfileController.php | 16 -- .../PhabricatorXHProfSampleListController.php | 16 -- .../xhprof/storage/PhabricatorXHProfDAO.php | 16 -- .../storage/PhabricatorXHProfSample.php | 16 -- .../PhabricatorXHProfProfileSymbolView.php | 16 -- .../PhabricatorXHProfProfileTopLevelView.php | 16 -- .../view/PhabricatorXHProfProfileView.php | 16 -- .../view/PhabricatorXHProfSampleListView.php | 16 -- src/infrastructure/PhabricatorAccessLog.php | 16 -- src/infrastructure/PhabricatorEditor.php | 16 -- src/infrastructure/PhabricatorEnv.php | 16 -- .../PhabricatorRequestOverseer.php | 16 -- src/infrastructure/PhabricatorScopedEnv.php | 16 -- src/infrastructure/PhabricatorSetup.php | 16 -- .../__tests__/PhabricatorEnvTestCase.php | 16 -- .../PhabricatorInfrastructureTestCase.php | 16 -- src/infrastructure/celerity/CelerityAPI.php | 16 -- .../CelerityPhabricatorResourceController.php | 16 -- .../celerity/CelerityResourceController.php | 16 -- .../celerity/CelerityResourceGraph.php | 16 -- .../celerity/CelerityResourceMap.php | 16 -- .../celerity/CelerityResourceTransformer.php | 16 -- .../CelerityStaticResourceResponse.php | 16 -- .../CelerityResourceTransformerTestCase.php | 16 -- src/infrastructure/celerity/api.php | 16 -- src/infrastructure/celerity/map.php | 16 -- .../daemon/PhabricatorDaemon.php | 16 -- .../daemon/PhabricatorDaemonControl.php | 16 -- .../PhabricatorGarbageCollectorDaemon.php | 16 -- .../control/PhabricatorDaemonReference.php | 16 -- .../daemon/irc/PhabricatorIRCBot.php | 16 -- .../daemon/irc/PhabricatorIRCMessage.php | 16 -- ...atorIRCDifferentialNotificationHandler.php | 16 -- .../irc/handler/PhabricatorIRCHandler.php | 16 -- .../irc/handler/PhabricatorIRCLogHandler.php | 16 -- .../handler/PhabricatorIRCMacroHandler.php | 16 -- .../PhabricatorIRCObjectNameHandler.php | 16 -- .../handler/PhabricatorIRCProtocolHandler.php | 16 -- .../handler/PhabricatorIRCWhatsNewHandler.php | 16 -- .../daemon/storage/PhabricatorDaemonDAO.php | 16 -- .../daemon/storage/PhabricatorDaemonLog.php | 16 -- .../storage/PhabricatorDaemonLogEvent.php | 16 -- .../cursor/PhabricatorTimelineIterator.php | 16 -- .../storage/PhabricatorTimelineCursor.php | 16 -- .../storage/PhabricatorTimelineDAO.php | 16 -- .../storage/PhabricatorTimelineEvent.php | 16 -- .../storage/PhabricatorTimelineEventData.php | 16 -- .../workers/PhabricatorTaskmasterDaemon.php | 16 -- .../daemon/workers/PhabricatorWorker.php | 16 -- .../__tests__/PhabricatorTestWorker.php | 16 -- .../__tests__/PhabricatorWorkerTestCase.php | 16 -- ...ricatorWorkerPermanentFailureException.php | 16 -- .../query/PhabricatorWorkerLeaseQuery.php | 16 -- .../storage/PhabricatorWorkerActiveTask.php | 16 -- .../storage/PhabricatorWorkerArchiveTask.php | 16 -- .../workers/storage/PhabricatorWorkerDAO.php | 16 -- .../workers/storage/PhabricatorWorkerTask.php | 16 -- .../storage/PhabricatorWorkerTaskData.php | 16 -- .../diff/PhabricatorChangesetResponse.php | 16 -- .../diff/PhabricatorDifferenceEngine.php | 16 -- .../PhabricatorInlineCommentController.php | 16 -- ...bricatorInlineCommentPreviewController.php | 16 -- .../PhabricatorInlineCommentInterface.php | 16 -- .../view/PhabricatorInlineSummaryView.php | 16 -- .../__tests__/PhabricatorEdgeTestCase.php | 16 -- .../edges/constants/PhabricatorEdgeConfig.php | 16 -- .../constants/PhabricatorEdgeConstants.php | 16 -- .../edges/editor/PhabricatorEdgeEditor.php | 16 -- .../PhabricatorEdgeCycleException.php | 16 -- .../edges/query/PhabricatorEdgeQuery.php | 16 -- .../edges/util/PhabricatorEdgeGraph.php | 16 -- .../events/PhabricatorEvent.php | 16 -- .../events/PhabricatorEventEngine.php | 16 -- .../PhabricatorExampleEventListener.php | 16 -- .../events/constant/PhabricatorEventType.php | 16 -- .../PhabricatorBaseEnglishTranslation.php | 16 -- .../PhabricatorEnglishTranslation.php | 16 -- .../PhabricatorTranslation.php | 16 -- src/infrastructure/javelin/Javelin.php | 16 -- src/infrastructure/javelin/markup.php | 16 -- .../lint/PhabricatorLintEngine.php | 16 -- .../lint/hook/PhabricatorSymbolNameLinter.php | 16 -- .../lint/linter/PhabricatorJavelinLinter.php | 16 -- .../markup/PhabricatorMarkupEngine.php | 16 -- .../markup/PhabricatorMarkupInterface.php | 16 -- .../markup/PhabricatorSyntaxHighlighter.php | 16 -- .../rule/PhabricatorRemarkupRuleCountdown.php | 16 -- .../PhabricatorRemarkupRuleDifferential.php | 16 -- .../rule/PhabricatorRemarkupRuleDiffusion.php | 16 -- .../rule/PhabricatorRemarkupRuleEmbedFile.php | 16 -- .../PhabricatorRemarkupRuleImageMacro.php | 16 -- .../rule/PhabricatorRemarkupRuleManiphest.php | 16 -- .../rule/PhabricatorRemarkupRuleMention.php | 16 -- .../PhabricatorRemarkupRuleObjectHandle.php | 16 -- .../PhabricatorRemarkupRuleObjectName.php | 16 -- .../rule/PhabricatorRemarkupRulePaste.php | 16 -- .../rule/PhabricatorRemarkupRulePhriction.php | 16 -- .../PhabricatorRemarkupRuleProxyImage.php | 16 -- .../rule/PhabricatorRemarkupRuleYoutube.php | 16 -- .../markup/rule/PonderRuleQuestion.php | 16 -- ...bricatorRemarkupRuleDifferentialHandle.php | 16 -- ...PhabricatorRemarkupRuleManiphestHandle.php | 16 -- .../query/PhabricatorOffsetPagedQuery.php | 16 -- src/infrastructure/query/PhabricatorQuery.php | 16 -- ...PhabricatorCursorPagedPolicyAwareQuery.php | 16 -- .../policy/PhabricatorPolicyAwareQuery.php | 16 -- ...rontIsolatedDatabaseConnectionTestCase.php | 16 -- ...AphrontMySQLDatabaseConnectionTestCase.php | 16 -- .../__tests__/QueryFormattingTestCase.php | 16 -- .../DatabaseConfigurationProvider.php | 16 -- .../DefaultDatabaseConfigurationProvider.php | 16 -- src/infrastructure/storage/lisk/LiskDAO.php | 16 -- .../storage/lisk/LiskDAOSet.php | 16 -- .../lisk/LiskEphemeralObjectException.php | 16 -- .../storage/lisk/LiskMigrationIterator.php | 16 -- .../storage/lisk/PhabricatorLiskDAO.php | 16 -- .../lisk/__tests__/LiskDAOTestCase.php | 16 -- .../lisk/__tests__/LiskFixtureTestCase.php | 16 -- .../lisk/__tests__/LiskIsolationTestCase.php | 16 -- .../lisk/__tests__/LiskIsolationTestDAO.php | 16 -- .../LiskIsolationTestDAOException.php | 16 -- .../PhabricatorStorageManagementAPI.php | 16 -- .../management/PhabricatorStoragePatch.php | 16 -- ...atorStorageManagementDatabasesWorkflow.php | 16 -- ...icatorStorageManagementDestroyWorkflow.php | 16 -- ...abricatorStorageManagementDumpWorkflow.php | 16 -- ...ricatorStorageManagementStatusWorkflow.php | 16 -- ...icatorStorageManagementUpgradeWorkflow.php | 16 -- .../PhabricatorStorageManagementWorkflow.php | 16 -- .../patch/PhabricatorBuiltinPatchList.php | 16 -- .../storage/patch/PhabricatorSQLPatchList.php | 16 -- .../testing/PhabricatorTestCase.php | 16 -- .../__tests__/PhabricatorTrivialTestCase.php | 16 -- .../PhabricatorStorageFixtureScopeGuard.php | 16 -- .../util/PhabricatorGlobalLock.php | 16 -- src/infrastructure/util/PhabricatorHash.php | 16 -- src/infrastructure/util/PhabricatorSlug.php | 16 -- .../__tests__/PhabricatorSlugTestCase.php | 16 -- src/view/AphrontDialogView.php | 16 -- src/view/AphrontJavelinView.php | 16 -- src/view/AphrontNullView.php | 16 -- src/view/AphrontView.php | 16 -- .../PhabricatorLocalTimeTestCase.php | 16 -- .../__tests__/PhabricatorUnitsTestCase.php | 16 -- src/view/control/AphrontAttachedFileView.php | 16 -- src/view/control/AphrontCursorPagerView.php | 16 -- src/view/control/AphrontPagerView.php | 16 -- src/view/control/AphrontTableView.php | 16 -- .../control/AphrontTokenizerTemplateView.php | 16 -- .../control/AphrontTypeaheadTemplateView.php | 16 -- .../control/PhabricatorObjectListView.php | 16 -- .../PhabricatorObjectSelectorDialog.php | 16 -- src/view/form/AphrontErrorView.php | 16 -- src/view/form/AphrontFormInsetView.php | 16 -- src/view/form/AphrontFormLayoutView.php | 16 -- src/view/form/AphrontFormView.php | 16 -- .../control/AphrontFormCheckboxControl.php | 16 -- src/view/form/control/AphrontFormControl.php | 16 -- .../form/control/AphrontFormDateControl.php | 16 -- .../control/AphrontFormDividerControl.php | 16 -- .../AphrontFormDragAndDropUploadControl.php | 16 -- .../form/control/AphrontFormFileControl.php | 16 -- .../form/control/AphrontFormImageControl.php | 16 -- .../form/control/AphrontFormMarkupControl.php | 16 -- .../control/AphrontFormPasswordControl.php | 16 -- .../form/control/AphrontFormPolicyControl.php | 16 -- .../control/AphrontFormRadioButtonControl.php | 16 -- .../control/AphrontFormRecaptchaControl.php | 16 -- .../form/control/AphrontFormSelectControl.php | 16 -- .../form/control/AphrontFormStaticControl.php | 16 -- .../form/control/AphrontFormSubmitControl.php | 16 -- .../control/AphrontFormTextAreaControl.php | 16 -- .../form/control/AphrontFormTextControl.php | 16 -- .../AphrontFormToggleButtonsControl.php | 16 -- .../control/AphrontFormTokenizerControl.php | 16 -- .../control/PhabricatorRemarkupControl.php | 16 -- src/view/layout/AphrontContextBarView.php | 16 -- src/view/layout/AphrontCrumbsView.php | 16 -- src/view/layout/AphrontListFilterView.php | 16 -- src/view/layout/AphrontMiniPanelView.php | 16 -- src/view/layout/AphrontMoreView.php | 16 -- src/view/layout/AphrontPanelView.php | 16 -- src/view/layout/AphrontSideNavFilterView.php | 16 -- src/view/layout/AphrontSideNavView.php | 16 -- src/view/layout/PhabricatorActionListView.php | 16 -- src/view/layout/PhabricatorActionView.php | 16 -- src/view/layout/PhabricatorAnchorView.php | 16 -- .../layout/PhabricatorFileLinkListView.php | 16 -- src/view/layout/PhabricatorFileLinkView.php | 16 -- src/view/layout/PhabricatorHeaderView.php | 16 -- .../layout/PhabricatorObjectItemListView.php | 16 -- src/view/layout/PhabricatorObjectItemView.php | 16 -- .../layout/PhabricatorPinboardItemView.php | 16 -- src/view/layout/PhabricatorPinboardView.php | 16 -- .../layout/PhabricatorProfileHeaderView.php | 16 -- .../layout/PhabricatorPropertyListView.php | 16 -- src/view/layout/PhabricatorSourceCodeView.php | 16 -- .../layout/PhabricatorTransactionView.php | 16 -- .../headsup/AphrontHeadsupActionListView.php | 16 -- .../headsup/AphrontHeadsupActionView.php | 16 -- .../layout/headsup/AphrontHeadsupView.php | 16 -- src/view/page/AphrontPageView.php | 16 -- src/view/page/AphrontRequestFailureView.php | 16 -- src/view/page/PhabricatorBarePageView.php | 16 -- src/view/page/PhabricatorStandardPageView.php | 16 -- .../menu/PhabricatorMainMenuGroupView.php | 16 -- .../page/menu/PhabricatorMainMenuIconView.php | 16 -- .../menu/PhabricatorMainMenuSearchView.php | 16 -- .../page/menu/PhabricatorMainMenuView.php | 16 -- src/view/viewutils.php | 16 -- .../AphrontKeyboardShortcutsAvailableView.php | 16 -- .../aphlict/client/aphlict_test_client.php | 16 -- support/aphlict/server/aphlict_launcher.php | 16 -- support/phame/libskin.php | 16 -- webroot/index.php | 16 -- 1328 files changed, 184 insertions(+), 21186 deletions(-) create mode 100644 LICENSE create mode 100644 NOTICE diff --git a/.arcconfig b/.arcconfig index 0b7f5a8a93..1e949e42ce 100644 --- a/.arcconfig +++ b/.arcconfig @@ -3,7 +3,6 @@ "conduit_uri" : "https://secure.phabricator.com/api/", "lint.engine" : "PhabricatorLintEngine", "unit.engine" : "PhutilUnitTestEngine", - "copyright_holder" : "Facebook, Inc.", "phutil_libraries" : { "phabricator" : "src/" }, diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000..f433b1a53f --- /dev/null +++ b/LICENSE @@ -0,0 +1,177 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000000..300edd6056 --- /dev/null +++ b/NOTICE @@ -0,0 +1,7 @@ +Phabricator +Copyright 2012 Facebook, Inc. + +This product includes software developed at +Facebook, Inc. (http://www.facebook.com/facebook). + +Libraries in externals/ have their own licenses and copyright holders. diff --git a/README b/README index 6dbcd68c85..eade5fd77f 100644 --- a/README +++ b/README @@ -10,4 +10,3 @@ resources at: http://phabricator.org/ LICENSE Phabricator is released under the Apache 2.0 license except as otherwise noted. -http://www.apache.org/licenses/LICENSE-2.0 \ No newline at end of file diff --git a/conf/__init_conf__.php b/conf/__init_conf__.php index 6cd7ecdd7e..d3b946da5f 100644 --- a/conf/__init_conf__.php +++ b/conf/__init_conf__.php @@ -1,21 +1,5 @@ true, diff --git a/conf/production.conf.php b/conf/production.conf.php index 7228521c76..e9a474ee11 100644 --- a/conf/production.conf.php +++ b/conf/production.conf.php @@ -1,21 +1,5 @@ loadAllWhere('secretKey IS NULL'); echo count($files).' files to generate keys for'; diff --git a/resources/sql/patches/090.forceuniqueprojectnames.php b/resources/sql/patches/090.forceuniqueprojectnames.php index ba62c65d76..7aa98d22d3 100644 --- a/resources/sql/patches/090.forceuniqueprojectnames.php +++ b/resources/sql/patches/090.forceuniqueprojectnames.php @@ -1,21 +1,5 @@ loadAll(); diff --git a/resources/sql/patches/093.gitremotes.php b/resources/sql/patches/093.gitremotes.php index d483cdc972..667fe39d11 100644 --- a/resources/sql/patches/093.gitremotes.php +++ b/resources/sql/patches/093.gitremotes.php @@ -1,21 +1,5 @@ loadAll(); diff --git a/resources/sql/patches/102.heraldcleanup.php b/resources/sql/patches/102.heraldcleanup.php index 64b57a3e14..6589c7f0ef 100644 --- a/resources/sql/patches/102.heraldcleanup.php +++ b/resources/sql/patches/102.heraldcleanup.php @@ -1,21 +1,5 @@ loadAll(); diff --git a/resources/sql/patches/111.commitauditmigration.php b/resources/sql/patches/111.commitauditmigration.php index c89702f808..be734877c5 100644 --- a/resources/sql/patches/111.commitauditmigration.php +++ b/resources/sql/patches/111.commitauditmigration.php @@ -1,21 +1,5 @@ establishConnection('w'); if (queryfx_one($conn, "SHOW COLUMNS FROM `repository` LIKE 'description'")) { queryfx($conn, "ALTER TABLE `repository` DROP `description`"); diff --git a/resources/sql/patches/131.migraterevisionquery.php b/resources/sql/patches/131.migraterevisionquery.php index 2876047552..5d155d10ba 100644 --- a/resources/sql/patches/131.migraterevisionquery.php +++ b/resources/sql/patches/131.migraterevisionquery.php @@ -1,21 +1,5 @@ establishConnection('w'); diff --git a/resources/sql/patches/emailtableport.php b/resources/sql/patches/emailtableport.php index fb075b603c..742b9203be 100644 --- a/resources/sql/patches/emailtableport.php +++ b/resources/sql/patches/emailtableport.php @@ -1,21 +1,5 @@ getID(); diff --git a/resources/sql/patches/migrate-maniphest-dependencies.php b/resources/sql/patches/migrate-maniphest-dependencies.php index cfa93d7e5c..058a151a08 100644 --- a/resources/sql/patches/migrate-maniphest-dependencies.php +++ b/resources/sql/patches/migrate-maniphest-dependencies.php @@ -1,21 +1,5 @@ getID(); diff --git a/resources/sql/patches/migrate-maniphest-revisions.php b/resources/sql/patches/migrate-maniphest-revisions.php index 4b0fb049c1..19a5ec5590 100644 --- a/resources/sql/patches/migrate-maniphest-revisions.php +++ b/resources/sql/patches/migrate-maniphest-revisions.php @@ -1,21 +1,5 @@ getID(); diff --git a/resources/sql/patches/migrate-project-edges.php b/resources/sql/patches/migrate-project-edges.php index 50a360a86a..d10da778eb 100644 --- a/resources/sql/patches/migrate-project-edges.php +++ b/resources/sql/patches/migrate-project-edges.php @@ -1,21 +1,5 @@ getID(); diff --git a/resources/sql/patches/ponder-mailkey-populate.php b/resources/sql/patches/ponder-mailkey-populate.php index 549ae093ae..70b36325b5 100644 --- a/resources/sql/patches/ponder-mailkey-populate.php +++ b/resources/sql/patches/ponder-mailkey-populate.php @@ -1,21 +1,5 @@ getID(); diff --git a/scripts/__init_script__.php b/scripts/__init_script__.php index 24900a6b7b..4d70ec0dbd 100644 --- a/scripts/__init_script__.php +++ b/scripts/__init_script__.php @@ -1,21 +1,5 @@ array( 'javelin-util', diff --git a/scripts/conduit/api.php b/scripts/conduit/api.php index e18cc880e4..583b1fdad9 100644 --- a/scripts/conduit/api.php +++ b/scripts/conduit/api.php @@ -1,22 +1,6 @@ #!/usr/bin/env php 1) { $_SERVER['PHABRICATOR_ENV'] = $argv[1]; } diff --git a/scripts/profile/rescale_all_user_pics.php b/scripts/profile/rescale_all_user_pics.php index 2243f38760..3d019a3a93 100755 --- a/scripts/profile/rescale_all_user_pics.php +++ b/scripts/profile/rescale_all_user_pics.php @@ -1,22 +1,6 @@ #!/usr/bin/env php --message --change\n\n". "See that script for more options.\n"; diff --git a/scripts/repository/pull.php b/scripts/repository/pull.php index f4f62fc7b3..5f716e77d4 100755 --- a/scripts/repository/pull.php +++ b/scripts/repository/pull.php @@ -1,22 +1,6 @@ #!/usr/bin/env php --message\n\n". "See that script for more options.\n"; diff --git a/scripts/repository/test_connection.php b/scripts/repository/test_connection.php index 4ccabbaed8..20c8486d3a 100755 --- a/scripts/repository/test_connection.php +++ b/scripts/repository/test_connection.php @@ -1,22 +1,6 @@ #!/usr/bin/env php Project table, which denormalizes the * relationship between tasks and projects into a link table so it can be diff --git a/src/applications/maniphest/storage/ManiphestTaskSubscriber.php b/src/applications/maniphest/storage/ManiphestTaskSubscriber.php index a5b9222910..f0b45f905b 100644 --- a/src/applications/maniphest/storage/ManiphestTaskSubscriber.php +++ b/src/applications/maniphest/storage/ManiphestTaskSubscriber.php @@ -1,21 +1,5 @@ tag. Useful on its own for creating forms in other forms (like diff --git a/src/view/form/AphrontFormView.php b/src/view/form/AphrontFormView.php index 93e252aa85..0196b9c6ed 100644 --- a/src/view/form/AphrontFormView.php +++ b/src/view/form/AphrontFormView.php @@ -1,21 +1,5 @@