From 587459df1508ad0fddc6a538586e77ab199883dd Mon Sep 17 00:00:00 2001 From: clouderati <35942204+clouderati@users.noreply.github.com> Date: Wed, 19 Sep 2018 16:57:15 +0000 Subject: [PATCH] Replacing copyright notices with "Copyright Project Harbor Authors". Signed-off-by: clouderati <35942204+clouderati@users.noreply.github.com> --- LICENSE | 411 +++++++++--------- NOTICE | 10 - src/adminserver/api/base.go | 2 +- src/adminserver/api/base_test.go | 2 +- src/adminserver/api/cfg.go | 2 +- src/adminserver/api/cfg_test.go | 2 +- src/adminserver/api/systeminfo.go | 2 +- src/adminserver/api/systeminfo_test.go | 2 +- src/adminserver/auth/auth.go | 2 +- src/adminserver/auth/auth_test.go | 2 +- src/adminserver/client/client.go | 2 +- src/adminserver/client/client_test.go | 2 +- src/adminserver/handlers/handler.go | 2 +- src/adminserver/handlers/handlers_test.go | 2 +- src/adminserver/handlers/router.go | 2 +- src/adminserver/main.go | 2 +- src/adminserver/systemcfg/encrypt/encrypt.go | 2 +- .../systemcfg/encrypt/encrypt_test.go | 2 +- .../systemcfg/store/database/driver_db.go | 2 +- src/adminserver/systemcfg/store/driver.go | 2 +- .../systemcfg/store/encrypt/driver.go | 2 +- .../systemcfg/store/encrypt/driver_test.go | 2 +- .../systemcfg/store/json/driver_json.go | 2 +- .../systemcfg/store/json/driver_json_test.go | 2 +- src/adminserver/systemcfg/systemcfg.go | 2 +- src/adminserver/systemcfg/systemcfg_test.go | 2 +- .../systeminfo/imagestorage/driver.go | 2 +- .../imagestorage/filesystem/driver.go | 2 +- .../imagestorage/filesystem/driver_test.go | 2 +- src/adminserver/systeminfo/systeminfo.go | 2 +- src/common/api/base.go | 2 +- src/common/api/base_test.go | 2 +- src/common/config/config.go | 2 +- src/common/config/config_test.go | 2 +- src/common/config/keyprovider.go | 2 +- src/common/config/keyprovider_test.go | 2 +- src/common/const.go | 2 +- src/common/dao/accesslog.go | 2 +- src/common/dao/admin_job.go | 2 +- src/common/dao/admin_job_test.go | 2 +- src/common/dao/base.go | 2 +- src/common/dao/clair.go | 2 +- src/common/dao/clair/base.go | 2 +- src/common/dao/config.go | 2 +- src/common/dao/config_test.go | 2 +- src/common/dao/dao_test.go | 2 +- src/common/dao/group/usergroup.go | 2 +- src/common/dao/group/usergroup_test.go | 2 +- src/common/dao/label.go | 2 +- src/common/dao/label_test.go | 2 +- src/common/dao/mysql.go | 2 +- src/common/dao/pgsql.go | 2 +- src/common/dao/pro_meta.go | 2 +- src/common/dao/pro_meta_test.go | 2 +- src/common/dao/project.go | 2 +- src/common/dao/project/projectmember.go | 2 +- src/common/dao/project/projectmember_test.go | 2 +- src/common/dao/project_test.go | 2 +- src/common/dao/register.go | 2 +- src/common/dao/replication_job.go | 2 +- src/common/dao/repository.go | 2 +- src/common/dao/repository_test.go | 2 +- src/common/dao/resource_label.go | 2 +- src/common/dao/resource_label_test.go | 2 +- src/common/dao/role.go | 2 +- src/common/dao/scan_job.go | 2 +- src/common/dao/sqlite.go | 2 +- src/common/dao/testutils.go | 2 +- src/common/dao/user.go | 2 +- src/common/dao/user_test.go | 2 +- src/common/dao/version.go | 2 +- src/common/dao/version_test.go | 2 +- src/common/dao/watch_item.go | 2 +- src/common/dao/watch_item_test.go | 2 +- src/common/http/client.go | 2 +- src/common/http/error.go | 2 +- src/common/http/modifier/auth/auth.go | 2 +- src/common/http/modifier/modifier.go | 2 +- src/common/job/models/models.go | 2 +- src/common/models/accesslog.go | 2 +- src/common/models/adminjob.go | 2 +- src/common/models/authmodel.go | 2 +- src/common/models/base.go | 2 +- src/common/models/clair.go | 2 +- src/common/models/config.go | 2 +- src/common/models/job.go | 2 +- src/common/models/label.go | 2 +- src/common/models/label_test.go | 2 +- src/common/models/ldap.go | 2 +- src/common/models/member.go | 2 +- src/common/models/notification.go | 2 +- src/common/models/pro_meta.go | 2 +- src/common/models/project.go | 2 +- src/common/models/replication_job.go | 2 +- src/common/models/repo.go | 2 +- src/common/models/role.go | 2 +- src/common/models/scan_job.go | 2 +- src/common/models/target_test.go | 2 +- src/common/models/token.go | 2 +- src/common/models/uaa.go | 2 +- src/common/models/user.go | 2 +- src/common/models/usergroup.go | 2 +- src/common/models/version.go | 2 +- src/common/models/watch_item.go | 2 +- src/common/registryctl/client.go | 2 +- src/common/secret/request.go | 2 +- src/common/secret/request_test.go | 2 +- src/common/secret/store.go | 2 +- src/common/secret/store_test.go | 2 +- .../admiral/authcontext/authcontext.go | 2 +- .../admiral/authcontext/authcontext_test.go | 2 +- src/common/security/admiral/context.go | 2 +- src/common/security/admiral/context_test.go | 2 +- src/common/security/context.go | 2 +- src/common/security/local/context.go | 2 +- src/common/security/local/context_test.go | 2 +- src/common/security/secret/context.go | 2 +- src/common/security/secret/context_test.go | 2 +- src/common/utils/clair/client.go | 2 +- src/common/utils/clair/client_test.go | 2 +- src/common/utils/clair/test/server.go | 2 +- src/common/utils/clair/utils.go | 2 +- src/common/utils/clair/utils_test.go | 2 +- src/common/utils/email/mail.go | 2 +- src/common/utils/email/mail_test.go | 2 +- src/common/utils/encrypt.go | 2 +- src/common/utils/error/error.go | 2 +- src/common/utils/error/error_test.go | 2 +- src/common/utils/ldap/ldap.go | 2 +- src/common/utils/link.go | 2 +- src/common/utils/log/formatter.go | 2 +- src/common/utils/log/level.go | 2 +- src/common/utils/log/level_test.go | 2 +- src/common/utils/log/logger.go | 2 +- src/common/utils/log/logger_test.go | 2 +- src/common/utils/log/record.go | 2 +- src/common/utils/log/textformatter.go | 2 +- src/common/utils/notary/helper.go | 2 +- src/common/utils/notary/helper_test.go | 2 +- src/common/utils/notary/test/server.go | 2 +- src/common/utils/registry/auth/challenge.go | 2 +- src/common/utils/registry/auth/credential.go | 2 +- .../utils/registry/auth/credential_test.go | 2 +- src/common/utils/registry/auth/path.go | 2 +- src/common/utils/registry/auth/path_test.go | 2 +- .../utils/registry/auth/tokenauthorizer.go | 2 +- .../registry/auth/tokenauthorizer_test.go | 2 +- src/common/utils/registry/auth/util.go | 2 +- src/common/utils/registry/manifest.go | 2 +- src/common/utils/registry/manifest_test.go | 2 +- src/common/utils/registry/registry.go | 2 +- src/common/utils/registry/registry_test.go | 2 +- src/common/utils/registry/repository.go | 2 +- src/common/utils/registry/repository_test.go | 2 +- src/common/utils/registry/transport.go | 2 +- src/common/utils/registry/transport_test.go | 2 +- src/common/utils/test/adminserver.go | 2 +- src/common/utils/test/database.go | 2 +- src/common/utils/test/key.go | 2 +- src/common/utils/test/policy_manager.go | 2 +- src/common/utils/test/registryctl.go | 2 +- .../utils/test/replication_controllter.go | 2 +- src/common/utils/test/test.go | 2 +- src/common/utils/test/watch_item.go | 2 +- src/common/utils/timemarker.go | 2 +- src/common/utils/timemarker_test.go | 2 +- src/common/utils/uaa/client.go | 2 +- src/common/utils/uaa/fake_client.go | 2 +- src/common/utils/uaa/test/server.go | 2 +- src/common/utils/utils.go | 2 +- src/common/utils/utils_test.go | 2 +- src/core/api/models/replication.go | 2 +- src/core/api/models/replication_job.go | 2 +- src/core/auth/lock.go | 2 +- src/core/controllers/error.go | 2 +- src/core/filter/mediatype_test.go | 2 +- src/core/promgr/pmsdriver/admiral/token.go | 2 +- .../promgr/pmsdriver/admiral/token_test.go | 2 +- src/core/service/service_test.go | 2 +- src/core/utils/response_handlers_test.go | 2 +- src/core/utils/utils_test.go | 2 +- src/core/views/reset-password-mail.tpl | 2 +- src/jobservice/api/authenticator.go | 2 +- src/jobservice/api/handler.go | 2 +- src/jobservice/api/handler_test.go | 2 +- src/jobservice/api/router.go | 2 +- src/jobservice/api/server.go | 2 +- src/jobservice/config/config.go | 2 +- src/jobservice/config/config_test.go | 2 +- src/jobservice/core/controller.go | 2 +- src/jobservice/core/controller_test.go | 2 +- src/jobservice/core/interface.go | 2 +- src/jobservice/env/job_context.go | 2 +- src/jobservice/errs/errors.go | 2 +- src/jobservice/job/impl/context.go | 2 +- src/jobservice/job/impl/demo_job.go | 2 +- src/jobservice/job/impl/gc/job.go | 2 +- src/jobservice/job/impl/known_jobs.go | 2 +- src/jobservice/job/impl/scan/job.go | 2 +- src/jobservice/job/interface.go | 2 +- src/jobservice/job/job_kinds.go | 2 +- src/jobservice/job/job_status.go | 2 +- src/jobservice/logger/closer.go | 2 +- src/jobservice/logger/interface.go | 2 +- src/jobservice/logger/service_logger.go | 2 +- src/jobservice/logger/service_logger_test.go | 2 +- src/jobservice/logger/sweeper.go | 2 +- src/jobservice/logger/sweeper_test.go | 2 +- src/jobservice/models/models.go | 2 +- src/jobservice/opm/hook_client.go | 2 +- src/jobservice/opm/hook_client_test.go | 2 +- src/jobservice/opm/hook_store.go | 2 +- src/jobservice/opm/hook_store_test.go | 2 +- src/jobservice/opm/job_stats_mgr.go | 2 +- src/jobservice/opm/op_commands.go | 2 +- src/jobservice/opm/redis_job_stats_mgr.go | 2 +- .../opm/redis_job_stats_mgr_test.go | 2 +- src/jobservice/period/enqueuer_test.go | 2 +- src/jobservice/period/interface.go | 2 +- src/jobservice/period/job_policy.go | 2 +- src/jobservice/period/job_policy_test.go | 2 +- src/jobservice/period/redis_scheduler.go | 2 +- src/jobservice/period/redis_scheduler_test.go | 2 +- src/jobservice/period/sweeper.go | 2 +- src/jobservice/period/sweeper_test.go | 2 +- src/jobservice/pool/interface.go | 2 +- src/jobservice/pool/mem_pool.go | 2 +- src/jobservice/pool/message_server.go | 2 +- src/jobservice/pool/message_server_test.go | 2 +- src/jobservice/pool/redis_job_wrapper.go | 2 +- src/jobservice/pool/redis_pool.go | 2 +- src/jobservice/pool/redis_pool_test.go | 2 +- src/jobservice/pool/runner.go | 2 +- src/jobservice/runtime/bootstrap.go | 2 +- src/jobservice/tests/utils.go | 2 +- src/jobservice/utils/keys.go | 2 +- src/jobservice/utils/utils.go | 2 +- src/portal/e2e/app.po.ts | 2 +- src/portal/lib/LICENSE | 2 +- src/portal/lib/src/config/config.ts | 2 +- .../confirmation-message.ts | 2 +- .../confirmation-state-message.ts | 2 +- .../date-validator.directive.ts | 2 +- .../src/gridview/grid-view.component.spec.ts | 2 +- .../lib/src/i18n/missing-trans.handler.ts | 2 +- .../job-log-viewer.component.ts | 2 +- src/portal/lib/src/label/label.component.ts | 2 +- .../account-settings-modal.component.ts | 2 +- src/portal/src/app/account/account.module.ts | 2 +- .../forgot-password.component.ts | 2 +- .../password-setting.component.ts | 2 +- .../reset-password.component.ts | 2 +- .../app/account/sign-in/sign-in.component.ts | 2 +- .../account/sign-up/sign-up-page.component.ts | 2 +- src/portal/src/app/app.component.scss | 2 +- src/portal/src/app/app.component.ts | 2 +- src/portal/src/app/app.module.ts | 2 +- src/portal/src/app/base/base.module.ts | 2 +- .../src/app/base/footer/footer.component.ts | 2 +- src/portal/src/app/base/modal-event.ts | 2 +- src/portal/src/app/base/modal-events.const.ts | 2 +- .../app/base/navigator/navigator.component.ts | 2 +- .../app/base/start-page/start.component.ts | 2 +- src/portal/src/app/config/config.module.ts | 2 +- src/portal/src/app/global-message/message.ts | 2 +- src/portal/src/app/harbor-routing.module.ts | 2 +- src/portal/src/app/index.ts | 2 +- src/portal/src/app/log/audit-log.ts | 2 +- src/portal/src/app/log/log-page.component.ts | 2 +- src/portal/src/app/log/log.module.ts | 2 +- src/portal/src/app/project/member/member.ts | 2 +- .../project-config.component.ts | 2 +- .../project-detail.component.ts | 2 +- .../project-label/project-label.component.ts | 2 +- .../src/app/project/project.component.ts | 2 +- src/portal/src/app/project/project.module.ts | 2 +- src/portal/src/app/project/project.ts | 2 +- .../destination/destination-page.component.ts | 2 +- .../replication-management.component.ts | 2 +- .../src/app/replication/replication.module.ts | 2 +- .../src/app/repository/repository.module.ts | 2 +- .../tag-detail/tag-detail-page.component.ts | 2 +- .../app/repository/top-repo/top-repository.ts | 2 +- .../about-dialog/about-dialog.component.ts | 2 +- .../confirmation-message.ts | 2 +- .../confirmation-state-message.ts | 2 +- .../app/shared/date-validator.directive.ts | 2 +- .../src/app/shared/gauge/gauge.component.ts | 2 +- .../inline-alert/inline-alert.component.ts | 2 +- .../app/shared/max-length-ext.directive.ts | 2 +- .../new-user-form/new-user-form.component.ts | 2 +- .../shared/not-found/not-found.component.ts | 2 +- src/portal/src/app/shared/port.directive.ts | 2 +- .../route/auth-user-activate.service.ts | 2 +- .../leaving-config-deactivate.service.ts | 2 +- .../leaving-repository-deactivate.service.ts | 2 +- .../route/member-guard-activate.service.ts | 2 +- .../route/mode-guard-activate.service.ts | 2 +- .../route/sign-in-guard-activate.service.ts | 2 +- .../route/start-guard-activate.service.ts | 2 +- .../route/system-admin-activate.service.ts | 2 +- src/portal/src/app/shared/session-user.ts | 2 +- src/portal/src/app/shared/shared.const.ts | 2 +- .../shared/statictics/statistics.component.ts | 2 +- .../src/app/shared/statictics/statistics.ts | 2 +- .../src/app/shared/statictics/volumes.ts | 2 +- .../src/app/shared/target-exists-directive.ts | 2 +- .../src/app/user/new-user-modal.component.ts | 2 +- src/portal/src/app/user/user.module.ts | 2 +- .../src/environments/environment.prod.ts | 2 +- src/portal/src/environments/environment.ts | 2 +- src/portal/src/main.ts | 2 +- src/portal/src/polyfills.ts | 2 +- src/portal/src/test.ts | 2 +- src/portal/src/typings.d.ts | 2 +- src/registryctl/api/base.go | 2 +- src/registryctl/api/base_test.go | 2 +- src/registryctl/api/health.go | 2 +- src/registryctl/api/health_test.go | 2 +- src/registryctl/api/registry.go | 2 +- src/registryctl/auth/auth.go | 2 +- src/registryctl/auth/secret.go | 2 +- src/registryctl/auth/secret_test.go | 2 +- src/registryctl/client/client.go | 2 +- src/registryctl/client/client_test.go | 2 +- src/registryctl/config/config.go | 2 +- src/registryctl/config/config_test.go | 2 +- src/registryctl/handlers/handler.go | 2 +- src/registryctl/handlers/handler_test.go | 2 +- src/registryctl/handlers/router.go | 2 +- src/registryctl/main.go | 2 +- src/replication/core/controller.go | 2 +- src/replication/core/controller_test.go | 2 +- src/replication/event/init.go | 2 +- .../event/notification/notification.go | 2 +- src/replication/event/on_deletion_handler.go | 2 +- .../event/on_deletion_handler_test.go | 2 +- src/replication/event/on_push_handler.go | 2 +- src/replication/event/on_push_handler_test.go | 2 +- .../event/start_replication_handler.go | 2 +- .../event/start_replication_handler_test.go | 2 +- src/replication/models/filter.go | 2 +- src/replication/models/filter_item.go | 2 +- src/replication/models/filter_test.go | 2 +- src/replication/models/trigger.go | 2 +- src/replication/models/trigger_test.go | 2 +- src/replication/policy/manager.go | 2 +- src/replication/policy/manager_test.go | 2 +- src/replication/replicator/replicator.go | 2 +- src/replication/replicator/replicator_test.go | 2 +- .../source/default_filter_chain.go | 2 +- .../source/default_filter_chain_test.go | 2 +- src/replication/source/label_filter.go | 2 +- src/replication/source/label_filter_test.go | 2 +- src/replication/source/match.go | 2 +- src/replication/source/match_test.go | 2 +- src/replication/source/pattern_filter.go | 2 +- src/replication/source/pattern_filter_test.go | 2 +- .../source/repository_convertor.go | 2 +- .../source/repository_convertor_test.go | 2 +- src/replication/source/repository_filter.go | 2 +- .../source/repository_filter_test.go | 2 +- .../source/tag_combination_filter.go | 2 +- .../source/tag_combination_filter_test.go | 2 +- src/replication/source/tag_convertor.go | 2 +- src/replication/source/tag_convertor_test.go | 2 +- src/replication/source/tag_filter.go | 2 +- src/replication/source/tag_filter_test.go | 2 +- src/replication/target/target.go | 2 +- src/replication/target/target_test.go | 2 +- src/replication/trigger/immediate_test.go | 2 +- src/replication/trigger/manager_test.go | 2 +- src/replication/trigger/schedule_test.go | 2 +- src/replication/trigger/watch_list_test.go | 2 +- tests/e2e-image/dockerd-entrypoint.sh | 2 +- tests/integration.sh | 2 +- tests/resources/Admiral-Util.robot | 2 +- tests/resources/Cert-Util.robot | 2 +- tests/resources/Docker-Util.robot | 2 +- tests/resources/Drone-Util.robot | 2 +- tests/resources/Github-Util.robot | 2 +- .../Harbor-Pages/Administration-Users.robot | 2 +- .../Administration-Users_Elements.robot | 2 +- .../Harbor-Pages/Configuration.robot | 2 +- .../Harbor-Pages/Configuration_Elements.robot | 2 +- tests/resources/Harbor-Pages/HomePage.robot | 2 +- .../Harbor-Pages/HomePage_Elements.robot | 2 +- tests/resources/Harbor-Pages/LDAP-Mode.robot | 2 +- .../Harbor-Pages/Project-Members.robot | 2 +- .../Project-Members_Elements.robot | 2 +- .../Harbor-Pages/Project-Repository.robot | 2 +- .../Project-Repository_Elements.robot | 2 +- tests/resources/Harbor-Pages/Project.robot | 2 +- .../Harbor-Pages/Project_Elements.robot | 2 +- .../resources/Harbor-Pages/Replication.robot | 2 +- .../Harbor-Pages/Replication_Elements.robot | 2 +- tests/resources/Harbor-Pages/ToolKit.robot | 2 +- .../Harbor-Pages/ToolKit_Elements.robot | 2 +- .../resources/Harbor-Pages/UserProfile.robot | 2 +- tests/resources/Harbor-Util.robot | 2 +- tests/resources/Nightly-Util.robot | 2 +- tests/resources/Nimbus-Util.robot | 2 +- tests/resources/OVA-Util.robot | 2 +- tests/resources/SeleniumUtil.robot | 2 +- tests/resources/Util.robot | 2 +- tests/resources/VCH-Util.robot | 2 +- tests/resources/Vsphere-Util.robot | 2 +- tests/robot-cases/Group0-BAT/BAT.robot | 2 +- .../package-offline-installer.robot | 2 +- .../package-online-installer.robot | 2 +- tests/robot-cases/Group1-Nightly/DB.robot | 2 +- tests/robot-cases/Group1-Nightly/LDAP.robot | 2 +- .../Group1-Nightly/Replication.robot | 2 +- tests/robot-cases/Group1-Nightly/Setup.robot | 2 +- .../robot-cases/Group1-Nightly/Teardown.robot | 2 +- tests/robot-cases/Group1-Nightly/UAA.robot | 2 +- .../Group2-Longevity/Longevity.robot | 2 +- tools/copyright/copyright | 2 +- tools/copyright/header-check.sh | 8 +- .../db/alembic/mysql/migration_harbor/env.py | 2 +- .../mysql/migration_harbor/versions/0_1_1.py | 2 +- .../mysql/migration_harbor/versions/0_3_0.py | 2 +- .../mysql/migration_harbor/versions/0_4_0.py | 2 +- .../mysql/migration_harbor/versions/1_2_0.py | 2 +- .../mysql/migration_harbor/versions/1_3_0.py | 2 +- .../mysql/migration_harbor/versions/1_4_0.py | 2 +- .../mysql/migration_harbor/versions/1_5_0.py | 2 +- .../migration_harbor/versions/1_5_0.py | 2 +- .../migration_harbor/versions/1_6_0.py | 2 +- tools/migration/db/run.sh | 2 +- tools/migration/db/tools/export | 2 +- tools/migration/db/tools/import | 2 +- tools/migration/db/tools/mapprojects | 2 +- tools/migration/db/util/alembic.sh | 2 +- tools/migration/db/util/mysql.sh | 2 +- tools/migration/db/util/mysql_pgsql_1_5_0.sh | 2 +- tools/migration/db/util/pgsql.sh | 2 +- 437 files changed, 639 insertions(+), 658 deletions(-) delete mode 100644 NOTICE diff --git a/LICENSE b/LICENSE index d928b1b212..4b9cffeef7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,210 +1,201 @@ -LICENSE - -Harbor - -Copyright (c) 2016-2018 VMware, Inc. All rights reserved. - -This product is licensed to you under the Apache License version 2.0 (the “License”). -You may not use this product except in compliance with the License. - - 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 - -APPENDIX: How to apply the Apache License to your work. - -To apply the Apache License to your work, attach the following -boilerplate notice, with the fields enclosed by brackets "[]" -replaced with your own identifying information. (Don't include -the brackets!) The text should be enclosed in the appropriate -comment syntax for the file format. We also recommend that a -file or class name and description of purpose be included on the -same "printed page" as the copyright notice for easier -identification within third-party archives. - -Copyright [yyyy] [name of copyright owner] - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file + 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 + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright Project Harbor Authors + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/NOTICE b/NOTICE deleted file mode 100644 index 51c304ea4b..0000000000 --- a/NOTICE +++ /dev/null @@ -1,10 +0,0 @@ -NOTICE - -Harbor - -Copyright (c) 2016-2018 VMware, Inc. All Rights Reserved. - -This product is licensed to you under the Apache License, Version 2.0 (the "License"). You may not use this product except in compliance with the License. - -This product may include a number of subcomponents with separate copyright notices and license terms. Your use of these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the LICENSE file. - diff --git a/src/adminserver/api/base.go b/src/adminserver/api/base.go index be2da4c935..94722a7016 100644 --- a/src/adminserver/api/base.go +++ b/src/adminserver/api/base.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/api/base_test.go b/src/adminserver/api/base_test.go index 50c58c2d34..159fc86df7 100644 --- a/src/adminserver/api/base_test.go +++ b/src/adminserver/api/base_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/api/cfg.go b/src/adminserver/api/cfg.go index 3281cf0362..b267c1ff48 100644 --- a/src/adminserver/api/cfg.go +++ b/src/adminserver/api/cfg.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/api/cfg_test.go b/src/adminserver/api/cfg_test.go index ef2b6c8864..7ad70a7aac 100644 --- a/src/adminserver/api/cfg_test.go +++ b/src/adminserver/api/cfg_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/api/systeminfo.go b/src/adminserver/api/systeminfo.go index b442bbb876..b3f6c2915b 100644 --- a/src/adminserver/api/systeminfo.go +++ b/src/adminserver/api/systeminfo.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/api/systeminfo_test.go b/src/adminserver/api/systeminfo_test.go index 6b858a1b48..2acc29a810 100644 --- a/src/adminserver/api/systeminfo_test.go +++ b/src/adminserver/api/systeminfo_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/auth/auth.go b/src/adminserver/auth/auth.go index ca6e7b133f..11beb9b2d6 100644 --- a/src/adminserver/auth/auth.go +++ b/src/adminserver/auth/auth.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/auth/auth_test.go b/src/adminserver/auth/auth_test.go index 6481bbd850..bbbc8cf3d3 100644 --- a/src/adminserver/auth/auth_test.go +++ b/src/adminserver/auth/auth_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/client/client.go b/src/adminserver/client/client.go index 54cb32a4ba..ea88c2deb0 100644 --- a/src/adminserver/client/client.go +++ b/src/adminserver/client/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/client/client_test.go b/src/adminserver/client/client_test.go index 6be9f5b6d3..968923308d 100644 --- a/src/adminserver/client/client_test.go +++ b/src/adminserver/client/client_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/handlers/handler.go b/src/adminserver/handlers/handler.go index 20f5b7d30a..55bf6157a0 100644 --- a/src/adminserver/handlers/handler.go +++ b/src/adminserver/handlers/handler.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/handlers/handlers_test.go b/src/adminserver/handlers/handlers_test.go index 68d023e8e6..97bfa9edc6 100644 --- a/src/adminserver/handlers/handlers_test.go +++ b/src/adminserver/handlers/handlers_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/handlers/router.go b/src/adminserver/handlers/router.go index d46e27f16c..900a83488f 100644 --- a/src/adminserver/handlers/router.go +++ b/src/adminserver/handlers/router.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/main.go b/src/adminserver/main.go index b6b71e8675..3e945db49a 100644 --- a/src/adminserver/main.go +++ b/src/adminserver/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/systemcfg/encrypt/encrypt.go b/src/adminserver/systemcfg/encrypt/encrypt.go index 76461dbee2..8861e78625 100644 --- a/src/adminserver/systemcfg/encrypt/encrypt.go +++ b/src/adminserver/systemcfg/encrypt/encrypt.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/systemcfg/encrypt/encrypt_test.go b/src/adminserver/systemcfg/encrypt/encrypt_test.go index 3d1487edc7..01f67d183a 100644 --- a/src/adminserver/systemcfg/encrypt/encrypt_test.go +++ b/src/adminserver/systemcfg/encrypt/encrypt_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/systemcfg/store/database/driver_db.go b/src/adminserver/systemcfg/store/database/driver_db.go index 127610bd18..fb3a79ee02 100644 --- a/src/adminserver/systemcfg/store/database/driver_db.go +++ b/src/adminserver/systemcfg/store/database/driver_db.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/systemcfg/store/driver.go b/src/adminserver/systemcfg/store/driver.go index f394947249..6241effd79 100644 --- a/src/adminserver/systemcfg/store/driver.go +++ b/src/adminserver/systemcfg/store/driver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/systemcfg/store/encrypt/driver.go b/src/adminserver/systemcfg/store/encrypt/driver.go index 27b8c27aee..67262a3838 100644 --- a/src/adminserver/systemcfg/store/encrypt/driver.go +++ b/src/adminserver/systemcfg/store/encrypt/driver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/systemcfg/store/encrypt/driver_test.go b/src/adminserver/systemcfg/store/encrypt/driver_test.go index 39b2438a69..e06749332e 100644 --- a/src/adminserver/systemcfg/store/encrypt/driver_test.go +++ b/src/adminserver/systemcfg/store/encrypt/driver_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/systemcfg/store/json/driver_json.go b/src/adminserver/systemcfg/store/json/driver_json.go index ea2bf33a99..36689d1840 100644 --- a/src/adminserver/systemcfg/store/json/driver_json.go +++ b/src/adminserver/systemcfg/store/json/driver_json.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/systemcfg/store/json/driver_json_test.go b/src/adminserver/systemcfg/store/json/driver_json_test.go index b1df5ca263..cedd188a34 100644 --- a/src/adminserver/systemcfg/store/json/driver_json_test.go +++ b/src/adminserver/systemcfg/store/json/driver_json_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/systemcfg/systemcfg.go b/src/adminserver/systemcfg/systemcfg.go index 9f51bfc3ac..88be64f714 100644 --- a/src/adminserver/systemcfg/systemcfg.go +++ b/src/adminserver/systemcfg/systemcfg.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/systemcfg/systemcfg_test.go b/src/adminserver/systemcfg/systemcfg_test.go index 1d75e719a9..60a3333f7d 100644 --- a/src/adminserver/systemcfg/systemcfg_test.go +++ b/src/adminserver/systemcfg/systemcfg_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/systeminfo/imagestorage/driver.go b/src/adminserver/systeminfo/imagestorage/driver.go index 1d20393073..c2d58e2f32 100644 --- a/src/adminserver/systeminfo/imagestorage/driver.go +++ b/src/adminserver/systeminfo/imagestorage/driver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/systeminfo/imagestorage/filesystem/driver.go b/src/adminserver/systeminfo/imagestorage/filesystem/driver.go index 114b838524..2e449c7b06 100644 --- a/src/adminserver/systeminfo/imagestorage/filesystem/driver.go +++ b/src/adminserver/systeminfo/imagestorage/filesystem/driver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/systeminfo/imagestorage/filesystem/driver_test.go b/src/adminserver/systeminfo/imagestorage/filesystem/driver_test.go index e1a503dd13..607be43341 100644 --- a/src/adminserver/systeminfo/imagestorage/filesystem/driver_test.go +++ b/src/adminserver/systeminfo/imagestorage/filesystem/driver_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/adminserver/systeminfo/systeminfo.go b/src/adminserver/systeminfo/systeminfo.go index 97a151d0fb..b2c20751f3 100644 --- a/src/adminserver/systeminfo/systeminfo.go +++ b/src/adminserver/systeminfo/systeminfo.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/api/base.go b/src/common/api/base.go index 6b792dd7d0..3446d5ff2a 100644 --- a/src/common/api/base.go +++ b/src/common/api/base.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/api/base_test.go b/src/common/api/base_test.go index 47aa6ba166..1fb2b69fcc 100644 --- a/src/common/api/base_test.go +++ b/src/common/api/base_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/config/config.go b/src/common/config/config.go index e2e6f99b63..90ad2c80ff 100644 --- a/src/common/config/config.go +++ b/src/common/config/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/config/config_test.go b/src/common/config/config_test.go index 8cd9ba1c54..4fe7e29ecf 100644 --- a/src/common/config/config_test.go +++ b/src/common/config/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/config/keyprovider.go b/src/common/config/keyprovider.go index 95c6a582ca..eac95612d2 100644 --- a/src/common/config/keyprovider.go +++ b/src/common/config/keyprovider.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/config/keyprovider_test.go b/src/common/config/keyprovider_test.go index 297497def3..48127d9037 100644 --- a/src/common/config/keyprovider_test.go +++ b/src/common/config/keyprovider_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/const.go b/src/common/const.go index 0cb4762cf9..4cb2d1c840 100644 --- a/src/common/const.go +++ b/src/common/const.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/accesslog.go b/src/common/dao/accesslog.go index c9a0fb4a54..cacbd2846f 100644 --- a/src/common/dao/accesslog.go +++ b/src/common/dao/accesslog.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/admin_job.go b/src/common/dao/admin_job.go index 305a2feca3..55aa2670f5 100644 --- a/src/common/dao/admin_job.go +++ b/src/common/dao/admin_job.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/admin_job_test.go b/src/common/dao/admin_job_test.go index f0575b19c3..5262a80ae7 100644 --- a/src/common/dao/admin_job_test.go +++ b/src/common/dao/admin_job_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/base.go b/src/common/dao/base.go index ab87d03a93..f3d7a4ed18 100644 --- a/src/common/dao/base.go +++ b/src/common/dao/base.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/clair.go b/src/common/dao/clair.go index 58f9de2d49..703fdab027 100644 --- a/src/common/dao/clair.go +++ b/src/common/dao/clair.go @@ -1,4 +1,4 @@ -// copyright (c) 2017 vmware, inc. all rights reserved. +// Copyright Project Harbor Authors // // licensed under the apache license, version 2.0 (the "license"); // you may not use this file except in compliance with the license. diff --git a/src/common/dao/clair/base.go b/src/common/dao/clair/base.go index 5b55fcc33a..20a704ed8c 100644 --- a/src/common/dao/clair/base.go +++ b/src/common/dao/clair/base.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/config.go b/src/common/dao/config.go index 466865d404..98928e2aec 100644 --- a/src/common/dao/config.go +++ b/src/common/dao/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/config_test.go b/src/common/dao/config_test.go index 4eee0f166d..5f82fc0a02 100644 --- a/src/common/dao/config_test.go +++ b/src/common/dao/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/dao_test.go b/src/common/dao/dao_test.go index 03d9c2ad9e..4b2fd7bf22 100644 --- a/src/common/dao/dao_test.go +++ b/src/common/dao/dao_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/group/usergroup.go b/src/common/dao/group/usergroup.go index 5e9504b08d..04bb528f2e 100644 --- a/src/common/dao/group/usergroup.go +++ b/src/common/dao/group/usergroup.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/group/usergroup_test.go b/src/common/dao/group/usergroup_test.go index 1cc268b57a..91603e64d6 100644 --- a/src/common/dao/group/usergroup_test.go +++ b/src/common/dao/group/usergroup_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/label.go b/src/common/dao/label.go index f4ffd0469b..5bfdd03da5 100644 --- a/src/common/dao/label.go +++ b/src/common/dao/label.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/label_test.go b/src/common/dao/label_test.go index 8d9fe203d4..69a15c0d73 100644 --- a/src/common/dao/label_test.go +++ b/src/common/dao/label_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/mysql.go b/src/common/dao/mysql.go index 7d5ef4a368..fda9ba28d3 100644 --- a/src/common/dao/mysql.go +++ b/src/common/dao/mysql.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/pgsql.go b/src/common/dao/pgsql.go index 685f2ad35f..e1b3da6cb4 100644 --- a/src/common/dao/pgsql.go +++ b/src/common/dao/pgsql.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/pro_meta.go b/src/common/dao/pro_meta.go index 857222fe48..d4a9c4e6fe 100644 --- a/src/common/dao/pro_meta.go +++ b/src/common/dao/pro_meta.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/pro_meta_test.go b/src/common/dao/pro_meta_test.go index e1ced765e5..a9dcddfaf7 100644 --- a/src/common/dao/pro_meta_test.go +++ b/src/common/dao/pro_meta_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/project.go b/src/common/dao/project.go index 3b23b0d654..c39c3e79a0 100644 --- a/src/common/dao/project.go +++ b/src/common/dao/project.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/project/projectmember.go b/src/common/dao/project/projectmember.go index 2f4c581522..f9a81e7068 100644 --- a/src/common/dao/project/projectmember.go +++ b/src/common/dao/project/projectmember.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/project/projectmember_test.go b/src/common/dao/project/projectmember_test.go index 6f92d3eebf..66de3b6a8b 100644 --- a/src/common/dao/project/projectmember_test.go +++ b/src/common/dao/project/projectmember_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/project_test.go b/src/common/dao/project_test.go index b0d87b9c1d..9b0f0abdb3 100644 --- a/src/common/dao/project_test.go +++ b/src/common/dao/project_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/register.go b/src/common/dao/register.go index fd7f312a2a..7f3062153c 100644 --- a/src/common/dao/register.go +++ b/src/common/dao/register.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/replication_job.go b/src/common/dao/replication_job.go index 143b1b93c0..3773fba37a 100644 --- a/src/common/dao/replication_job.go +++ b/src/common/dao/replication_job.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/repository.go b/src/common/dao/repository.go index b7942ca2ef..c05a46899b 100644 --- a/src/common/dao/repository.go +++ b/src/common/dao/repository.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/repository_test.go b/src/common/dao/repository_test.go index 764dbf3d32..a0d92a6130 100644 --- a/src/common/dao/repository_test.go +++ b/src/common/dao/repository_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/resource_label.go b/src/common/dao/resource_label.go index eb43cfe077..ef10ee9905 100644 --- a/src/common/dao/resource_label.go +++ b/src/common/dao/resource_label.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/resource_label_test.go b/src/common/dao/resource_label_test.go index 6bbbc211bc..ddc1b03fb4 100644 --- a/src/common/dao/resource_label_test.go +++ b/src/common/dao/resource_label_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/role.go b/src/common/dao/role.go index 96d5f1a9ca..9427af855e 100644 --- a/src/common/dao/role.go +++ b/src/common/dao/role.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/scan_job.go b/src/common/dao/scan_job.go index 7554bbc467..6aa151bc74 100644 --- a/src/common/dao/scan_job.go +++ b/src/common/dao/scan_job.go @@ -1,4 +1,4 @@ -// copyright (c) 2017 vmware, inc. all rights reserved. +// Copyright Project Harbor Authors // // licensed under the apache license, version 2.0 (the "license"); // you may not use this file except in compliance with the license. diff --git a/src/common/dao/sqlite.go b/src/common/dao/sqlite.go index 3256c76891..9cb4da0396 100644 --- a/src/common/dao/sqlite.go +++ b/src/common/dao/sqlite.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/testutils.go b/src/common/dao/testutils.go index 588e04dedc..6ebc6a2c11 100644 --- a/src/common/dao/testutils.go +++ b/src/common/dao/testutils.go @@ -1,4 +1,4 @@ -// copyright (c) 2017 vmware, inc. all rights reserved. +// Copyright Project Harbor Authors // // licensed under the apache license, version 2.0 (the "license"); // you may not use this file except in compliance with the license. diff --git a/src/common/dao/user.go b/src/common/dao/user.go index bded3305b2..f0317e5ff9 100644 --- a/src/common/dao/user.go +++ b/src/common/dao/user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/user_test.go b/src/common/dao/user_test.go index 064377c531..ff48b27ecc 100644 --- a/src/common/dao/user_test.go +++ b/src/common/dao/user_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/version.go b/src/common/dao/version.go index ba2c787c58..de2dc7953e 100644 --- a/src/common/dao/version.go +++ b/src/common/dao/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/version_test.go b/src/common/dao/version_test.go index 1ee4322082..18854ac57e 100644 --- a/src/common/dao/version_test.go +++ b/src/common/dao/version_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/watch_item.go b/src/common/dao/watch_item.go index af3363fb1c..53ea74d3a2 100644 --- a/src/common/dao/watch_item.go +++ b/src/common/dao/watch_item.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/dao/watch_item_test.go b/src/common/dao/watch_item_test.go index 1b94e83cbd..3fb9eed1fa 100644 --- a/src/common/dao/watch_item_test.go +++ b/src/common/dao/watch_item_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/http/client.go b/src/common/http/client.go index 8fb6d18939..62b225a7b6 100644 --- a/src/common/http/client.go +++ b/src/common/http/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/http/error.go b/src/common/http/error.go index 67e5da8e0d..9ca64203dc 100644 --- a/src/common/http/error.go +++ b/src/common/http/error.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/http/modifier/auth/auth.go b/src/common/http/modifier/auth/auth.go index f6cf82ebfe..7f79d50791 100644 --- a/src/common/http/modifier/auth/auth.go +++ b/src/common/http/modifier/auth/auth.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/http/modifier/modifier.go b/src/common/http/modifier/modifier.go index ccd34a87c0..eef0e247b0 100644 --- a/src/common/http/modifier/modifier.go +++ b/src/common/http/modifier/modifier.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/job/models/models.go b/src/common/job/models/models.go index 3bbbe0b37b..15a5e7a25c 100644 --- a/src/common/job/models/models.go +++ b/src/common/job/models/models.go @@ -1,4 +1,4 @@ -// Copyright 2018 The Harbor Authors. All rights reserved. +// Copyright Project Harbor Authors. All rights reserved. package models diff --git a/src/common/models/accesslog.go b/src/common/models/accesslog.go index d3612af4d3..a612c8cf73 100644 --- a/src/common/models/accesslog.go +++ b/src/common/models/accesslog.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/adminjob.go b/src/common/models/adminjob.go index f4457970d5..37aedfef32 100644 --- a/src/common/models/adminjob.go +++ b/src/common/models/adminjob.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/authmodel.go b/src/common/models/authmodel.go index 32555010ab..04ea44da7a 100644 --- a/src/common/models/authmodel.go +++ b/src/common/models/authmodel.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/base.go b/src/common/models/base.go index ffa4ae0742..76890dcfa7 100644 --- a/src/common/models/base.go +++ b/src/common/models/base.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/clair.go b/src/common/models/clair.go index f35bbcb3b5..05649f1f1d 100644 --- a/src/common/models/clair.go +++ b/src/common/models/clair.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/config.go b/src/common/models/config.go index 7d99d7c290..63490d1907 100644 --- a/src/common/models/config.go +++ b/src/common/models/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/job.go b/src/common/models/job.go index 35cda32521..3dc0a4f50d 100644 --- a/src/common/models/job.go +++ b/src/common/models/job.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/label.go b/src/common/models/label.go index 1e768933b6..5be0c4eb58 100644 --- a/src/common/models/label.go +++ b/src/common/models/label.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/label_test.go b/src/common/models/label_test.go index 575c8b7922..5fdb51d560 100644 --- a/src/common/models/label_test.go +++ b/src/common/models/label_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/ldap.go b/src/common/models/ldap.go index 18160ec1b0..cf96105cdf 100644 --- a/src/common/models/ldap.go +++ b/src/common/models/ldap.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/member.go b/src/common/models/member.go index 3dae34ec8f..da38e8f6c4 100644 --- a/src/common/models/member.go +++ b/src/common/models/member.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/notification.go b/src/common/models/notification.go index 427897fa54..ef4cba067e 100644 --- a/src/common/models/notification.go +++ b/src/common/models/notification.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/pro_meta.go b/src/common/models/pro_meta.go index b75fa1efce..97427ac6ab 100644 --- a/src/common/models/pro_meta.go +++ b/src/common/models/pro_meta.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/project.go b/src/common/models/project.go index 02418e88fa..8bf2e40186 100644 --- a/src/common/models/project.go +++ b/src/common/models/project.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/replication_job.go b/src/common/models/replication_job.go index 9f1be5a3c6..3b3c7df80a 100644 --- a/src/common/models/replication_job.go +++ b/src/common/models/replication_job.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/repo.go b/src/common/models/repo.go index d9bb3cce05..92a51d3758 100644 --- a/src/common/models/repo.go +++ b/src/common/models/repo.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/role.go b/src/common/models/role.go index ec90a3ebae..8533eb1753 100644 --- a/src/common/models/role.go +++ b/src/common/models/role.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/scan_job.go b/src/common/models/scan_job.go index 497194d869..64e86ae829 100644 --- a/src/common/models/scan_job.go +++ b/src/common/models/scan_job.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/target_test.go b/src/common/models/target_test.go index f8bf2ea929..c1cd2dc8a6 100644 --- a/src/common/models/target_test.go +++ b/src/common/models/target_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/token.go b/src/common/models/token.go index f83bec3462..1b9122b006 100644 --- a/src/common/models/token.go +++ b/src/common/models/token.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/uaa.go b/src/common/models/uaa.go index ef61e58415..0047b894cc 100644 --- a/src/common/models/uaa.go +++ b/src/common/models/uaa.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/user.go b/src/common/models/user.go index bf129743ab..c638cff8cd 100644 --- a/src/common/models/user.go +++ b/src/common/models/user.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/usergroup.go b/src/common/models/usergroup.go index d94f09d18b..ffad09f23e 100644 --- a/src/common/models/usergroup.go +++ b/src/common/models/usergroup.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/version.go b/src/common/models/version.go index 9fc8927994..8295079617 100644 --- a/src/common/models/version.go +++ b/src/common/models/version.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/models/watch_item.go b/src/common/models/watch_item.go index 5b65a2c32f..0912b1dd0d 100644 --- a/src/common/models/watch_item.go +++ b/src/common/models/watch_item.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/registryctl/client.go b/src/common/registryctl/client.go index 70e6abb2c1..826d21ecc1 100644 --- a/src/common/registryctl/client.go +++ b/src/common/registryctl/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/secret/request.go b/src/common/secret/request.go index f87d31ea81..f1cb6be021 100644 --- a/src/common/secret/request.go +++ b/src/common/secret/request.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/secret/request_test.go b/src/common/secret/request_test.go index 7e701c514e..30390b6d1b 100644 --- a/src/common/secret/request_test.go +++ b/src/common/secret/request_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/secret/store.go b/src/common/secret/store.go index 0594915c1a..c6d85ffc6c 100644 --- a/src/common/secret/store.go +++ b/src/common/secret/store.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/secret/store_test.go b/src/common/secret/store_test.go index 1250da282b..77a47f392b 100644 --- a/src/common/secret/store_test.go +++ b/src/common/secret/store_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/security/admiral/authcontext/authcontext.go b/src/common/security/admiral/authcontext/authcontext.go index 76f76ec50c..220384bad1 100644 --- a/src/common/security/admiral/authcontext/authcontext.go +++ b/src/common/security/admiral/authcontext/authcontext.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/security/admiral/authcontext/authcontext_test.go b/src/common/security/admiral/authcontext/authcontext_test.go index 4b90e4d74b..a96870966b 100644 --- a/src/common/security/admiral/authcontext/authcontext_test.go +++ b/src/common/security/admiral/authcontext/authcontext_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/security/admiral/context.go b/src/common/security/admiral/context.go index 9bc7a4f70b..3b3b5476b4 100644 --- a/src/common/security/admiral/context.go +++ b/src/common/security/admiral/context.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/security/admiral/context_test.go b/src/common/security/admiral/context_test.go index dab5dccb0e..ec624eb10c 100644 --- a/src/common/security/admiral/context_test.go +++ b/src/common/security/admiral/context_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/security/context.go b/src/common/security/context.go index f72d50d9cb..7a6ea56f04 100644 --- a/src/common/security/context.go +++ b/src/common/security/context.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/security/local/context.go b/src/common/security/local/context.go index d4f16959ec..48af21b302 100644 --- a/src/common/security/local/context.go +++ b/src/common/security/local/context.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/security/local/context_test.go b/src/common/security/local/context_test.go index b49bef02a2..976237fd6e 100644 --- a/src/common/security/local/context_test.go +++ b/src/common/security/local/context_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/security/secret/context.go b/src/common/security/secret/context.go index 1b844a126d..63e0f152c1 100644 --- a/src/common/security/secret/context.go +++ b/src/common/security/secret/context.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/security/secret/context_test.go b/src/common/security/secret/context_test.go index a7fb2eb1a9..ace3d5dc65 100644 --- a/src/common/security/secret/context_test.go +++ b/src/common/security/secret/context_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/clair/client.go b/src/common/utils/clair/client.go index 8f1ef31716..e428030ae2 100644 --- a/src/common/utils/clair/client.go +++ b/src/common/utils/clair/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/clair/client_test.go b/src/common/utils/clair/client_test.go index 3b7b521f62..fdecffbc07 100644 --- a/src/common/utils/clair/client_test.go +++ b/src/common/utils/clair/client_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/clair/test/server.go b/src/common/utils/clair/test/server.go index 0ffa67d4dd..e92002332b 100644 --- a/src/common/utils/clair/test/server.go +++ b/src/common/utils/clair/test/server.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/clair/utils.go b/src/common/utils/clair/utils.go index 48932a2cec..2eb986e753 100644 --- a/src/common/utils/clair/utils.go +++ b/src/common/utils/clair/utils.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/clair/utils_test.go b/src/common/utils/clair/utils_test.go index 62c5c2a367..1a6d3d002e 100644 --- a/src/common/utils/clair/utils_test.go +++ b/src/common/utils/clair/utils_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/email/mail.go b/src/common/utils/email/mail.go index 667ac75255..64a54dc708 100644 --- a/src/common/utils/email/mail.go +++ b/src/common/utils/email/mail.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/email/mail_test.go b/src/common/utils/email/mail_test.go index 352c3465c7..5f41c90f2e 100644 --- a/src/common/utils/email/mail_test.go +++ b/src/common/utils/email/mail_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/encrypt.go b/src/common/utils/encrypt.go index a6b04b5448..4738808431 100644 --- a/src/common/utils/encrypt.go +++ b/src/common/utils/encrypt.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/error/error.go b/src/common/utils/error/error.go index 3f2574f87d..35ab9cb79a 100644 --- a/src/common/utils/error/error.go +++ b/src/common/utils/error/error.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/error/error_test.go b/src/common/utils/error/error_test.go index edc4aa2269..452cf275c3 100644 --- a/src/common/utils/error/error_test.go +++ b/src/common/utils/error/error_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/ldap/ldap.go b/src/common/utils/ldap/ldap.go index 57ec378b98..88692a46a9 100644 --- a/src/common/utils/ldap/ldap.go +++ b/src/common/utils/ldap/ldap.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/link.go b/src/common/utils/link.go index 4f9b22124c..a52c5859f4 100644 --- a/src/common/utils/link.go +++ b/src/common/utils/link.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/log/formatter.go b/src/common/utils/log/formatter.go index a5b3d0bb23..67fb04e387 100644 --- a/src/common/utils/log/formatter.go +++ b/src/common/utils/log/formatter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/log/level.go b/src/common/utils/log/level.go index a1552192c6..1bb4fc8ee4 100644 --- a/src/common/utils/log/level.go +++ b/src/common/utils/log/level.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/log/level_test.go b/src/common/utils/log/level_test.go index 3e68532d3f..47281d5ca9 100644 --- a/src/common/utils/log/level_test.go +++ b/src/common/utils/log/level_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/log/logger.go b/src/common/utils/log/logger.go index 1abe1c7e36..3fb87b4f18 100644 --- a/src/common/utils/log/logger.go +++ b/src/common/utils/log/logger.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/log/logger_test.go b/src/common/utils/log/logger_test.go index 72605afb10..5dff18a621 100644 --- a/src/common/utils/log/logger_test.go +++ b/src/common/utils/log/logger_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/log/record.go b/src/common/utils/log/record.go index 85e6b9cb1e..b8b5febc8b 100644 --- a/src/common/utils/log/record.go +++ b/src/common/utils/log/record.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/log/textformatter.go b/src/common/utils/log/textformatter.go index 001b3efcb8..457d940c2b 100644 --- a/src/common/utils/log/textformatter.go +++ b/src/common/utils/log/textformatter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/notary/helper.go b/src/common/utils/notary/helper.go index a3f837e6a4..74c3a36c84 100644 --- a/src/common/utils/notary/helper.go +++ b/src/common/utils/notary/helper.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/notary/helper_test.go b/src/common/utils/notary/helper_test.go index 846cf141cd..6bfec989e5 100644 --- a/src/common/utils/notary/helper_test.go +++ b/src/common/utils/notary/helper_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/notary/test/server.go b/src/common/utils/notary/test/server.go index dd1cd1f24b..4d01e5e7fe 100644 --- a/src/common/utils/notary/test/server.go +++ b/src/common/utils/notary/test/server.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/registry/auth/challenge.go b/src/common/utils/registry/auth/challenge.go index afe577517b..e27cfb5f3e 100644 --- a/src/common/utils/registry/auth/challenge.go +++ b/src/common/utils/registry/auth/challenge.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/registry/auth/credential.go b/src/common/utils/registry/auth/credential.go index 0a961e168c..b930771015 100644 --- a/src/common/utils/registry/auth/credential.go +++ b/src/common/utils/registry/auth/credential.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/registry/auth/credential_test.go b/src/common/utils/registry/auth/credential_test.go index e6f8a4021f..48a1bd553f 100644 --- a/src/common/utils/registry/auth/credential_test.go +++ b/src/common/utils/registry/auth/credential_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/registry/auth/path.go b/src/common/utils/registry/auth/path.go index 8307da7365..0e3d1a4034 100644 --- a/src/common/utils/registry/auth/path.go +++ b/src/common/utils/registry/auth/path.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/registry/auth/path_test.go b/src/common/utils/registry/auth/path_test.go index 995af6f7db..7542592e19 100644 --- a/src/common/utils/registry/auth/path_test.go +++ b/src/common/utils/registry/auth/path_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/registry/auth/tokenauthorizer.go b/src/common/utils/registry/auth/tokenauthorizer.go index bfd7424cca..7f2eb05064 100644 --- a/src/common/utils/registry/auth/tokenauthorizer.go +++ b/src/common/utils/registry/auth/tokenauthorizer.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/registry/auth/tokenauthorizer_test.go b/src/common/utils/registry/auth/tokenauthorizer_test.go index 5a564992d0..fc7d2ec905 100644 --- a/src/common/utils/registry/auth/tokenauthorizer_test.go +++ b/src/common/utils/registry/auth/tokenauthorizer_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/registry/auth/util.go b/src/common/utils/registry/auth/util.go index c24ae394fb..50b183129d 100644 --- a/src/common/utils/registry/auth/util.go +++ b/src/common/utils/registry/auth/util.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/registry/manifest.go b/src/common/utils/registry/manifest.go index a2690c243f..584eefd791 100644 --- a/src/common/utils/registry/manifest.go +++ b/src/common/utils/registry/manifest.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/registry/manifest_test.go b/src/common/utils/registry/manifest_test.go index 8f84f2bc01..b1004d6bc0 100644 --- a/src/common/utils/registry/manifest_test.go +++ b/src/common/utils/registry/manifest_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/registry/registry.go b/src/common/utils/registry/registry.go index 0e009c6010..9d8ce7639a 100644 --- a/src/common/utils/registry/registry.go +++ b/src/common/utils/registry/registry.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/registry/registry_test.go b/src/common/utils/registry/registry_test.go index 03723934da..80853934a8 100644 --- a/src/common/utils/registry/registry_test.go +++ b/src/common/utils/registry/registry_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/registry/repository.go b/src/common/utils/registry/repository.go index e67ffc3beb..126d198ee2 100644 --- a/src/common/utils/registry/repository.go +++ b/src/common/utils/registry/repository.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/registry/repository_test.go b/src/common/utils/registry/repository_test.go index a96d905201..8293920e62 100644 --- a/src/common/utils/registry/repository_test.go +++ b/src/common/utils/registry/repository_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/registry/transport.go b/src/common/utils/registry/transport.go index bcc16df1dd..df4368f83d 100644 --- a/src/common/utils/registry/transport.go +++ b/src/common/utils/registry/transport.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/registry/transport_test.go b/src/common/utils/registry/transport_test.go index 5307f45496..aab9fe5c71 100644 --- a/src/common/utils/registry/transport_test.go +++ b/src/common/utils/registry/transport_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/test/adminserver.go b/src/common/utils/test/adminserver.go index dd69cb94e6..0d7a9052d7 100644 --- a/src/common/utils/test/adminserver.go +++ b/src/common/utils/test/adminserver.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/test/database.go b/src/common/utils/test/database.go index dd374a16da..c942bcb814 100644 --- a/src/common/utils/test/database.go +++ b/src/common/utils/test/database.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/test/key.go b/src/common/utils/test/key.go index d23238c33b..ef762db11b 100644 --- a/src/common/utils/test/key.go +++ b/src/common/utils/test/key.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/test/policy_manager.go b/src/common/utils/test/policy_manager.go index d1078cdbb2..9a8d36ebbc 100644 --- a/src/common/utils/test/policy_manager.go +++ b/src/common/utils/test/policy_manager.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/test/registryctl.go b/src/common/utils/test/registryctl.go index d621cea31e..9af8a6b4df 100644 --- a/src/common/utils/test/registryctl.go +++ b/src/common/utils/test/registryctl.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/test/replication_controllter.go b/src/common/utils/test/replication_controllter.go index adff7ae7a7..ac2ac088c4 100644 --- a/src/common/utils/test/replication_controllter.go +++ b/src/common/utils/test/replication_controllter.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/test/test.go b/src/common/utils/test/test.go index 4717ab9db7..b80f54f008 100644 --- a/src/common/utils/test/test.go +++ b/src/common/utils/test/test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/test/watch_item.go b/src/common/utils/test/watch_item.go index 788b863306..929d1a486c 100644 --- a/src/common/utils/test/watch_item.go +++ b/src/common/utils/test/watch_item.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/timemarker.go b/src/common/utils/timemarker.go index 1ffa968c57..e61b0451c2 100644 --- a/src/common/utils/timemarker.go +++ b/src/common/utils/timemarker.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/timemarker_test.go b/src/common/utils/timemarker_test.go index 7614de8e20..203a46dc4c 100644 --- a/src/common/utils/timemarker_test.go +++ b/src/common/utils/timemarker_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/uaa/client.go b/src/common/utils/uaa/client.go index 35c5f87fbe..3012cdfec9 100644 --- a/src/common/utils/uaa/client.go +++ b/src/common/utils/uaa/client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/uaa/fake_client.go b/src/common/utils/uaa/fake_client.go index 926e0bd89d..02e3a81987 100644 --- a/src/common/utils/uaa/fake_client.go +++ b/src/common/utils/uaa/fake_client.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/uaa/test/server.go b/src/common/utils/uaa/test/server.go index 07f4dc34dd..53a4ce4329 100644 --- a/src/common/utils/uaa/test/server.go +++ b/src/common/utils/uaa/test/server.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/utils.go b/src/common/utils/utils.go index ddcdf2ad9a..50828b6d19 100644 --- a/src/common/utils/utils.go +++ b/src/common/utils/utils.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/common/utils/utils_test.go b/src/common/utils/utils_test.go index 4b50e35763..66c4bca0f6 100644 --- a/src/common/utils/utils_test.go +++ b/src/common/utils/utils_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/core/api/models/replication.go b/src/core/api/models/replication.go index c19584ea2f..a24877caf2 100644 --- a/src/core/api/models/replication.go +++ b/src/core/api/models/replication.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/core/api/models/replication_job.go b/src/core/api/models/replication_job.go index f3dfc24020..fb742f9289 100644 --- a/src/core/api/models/replication_job.go +++ b/src/core/api/models/replication_job.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/core/auth/lock.go b/src/core/auth/lock.go index b574b06142..0c46ce4196 100644 --- a/src/core/auth/lock.go +++ b/src/core/auth/lock.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/core/controllers/error.go b/src/core/controllers/error.go index 29007aaef9..ffde961d89 100644 --- a/src/core/controllers/error.go +++ b/src/core/controllers/error.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/core/filter/mediatype_test.go b/src/core/filter/mediatype_test.go index d0d9e84dc1..0f55ce8a45 100644 --- a/src/core/filter/mediatype_test.go +++ b/src/core/filter/mediatype_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/core/promgr/pmsdriver/admiral/token.go b/src/core/promgr/pmsdriver/admiral/token.go index f04a8a2ed1..94ad05ef0c 100644 --- a/src/core/promgr/pmsdriver/admiral/token.go +++ b/src/core/promgr/pmsdriver/admiral/token.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/core/promgr/pmsdriver/admiral/token_test.go b/src/core/promgr/pmsdriver/admiral/token_test.go index 43e2bae913..94ccd42337 100644 --- a/src/core/promgr/pmsdriver/admiral/token_test.go +++ b/src/core/promgr/pmsdriver/admiral/token_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/core/service/service_test.go b/src/core/service/service_test.go index 1b4eb40fe3..844a22d9f5 100644 --- a/src/core/service/service_test.go +++ b/src/core/service/service_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/core/utils/response_handlers_test.go b/src/core/utils/response_handlers_test.go index d6c4d5a547..b501a495df 100644 --- a/src/core/utils/response_handlers_test.go +++ b/src/core/utils/response_handlers_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/core/utils/utils_test.go b/src/core/utils/utils_test.go index c6e2e4eb23..340462c9d4 100644 --- a/src/core/utils/utils_test.go +++ b/src/core/utils/utils_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2017 VMware, Inc. All Rights Reserved. +// Copyright Project Harbor Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/core/views/reset-password-mail.tpl b/src/core/views/reset-password-mail.tpl index 31fb438efa..92d476eae1 100644 --- a/src/core/views/reset-password-mail.tpl +++ b/src/core/views/reset-password-mail.tpl @@ -1,5 +1,5 @@