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 d928b1b21..4b9cffeef 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 51c304ea4..000000000 --- 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 be2da4c93..94722a701 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 50c58c2d3..159fc86df 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 3281cf036..b267c1ff4 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 ef2b6c886..7ad70a7aa 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 b442bbb87..b3f6c2915 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 6b858a1b4..2acc29a81 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 ca6e7b133..11beb9b2d 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 6481bbd85..bbbc8cf3d 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 54cb32a4b..ea88c2deb 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 6be9f5b6d..968923308 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 20f5b7d30..55bf6157a 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 68d023e8e..97bfa9edc 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 d46e27f16..900a83488 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 b6b71e867..3e945db49 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 76461dbee..8861e7862 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 3d1487edc..01f67d183 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 127610bd1..fb3a79ee0 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 f39494724..6241effd7 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 27b8c27ae..67262a383 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 39b2438a6..e06749332 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 ea2bf33a9..36689d184 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 b1df5ca26..cedd188a3 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 9f51bfc3a..88be64f71 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 1d75e719a..60a3333f7 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 1d2039307..c2d58e2f3 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 114b83852..2e449c7b0 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 e1a503dd1..607be4334 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 97a151d0f..b2c20751f 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 6b792dd7d..3446d5ff2 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 47aa6ba16..1fb2b69fc 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 e2e6f99b6..90ad2c80f 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 8cd9ba1c5..4fe7e29ec 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 95c6a582c..eac95612d 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 297497def..48127d903 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 0cb4762cf..4cb2d1c84 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 c9a0fb4a5..cacbd2846 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 305a2feca..55aa2670f 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 f0575b19c..5262a80ae 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 ab87d03a9..f3d7a4ed1 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 58f9de2d4..703fdab02 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 5b55fcc33..20a704ed8 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 466865d40..98928e2ae 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 4eee0f166..5f82fc0a0 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 03d9c2ad9..4b2fd7bf2 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 5e9504b08..04bb528f2 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 1cc268b57..91603e64d 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 f4ffd0469..5bfdd03da 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 8d9fe203d..69a15c0d7 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 7d5ef4a36..fda9ba28d 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 685f2ad35..e1b3da6cb 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 857222fe4..d4a9c4e6f 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 e1ced765e..a9dcddfaf 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 3b23b0d65..c39c3e79a 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 2f4c58152..f9a81e706 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 6f92d3eeb..66de3b6a8 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 b0d87b9c1..9b0f0abdb 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 fd7f312a2..7f3062153 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 143b1b93c..3773fba37 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 b7942ca2e..c05a46899 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 764dbf3d3..a0d92a613 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 eb43cfe07..ef10ee990 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 6bbbc211b..ddc1b03fb 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 96d5f1a9c..9427af855 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 7554bbc46..6aa151bc7 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 3256c7689..9cb4da039 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 588e04ded..6ebc6a2c1 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 bded3305b..f0317e5ff 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 064377c53..ff48b27ec 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 ba2c787c5..de2dc7953 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 1ee432208..18854ac57 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 af3363fb1..53ea74d3a 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 1b94e83cb..3fb9eed1f 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 8fb6d1893..62b225a7b 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 67e5da8e0..9ca64203d 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 f6cf82ebf..7f79d5079 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 ccd34a87c..eef0e247b 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 3bbbe0b37..15a5e7a25 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 d3612af4d..a612c8cf7 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 f4457970d..37aedfef3 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 32555010a..04ea44da7 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 ffa4ae074..76890dcfa 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 f35bbcb3b..05649f1f1 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 7d99d7c29..63490d190 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 35cda3252..3dc0a4f50 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 1e768933b..5be0c4eb5 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 575c8b792..5fdb51d56 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 18160ec1b..cf96105cd 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 3dae34ec8..da38e8f6c 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 427897fa5..ef4cba067 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 b75fa1efc..97427ac6a 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 02418e88f..8bf2e4018 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 9f1be5a3c..3b3c7df80 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 d9bb3cce0..92a51d375 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 ec90a3eba..8533eb175 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 497194d86..64e86ae82 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 f8bf2ea92..c1cd2dc8a 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 f83bec346..1b9122b00 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 ef61e5841..0047b894c 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 bf129743a..c638cff8c 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 d94f09d18..ffad09f23 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 9fc892799..829507961 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 5b65a2c32..0912b1dd0 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 70e6abb2c..826d21ecc 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 f87d31ea8..f1cb6be02 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 7e701c514..30390b6d1 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 0594915c1..c6d85ffc6 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 1250da282..77a47f392 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 76f76ec50..220384bad 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 4b90e4d74..a96870966 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 9bc7a4f70..3b3b5476b 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 dab5dccb0..ec624eb10 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 f72d50d9c..7a6ea56f0 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 d4f16959e..48af21b30 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 b49bef02a..976237fd6 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 1b844a126..63e0f152c 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 a7fb2eb1a..ace3d5dc6 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 8f1ef3171..e428030ae 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 3b7b521f6..fdecffbc0 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 0ffa67d4d..e92002332 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 48932a2ce..2eb986e75 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 62c5c2a36..1a6d3d002 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 667ac7525..64a54dc70 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 352c3465c..5f41c90f2 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 a6b04b544..473880843 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 3f2574f87..35ab9cb79 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 edc4aa226..452cf275c 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 57ec378b9..88692a46a 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 4f9b22124..a52c5859f 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 a5b3d0bb2..67fb04e38 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 a1552192c..1bb4fc8ee 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 3e68532d3..47281d5ca 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 1abe1c7e3..3fb87b4f1 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 72605afb1..5dff18a62 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 85e6b9cb1..b8b5febc8 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 001b3efcb..457d940c2 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 a3f837e6a..74c3a36c8 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 846cf141c..6bfec989e 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 dd1cd1f24..4d01e5e7f 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 afe577517..e27cfb5f3 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 0a961e168..b93077101 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 e6f8a4021..48a1bd553 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 8307da736..0e3d1a403 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 995af6f7d..7542592e1 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 bfd7424cc..7f2eb0506 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 5a564992d..fc7d2ec90 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 c24ae394f..50b183129 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 a2690c243..584eefd79 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 8f84f2bc0..b1004d6bc 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 0e009c601..9d8ce7639 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 03723934d..80853934a 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 e67ffc3be..126d198ee 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 a96d90520..8293920e6 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 bcc16df1d..df4368f83 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 5307f4549..aab9fe5c7 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 dd69cb94e..0d7a9052d 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 dd374a16d..c942bcb81 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 d23238c33..ef762db11 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 d1078cdbb..9a8d36ebb 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 d621cea31..9af8a6b4d 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 adff7ae7a..ac2ac088c 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 4717ab9db..b80f54f00 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 788b86330..929d1a486 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 1ffa968c5..e61b0451c 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 7614de8e2..203a46dc4 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 35c5f87fb..3012cdfec 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 926e0bd89..02e3a8198 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 07f4dc34d..53a4ce432 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 ddcdf2ad9..50828b6d1 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 4b50e3576..66c4bca0f 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 c19584ea2..a24877caf 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 f3dfc2402..fb742f928 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 b574b0614..0c46ce419 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 29007aaef..ffde961d8 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 d0d9e84dc..0f55ce8a4 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 f04a8a2ed..94ad05ef0 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 43e2bae91..94ccd4233 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 1b4eb40fe..844a22d9f 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 d6c4d5a54..b501a495d 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 c6e2e4eb2..340462c9d 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 31fb438ef..92d476eae 100644 --- a/src/core/views/reset-password-mail.tpl +++ b/src/core/views/reset-password-mail.tpl @@ -1,5 +1,5 @@