diff --git a/java/com/google/domain/registry/backup/BackupModule.java b/java/com/google/domain/registry/backup/BackupModule.java index ce99fc83b..2289cc708 100644 --- a/java/com/google/domain/registry/backup/BackupModule.java +++ b/java/com/google/domain/registry/backup/BackupModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/backup/BackupUtils.java b/java/com/google/domain/registry/backup/BackupUtils.java index 2802019d5..8eafa8e55 100644 --- a/java/com/google/domain/registry/backup/BackupUtils.java +++ b/java/com/google/domain/registry/backup/BackupUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/backup/CommitLogCheckpointAction.java b/java/com/google/domain/registry/backup/CommitLogCheckpointAction.java index 2c6a55228..bcde9f7db 100644 --- a/java/com/google/domain/registry/backup/CommitLogCheckpointAction.java +++ b/java/com/google/domain/registry/backup/CommitLogCheckpointAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/backup/CommitLogCheckpointStrategy.java b/java/com/google/domain/registry/backup/CommitLogCheckpointStrategy.java index e032e134f..5e3b85ccc 100644 --- a/java/com/google/domain/registry/backup/CommitLogCheckpointStrategy.java +++ b/java/com/google/domain/registry/backup/CommitLogCheckpointStrategy.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/backup/DeleteOldCommitLogsAction.java b/java/com/google/domain/registry/backup/DeleteOldCommitLogsAction.java index 229aeeb01..3b21d5991 100644 --- a/java/com/google/domain/registry/backup/DeleteOldCommitLogsAction.java +++ b/java/com/google/domain/registry/backup/DeleteOldCommitLogsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/backup/ExportCommitLogDiffAction.java b/java/com/google/domain/registry/backup/ExportCommitLogDiffAction.java index 34577b46d..6bd3be207 100644 --- a/java/com/google/domain/registry/backup/ExportCommitLogDiffAction.java +++ b/java/com/google/domain/registry/backup/ExportCommitLogDiffAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/backup/GcsDiffFileLister.java b/java/com/google/domain/registry/backup/GcsDiffFileLister.java index 8166686e5..9882f9e98 100644 --- a/java/com/google/domain/registry/backup/GcsDiffFileLister.java +++ b/java/com/google/domain/registry/backup/GcsDiffFileLister.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/backup/RestoreCommitLogsAction.java b/java/com/google/domain/registry/backup/RestoreCommitLogsAction.java index 1bfffe346..29a3d6844 100644 --- a/java/com/google/domain/registry/backup/RestoreCommitLogsAction.java +++ b/java/com/google/domain/registry/backup/RestoreCommitLogsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/backup/package-info.java b/java/com/google/domain/registry/backup/package-info.java index 2e6446761..e28e26ecd 100644 --- a/java/com/google/domain/registry/backup/package-info.java +++ b/java/com/google/domain/registry/backup/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/bigquery/BigqueryConnection.java b/java/com/google/domain/registry/bigquery/BigqueryConnection.java index 98e43a79b..db0ff5e6c 100644 --- a/java/com/google/domain/registry/bigquery/BigqueryConnection.java +++ b/java/com/google/domain/registry/bigquery/BigqueryConnection.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/bigquery/BigqueryFactory.java b/java/com/google/domain/registry/bigquery/BigqueryFactory.java index 15c3acc8d..2e704debd 100644 --- a/java/com/google/domain/registry/bigquery/BigqueryFactory.java +++ b/java/com/google/domain/registry/bigquery/BigqueryFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/bigquery/BigqueryHelper.java b/java/com/google/domain/registry/bigquery/BigqueryHelper.java index 5c7d4df05..3af7bb3f9 100644 --- a/java/com/google/domain/registry/bigquery/BigqueryHelper.java +++ b/java/com/google/domain/registry/bigquery/BigqueryHelper.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/bigquery/BigqueryJobFailureException.java b/java/com/google/domain/registry/bigquery/BigqueryJobFailureException.java index 1882d073b..7b7ce5a26 100644 --- a/java/com/google/domain/registry/bigquery/BigqueryJobFailureException.java +++ b/java/com/google/domain/registry/bigquery/BigqueryJobFailureException.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/bigquery/BigqueryModule.java b/java/com/google/domain/registry/bigquery/BigqueryModule.java index bc4c6edfa..fcb4ac711 100644 --- a/java/com/google/domain/registry/bigquery/BigqueryModule.java +++ b/java/com/google/domain/registry/bigquery/BigqueryModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/bigquery/BigqueryUtils.java b/java/com/google/domain/registry/bigquery/BigqueryUtils.java index 183f5121a..f1c08b09c 100644 --- a/java/com/google/domain/registry/bigquery/BigqueryUtils.java +++ b/java/com/google/domain/registry/bigquery/BigqueryUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/bigquery/package-info.java b/java/com/google/domain/registry/bigquery/package-info.java index 0de145c40..d04b35492 100644 --- a/java/com/google/domain/registry/bigquery/package-info.java +++ b/java/com/google/domain/registry/bigquery/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/braintree/BraintreeModule.java b/java/com/google/domain/registry/braintree/BraintreeModule.java index 72c7357c9..a017f85d5 100644 --- a/java/com/google/domain/registry/braintree/BraintreeModule.java +++ b/java/com/google/domain/registry/braintree/BraintreeModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/braintree/package-info.java b/java/com/google/domain/registry/braintree/package-info.java index b5601c17e..b3f4d3835 100644 --- a/java/com/google/domain/registry/braintree/package-info.java +++ b/java/com/google/domain/registry/braintree/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/config/ConfigModule.java b/java/com/google/domain/registry/config/ConfigModule.java index 7a957a479..4f5cc0e7d 100644 --- a/java/com/google/domain/registry/config/ConfigModule.java +++ b/java/com/google/domain/registry/config/ConfigModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/config/ConfigUtils.java b/java/com/google/domain/registry/config/ConfigUtils.java index f63137d4b..5a395e6e6 100644 --- a/java/com/google/domain/registry/config/ConfigUtils.java +++ b/java/com/google/domain/registry/config/ConfigUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/config/RegistryConfig.java b/java/com/google/domain/registry/config/RegistryConfig.java index 3a2e45312..a115f5d3a 100644 --- a/java/com/google/domain/registry/config/RegistryConfig.java +++ b/java/com/google/domain/registry/config/RegistryConfig.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/config/RegistryEnvironment.java b/java/com/google/domain/registry/config/RegistryEnvironment.java index 6cec55de6..cafbfd903 100644 --- a/java/com/google/domain/registry/config/RegistryEnvironment.java +++ b/java/com/google/domain/registry/config/RegistryEnvironment.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/config/TestRegistryConfig.java b/java/com/google/domain/registry/config/TestRegistryConfig.java index a86a2140e..909d4d686 100644 --- a/java/com/google/domain/registry/config/TestRegistryConfig.java +++ b/java/com/google/domain/registry/config/TestRegistryConfig.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/config/package-info.java b/java/com/google/domain/registry/config/package-info.java index 93c3e4d08..fd1697cab 100644 --- a/java/com/google/domain/registry/config/package-info.java +++ b/java/com/google/domain/registry/config/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/cron/CommitLogFanoutAction.java b/java/com/google/domain/registry/cron/CommitLogFanoutAction.java index 5646e9e11..f7ea15a9d 100644 --- a/java/com/google/domain/registry/cron/CommitLogFanoutAction.java +++ b/java/com/google/domain/registry/cron/CommitLogFanoutAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/cron/CronModule.java b/java/com/google/domain/registry/cron/CronModule.java index 130de9e09..f1d1f9a3e 100644 --- a/java/com/google/domain/registry/cron/CronModule.java +++ b/java/com/google/domain/registry/cron/CronModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/cron/TldFanoutAction.java b/java/com/google/domain/registry/cron/TldFanoutAction.java index 704ff8e36..31ce026c6 100644 --- a/java/com/google/domain/registry/cron/TldFanoutAction.java +++ b/java/com/google/domain/registry/cron/TldFanoutAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/cron/package-info.java b/java/com/google/domain/registry/cron/package-info.java index f840e11cb..692678e07 100644 --- a/java/com/google/domain/registry/cron/package-info.java +++ b/java/com/google/domain/registry/cron/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/dns/DnsConstants.java b/java/com/google/domain/registry/dns/DnsConstants.java index 0a0f44b44..4f384d49d 100644 --- a/java/com/google/domain/registry/dns/DnsConstants.java +++ b/java/com/google/domain/registry/dns/DnsConstants.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/dns/DnsModule.java b/java/com/google/domain/registry/dns/DnsModule.java index 40ad1be2f..c2ad12723 100644 --- a/java/com/google/domain/registry/dns/DnsModule.java +++ b/java/com/google/domain/registry/dns/DnsModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/dns/DnsQueue.java b/java/com/google/domain/registry/dns/DnsQueue.java index 0fb8d3fcc..5472f7fa3 100644 --- a/java/com/google/domain/registry/dns/DnsQueue.java +++ b/java/com/google/domain/registry/dns/DnsQueue.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/dns/PublishDnsUpdatesAction.java b/java/com/google/domain/registry/dns/PublishDnsUpdatesAction.java index 508cdfb1b..1a27cb61f 100644 --- a/java/com/google/domain/registry/dns/PublishDnsUpdatesAction.java +++ b/java/com/google/domain/registry/dns/PublishDnsUpdatesAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/dns/ReadDnsQueueAction.java b/java/com/google/domain/registry/dns/ReadDnsQueueAction.java index 3e514cb59..ebcb54e36 100644 --- a/java/com/google/domain/registry/dns/ReadDnsQueueAction.java +++ b/java/com/google/domain/registry/dns/ReadDnsQueueAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/dns/RefreshDnsAction.java b/java/com/google/domain/registry/dns/RefreshDnsAction.java index 5fcb165fb..03d219abb 100644 --- a/java/com/google/domain/registry/dns/RefreshDnsAction.java +++ b/java/com/google/domain/registry/dns/RefreshDnsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/dns/WriteDnsAction.java b/java/com/google/domain/registry/dns/WriteDnsAction.java index 286054aa8..2511fd9af 100644 --- a/java/com/google/domain/registry/dns/WriteDnsAction.java +++ b/java/com/google/domain/registry/dns/WriteDnsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/dns/writer/api/DnsWriter.java b/java/com/google/domain/registry/dns/writer/api/DnsWriter.java index 6b1487f20..78765c80d 100644 --- a/java/com/google/domain/registry/dns/writer/api/DnsWriter.java +++ b/java/com/google/domain/registry/dns/writer/api/DnsWriter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/dns/writer/api/DnsWriterZone.java b/java/com/google/domain/registry/dns/writer/api/DnsWriterZone.java index 9fe0def10..4187da0a9 100644 --- a/java/com/google/domain/registry/dns/writer/api/DnsWriterZone.java +++ b/java/com/google/domain/registry/dns/writer/api/DnsWriterZone.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/dns/writer/api/VoidDnsWriter.java b/java/com/google/domain/registry/dns/writer/api/VoidDnsWriter.java index 17a7f739b..b5a18a712 100644 --- a/java/com/google/domain/registry/dns/writer/api/VoidDnsWriter.java +++ b/java/com/google/domain/registry/dns/writer/api/VoidDnsWriter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/dns/writer/api/VoidDnsWriterModule.java b/java/com/google/domain/registry/dns/writer/api/VoidDnsWriterModule.java index 0567da819..15374d462 100644 --- a/java/com/google/domain/registry/dns/writer/api/VoidDnsWriterModule.java +++ b/java/com/google/domain/registry/dns/writer/api/VoidDnsWriterModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/BigqueryPollJobAction.java b/java/com/google/domain/registry/export/BigqueryPollJobAction.java index 71d32fe62..b89592705 100644 --- a/java/com/google/domain/registry/export/BigqueryPollJobAction.java +++ b/java/com/google/domain/registry/export/BigqueryPollJobAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/BigquerySchemas.java b/java/com/google/domain/registry/export/BigquerySchemas.java index 82ea87ca5..9e509df4d 100644 --- a/java/com/google/domain/registry/export/BigquerySchemas.java +++ b/java/com/google/domain/registry/export/BigquerySchemas.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/CheckSnapshotServlet.java b/java/com/google/domain/registry/export/CheckSnapshotServlet.java index a0e2fbde1..dc1771746 100644 --- a/java/com/google/domain/registry/export/CheckSnapshotServlet.java +++ b/java/com/google/domain/registry/export/CheckSnapshotServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/DatastoreBackupInfo.java b/java/com/google/domain/registry/export/DatastoreBackupInfo.java index c3e4af760..ebfdb3499 100644 --- a/java/com/google/domain/registry/export/DatastoreBackupInfo.java +++ b/java/com/google/domain/registry/export/DatastoreBackupInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/DatastoreBackupService.java b/java/com/google/domain/registry/export/DatastoreBackupService.java index b6eeda043..3a2a6d964 100644 --- a/java/com/google/domain/registry/export/DatastoreBackupService.java +++ b/java/com/google/domain/registry/export/DatastoreBackupService.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/DriveModule.java b/java/com/google/domain/registry/export/DriveModule.java index 306c59cbb..874d97526 100644 --- a/java/com/google/domain/registry/export/DriveModule.java +++ b/java/com/google/domain/registry/export/DriveModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/ExportConstants.java b/java/com/google/domain/registry/export/ExportConstants.java index f2114df71..e756862e3 100644 --- a/java/com/google/domain/registry/export/ExportConstants.java +++ b/java/com/google/domain/registry/export/ExportConstants.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/ExportDomainListsAction.java b/java/com/google/domain/registry/export/ExportDomainListsAction.java index a9a842a22..7d6447a2a 100644 --- a/java/com/google/domain/registry/export/ExportDomainListsAction.java +++ b/java/com/google/domain/registry/export/ExportDomainListsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/ExportRequestModule.java b/java/com/google/domain/registry/export/ExportRequestModule.java index d7a9b3394..7b3bd32d6 100644 --- a/java/com/google/domain/registry/export/ExportRequestModule.java +++ b/java/com/google/domain/registry/export/ExportRequestModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/ExportReservedTermsAction.java b/java/com/google/domain/registry/export/ExportReservedTermsAction.java index c4c9a1a1a..e44ff803c 100644 --- a/java/com/google/domain/registry/export/ExportReservedTermsAction.java +++ b/java/com/google/domain/registry/export/ExportReservedTermsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/ExportSnapshotServlet.java b/java/com/google/domain/registry/export/ExportSnapshotServlet.java index 4c43a48f2..5455a7521 100644 --- a/java/com/google/domain/registry/export/ExportSnapshotServlet.java +++ b/java/com/google/domain/registry/export/ExportSnapshotServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/ExportUtils.java b/java/com/google/domain/registry/export/ExportUtils.java index 109169da9..c05002e7c 100644 --- a/java/com/google/domain/registry/export/ExportUtils.java +++ b/java/com/google/domain/registry/export/ExportUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/LoadSnapshotServlet.java b/java/com/google/domain/registry/export/LoadSnapshotServlet.java index b86db60b0..1a72adeec 100644 --- a/java/com/google/domain/registry/export/LoadSnapshotServlet.java +++ b/java/com/google/domain/registry/export/LoadSnapshotServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/PublishDetailReportAction.java b/java/com/google/domain/registry/export/PublishDetailReportAction.java index 72f288ebf..9999274f5 100644 --- a/java/com/google/domain/registry/export/PublishDetailReportAction.java +++ b/java/com/google/domain/registry/export/PublishDetailReportAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/SyncGroupMembersAction.java b/java/com/google/domain/registry/export/SyncGroupMembersAction.java index ef34f8b20..5cefa3785 100644 --- a/java/com/google/domain/registry/export/SyncGroupMembersAction.java +++ b/java/com/google/domain/registry/export/SyncGroupMembersAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/UpdateSnapshotViewServlet.java b/java/com/google/domain/registry/export/UpdateSnapshotViewServlet.java index 3fc891b21..84ba765ec 100644 --- a/java/com/google/domain/registry/export/UpdateSnapshotViewServlet.java +++ b/java/com/google/domain/registry/export/UpdateSnapshotViewServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/package-info.java b/java/com/google/domain/registry/export/package-info.java index cd0c1b29d..bab035e20 100644 --- a/java/com/google/domain/registry/export/package-info.java +++ b/java/com/google/domain/registry/export/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/sheet/SheetModule.java b/java/com/google/domain/registry/export/sheet/SheetModule.java index a65ab4603..58dca8687 100644 --- a/java/com/google/domain/registry/export/sheet/SheetModule.java +++ b/java/com/google/domain/registry/export/sheet/SheetModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/sheet/SheetSynchronizer.java b/java/com/google/domain/registry/export/sheet/SheetSynchronizer.java index 8a13989c4..d8527fcd2 100644 --- a/java/com/google/domain/registry/export/sheet/SheetSynchronizer.java +++ b/java/com/google/domain/registry/export/sheet/SheetSynchronizer.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/sheet/SpreadsheetServiceModule.java b/java/com/google/domain/registry/export/sheet/SpreadsheetServiceModule.java index 5fc480797..55601113b 100644 --- a/java/com/google/domain/registry/export/sheet/SpreadsheetServiceModule.java +++ b/java/com/google/domain/registry/export/sheet/SpreadsheetServiceModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/sheet/SyncRegistrarsSheet.java b/java/com/google/domain/registry/export/sheet/SyncRegistrarsSheet.java index a18f2fb84..47c33106a 100644 --- a/java/com/google/domain/registry/export/sheet/SyncRegistrarsSheet.java +++ b/java/com/google/domain/registry/export/sheet/SyncRegistrarsSheet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/sheet/SyncRegistrarsSheetAction.java b/java/com/google/domain/registry/export/sheet/SyncRegistrarsSheetAction.java index eb8515dab..3c2b1a2e6 100644 --- a/java/com/google/domain/registry/export/sheet/SyncRegistrarsSheetAction.java +++ b/java/com/google/domain/registry/export/sheet/SyncRegistrarsSheetAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/export/sheet/package-info.java b/java/com/google/domain/registry/export/sheet/package-info.java index f5248723b..f187be876 100644 --- a/java/com/google/domain/registry/export/sheet/package-info.java +++ b/java/com/google/domain/registry/export/sheet/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/EppConsoleServlet.java b/java/com/google/domain/registry/flows/EppConsoleServlet.java index 0d20224e4..99e6b2554 100644 --- a/java/com/google/domain/registry/flows/EppConsoleServlet.java +++ b/java/com/google/domain/registry/flows/EppConsoleServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/EppController.java b/java/com/google/domain/registry/flows/EppController.java index e70cab9dc..03d23bd3f 100644 --- a/java/com/google/domain/registry/flows/EppController.java +++ b/java/com/google/domain/registry/flows/EppController.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/EppException.java b/java/com/google/domain/registry/flows/EppException.java index c06a145fa..14a2a3df9 100644 --- a/java/com/google/domain/registry/flows/EppException.java +++ b/java/com/google/domain/registry/flows/EppException.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/EppServletUtils.java b/java/com/google/domain/registry/flows/EppServletUtils.java index f6ff2d31a..7b28ff2fe 100644 --- a/java/com/google/domain/registry/flows/EppServletUtils.java +++ b/java/com/google/domain/registry/flows/EppServletUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/EppTlsServlet.java b/java/com/google/domain/registry/flows/EppTlsServlet.java index 843a826cd..b071986eb 100644 --- a/java/com/google/domain/registry/flows/EppTlsServlet.java +++ b/java/com/google/domain/registry/flows/EppTlsServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/EppToolServlet.java b/java/com/google/domain/registry/flows/EppToolServlet.java index 2164a437d..eb8188be3 100644 --- a/java/com/google/domain/registry/flows/EppToolServlet.java +++ b/java/com/google/domain/registry/flows/EppToolServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/EppXmlTransformer.java b/java/com/google/domain/registry/flows/EppXmlTransformer.java index 96a38374b..3a7958ebb 100644 --- a/java/com/google/domain/registry/flows/EppXmlTransformer.java +++ b/java/com/google/domain/registry/flows/EppXmlTransformer.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/Flow.java b/java/com/google/domain/registry/flows/Flow.java index a6df8adda..049717393 100644 --- a/java/com/google/domain/registry/flows/Flow.java +++ b/java/com/google/domain/registry/flows/Flow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/FlowRegistry.java b/java/com/google/domain/registry/flows/FlowRegistry.java index bf58df928..9b205a67d 100644 --- a/java/com/google/domain/registry/flows/FlowRegistry.java +++ b/java/com/google/domain/registry/flows/FlowRegistry.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/FlowRunner.java b/java/com/google/domain/registry/flows/FlowRunner.java index bda05e152..6ed276a9a 100644 --- a/java/com/google/domain/registry/flows/FlowRunner.java +++ b/java/com/google/domain/registry/flows/FlowRunner.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/HttpSessionMetadata.java b/java/com/google/domain/registry/flows/HttpSessionMetadata.java index ca5436b6f..caa294e52 100644 --- a/java/com/google/domain/registry/flows/HttpSessionMetadata.java +++ b/java/com/google/domain/registry/flows/HttpSessionMetadata.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/LoggedInFlow.java b/java/com/google/domain/registry/flows/LoggedInFlow.java index 3ac451682..f247f882a 100644 --- a/java/com/google/domain/registry/flows/LoggedInFlow.java +++ b/java/com/google/domain/registry/flows/LoggedInFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/OwnedResourceMutateFlow.java b/java/com/google/domain/registry/flows/OwnedResourceMutateFlow.java index 7a846be1b..2f83f9292 100644 --- a/java/com/google/domain/registry/flows/OwnedResourceMutateFlow.java +++ b/java/com/google/domain/registry/flows/OwnedResourceMutateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/OwnedResourceMutatePendingTransferFlow.java b/java/com/google/domain/registry/flows/OwnedResourceMutatePendingTransferFlow.java index 927933b9d..4ffb074dd 100644 --- a/java/com/google/domain/registry/flows/OwnedResourceMutatePendingTransferFlow.java +++ b/java/com/google/domain/registry/flows/OwnedResourceMutatePendingTransferFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceAsyncDeleteFlow.java b/java/com/google/domain/registry/flows/ResourceAsyncDeleteFlow.java index 7c2dc9a0d..3f349d9ca 100644 --- a/java/com/google/domain/registry/flows/ResourceAsyncDeleteFlow.java +++ b/java/com/google/domain/registry/flows/ResourceAsyncDeleteFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceCheckFlow.java b/java/com/google/domain/registry/flows/ResourceCheckFlow.java index a580cfd1d..7678300d1 100644 --- a/java/com/google/domain/registry/flows/ResourceCheckFlow.java +++ b/java/com/google/domain/registry/flows/ResourceCheckFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceCreateFlow.java b/java/com/google/domain/registry/flows/ResourceCreateFlow.java index ab9b152e3..3d5e565c5 100644 --- a/java/com/google/domain/registry/flows/ResourceCreateFlow.java +++ b/java/com/google/domain/registry/flows/ResourceCreateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceCreateOrMutateFlow.java b/java/com/google/domain/registry/flows/ResourceCreateOrMutateFlow.java index e9e928393..620ecac7c 100644 --- a/java/com/google/domain/registry/flows/ResourceCreateOrMutateFlow.java +++ b/java/com/google/domain/registry/flows/ResourceCreateOrMutateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceDeleteFlow.java b/java/com/google/domain/registry/flows/ResourceDeleteFlow.java index 1e9eed6b1..d27074dc1 100644 --- a/java/com/google/domain/registry/flows/ResourceDeleteFlow.java +++ b/java/com/google/domain/registry/flows/ResourceDeleteFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceFlow.java b/java/com/google/domain/registry/flows/ResourceFlow.java index da322e339..3be990f8a 100644 --- a/java/com/google/domain/registry/flows/ResourceFlow.java +++ b/java/com/google/domain/registry/flows/ResourceFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceFlowUtils.java b/java/com/google/domain/registry/flows/ResourceFlowUtils.java index f8369fce3..763a963c3 100644 --- a/java/com/google/domain/registry/flows/ResourceFlowUtils.java +++ b/java/com/google/domain/registry/flows/ResourceFlowUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceInfoFlow.java b/java/com/google/domain/registry/flows/ResourceInfoFlow.java index 9c07764b9..4c0fd28ff 100644 --- a/java/com/google/domain/registry/flows/ResourceInfoFlow.java +++ b/java/com/google/domain/registry/flows/ResourceInfoFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceMutateFlow.java b/java/com/google/domain/registry/flows/ResourceMutateFlow.java index f2165571b..d841753ea 100644 --- a/java/com/google/domain/registry/flows/ResourceMutateFlow.java +++ b/java/com/google/domain/registry/flows/ResourceMutateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceMutatePendingTransferFlow.java b/java/com/google/domain/registry/flows/ResourceMutatePendingTransferFlow.java index 9e40c9ae1..b4af9a19d 100644 --- a/java/com/google/domain/registry/flows/ResourceMutatePendingTransferFlow.java +++ b/java/com/google/domain/registry/flows/ResourceMutatePendingTransferFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceQueryFlow.java b/java/com/google/domain/registry/flows/ResourceQueryFlow.java index c3489798c..939fd8087 100644 --- a/java/com/google/domain/registry/flows/ResourceQueryFlow.java +++ b/java/com/google/domain/registry/flows/ResourceQueryFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceSyncDeleteFlow.java b/java/com/google/domain/registry/flows/ResourceSyncDeleteFlow.java index ee55c9622..8982bf681 100644 --- a/java/com/google/domain/registry/flows/ResourceSyncDeleteFlow.java +++ b/java/com/google/domain/registry/flows/ResourceSyncDeleteFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceTransferApproveFlow.java b/java/com/google/domain/registry/flows/ResourceTransferApproveFlow.java index 822f3706d..26a64f72b 100644 --- a/java/com/google/domain/registry/flows/ResourceTransferApproveFlow.java +++ b/java/com/google/domain/registry/flows/ResourceTransferApproveFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceTransferCancelFlow.java b/java/com/google/domain/registry/flows/ResourceTransferCancelFlow.java index c8f4eb20b..1e5f10d14 100644 --- a/java/com/google/domain/registry/flows/ResourceTransferCancelFlow.java +++ b/java/com/google/domain/registry/flows/ResourceTransferCancelFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceTransferFlow.java b/java/com/google/domain/registry/flows/ResourceTransferFlow.java index b6c481adb..da24f6994 100644 --- a/java/com/google/domain/registry/flows/ResourceTransferFlow.java +++ b/java/com/google/domain/registry/flows/ResourceTransferFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceTransferQueryFlow.java b/java/com/google/domain/registry/flows/ResourceTransferQueryFlow.java index 3c0e100c9..4ebb6def8 100644 --- a/java/com/google/domain/registry/flows/ResourceTransferQueryFlow.java +++ b/java/com/google/domain/registry/flows/ResourceTransferQueryFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceTransferRejectFlow.java b/java/com/google/domain/registry/flows/ResourceTransferRejectFlow.java index 8cc96c5e9..c52a99ee3 100644 --- a/java/com/google/domain/registry/flows/ResourceTransferRejectFlow.java +++ b/java/com/google/domain/registry/flows/ResourceTransferRejectFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceTransferRequestFlow.java b/java/com/google/domain/registry/flows/ResourceTransferRequestFlow.java index 91352a54f..29e345863 100644 --- a/java/com/google/domain/registry/flows/ResourceTransferRequestFlow.java +++ b/java/com/google/domain/registry/flows/ResourceTransferRequestFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/ResourceUpdateFlow.java b/java/com/google/domain/registry/flows/ResourceUpdateFlow.java index af8cd5d75..aef036042 100644 --- a/java/com/google/domain/registry/flows/ResourceUpdateFlow.java +++ b/java/com/google/domain/registry/flows/ResourceUpdateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/SessionMetadata.java b/java/com/google/domain/registry/flows/SessionMetadata.java index b4f008ad6..715808ac2 100644 --- a/java/com/google/domain/registry/flows/SessionMetadata.java +++ b/java/com/google/domain/registry/flows/SessionMetadata.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/SingleResourceFlow.java b/java/com/google/domain/registry/flows/SingleResourceFlow.java index 6413a36fa..1e6c49a23 100644 --- a/java/com/google/domain/registry/flows/SingleResourceFlow.java +++ b/java/com/google/domain/registry/flows/SingleResourceFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/StatelessRequestSessionMetadata.java b/java/com/google/domain/registry/flows/StatelessRequestSessionMetadata.java index e264c2ac2..b827dc9c3 100644 --- a/java/com/google/domain/registry/flows/StatelessRequestSessionMetadata.java +++ b/java/com/google/domain/registry/flows/StatelessRequestSessionMetadata.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/TlsCredentials.java b/java/com/google/domain/registry/flows/TlsCredentials.java index 3d6a9a955..5c4be4efe 100644 --- a/java/com/google/domain/registry/flows/TlsCredentials.java +++ b/java/com/google/domain/registry/flows/TlsCredentials.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/TransactionalFlow.java b/java/com/google/domain/registry/flows/TransactionalFlow.java index 6b1399735..840732e40 100644 --- a/java/com/google/domain/registry/flows/TransactionalFlow.java +++ b/java/com/google/domain/registry/flows/TransactionalFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/TransportCredentials.java b/java/com/google/domain/registry/flows/TransportCredentials.java index 2b964521d..ac926ce08 100644 --- a/java/com/google/domain/registry/flows/TransportCredentials.java +++ b/java/com/google/domain/registry/flows/TransportCredentials.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/async/AsyncFlowUtils.java b/java/com/google/domain/registry/flows/async/AsyncFlowUtils.java index 843a6ea20..e906a6cf2 100644 --- a/java/com/google/domain/registry/flows/async/AsyncFlowUtils.java +++ b/java/com/google/domain/registry/flows/async/AsyncFlowUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/async/AsyncFlowsModule.java b/java/com/google/domain/registry/flows/async/AsyncFlowsModule.java index 76117eb89..9ce080527 100644 --- a/java/com/google/domain/registry/flows/async/AsyncFlowsModule.java +++ b/java/com/google/domain/registry/flows/async/AsyncFlowsModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/async/DeleteContactResourceAction.java b/java/com/google/domain/registry/flows/async/DeleteContactResourceAction.java index 83c4df94f..c3a82fb64 100644 --- a/java/com/google/domain/registry/flows/async/DeleteContactResourceAction.java +++ b/java/com/google/domain/registry/flows/async/DeleteContactResourceAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/async/DeleteEppResourceAction.java b/java/com/google/domain/registry/flows/async/DeleteEppResourceAction.java index 42b37ddc3..530455e79 100644 --- a/java/com/google/domain/registry/flows/async/DeleteEppResourceAction.java +++ b/java/com/google/domain/registry/flows/async/DeleteEppResourceAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/async/DeleteHostResourceAction.java b/java/com/google/domain/registry/flows/async/DeleteHostResourceAction.java index fc9bead8e..b92d66e88 100644 --- a/java/com/google/domain/registry/flows/async/DeleteHostResourceAction.java +++ b/java/com/google/domain/registry/flows/async/DeleteHostResourceAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/async/DnsRefreshForHostRenameAction.java b/java/com/google/domain/registry/flows/async/DnsRefreshForHostRenameAction.java index a5130ce96..a88d7d3d9 100644 --- a/java/com/google/domain/registry/flows/async/DnsRefreshForHostRenameAction.java +++ b/java/com/google/domain/registry/flows/async/DnsRefreshForHostRenameAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/contact/ContactCheckFlow.java b/java/com/google/domain/registry/flows/contact/ContactCheckFlow.java index 12e0f6f5b..d163d729f 100644 --- a/java/com/google/domain/registry/flows/contact/ContactCheckFlow.java +++ b/java/com/google/domain/registry/flows/contact/ContactCheckFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/contact/ContactCreateFlow.java b/java/com/google/domain/registry/flows/contact/ContactCreateFlow.java index e23a1c469..370f10fed 100644 --- a/java/com/google/domain/registry/flows/contact/ContactCreateFlow.java +++ b/java/com/google/domain/registry/flows/contact/ContactCreateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/contact/ContactDeleteFlow.java b/java/com/google/domain/registry/flows/contact/ContactDeleteFlow.java index 58affbb28..3e8784ae6 100644 --- a/java/com/google/domain/registry/flows/contact/ContactDeleteFlow.java +++ b/java/com/google/domain/registry/flows/contact/ContactDeleteFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/contact/ContactFlowUtils.java b/java/com/google/domain/registry/flows/contact/ContactFlowUtils.java index 9f293e5b2..51bc6602b 100644 --- a/java/com/google/domain/registry/flows/contact/ContactFlowUtils.java +++ b/java/com/google/domain/registry/flows/contact/ContactFlowUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/contact/ContactInfoFlow.java b/java/com/google/domain/registry/flows/contact/ContactInfoFlow.java index 47b32b240..3130d4d6f 100644 --- a/java/com/google/domain/registry/flows/contact/ContactInfoFlow.java +++ b/java/com/google/domain/registry/flows/contact/ContactInfoFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/contact/ContactTransferApproveFlow.java b/java/com/google/domain/registry/flows/contact/ContactTransferApproveFlow.java index e1ac90d7a..659670125 100644 --- a/java/com/google/domain/registry/flows/contact/ContactTransferApproveFlow.java +++ b/java/com/google/domain/registry/flows/contact/ContactTransferApproveFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/contact/ContactTransferCancelFlow.java b/java/com/google/domain/registry/flows/contact/ContactTransferCancelFlow.java index 807bf9620..c071cff1f 100644 --- a/java/com/google/domain/registry/flows/contact/ContactTransferCancelFlow.java +++ b/java/com/google/domain/registry/flows/contact/ContactTransferCancelFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/contact/ContactTransferQueryFlow.java b/java/com/google/domain/registry/flows/contact/ContactTransferQueryFlow.java index 6ec21fe07..57234d336 100644 --- a/java/com/google/domain/registry/flows/contact/ContactTransferQueryFlow.java +++ b/java/com/google/domain/registry/flows/contact/ContactTransferQueryFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/contact/ContactTransferRejectFlow.java b/java/com/google/domain/registry/flows/contact/ContactTransferRejectFlow.java index 7e97bfdf2..eb6d5bd33 100644 --- a/java/com/google/domain/registry/flows/contact/ContactTransferRejectFlow.java +++ b/java/com/google/domain/registry/flows/contact/ContactTransferRejectFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/contact/ContactTransferRequestFlow.java b/java/com/google/domain/registry/flows/contact/ContactTransferRequestFlow.java index b8fb739a6..278129e8c 100644 --- a/java/com/google/domain/registry/flows/contact/ContactTransferRequestFlow.java +++ b/java/com/google/domain/registry/flows/contact/ContactTransferRequestFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/contact/ContactUpdateFlow.java b/java/com/google/domain/registry/flows/contact/ContactUpdateFlow.java index 0e9673186..800af68dd 100644 --- a/java/com/google/domain/registry/flows/contact/ContactUpdateFlow.java +++ b/java/com/google/domain/registry/flows/contact/ContactUpdateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/BaseDomainCheckFlow.java b/java/com/google/domain/registry/flows/domain/BaseDomainCheckFlow.java index 26602c2e2..aa40c5033 100644 --- a/java/com/google/domain/registry/flows/domain/BaseDomainCheckFlow.java +++ b/java/com/google/domain/registry/flows/domain/BaseDomainCheckFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/BaseDomainCreateFlow.java b/java/com/google/domain/registry/flows/domain/BaseDomainCreateFlow.java index 202271b46..661f04139 100644 --- a/java/com/google/domain/registry/flows/domain/BaseDomainCreateFlow.java +++ b/java/com/google/domain/registry/flows/domain/BaseDomainCreateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/BaseDomainInfoFlow.java b/java/com/google/domain/registry/flows/domain/BaseDomainInfoFlow.java index f18d6162b..590543054 100644 --- a/java/com/google/domain/registry/flows/domain/BaseDomainInfoFlow.java +++ b/java/com/google/domain/registry/flows/domain/BaseDomainInfoFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/BaseDomainUpdateFlow.java b/java/com/google/domain/registry/flows/domain/BaseDomainUpdateFlow.java index 86521ff69..2f96d7cb3 100644 --- a/java/com/google/domain/registry/flows/domain/BaseDomainUpdateFlow.java +++ b/java/com/google/domain/registry/flows/domain/BaseDomainUpdateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/ClaimsCheckFlow.java b/java/com/google/domain/registry/flows/domain/ClaimsCheckFlow.java index ba7d53dad..af2cf2807 100644 --- a/java/com/google/domain/registry/flows/domain/ClaimsCheckFlow.java +++ b/java/com/google/domain/registry/flows/domain/ClaimsCheckFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainAllocateFlow.java b/java/com/google/domain/registry/flows/domain/DomainAllocateFlow.java index f1cc63bc9..d0e7703a0 100644 --- a/java/com/google/domain/registry/flows/domain/DomainAllocateFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainAllocateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainApplicationCreateFlow.java b/java/com/google/domain/registry/flows/domain/DomainApplicationCreateFlow.java index 0dd6cf3ed..bace02fd7 100644 --- a/java/com/google/domain/registry/flows/domain/DomainApplicationCreateFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainApplicationCreateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainApplicationDeleteFlow.java b/java/com/google/domain/registry/flows/domain/DomainApplicationDeleteFlow.java index b5ff59279..95cbb30e2 100644 --- a/java/com/google/domain/registry/flows/domain/DomainApplicationDeleteFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainApplicationDeleteFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainApplicationInfoFlow.java b/java/com/google/domain/registry/flows/domain/DomainApplicationInfoFlow.java index 7c066aee0..f24581073 100644 --- a/java/com/google/domain/registry/flows/domain/DomainApplicationInfoFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainApplicationInfoFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainApplicationUpdateFlow.java b/java/com/google/domain/registry/flows/domain/DomainApplicationUpdateFlow.java index d7b7b6fdb..9881daf19 100644 --- a/java/com/google/domain/registry/flows/domain/DomainApplicationUpdateFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainApplicationUpdateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainCheckFlow.java b/java/com/google/domain/registry/flows/domain/DomainCheckFlow.java index c6c0356bc..0742189f8 100644 --- a/java/com/google/domain/registry/flows/domain/DomainCheckFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainCheckFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainCreateFlow.java b/java/com/google/domain/registry/flows/domain/DomainCreateFlow.java index d17ddba7a..1038f01be 100644 --- a/java/com/google/domain/registry/flows/domain/DomainCreateFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainCreateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainCreateOrAllocateFlow.java b/java/com/google/domain/registry/flows/domain/DomainCreateOrAllocateFlow.java index 7f797e33a..32316aac6 100644 --- a/java/com/google/domain/registry/flows/domain/DomainCreateOrAllocateFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainCreateOrAllocateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainDeleteFlow.java b/java/com/google/domain/registry/flows/domain/DomainDeleteFlow.java index 2d1679aa5..242532580 100644 --- a/java/com/google/domain/registry/flows/domain/DomainDeleteFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainDeleteFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainFlowUtils.java b/java/com/google/domain/registry/flows/domain/DomainFlowUtils.java index 58ce91ddb..1ada43743 100644 --- a/java/com/google/domain/registry/flows/domain/DomainFlowUtils.java +++ b/java/com/google/domain/registry/flows/domain/DomainFlowUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainInfoFlow.java b/java/com/google/domain/registry/flows/domain/DomainInfoFlow.java index 191eba5da..da88fd8d2 100644 --- a/java/com/google/domain/registry/flows/domain/DomainInfoFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainInfoFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainRenewFlow.java b/java/com/google/domain/registry/flows/domain/DomainRenewFlow.java index d242ba296..9cec4f426 100644 --- a/java/com/google/domain/registry/flows/domain/DomainRenewFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainRenewFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainRestoreRequestFlow.java b/java/com/google/domain/registry/flows/domain/DomainRestoreRequestFlow.java index 319d86684..876e7486b 100644 --- a/java/com/google/domain/registry/flows/domain/DomainRestoreRequestFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainRestoreRequestFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainTransferApproveFlow.java b/java/com/google/domain/registry/flows/domain/DomainTransferApproveFlow.java index 4bf9d2997..5d1f265d9 100644 --- a/java/com/google/domain/registry/flows/domain/DomainTransferApproveFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainTransferApproveFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainTransferCancelFlow.java b/java/com/google/domain/registry/flows/domain/DomainTransferCancelFlow.java index 99f6249ff..16fa21438 100644 --- a/java/com/google/domain/registry/flows/domain/DomainTransferCancelFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainTransferCancelFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainTransferQueryFlow.java b/java/com/google/domain/registry/flows/domain/DomainTransferQueryFlow.java index 81a9e39d7..588660c47 100644 --- a/java/com/google/domain/registry/flows/domain/DomainTransferQueryFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainTransferQueryFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainTransferRejectFlow.java b/java/com/google/domain/registry/flows/domain/DomainTransferRejectFlow.java index 5b910f986..7f37fb83d 100644 --- a/java/com/google/domain/registry/flows/domain/DomainTransferRejectFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainTransferRejectFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainTransferRequestFlow.java b/java/com/google/domain/registry/flows/domain/DomainTransferRequestFlow.java index 632f2cc46..c5c362d7b 100644 --- a/java/com/google/domain/registry/flows/domain/DomainTransferRequestFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainTransferRequestFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/domain/DomainUpdateFlow.java b/java/com/google/domain/registry/flows/domain/DomainUpdateFlow.java index 27d963f17..8fd63be1e 100644 --- a/java/com/google/domain/registry/flows/domain/DomainUpdateFlow.java +++ b/java/com/google/domain/registry/flows/domain/DomainUpdateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/host/HostCheckFlow.java b/java/com/google/domain/registry/flows/host/HostCheckFlow.java index 19e6d312a..c16f353a0 100644 --- a/java/com/google/domain/registry/flows/host/HostCheckFlow.java +++ b/java/com/google/domain/registry/flows/host/HostCheckFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/host/HostCreateFlow.java b/java/com/google/domain/registry/flows/host/HostCreateFlow.java index 53c588470..c396320b6 100644 --- a/java/com/google/domain/registry/flows/host/HostCreateFlow.java +++ b/java/com/google/domain/registry/flows/host/HostCreateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/host/HostDeleteFlow.java b/java/com/google/domain/registry/flows/host/HostDeleteFlow.java index c60ea2f8d..b8b9d7919 100644 --- a/java/com/google/domain/registry/flows/host/HostDeleteFlow.java +++ b/java/com/google/domain/registry/flows/host/HostDeleteFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/host/HostFlowUtils.java b/java/com/google/domain/registry/flows/host/HostFlowUtils.java index 84c4d2d3d..aff7ac530 100644 --- a/java/com/google/domain/registry/flows/host/HostFlowUtils.java +++ b/java/com/google/domain/registry/flows/host/HostFlowUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/host/HostInfoFlow.java b/java/com/google/domain/registry/flows/host/HostInfoFlow.java index 93e9ed703..700011ed5 100644 --- a/java/com/google/domain/registry/flows/host/HostInfoFlow.java +++ b/java/com/google/domain/registry/flows/host/HostInfoFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/host/HostUpdateFlow.java b/java/com/google/domain/registry/flows/host/HostUpdateFlow.java index cc3eb3031..63edb57aa 100644 --- a/java/com/google/domain/registry/flows/host/HostUpdateFlow.java +++ b/java/com/google/domain/registry/flows/host/HostUpdateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/poll/PollAckFlow.java b/java/com/google/domain/registry/flows/poll/PollAckFlow.java index a0abcfad0..71fdd00b4 100644 --- a/java/com/google/domain/registry/flows/poll/PollAckFlow.java +++ b/java/com/google/domain/registry/flows/poll/PollAckFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/poll/PollFlow.java b/java/com/google/domain/registry/flows/poll/PollFlow.java index 4934cbb37..a04f6507e 100644 --- a/java/com/google/domain/registry/flows/poll/PollFlow.java +++ b/java/com/google/domain/registry/flows/poll/PollFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/poll/PollRequestFlow.java b/java/com/google/domain/registry/flows/poll/PollRequestFlow.java index 7b309ac55..eea1a2d3a 100644 --- a/java/com/google/domain/registry/flows/poll/PollRequestFlow.java +++ b/java/com/google/domain/registry/flows/poll/PollRequestFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/session/HelloFlow.java b/java/com/google/domain/registry/flows/session/HelloFlow.java index c4714ed9c..b2806d796 100644 --- a/java/com/google/domain/registry/flows/session/HelloFlow.java +++ b/java/com/google/domain/registry/flows/session/HelloFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/session/LoginFlow.java b/java/com/google/domain/registry/flows/session/LoginFlow.java index 675932667..fe4d5c9df 100644 --- a/java/com/google/domain/registry/flows/session/LoginFlow.java +++ b/java/com/google/domain/registry/flows/session/LoginFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/flows/session/LogoutFlow.java b/java/com/google/domain/registry/flows/session/LogoutFlow.java index 4d4a77ab2..5b29418cf 100644 --- a/java/com/google/domain/registry/flows/session/LogoutFlow.java +++ b/java/com/google/domain/registry/flows/session/LogoutFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/gcs/GcsServiceModule.java b/java/com/google/domain/registry/gcs/GcsServiceModule.java index 58128d06c..008da724f 100644 --- a/java/com/google/domain/registry/gcs/GcsServiceModule.java +++ b/java/com/google/domain/registry/gcs/GcsServiceModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/gcs/GcsUtils.java b/java/com/google/domain/registry/gcs/GcsUtils.java index a2c4d6d8b..a77f94052 100644 --- a/java/com/google/domain/registry/gcs/GcsUtils.java +++ b/java/com/google/domain/registry/gcs/GcsUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/groups/DirectoryGroupsConnection.java b/java/com/google/domain/registry/groups/DirectoryGroupsConnection.java index a0efe12b4..e229f0b18 100644 --- a/java/com/google/domain/registry/groups/DirectoryGroupsConnection.java +++ b/java/com/google/domain/registry/groups/DirectoryGroupsConnection.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/groups/DirectoryModule.java b/java/com/google/domain/registry/groups/DirectoryModule.java index 9b46d111e..cad3abe71 100644 --- a/java/com/google/domain/registry/groups/DirectoryModule.java +++ b/java/com/google/domain/registry/groups/DirectoryModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/groups/GroupsConnection.java b/java/com/google/domain/registry/groups/GroupsConnection.java index f81037350..9dc4a382e 100644 --- a/java/com/google/domain/registry/groups/GroupsConnection.java +++ b/java/com/google/domain/registry/groups/GroupsConnection.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/groups/GroupsModule.java b/java/com/google/domain/registry/groups/GroupsModule.java index afee86031..e41bc867f 100644 --- a/java/com/google/domain/registry/groups/GroupsModule.java +++ b/java/com/google/domain/registry/groups/GroupsModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/groups/GroupssettingsModule.java b/java/com/google/domain/registry/groups/GroupssettingsModule.java index 4ff5251ab..f24747ede 100644 --- a/java/com/google/domain/registry/groups/GroupssettingsModule.java +++ b/java/com/google/domain/registry/groups/GroupssettingsModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/keyring/api/KeyModule.java b/java/com/google/domain/registry/keyring/api/KeyModule.java index 59f6dd394..2621b3197 100644 --- a/java/com/google/domain/registry/keyring/api/KeyModule.java +++ b/java/com/google/domain/registry/keyring/api/KeyModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/keyring/api/Keyring.java b/java/com/google/domain/registry/keyring/api/Keyring.java index 55061f60e..1beb12e0b 100644 --- a/java/com/google/domain/registry/keyring/api/Keyring.java +++ b/java/com/google/domain/registry/keyring/api/Keyring.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/keyring/api/PgpHelper.java b/java/com/google/domain/registry/keyring/api/PgpHelper.java index 474424565..2753f9039 100644 --- a/java/com/google/domain/registry/keyring/api/PgpHelper.java +++ b/java/com/google/domain/registry/keyring/api/PgpHelper.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/keyring/api/VoidKeyring.java b/java/com/google/domain/registry/keyring/api/VoidKeyring.java index 9a8937e75..6097cbbff 100644 --- a/java/com/google/domain/registry/keyring/api/VoidKeyring.java +++ b/java/com/google/domain/registry/keyring/api/VoidKeyring.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/keyring/api/VoidKeyringModule.java b/java/com/google/domain/registry/keyring/api/VoidKeyringModule.java index 4de05dab1..32f317cc2 100644 --- a/java/com/google/domain/registry/keyring/api/VoidKeyringModule.java +++ b/java/com/google/domain/registry/keyring/api/VoidKeyringModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/keyring/api/package-info.java b/java/com/google/domain/registry/keyring/api/package-info.java index fdee1a182..912d4e3ab 100644 --- a/java/com/google/domain/registry/keyring/api/package-info.java +++ b/java/com/google/domain/registry/keyring/api/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/loadtest/LoadTask.java b/java/com/google/domain/registry/loadtest/LoadTask.java index b5df2df17..39e27987d 100644 --- a/java/com/google/domain/registry/loadtest/LoadTask.java +++ b/java/com/google/domain/registry/loadtest/LoadTask.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/loadtest/LoadTestAction.java b/java/com/google/domain/registry/loadtest/LoadTestAction.java index 7f6bf3efa..b34476cc8 100644 --- a/java/com/google/domain/registry/loadtest/LoadTestAction.java +++ b/java/com/google/domain/registry/loadtest/LoadTestAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/loadtest/LoadTestModule.java b/java/com/google/domain/registry/loadtest/LoadTestModule.java index b3214d172..a548372d4 100644 --- a/java/com/google/domain/registry/loadtest/LoadTestModule.java +++ b/java/com/google/domain/registry/loadtest/LoadTestModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/mapreduce/MapreduceAction.java b/java/com/google/domain/registry/mapreduce/MapreduceAction.java index e2dcda743..63f4f89fe 100644 --- a/java/com/google/domain/registry/mapreduce/MapreduceAction.java +++ b/java/com/google/domain/registry/mapreduce/MapreduceAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/mapreduce/MapreduceModule.java b/java/com/google/domain/registry/mapreduce/MapreduceModule.java index 5570e4534..3438e5d8e 100644 --- a/java/com/google/domain/registry/mapreduce/MapreduceModule.java +++ b/java/com/google/domain/registry/mapreduce/MapreduceModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/mapreduce/MapreduceRunner.java b/java/com/google/domain/registry/mapreduce/MapreduceRunner.java index 43d9c0f2e..f13f2f7ba 100644 --- a/java/com/google/domain/registry/mapreduce/MapreduceRunner.java +++ b/java/com/google/domain/registry/mapreduce/MapreduceRunner.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/mapreduce/inputs/ChunkingKeyInput.java b/java/com/google/domain/registry/mapreduce/inputs/ChunkingKeyInput.java index a6481463d..80960496f 100644 --- a/java/com/google/domain/registry/mapreduce/inputs/ChunkingKeyInput.java +++ b/java/com/google/domain/registry/mapreduce/inputs/ChunkingKeyInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/mapreduce/inputs/ConcatenatingInput.java b/java/com/google/domain/registry/mapreduce/inputs/ConcatenatingInput.java index 74ec6039d..122e2d8f7 100644 --- a/java/com/google/domain/registry/mapreduce/inputs/ConcatenatingInput.java +++ b/java/com/google/domain/registry/mapreduce/inputs/ConcatenatingInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/mapreduce/inputs/EppResourceBaseInput.java b/java/com/google/domain/registry/mapreduce/inputs/EppResourceBaseInput.java index b143469ca..f812a9c64 100644 --- a/java/com/google/domain/registry/mapreduce/inputs/EppResourceBaseInput.java +++ b/java/com/google/domain/registry/mapreduce/inputs/EppResourceBaseInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/mapreduce/inputs/EppResourceBaseReader.java b/java/com/google/domain/registry/mapreduce/inputs/EppResourceBaseReader.java index 415821b32..4e0305e56 100644 --- a/java/com/google/domain/registry/mapreduce/inputs/EppResourceBaseReader.java +++ b/java/com/google/domain/registry/mapreduce/inputs/EppResourceBaseReader.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/mapreduce/inputs/EppResourceEntityInput.java b/java/com/google/domain/registry/mapreduce/inputs/EppResourceEntityInput.java index 9441fb056..bbd920849 100644 --- a/java/com/google/domain/registry/mapreduce/inputs/EppResourceEntityInput.java +++ b/java/com/google/domain/registry/mapreduce/inputs/EppResourceEntityInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/mapreduce/inputs/EppResourceEntityReader.java b/java/com/google/domain/registry/mapreduce/inputs/EppResourceEntityReader.java index b3f8d9a67..1141e44e6 100644 --- a/java/com/google/domain/registry/mapreduce/inputs/EppResourceEntityReader.java +++ b/java/com/google/domain/registry/mapreduce/inputs/EppResourceEntityReader.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/mapreduce/inputs/EppResourceIndexInput.java b/java/com/google/domain/registry/mapreduce/inputs/EppResourceIndexInput.java index f0456e9bb..4bce07896 100644 --- a/java/com/google/domain/registry/mapreduce/inputs/EppResourceIndexInput.java +++ b/java/com/google/domain/registry/mapreduce/inputs/EppResourceIndexInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/mapreduce/inputs/EppResourceIndexReader.java b/java/com/google/domain/registry/mapreduce/inputs/EppResourceIndexReader.java index 6b96c5756..b3f9ad845 100644 --- a/java/com/google/domain/registry/mapreduce/inputs/EppResourceIndexReader.java +++ b/java/com/google/domain/registry/mapreduce/inputs/EppResourceIndexReader.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/mapreduce/inputs/EppResourceInputs.java b/java/com/google/domain/registry/mapreduce/inputs/EppResourceInputs.java index cc3efd99d..3058c0c47 100644 --- a/java/com/google/domain/registry/mapreduce/inputs/EppResourceInputs.java +++ b/java/com/google/domain/registry/mapreduce/inputs/EppResourceInputs.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/mapreduce/inputs/EppResourceKeyInput.java b/java/com/google/domain/registry/mapreduce/inputs/EppResourceKeyInput.java index eb0d95f7f..49cd93386 100644 --- a/java/com/google/domain/registry/mapreduce/inputs/EppResourceKeyInput.java +++ b/java/com/google/domain/registry/mapreduce/inputs/EppResourceKeyInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/mapreduce/inputs/EppResourceKeyReader.java b/java/com/google/domain/registry/mapreduce/inputs/EppResourceKeyReader.java index cd2a5042d..982c8a26c 100644 --- a/java/com/google/domain/registry/mapreduce/inputs/EppResourceKeyReader.java +++ b/java/com/google/domain/registry/mapreduce/inputs/EppResourceKeyReader.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/mapreduce/inputs/NullInput.java b/java/com/google/domain/registry/mapreduce/inputs/NullInput.java index eb0a017c0..da40a1525 100644 --- a/java/com/google/domain/registry/mapreduce/inputs/NullInput.java +++ b/java/com/google/domain/registry/mapreduce/inputs/NullInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/AbstractFieldExposer.java b/java/com/google/domain/registry/model/AbstractFieldExposer.java index 022d39aaf..3987b35f6 100644 --- a/java/com/google/domain/registry/model/AbstractFieldExposer.java +++ b/java/com/google/domain/registry/model/AbstractFieldExposer.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/BackupGroupRoot.java b/java/com/google/domain/registry/model/BackupGroupRoot.java index b96979436..db2528baa 100644 --- a/java/com/google/domain/registry/model/BackupGroupRoot.java +++ b/java/com/google/domain/registry/model/BackupGroupRoot.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/Buildable.java b/java/com/google/domain/registry/model/Buildable.java index 92963e2f4..7399e5680 100644 --- a/java/com/google/domain/registry/model/Buildable.java +++ b/java/com/google/domain/registry/model/Buildable.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/CreateAutoTimestamp.java b/java/com/google/domain/registry/model/CreateAutoTimestamp.java index 103102588..58f26c608 100644 --- a/java/com/google/domain/registry/model/CreateAutoTimestamp.java +++ b/java/com/google/domain/registry/model/CreateAutoTimestamp.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/EntityClasses.java b/java/com/google/domain/registry/model/EntityClasses.java index 6d451e1dc..c5c40b643 100644 --- a/java/com/google/domain/registry/model/EntityClasses.java +++ b/java/com/google/domain/registry/model/EntityClasses.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/EppResource.java b/java/com/google/domain/registry/model/EppResource.java index 79580dc4c..f8d82553e 100644 --- a/java/com/google/domain/registry/model/EppResource.java +++ b/java/com/google/domain/registry/model/EppResource.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/EppResourceUtils.java b/java/com/google/domain/registry/model/EppResourceUtils.java index a0d990aa6..83204314e 100644 --- a/java/com/google/domain/registry/model/EppResourceUtils.java +++ b/java/com/google/domain/registry/model/EppResourceUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/ImmutableObject.java b/java/com/google/domain/registry/model/ImmutableObject.java index bb998cc5b..9f0f27e6c 100644 --- a/java/com/google/domain/registry/model/ImmutableObject.java +++ b/java/com/google/domain/registry/model/ImmutableObject.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/JsonMapBuilder.java b/java/com/google/domain/registry/model/JsonMapBuilder.java index 38c435d6f..377a615c1 100644 --- a/java/com/google/domain/registry/model/JsonMapBuilder.java +++ b/java/com/google/domain/registry/model/JsonMapBuilder.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/Jsonifiable.java b/java/com/google/domain/registry/model/Jsonifiable.java index 22a9e5aa9..9b1e7587c 100644 --- a/java/com/google/domain/registry/model/Jsonifiable.java +++ b/java/com/google/domain/registry/model/Jsonifiable.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/ModelUtils.java b/java/com/google/domain/registry/model/ModelUtils.java index 3f42834bc..d24a50446 100644 --- a/java/com/google/domain/registry/model/ModelUtils.java +++ b/java/com/google/domain/registry/model/ModelUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/RoidSuffixes.java b/java/com/google/domain/registry/model/RoidSuffixes.java index 6801df461..b98b36996 100644 --- a/java/com/google/domain/registry/model/RoidSuffixes.java +++ b/java/com/google/domain/registry/model/RoidSuffixes.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/SchemaVersion.java b/java/com/google/domain/registry/model/SchemaVersion.java index ab081bc5a..ea75d5483 100644 --- a/java/com/google/domain/registry/model/SchemaVersion.java +++ b/java/com/google/domain/registry/model/SchemaVersion.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/UpdateAutoTimestamp.java b/java/com/google/domain/registry/model/UpdateAutoTimestamp.java index f4e899937..f530cc993 100644 --- a/java/com/google/domain/registry/model/UpdateAutoTimestamp.java +++ b/java/com/google/domain/registry/model/UpdateAutoTimestamp.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/annotations/ExternalMessagingName.java b/java/com/google/domain/registry/model/annotations/ExternalMessagingName.java index 8ad03e800..93b0ea884 100644 --- a/java/com/google/domain/registry/model/annotations/ExternalMessagingName.java +++ b/java/com/google/domain/registry/model/annotations/ExternalMessagingName.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/annotations/NotBackedUp.java b/java/com/google/domain/registry/model/annotations/NotBackedUp.java index 50d460665..038593a75 100644 --- a/java/com/google/domain/registry/model/annotations/NotBackedUp.java +++ b/java/com/google/domain/registry/model/annotations/NotBackedUp.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/annotations/VirtualEntity.java b/java/com/google/domain/registry/model/annotations/VirtualEntity.java index 651690ac1..c5d9950c1 100644 --- a/java/com/google/domain/registry/model/annotations/VirtualEntity.java +++ b/java/com/google/domain/registry/model/annotations/VirtualEntity.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/billing/BillingEvent.java b/java/com/google/domain/registry/model/billing/BillingEvent.java index 163be565e..39162ac24 100644 --- a/java/com/google/domain/registry/model/billing/BillingEvent.java +++ b/java/com/google/domain/registry/model/billing/BillingEvent.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/billing/RegistrarBillingEntry.java b/java/com/google/domain/registry/model/billing/RegistrarBillingEntry.java index 7f888bcde..45053c28b 100644 --- a/java/com/google/domain/registry/model/billing/RegistrarBillingEntry.java +++ b/java/com/google/domain/registry/model/billing/RegistrarBillingEntry.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/billing/RegistrarBillingUtils.java b/java/com/google/domain/registry/model/billing/RegistrarBillingUtils.java index 57b9de6e0..a26024897 100644 --- a/java/com/google/domain/registry/model/billing/RegistrarBillingUtils.java +++ b/java/com/google/domain/registry/model/billing/RegistrarBillingUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/billing/RegistrarCredit.java b/java/com/google/domain/registry/model/billing/RegistrarCredit.java index ef4835f15..bec3377aa 100644 --- a/java/com/google/domain/registry/model/billing/RegistrarCredit.java +++ b/java/com/google/domain/registry/model/billing/RegistrarCredit.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/billing/RegistrarCreditBalance.java b/java/com/google/domain/registry/model/billing/RegistrarCreditBalance.java index 7c219bb4c..e196b8004 100644 --- a/java/com/google/domain/registry/model/billing/RegistrarCreditBalance.java +++ b/java/com/google/domain/registry/model/billing/RegistrarCreditBalance.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/common/CrossTldSingleton.java b/java/com/google/domain/registry/model/common/CrossTldSingleton.java index a46595cde..b68a282e5 100644 --- a/java/com/google/domain/registry/model/common/CrossTldSingleton.java +++ b/java/com/google/domain/registry/model/common/CrossTldSingleton.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/common/EntityGroupRoot.java b/java/com/google/domain/registry/model/common/EntityGroupRoot.java index f98c29d49..7473a7761 100644 --- a/java/com/google/domain/registry/model/common/EntityGroupRoot.java +++ b/java/com/google/domain/registry/model/common/EntityGroupRoot.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/common/GaeUserIdConverter.java b/java/com/google/domain/registry/model/common/GaeUserIdConverter.java index d74a1b233..ba07f81f7 100644 --- a/java/com/google/domain/registry/model/common/GaeUserIdConverter.java +++ b/java/com/google/domain/registry/model/common/GaeUserIdConverter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/common/PersistedRangeLong.java b/java/com/google/domain/registry/model/common/PersistedRangeLong.java index 92a09eb02..e588034c7 100644 --- a/java/com/google/domain/registry/model/common/PersistedRangeLong.java +++ b/java/com/google/domain/registry/model/common/PersistedRangeLong.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/common/TimeOfYear.java b/java/com/google/domain/registry/model/common/TimeOfYear.java index e7f5ed978..0772a1bd7 100644 --- a/java/com/google/domain/registry/model/common/TimeOfYear.java +++ b/java/com/google/domain/registry/model/common/TimeOfYear.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/common/TimedTransitionProperty.java b/java/com/google/domain/registry/model/common/TimedTransitionProperty.java index 3021acf38..928b0d36a 100644 --- a/java/com/google/domain/registry/model/common/TimedTransitionProperty.java +++ b/java/com/google/domain/registry/model/common/TimedTransitionProperty.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/contact/ContactAddress.java b/java/com/google/domain/registry/model/contact/ContactAddress.java index 6543b1818..bb745a9d0 100644 --- a/java/com/google/domain/registry/model/contact/ContactAddress.java +++ b/java/com/google/domain/registry/model/contact/ContactAddress.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/contact/ContactAuthInfo.java b/java/com/google/domain/registry/model/contact/ContactAuthInfo.java index 436426125..43015abbf 100644 --- a/java/com/google/domain/registry/model/contact/ContactAuthInfo.java +++ b/java/com/google/domain/registry/model/contact/ContactAuthInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/contact/ContactCommand.java b/java/com/google/domain/registry/model/contact/ContactCommand.java index 7080574cd..bcbe4c986 100644 --- a/java/com/google/domain/registry/model/contact/ContactCommand.java +++ b/java/com/google/domain/registry/model/contact/ContactCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/contact/ContactPhoneNumber.java b/java/com/google/domain/registry/model/contact/ContactPhoneNumber.java index 61f852dda..0b0a634f0 100644 --- a/java/com/google/domain/registry/model/contact/ContactPhoneNumber.java +++ b/java/com/google/domain/registry/model/contact/ContactPhoneNumber.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/contact/ContactResource.java b/java/com/google/domain/registry/model/contact/ContactResource.java index 830af2a0d..fb02bc02c 100644 --- a/java/com/google/domain/registry/model/contact/ContactResource.java +++ b/java/com/google/domain/registry/model/contact/ContactResource.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/contact/Disclose.java b/java/com/google/domain/registry/model/contact/Disclose.java index 80f8ffcbb..a742a6955 100644 --- a/java/com/google/domain/registry/model/contact/Disclose.java +++ b/java/com/google/domain/registry/model/contact/Disclose.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/contact/PostalInfo.java b/java/com/google/domain/registry/model/contact/PostalInfo.java index 621902e26..f998cb57d 100644 --- a/java/com/google/domain/registry/model/contact/PostalInfo.java +++ b/java/com/google/domain/registry/model/contact/PostalInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/contact/package-info.java b/java/com/google/domain/registry/model/contact/package-info.java index cc5fa05f5..03fcba07b 100644 --- a/java/com/google/domain/registry/model/contact/package-info.java +++ b/java/com/google/domain/registry/model/contact/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/DesignatedContact.java b/java/com/google/domain/registry/model/domain/DesignatedContact.java index cf829edeb..9e42b85ca 100644 --- a/java/com/google/domain/registry/model/domain/DesignatedContact.java +++ b/java/com/google/domain/registry/model/domain/DesignatedContact.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/DomainApplication.java b/java/com/google/domain/registry/model/domain/DomainApplication.java index 03a58d2a1..890ab48e6 100644 --- a/java/com/google/domain/registry/model/domain/DomainApplication.java +++ b/java/com/google/domain/registry/model/domain/DomainApplication.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/DomainAuthInfo.java b/java/com/google/domain/registry/model/domain/DomainAuthInfo.java index 197f4e70e..963c09f9d 100644 --- a/java/com/google/domain/registry/model/domain/DomainAuthInfo.java +++ b/java/com/google/domain/registry/model/domain/DomainAuthInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/DomainBase.java b/java/com/google/domain/registry/model/domain/DomainBase.java index 65e9d9c85..2afa2f9e1 100644 --- a/java/com/google/domain/registry/model/domain/DomainBase.java +++ b/java/com/google/domain/registry/model/domain/DomainBase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/DomainCommand.java b/java/com/google/domain/registry/model/domain/DomainCommand.java index d3f47fbe4..8f6741997 100644 --- a/java/com/google/domain/registry/model/domain/DomainCommand.java +++ b/java/com/google/domain/registry/model/domain/DomainCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/DomainRenewData.java b/java/com/google/domain/registry/model/domain/DomainRenewData.java index ef9a34ea1..ec168cc56 100644 --- a/java/com/google/domain/registry/model/domain/DomainRenewData.java +++ b/java/com/google/domain/registry/model/domain/DomainRenewData.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/DomainResource.java b/java/com/google/domain/registry/model/domain/DomainResource.java index eea1f370d..a574195c8 100644 --- a/java/com/google/domain/registry/model/domain/DomainResource.java +++ b/java/com/google/domain/registry/model/domain/DomainResource.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/DomainUtils.java b/java/com/google/domain/registry/model/domain/DomainUtils.java index ca135306b..d9220fce6 100644 --- a/java/com/google/domain/registry/model/domain/DomainUtils.java +++ b/java/com/google/domain/registry/model/domain/DomainUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/GracePeriod.java b/java/com/google/domain/registry/model/domain/GracePeriod.java index 98a4360bb..f351f8110 100644 --- a/java/com/google/domain/registry/model/domain/GracePeriod.java +++ b/java/com/google/domain/registry/model/domain/GracePeriod.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/Period.java b/java/com/google/domain/registry/model/domain/Period.java index 32a5c25c9..47eb7353a 100644 --- a/java/com/google/domain/registry/model/domain/Period.java +++ b/java/com/google/domain/registry/model/domain/Period.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/ReferenceUnion.java b/java/com/google/domain/registry/model/domain/ReferenceUnion.java index 72095daf7..ccff2acf9 100644 --- a/java/com/google/domain/registry/model/domain/ReferenceUnion.java +++ b/java/com/google/domain/registry/model/domain/ReferenceUnion.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/allocate/AllocateCreateExtension.java b/java/com/google/domain/registry/model/domain/allocate/AllocateCreateExtension.java index 8ebddede5..eec7b2f09 100644 --- a/java/com/google/domain/registry/model/domain/allocate/AllocateCreateExtension.java +++ b/java/com/google/domain/registry/model/domain/allocate/AllocateCreateExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/allocate/package-info.java b/java/com/google/domain/registry/model/domain/allocate/package-info.java index c8c076736..4306a8f9b 100644 --- a/java/com/google/domain/registry/model/domain/allocate/package-info.java +++ b/java/com/google/domain/registry/model/domain/allocate/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/BaseFee.java b/java/com/google/domain/registry/model/domain/fee/BaseFee.java index e4a628d09..af2b81b5f 100644 --- a/java/com/google/domain/registry/model/domain/fee/BaseFee.java +++ b/java/com/google/domain/registry/model/domain/fee/BaseFee.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/BaseFeeCommand.java b/java/com/google/domain/registry/model/domain/fee/BaseFeeCommand.java index 4a26225f2..ea65983f2 100644 --- a/java/com/google/domain/registry/model/domain/fee/BaseFeeCommand.java +++ b/java/com/google/domain/registry/model/domain/fee/BaseFeeCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/BaseFeeCommandResponse.java b/java/com/google/domain/registry/model/domain/fee/BaseFeeCommandResponse.java index 083884b93..459f28cd9 100644 --- a/java/com/google/domain/registry/model/domain/fee/BaseFeeCommandResponse.java +++ b/java/com/google/domain/registry/model/domain/fee/BaseFeeCommandResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/BaseFeeRequest.java b/java/com/google/domain/registry/model/domain/fee/BaseFeeRequest.java index 728ba67f8..50a5e2eeb 100644 --- a/java/com/google/domain/registry/model/domain/fee/BaseFeeRequest.java +++ b/java/com/google/domain/registry/model/domain/fee/BaseFeeRequest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/BaseFeeResponse.java b/java/com/google/domain/registry/model/domain/fee/BaseFeeResponse.java index 6ae005ffe..81c10d65e 100644 --- a/java/com/google/domain/registry/model/domain/fee/BaseFeeResponse.java +++ b/java/com/google/domain/registry/model/domain/fee/BaseFeeResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/Credit.java b/java/com/google/domain/registry/model/domain/fee/Credit.java index 7f895642d..d313c2ebd 100644 --- a/java/com/google/domain/registry/model/domain/fee/Credit.java +++ b/java/com/google/domain/registry/model/domain/fee/Credit.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/Fee.java b/java/com/google/domain/registry/model/domain/fee/Fee.java index acc63d329..47f2fca96 100644 --- a/java/com/google/domain/registry/model/domain/fee/Fee.java +++ b/java/com/google/domain/registry/model/domain/fee/Fee.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/FeeCheckExtension.java b/java/com/google/domain/registry/model/domain/fee/FeeCheckExtension.java index 300aed02b..1ac19f559 100644 --- a/java/com/google/domain/registry/model/domain/fee/FeeCheckExtension.java +++ b/java/com/google/domain/registry/model/domain/fee/FeeCheckExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/FeeCheckResponseExtension.java b/java/com/google/domain/registry/model/domain/fee/FeeCheckResponseExtension.java index fa04aadc5..9cf19edd4 100644 --- a/java/com/google/domain/registry/model/domain/fee/FeeCheckResponseExtension.java +++ b/java/com/google/domain/registry/model/domain/fee/FeeCheckResponseExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/FeeCommandDescriptor.java b/java/com/google/domain/registry/model/domain/fee/FeeCommandDescriptor.java index 1102559f7..0849b0b24 100644 --- a/java/com/google/domain/registry/model/domain/fee/FeeCommandDescriptor.java +++ b/java/com/google/domain/registry/model/domain/fee/FeeCommandDescriptor.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/FeeCreateExtension.java b/java/com/google/domain/registry/model/domain/fee/FeeCreateExtension.java index be116ae82..ececbee51 100644 --- a/java/com/google/domain/registry/model/domain/fee/FeeCreateExtension.java +++ b/java/com/google/domain/registry/model/domain/fee/FeeCreateExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/FeeCreateResponseExtension.java b/java/com/google/domain/registry/model/domain/fee/FeeCreateResponseExtension.java index ca41bb685..b67f3a746 100644 --- a/java/com/google/domain/registry/model/domain/fee/FeeCreateResponseExtension.java +++ b/java/com/google/domain/registry/model/domain/fee/FeeCreateResponseExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/FeeDeleteResponseExtension.java b/java/com/google/domain/registry/model/domain/fee/FeeDeleteResponseExtension.java index 840973b02..e8e9d5afd 100644 --- a/java/com/google/domain/registry/model/domain/fee/FeeDeleteResponseExtension.java +++ b/java/com/google/domain/registry/model/domain/fee/FeeDeleteResponseExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/FeeInfoExtension.java b/java/com/google/domain/registry/model/domain/fee/FeeInfoExtension.java index a9fa74976..eea44ba40 100644 --- a/java/com/google/domain/registry/model/domain/fee/FeeInfoExtension.java +++ b/java/com/google/domain/registry/model/domain/fee/FeeInfoExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/FeeInfoResponseExtension.java b/java/com/google/domain/registry/model/domain/fee/FeeInfoResponseExtension.java index 72a1b6a29..5c464275b 100644 --- a/java/com/google/domain/registry/model/domain/fee/FeeInfoResponseExtension.java +++ b/java/com/google/domain/registry/model/domain/fee/FeeInfoResponseExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/FeeRenewExtension.java b/java/com/google/domain/registry/model/domain/fee/FeeRenewExtension.java index 7cbe5284a..8a6dafee5 100644 --- a/java/com/google/domain/registry/model/domain/fee/FeeRenewExtension.java +++ b/java/com/google/domain/registry/model/domain/fee/FeeRenewExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/FeeRenewResponseExtension.java b/java/com/google/domain/registry/model/domain/fee/FeeRenewResponseExtension.java index b935d8b41..475aa7004 100644 --- a/java/com/google/domain/registry/model/domain/fee/FeeRenewResponseExtension.java +++ b/java/com/google/domain/registry/model/domain/fee/FeeRenewResponseExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/FeeTransferExtension.java b/java/com/google/domain/registry/model/domain/fee/FeeTransferExtension.java index dadad9a41..f7b333bd3 100644 --- a/java/com/google/domain/registry/model/domain/fee/FeeTransferExtension.java +++ b/java/com/google/domain/registry/model/domain/fee/FeeTransferExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/FeeTransferResponseExtension.java b/java/com/google/domain/registry/model/domain/fee/FeeTransferResponseExtension.java index 9e8aaf0fd..e6891aa93 100644 --- a/java/com/google/domain/registry/model/domain/fee/FeeTransferResponseExtension.java +++ b/java/com/google/domain/registry/model/domain/fee/FeeTransferResponseExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/FeeUpdateExtension.java b/java/com/google/domain/registry/model/domain/fee/FeeUpdateExtension.java index d3de617ca..2471acf8d 100644 --- a/java/com/google/domain/registry/model/domain/fee/FeeUpdateExtension.java +++ b/java/com/google/domain/registry/model/domain/fee/FeeUpdateExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/FeeUpdateResponseExtension.java b/java/com/google/domain/registry/model/domain/fee/FeeUpdateResponseExtension.java index 47381c8f0..b7f7fc899 100644 --- a/java/com/google/domain/registry/model/domain/fee/FeeUpdateResponseExtension.java +++ b/java/com/google/domain/registry/model/domain/fee/FeeUpdateResponseExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/fee/package-info.java b/java/com/google/domain/registry/model/domain/fee/package-info.java index 52c416d77..f8384b501 100644 --- a/java/com/google/domain/registry/model/domain/fee/package-info.java +++ b/java/com/google/domain/registry/model/domain/fee/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/launch/ApplicationIdTargetExtension.java b/java/com/google/domain/registry/model/domain/launch/ApplicationIdTargetExtension.java index 1ff25bc06..6b869e0fe 100644 --- a/java/com/google/domain/registry/model/domain/launch/ApplicationIdTargetExtension.java +++ b/java/com/google/domain/registry/model/domain/launch/ApplicationIdTargetExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/launch/ApplicationStatus.java b/java/com/google/domain/registry/model/domain/launch/ApplicationStatus.java index 7c667b837..0613250fe 100644 --- a/java/com/google/domain/registry/model/domain/launch/ApplicationStatus.java +++ b/java/com/google/domain/registry/model/domain/launch/ApplicationStatus.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/launch/LaunchCheckExtension.java b/java/com/google/domain/registry/model/domain/launch/LaunchCheckExtension.java index 1d13ebe3f..eea49dcc1 100644 --- a/java/com/google/domain/registry/model/domain/launch/LaunchCheckExtension.java +++ b/java/com/google/domain/registry/model/domain/launch/LaunchCheckExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/launch/LaunchCheckResponseExtension.java b/java/com/google/domain/registry/model/domain/launch/LaunchCheckResponseExtension.java index 4f3808578..eb7b67ad9 100644 --- a/java/com/google/domain/registry/model/domain/launch/LaunchCheckResponseExtension.java +++ b/java/com/google/domain/registry/model/domain/launch/LaunchCheckResponseExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/launch/LaunchCreateExtension.java b/java/com/google/domain/registry/model/domain/launch/LaunchCreateExtension.java index ddd03f592..61b0ff396 100644 --- a/java/com/google/domain/registry/model/domain/launch/LaunchCreateExtension.java +++ b/java/com/google/domain/registry/model/domain/launch/LaunchCreateExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/launch/LaunchCreateResponseExtension.java b/java/com/google/domain/registry/model/domain/launch/LaunchCreateResponseExtension.java index 5aed39be2..6f7b1deac 100644 --- a/java/com/google/domain/registry/model/domain/launch/LaunchCreateResponseExtension.java +++ b/java/com/google/domain/registry/model/domain/launch/LaunchCreateResponseExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/launch/LaunchDeleteExtension.java b/java/com/google/domain/registry/model/domain/launch/LaunchDeleteExtension.java index f33644306..1457f0c5f 100644 --- a/java/com/google/domain/registry/model/domain/launch/LaunchDeleteExtension.java +++ b/java/com/google/domain/registry/model/domain/launch/LaunchDeleteExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/launch/LaunchExtension.java b/java/com/google/domain/registry/model/domain/launch/LaunchExtension.java index 12c5f6e28..d1d8910fc 100644 --- a/java/com/google/domain/registry/model/domain/launch/LaunchExtension.java +++ b/java/com/google/domain/registry/model/domain/launch/LaunchExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/launch/LaunchInfoExtension.java b/java/com/google/domain/registry/model/domain/launch/LaunchInfoExtension.java index ea12c685a..be4c66ba1 100644 --- a/java/com/google/domain/registry/model/domain/launch/LaunchInfoExtension.java +++ b/java/com/google/domain/registry/model/domain/launch/LaunchInfoExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/launch/LaunchInfoResponseExtension.java b/java/com/google/domain/registry/model/domain/launch/LaunchInfoResponseExtension.java index f7fb9b22f..b6993563e 100644 --- a/java/com/google/domain/registry/model/domain/launch/LaunchInfoResponseExtension.java +++ b/java/com/google/domain/registry/model/domain/launch/LaunchInfoResponseExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/launch/LaunchNotice.java b/java/com/google/domain/registry/model/domain/launch/LaunchNotice.java index 8a6166230..a6f5c7a11 100644 --- a/java/com/google/domain/registry/model/domain/launch/LaunchNotice.java +++ b/java/com/google/domain/registry/model/domain/launch/LaunchNotice.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/launch/LaunchPhase.java b/java/com/google/domain/registry/model/domain/launch/LaunchPhase.java index 2713978a5..e5051905e 100644 --- a/java/com/google/domain/registry/model/domain/launch/LaunchPhase.java +++ b/java/com/google/domain/registry/model/domain/launch/LaunchPhase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/launch/LaunchUpdateExtension.java b/java/com/google/domain/registry/model/domain/launch/LaunchUpdateExtension.java index 21f097b42..9309a13cc 100644 --- a/java/com/google/domain/registry/model/domain/launch/LaunchUpdateExtension.java +++ b/java/com/google/domain/registry/model/domain/launch/LaunchUpdateExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/launch/package-info.java b/java/com/google/domain/registry/model/domain/launch/package-info.java index d48693e58..4bef78c24 100644 --- a/java/com/google/domain/registry/model/domain/launch/package-info.java +++ b/java/com/google/domain/registry/model/domain/launch/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/metadata/MetadataExtension.java b/java/com/google/domain/registry/model/domain/metadata/MetadataExtension.java index 6b10a99b9..1c4fbb76a 100644 --- a/java/com/google/domain/registry/model/domain/metadata/MetadataExtension.java +++ b/java/com/google/domain/registry/model/domain/metadata/MetadataExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/metadata/package-info.java b/java/com/google/domain/registry/model/domain/metadata/package-info.java index a3dccba55..98785e37d 100644 --- a/java/com/google/domain/registry/model/domain/metadata/package-info.java +++ b/java/com/google/domain/registry/model/domain/metadata/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/package-info.java b/java/com/google/domain/registry/model/domain/package-info.java index 17d209f6a..4e3a32ae9 100644 --- a/java/com/google/domain/registry/model/domain/package-info.java +++ b/java/com/google/domain/registry/model/domain/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/rgp/GracePeriodStatus.java b/java/com/google/domain/registry/model/domain/rgp/GracePeriodStatus.java index 67ce2c8bc..4377226ec 100644 --- a/java/com/google/domain/registry/model/domain/rgp/GracePeriodStatus.java +++ b/java/com/google/domain/registry/model/domain/rgp/GracePeriodStatus.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/rgp/RestoreCommand.java b/java/com/google/domain/registry/model/domain/rgp/RestoreCommand.java index 55651f7d4..e8fc8a2bd 100644 --- a/java/com/google/domain/registry/model/domain/rgp/RestoreCommand.java +++ b/java/com/google/domain/registry/model/domain/rgp/RestoreCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/rgp/RgpInfoExtension.java b/java/com/google/domain/registry/model/domain/rgp/RgpInfoExtension.java index 5a71d9398..d063f433a 100644 --- a/java/com/google/domain/registry/model/domain/rgp/RgpInfoExtension.java +++ b/java/com/google/domain/registry/model/domain/rgp/RgpInfoExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/rgp/RgpUpdateExtension.java b/java/com/google/domain/registry/model/domain/rgp/RgpUpdateExtension.java index 59450eb5e..9bd99073e 100644 --- a/java/com/google/domain/registry/model/domain/rgp/RgpUpdateExtension.java +++ b/java/com/google/domain/registry/model/domain/rgp/RgpUpdateExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/rgp/package-info.java b/java/com/google/domain/registry/model/domain/rgp/package-info.java index 193afb8a3..a5a7ecd20 100644 --- a/java/com/google/domain/registry/model/domain/rgp/package-info.java +++ b/java/com/google/domain/registry/model/domain/rgp/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/secdns/DelegationSignerData.java b/java/com/google/domain/registry/model/domain/secdns/DelegationSignerData.java index ab6ae22c2..56e221330 100644 --- a/java/com/google/domain/registry/model/domain/secdns/DelegationSignerData.java +++ b/java/com/google/domain/registry/model/domain/secdns/DelegationSignerData.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/secdns/SecDnsCreateExtension.java b/java/com/google/domain/registry/model/domain/secdns/SecDnsCreateExtension.java index e20b1137f..03b7b6aaf 100644 --- a/java/com/google/domain/registry/model/domain/secdns/SecDnsCreateExtension.java +++ b/java/com/google/domain/registry/model/domain/secdns/SecDnsCreateExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/secdns/SecDnsInfoExtension.java b/java/com/google/domain/registry/model/domain/secdns/SecDnsInfoExtension.java index feea72b78..4b0386014 100644 --- a/java/com/google/domain/registry/model/domain/secdns/SecDnsInfoExtension.java +++ b/java/com/google/domain/registry/model/domain/secdns/SecDnsInfoExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/secdns/SecDnsUpdateExtension.java b/java/com/google/domain/registry/model/domain/secdns/SecDnsUpdateExtension.java index 22a88faad..6d65f5cbf 100644 --- a/java/com/google/domain/registry/model/domain/secdns/SecDnsUpdateExtension.java +++ b/java/com/google/domain/registry/model/domain/secdns/SecDnsUpdateExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/domain/secdns/package-info.java b/java/com/google/domain/registry/model/domain/secdns/package-info.java index 02dae4c73..bfff96a06 100644 --- a/java/com/google/domain/registry/model/domain/secdns/package-info.java +++ b/java/com/google/domain/registry/model/domain/secdns/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppcommon/Address.java b/java/com/google/domain/registry/model/eppcommon/Address.java index d0ccd2464..8794db589 100644 --- a/java/com/google/domain/registry/model/eppcommon/Address.java +++ b/java/com/google/domain/registry/model/eppcommon/Address.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppcommon/AuthInfo.java b/java/com/google/domain/registry/model/eppcommon/AuthInfo.java index 310ff94e8..60f660884 100644 --- a/java/com/google/domain/registry/model/eppcommon/AuthInfo.java +++ b/java/com/google/domain/registry/model/eppcommon/AuthInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppcommon/PhoneNumber.java b/java/com/google/domain/registry/model/eppcommon/PhoneNumber.java index c0ba9e2d9..9f21b1038 100644 --- a/java/com/google/domain/registry/model/eppcommon/PhoneNumber.java +++ b/java/com/google/domain/registry/model/eppcommon/PhoneNumber.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppcommon/PresenceMarker.java b/java/com/google/domain/registry/model/eppcommon/PresenceMarker.java index 9dc3fd5ef..478204c4c 100644 --- a/java/com/google/domain/registry/model/eppcommon/PresenceMarker.java +++ b/java/com/google/domain/registry/model/eppcommon/PresenceMarker.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppcommon/ProtocolDefinition.java b/java/com/google/domain/registry/model/eppcommon/ProtocolDefinition.java index 56ad31406..348305b94 100644 --- a/java/com/google/domain/registry/model/eppcommon/ProtocolDefinition.java +++ b/java/com/google/domain/registry/model/eppcommon/ProtocolDefinition.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppcommon/StatusValue.java b/java/com/google/domain/registry/model/eppcommon/StatusValue.java index 24ddc7a14..70baef524 100644 --- a/java/com/google/domain/registry/model/eppcommon/StatusValue.java +++ b/java/com/google/domain/registry/model/eppcommon/StatusValue.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppcommon/Trid.java b/java/com/google/domain/registry/model/eppcommon/Trid.java index fbe3d35d7..20309e98b 100644 --- a/java/com/google/domain/registry/model/eppcommon/Trid.java +++ b/java/com/google/domain/registry/model/eppcommon/Trid.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppcommon/package-info.java b/java/com/google/domain/registry/model/eppcommon/package-info.java index 10b1134b4..3b53bb617 100644 --- a/java/com/google/domain/registry/model/eppcommon/package-info.java +++ b/java/com/google/domain/registry/model/eppcommon/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppinput/EppInput.java b/java/com/google/domain/registry/model/eppinput/EppInput.java index 137ba974b..427cdd675 100644 --- a/java/com/google/domain/registry/model/eppinput/EppInput.java +++ b/java/com/google/domain/registry/model/eppinput/EppInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppinput/ResourceCommand.java b/java/com/google/domain/registry/model/eppinput/ResourceCommand.java index 0703c451d..8dfb35c43 100644 --- a/java/com/google/domain/registry/model/eppinput/ResourceCommand.java +++ b/java/com/google/domain/registry/model/eppinput/ResourceCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppinput/package-info.java b/java/com/google/domain/registry/model/eppinput/package-info.java index e43206bf6..f68e4615e 100644 --- a/java/com/google/domain/registry/model/eppinput/package-info.java +++ b/java/com/google/domain/registry/model/eppinput/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppoutput/CheckData.java b/java/com/google/domain/registry/model/eppoutput/CheckData.java index c3bbbc2b5..86d77af23 100644 --- a/java/com/google/domain/registry/model/eppoutput/CheckData.java +++ b/java/com/google/domain/registry/model/eppoutput/CheckData.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppoutput/CreateData.java b/java/com/google/domain/registry/model/eppoutput/CreateData.java index 4132908fd..a6334d2b6 100644 --- a/java/com/google/domain/registry/model/eppoutput/CreateData.java +++ b/java/com/google/domain/registry/model/eppoutput/CreateData.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppoutput/EppOutput.java b/java/com/google/domain/registry/model/eppoutput/EppOutput.java index 92e970043..ee80b8958 100644 --- a/java/com/google/domain/registry/model/eppoutput/EppOutput.java +++ b/java/com/google/domain/registry/model/eppoutput/EppOutput.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppoutput/Greeting.java b/java/com/google/domain/registry/model/eppoutput/Greeting.java index 6f6a41388..0316a97ac 100644 --- a/java/com/google/domain/registry/model/eppoutput/Greeting.java +++ b/java/com/google/domain/registry/model/eppoutput/Greeting.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppoutput/Response.java b/java/com/google/domain/registry/model/eppoutput/Response.java index ec06a2af6..24234ddb4 100644 --- a/java/com/google/domain/registry/model/eppoutput/Response.java +++ b/java/com/google/domain/registry/model/eppoutput/Response.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppoutput/Result.java b/java/com/google/domain/registry/model/eppoutput/Result.java index 6351e5175..38d116207 100644 --- a/java/com/google/domain/registry/model/eppoutput/Result.java +++ b/java/com/google/domain/registry/model/eppoutput/Result.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/eppoutput/package-info.java b/java/com/google/domain/registry/model/eppoutput/package-info.java index 80a2b3ccf..1a2bbcb5b 100644 --- a/java/com/google/domain/registry/model/eppoutput/package-info.java +++ b/java/com/google/domain/registry/model/eppoutput/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/export/LogsExportCursor.java b/java/com/google/domain/registry/model/export/LogsExportCursor.java index 5d387f51d..0f9098eec 100644 --- a/java/com/google/domain/registry/model/export/LogsExportCursor.java +++ b/java/com/google/domain/registry/model/export/LogsExportCursor.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/generate_field_exposer.sh b/java/com/google/domain/registry/model/generate_field_exposer.sh index e9e0d45f5..dadad8134 100755 --- a/java/com/google/domain/registry/model/generate_field_exposer.sh +++ b/java/com/google/domain/registry/model/generate_field_exposer.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 The Domain Registry Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/generate_field_exposer_registry.sh b/java/com/google/domain/registry/model/generate_field_exposer_registry.sh index dca5f9779..a3947dcbd 100755 --- a/java/com/google/domain/registry/model/generate_field_exposer_registry.sh +++ b/java/com/google/domain/registry/model/generate_field_exposer_registry.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 The Domain Registry Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/host/HostCommand.java b/java/com/google/domain/registry/model/host/HostCommand.java index 0eabe8618..65c769ba7 100644 --- a/java/com/google/domain/registry/model/host/HostCommand.java +++ b/java/com/google/domain/registry/model/host/HostCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/host/HostResource.java b/java/com/google/domain/registry/model/host/HostResource.java index f2d4c8539..46797d466 100644 --- a/java/com/google/domain/registry/model/host/HostResource.java +++ b/java/com/google/domain/registry/model/host/HostResource.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/host/InetAddressAdapter.java b/java/com/google/domain/registry/model/host/InetAddressAdapter.java index 89b16ca02..308ec560b 100644 --- a/java/com/google/domain/registry/model/host/InetAddressAdapter.java +++ b/java/com/google/domain/registry/model/host/InetAddressAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/host/package-info.java b/java/com/google/domain/registry/model/host/package-info.java index dd4a295c9..0e069b91b 100644 --- a/java/com/google/domain/registry/model/host/package-info.java +++ b/java/com/google/domain/registry/model/host/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/index/DomainApplicationIndex.java b/java/com/google/domain/registry/model/index/DomainApplicationIndex.java index fecffbc80..4dcf3ae5e 100644 --- a/java/com/google/domain/registry/model/index/DomainApplicationIndex.java +++ b/java/com/google/domain/registry/model/index/DomainApplicationIndex.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/index/EppResourceIndex.java b/java/com/google/domain/registry/model/index/EppResourceIndex.java index 4ca18ed83..99399bbf4 100644 --- a/java/com/google/domain/registry/model/index/EppResourceIndex.java +++ b/java/com/google/domain/registry/model/index/EppResourceIndex.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/index/EppResourceIndexBucket.java b/java/com/google/domain/registry/model/index/EppResourceIndexBucket.java index 68144c10e..3dccb6db9 100644 --- a/java/com/google/domain/registry/model/index/EppResourceIndexBucket.java +++ b/java/com/google/domain/registry/model/index/EppResourceIndexBucket.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/index/ForeignKeyIndex.java b/java/com/google/domain/registry/model/index/ForeignKeyIndex.java index d0e4cda18..bde7c3635 100644 --- a/java/com/google/domain/registry/model/index/ForeignKeyIndex.java +++ b/java/com/google/domain/registry/model/index/ForeignKeyIndex.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/mark/CommonMarkContactFields.java b/java/com/google/domain/registry/model/mark/CommonMarkContactFields.java index 358b7fbf4..fcc4ee9a6 100644 --- a/java/com/google/domain/registry/model/mark/CommonMarkContactFields.java +++ b/java/com/google/domain/registry/model/mark/CommonMarkContactFields.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/mark/CommonMarkFields.java b/java/com/google/domain/registry/model/mark/CommonMarkFields.java index d55380fd6..5bdd2960e 100644 --- a/java/com/google/domain/registry/model/mark/CommonMarkFields.java +++ b/java/com/google/domain/registry/model/mark/CommonMarkFields.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/mark/CourtMark.java b/java/com/google/domain/registry/model/mark/CourtMark.java index 391f63295..508865f4f 100644 --- a/java/com/google/domain/registry/model/mark/CourtMark.java +++ b/java/com/google/domain/registry/model/mark/CourtMark.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/mark/Mark.java b/java/com/google/domain/registry/model/mark/Mark.java index c736027e1..a23d5d9e3 100644 --- a/java/com/google/domain/registry/model/mark/Mark.java +++ b/java/com/google/domain/registry/model/mark/Mark.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/mark/MarkAddress.java b/java/com/google/domain/registry/model/mark/MarkAddress.java index 1bdacc829..e9f103e60 100644 --- a/java/com/google/domain/registry/model/mark/MarkAddress.java +++ b/java/com/google/domain/registry/model/mark/MarkAddress.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/mark/MarkContact.java b/java/com/google/domain/registry/model/mark/MarkContact.java index ad7a1a131..363b84a06 100644 --- a/java/com/google/domain/registry/model/mark/MarkContact.java +++ b/java/com/google/domain/registry/model/mark/MarkContact.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/mark/MarkHolder.java b/java/com/google/domain/registry/model/mark/MarkHolder.java index 236e9abbf..ff349f937 100644 --- a/java/com/google/domain/registry/model/mark/MarkHolder.java +++ b/java/com/google/domain/registry/model/mark/MarkHolder.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/mark/MarkPhoneNumber.java b/java/com/google/domain/registry/model/mark/MarkPhoneNumber.java index 4cb3c5199..0a96ebc35 100644 --- a/java/com/google/domain/registry/model/mark/MarkPhoneNumber.java +++ b/java/com/google/domain/registry/model/mark/MarkPhoneNumber.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/mark/MarkProtection.java b/java/com/google/domain/registry/model/mark/MarkProtection.java index 9d6afd889..24824d975 100644 --- a/java/com/google/domain/registry/model/mark/MarkProtection.java +++ b/java/com/google/domain/registry/model/mark/MarkProtection.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/mark/ProtectedMark.java b/java/com/google/domain/registry/model/mark/ProtectedMark.java index a83af29c3..dfddb6a9b 100644 --- a/java/com/google/domain/registry/model/mark/ProtectedMark.java +++ b/java/com/google/domain/registry/model/mark/ProtectedMark.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/mark/Trademark.java b/java/com/google/domain/registry/model/mark/Trademark.java index 5a7a8183b..5ab74f1d2 100644 --- a/java/com/google/domain/registry/model/mark/Trademark.java +++ b/java/com/google/domain/registry/model/mark/Trademark.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/mark/TreatyOrStatuteMark.java b/java/com/google/domain/registry/model/mark/TreatyOrStatuteMark.java index f5ac087b7..ea205f28f 100644 --- a/java/com/google/domain/registry/model/mark/TreatyOrStatuteMark.java +++ b/java/com/google/domain/registry/model/mark/TreatyOrStatuteMark.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/mark/package-info.java b/java/com/google/domain/registry/model/mark/package-info.java index ffe81f150..45469707f 100644 --- a/java/com/google/domain/registry/model/mark/package-info.java +++ b/java/com/google/domain/registry/model/mark/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/ofy/AugmentedDeleter.java b/java/com/google/domain/registry/model/ofy/AugmentedDeleter.java index 8d42bd131..0c83725c8 100644 --- a/java/com/google/domain/registry/model/ofy/AugmentedDeleter.java +++ b/java/com/google/domain/registry/model/ofy/AugmentedDeleter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/ofy/AugmentedSaver.java b/java/com/google/domain/registry/model/ofy/AugmentedSaver.java index 99331a140..f17b06c22 100644 --- a/java/com/google/domain/registry/model/ofy/AugmentedSaver.java +++ b/java/com/google/domain/registry/model/ofy/AugmentedSaver.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/ofy/CommitLogBucket.java b/java/com/google/domain/registry/model/ofy/CommitLogBucket.java index bf60c3f1b..9dcba559e 100644 --- a/java/com/google/domain/registry/model/ofy/CommitLogBucket.java +++ b/java/com/google/domain/registry/model/ofy/CommitLogBucket.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/ofy/CommitLogCheckpoint.java b/java/com/google/domain/registry/model/ofy/CommitLogCheckpoint.java index 88d3bf9fd..c29a397d5 100644 --- a/java/com/google/domain/registry/model/ofy/CommitLogCheckpoint.java +++ b/java/com/google/domain/registry/model/ofy/CommitLogCheckpoint.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/ofy/CommitLogCheckpointRoot.java b/java/com/google/domain/registry/model/ofy/CommitLogCheckpointRoot.java index 9c26947e0..471c17f66 100644 --- a/java/com/google/domain/registry/model/ofy/CommitLogCheckpointRoot.java +++ b/java/com/google/domain/registry/model/ofy/CommitLogCheckpointRoot.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/ofy/CommitLogManifest.java b/java/com/google/domain/registry/model/ofy/CommitLogManifest.java index e428c3168..a6c6f462a 100644 --- a/java/com/google/domain/registry/model/ofy/CommitLogManifest.java +++ b/java/com/google/domain/registry/model/ofy/CommitLogManifest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/ofy/CommitLogMutation.java b/java/com/google/domain/registry/model/ofy/CommitLogMutation.java index c1d83c8ba..ec4289078 100644 --- a/java/com/google/domain/registry/model/ofy/CommitLogMutation.java +++ b/java/com/google/domain/registry/model/ofy/CommitLogMutation.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/ofy/CommitLoggedWork.java b/java/com/google/domain/registry/model/ofy/CommitLoggedWork.java index 4ec07330e..a0e63078d 100644 --- a/java/com/google/domain/registry/model/ofy/CommitLoggedWork.java +++ b/java/com/google/domain/registry/model/ofy/CommitLoggedWork.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/ofy/ObjectifyService.java b/java/com/google/domain/registry/model/ofy/ObjectifyService.java index 350bfdcd5..148a3d9f4 100644 --- a/java/com/google/domain/registry/model/ofy/ObjectifyService.java +++ b/java/com/google/domain/registry/model/ofy/ObjectifyService.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/ofy/Ofy.java b/java/com/google/domain/registry/model/ofy/Ofy.java index 34c8b095b..f814c9275 100644 --- a/java/com/google/domain/registry/model/ofy/Ofy.java +++ b/java/com/google/domain/registry/model/ofy/Ofy.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/ofy/OfyFilter.java b/java/com/google/domain/registry/model/ofy/OfyFilter.java index 6c8a83a60..32f53eeed 100644 --- a/java/com/google/domain/registry/model/ofy/OfyFilter.java +++ b/java/com/google/domain/registry/model/ofy/OfyFilter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/ofy/ReadOnlyWork.java b/java/com/google/domain/registry/model/ofy/ReadOnlyWork.java index b83d73eae..0b2b6efe6 100644 --- a/java/com/google/domain/registry/model/ofy/ReadOnlyWork.java +++ b/java/com/google/domain/registry/model/ofy/ReadOnlyWork.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/ofy/SessionKeyExposingObjectify.java b/java/com/google/domain/registry/model/ofy/SessionKeyExposingObjectify.java index 851dde4e5..cb0abe3f1 100644 --- a/java/com/google/domain/registry/model/ofy/SessionKeyExposingObjectify.java +++ b/java/com/google/domain/registry/model/ofy/SessionKeyExposingObjectify.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/ofy/TimestampInversionException.java b/java/com/google/domain/registry/model/ofy/TimestampInversionException.java index 91a57e632..9e2e2a21d 100644 --- a/java/com/google/domain/registry/model/ofy/TimestampInversionException.java +++ b/java/com/google/domain/registry/model/ofy/TimestampInversionException.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/ofy/TransactionInfo.java b/java/com/google/domain/registry/model/ofy/TransactionInfo.java index 3ddce48ac..3a77af5d8 100644 --- a/java/com/google/domain/registry/model/ofy/TransactionInfo.java +++ b/java/com/google/domain/registry/model/ofy/TransactionInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/package-info.java b/java/com/google/domain/registry/model/package-info.java index a962d611a..e5be9e00d 100644 --- a/java/com/google/domain/registry/model/package-info.java +++ b/java/com/google/domain/registry/model/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/poll/MessageQueueInfo.java b/java/com/google/domain/registry/model/poll/MessageQueueInfo.java index 9741ce265..f9bd3dc25 100644 --- a/java/com/google/domain/registry/model/poll/MessageQueueInfo.java +++ b/java/com/google/domain/registry/model/poll/MessageQueueInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/poll/PendingActionNotificationResponse.java b/java/com/google/domain/registry/model/poll/PendingActionNotificationResponse.java index 4dc8c9575..24c119c56 100644 --- a/java/com/google/domain/registry/model/poll/PendingActionNotificationResponse.java +++ b/java/com/google/domain/registry/model/poll/PendingActionNotificationResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/poll/PollMessage.java b/java/com/google/domain/registry/model/poll/PollMessage.java index 1c8363abb..072f9e8a4 100644 --- a/java/com/google/domain/registry/model/poll/PollMessage.java +++ b/java/com/google/domain/registry/model/poll/PollMessage.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/poll/PollMessageExternalKeyConverter.java b/java/com/google/domain/registry/model/poll/PollMessageExternalKeyConverter.java index aa263590f..342a4ba73 100644 --- a/java/com/google/domain/registry/model/poll/PollMessageExternalKeyConverter.java +++ b/java/com/google/domain/registry/model/poll/PollMessageExternalKeyConverter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/poll/package-info.java b/java/com/google/domain/registry/model/poll/package-info.java index 7fa4a535a..002f3cbe4 100644 --- a/java/com/google/domain/registry/model/poll/package-info.java +++ b/java/com/google/domain/registry/model/poll/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/rde/RdeMode.java b/java/com/google/domain/registry/model/rde/RdeMode.java index eef0d90ce..124b7b86b 100644 --- a/java/com/google/domain/registry/model/rde/RdeMode.java +++ b/java/com/google/domain/registry/model/rde/RdeMode.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/rde/RdeNamingUtils.java b/java/com/google/domain/registry/model/rde/RdeNamingUtils.java index d11bdae24..5d60bb755 100644 --- a/java/com/google/domain/registry/model/rde/RdeNamingUtils.java +++ b/java/com/google/domain/registry/model/rde/RdeNamingUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/rde/RdeRevision.java b/java/com/google/domain/registry/model/rde/RdeRevision.java index c55d7280b..72e9a02bb 100644 --- a/java/com/google/domain/registry/model/rde/RdeRevision.java +++ b/java/com/google/domain/registry/model/rde/RdeRevision.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/registrar/Registrar.java b/java/com/google/domain/registry/model/registrar/Registrar.java index c912fed8f..206c186dd 100644 --- a/java/com/google/domain/registry/model/registrar/Registrar.java +++ b/java/com/google/domain/registry/model/registrar/Registrar.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/registrar/RegistrarAddress.java b/java/com/google/domain/registry/model/registrar/RegistrarAddress.java index e80b02d09..ab8ad963f 100644 --- a/java/com/google/domain/registry/model/registrar/RegistrarAddress.java +++ b/java/com/google/domain/registry/model/registrar/RegistrarAddress.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/registrar/RegistrarContact.java b/java/com/google/domain/registry/model/registrar/RegistrarContact.java index e8056a0c9..fc8030f4e 100644 --- a/java/com/google/domain/registry/model/registrar/RegistrarContact.java +++ b/java/com/google/domain/registry/model/registrar/RegistrarContact.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/registry/Registries.java b/java/com/google/domain/registry/model/registry/Registries.java index 3591549c4..21bf9b63d 100644 --- a/java/com/google/domain/registry/model/registry/Registries.java +++ b/java/com/google/domain/registry/model/registry/Registries.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/registry/Registry.java b/java/com/google/domain/registry/model/registry/Registry.java index a63f39ba7..5d63be5d9 100644 --- a/java/com/google/domain/registry/model/registry/Registry.java +++ b/java/com/google/domain/registry/model/registry/Registry.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/registry/RegistryCursor.java b/java/com/google/domain/registry/model/registry/RegistryCursor.java index 4329ebfe7..b21393c4b 100644 --- a/java/com/google/domain/registry/model/registry/RegistryCursor.java +++ b/java/com/google/domain/registry/model/registry/RegistryCursor.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/registry/label/BaseDomainLabelList.java b/java/com/google/domain/registry/model/registry/label/BaseDomainLabelList.java index 70413efe2..6ea4521ba 100644 --- a/java/com/google/domain/registry/model/registry/label/BaseDomainLabelList.java +++ b/java/com/google/domain/registry/model/registry/label/BaseDomainLabelList.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/registry/label/DomainLabelEntry.java b/java/com/google/domain/registry/model/registry/label/DomainLabelEntry.java index 9cfce06f0..a1fc0b767 100644 --- a/java/com/google/domain/registry/model/registry/label/DomainLabelEntry.java +++ b/java/com/google/domain/registry/model/registry/label/DomainLabelEntry.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/registry/label/PremiumList.java b/java/com/google/domain/registry/model/registry/label/PremiumList.java index 6cadb17ed..27e3363a0 100644 --- a/java/com/google/domain/registry/model/registry/label/PremiumList.java +++ b/java/com/google/domain/registry/model/registry/label/PremiumList.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/registry/label/ReservationType.java b/java/com/google/domain/registry/model/registry/label/ReservationType.java index aee7a2fd8..d4c2e538a 100644 --- a/java/com/google/domain/registry/model/registry/label/ReservationType.java +++ b/java/com/google/domain/registry/model/registry/label/ReservationType.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/registry/label/ReservedList.java b/java/com/google/domain/registry/model/registry/label/ReservedList.java index 50c7bf78d..44eb9b4b0 100644 --- a/java/com/google/domain/registry/model/registry/label/ReservedList.java +++ b/java/com/google/domain/registry/model/registry/label/ReservedList.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/registry/label/package-info.java b/java/com/google/domain/registry/model/registry/label/package-info.java index 6bdb8d5ff..235fdab88 100644 --- a/java/com/google/domain/registry/model/registry/label/package-info.java +++ b/java/com/google/domain/registry/model/registry/label/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/reporting/HistoryEntry.java b/java/com/google/domain/registry/model/reporting/HistoryEntry.java index 42382a981..36c564a7d 100644 --- a/java/com/google/domain/registry/model/reporting/HistoryEntry.java +++ b/java/com/google/domain/registry/model/reporting/HistoryEntry.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/server/Lock.java b/java/com/google/domain/registry/model/server/Lock.java index 22002f26d..6995c0597 100644 --- a/java/com/google/domain/registry/model/server/Lock.java +++ b/java/com/google/domain/registry/model/server/Lock.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/server/ServerSecret.java b/java/com/google/domain/registry/model/server/ServerSecret.java index c8b271bb4..62a96b256 100644 --- a/java/com/google/domain/registry/model/server/ServerSecret.java +++ b/java/com/google/domain/registry/model/server/ServerSecret.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/smd/AbstractSignedMark.java b/java/com/google/domain/registry/model/smd/AbstractSignedMark.java index a67dd668b..3dd16c6fc 100644 --- a/java/com/google/domain/registry/model/smd/AbstractSignedMark.java +++ b/java/com/google/domain/registry/model/smd/AbstractSignedMark.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/smd/EncodedSignedMark.java b/java/com/google/domain/registry/model/smd/EncodedSignedMark.java index 1caa77391..7c7cf6118 100644 --- a/java/com/google/domain/registry/model/smd/EncodedSignedMark.java +++ b/java/com/google/domain/registry/model/smd/EncodedSignedMark.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/smd/IssuerInfo.java b/java/com/google/domain/registry/model/smd/IssuerInfo.java index ae93ce472..e8cdf1960 100644 --- a/java/com/google/domain/registry/model/smd/IssuerInfo.java +++ b/java/com/google/domain/registry/model/smd/IssuerInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/smd/RemoveWhitespaceTextAdapter.java b/java/com/google/domain/registry/model/smd/RemoveWhitespaceTextAdapter.java index 0d6790fbe..de7fcdd8a 100644 --- a/java/com/google/domain/registry/model/smd/RemoveWhitespaceTextAdapter.java +++ b/java/com/google/domain/registry/model/smd/RemoveWhitespaceTextAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/smd/SignedMark.java b/java/com/google/domain/registry/model/smd/SignedMark.java index d2954d55a..888ba3e9d 100644 --- a/java/com/google/domain/registry/model/smd/SignedMark.java +++ b/java/com/google/domain/registry/model/smd/SignedMark.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/smd/SignedMarkRevocationList.java b/java/com/google/domain/registry/model/smd/SignedMarkRevocationList.java index 8bc170422..e90c2fbf8 100644 --- a/java/com/google/domain/registry/model/smd/SignedMarkRevocationList.java +++ b/java/com/google/domain/registry/model/smd/SignedMarkRevocationList.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/smd/package-info.java b/java/com/google/domain/registry/model/smd/package-info.java index 067083a54..d397be040 100644 --- a/java/com/google/domain/registry/model/smd/package-info.java +++ b/java/com/google/domain/registry/model/smd/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/tmch/ClaimsListShard.java b/java/com/google/domain/registry/model/tmch/ClaimsListShard.java index 83db49e55..246aabdb1 100644 --- a/java/com/google/domain/registry/model/tmch/ClaimsListShard.java +++ b/java/com/google/domain/registry/model/tmch/ClaimsListShard.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/tmch/TmchCrl.java b/java/com/google/domain/registry/model/tmch/TmchCrl.java index 4784dcfb0..84d3dccc4 100644 --- a/java/com/google/domain/registry/model/tmch/TmchCrl.java +++ b/java/com/google/domain/registry/model/tmch/TmchCrl.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/transfer/BaseTransferObject.java b/java/com/google/domain/registry/model/transfer/BaseTransferObject.java index cf2bb4a34..a41304f3b 100644 --- a/java/com/google/domain/registry/model/transfer/BaseTransferObject.java +++ b/java/com/google/domain/registry/model/transfer/BaseTransferObject.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/transfer/TransferData.java b/java/com/google/domain/registry/model/transfer/TransferData.java index 0e30a50f2..f8fc8ce99 100644 --- a/java/com/google/domain/registry/model/transfer/TransferData.java +++ b/java/com/google/domain/registry/model/transfer/TransferData.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/transfer/TransferResponse.java b/java/com/google/domain/registry/model/transfer/TransferResponse.java index c45cb919e..428ed985b 100644 --- a/java/com/google/domain/registry/model/transfer/TransferResponse.java +++ b/java/com/google/domain/registry/model/transfer/TransferResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/transfer/TransferStatus.java b/java/com/google/domain/registry/model/transfer/TransferStatus.java index 624c9cc6c..6c2d771ed 100644 --- a/java/com/google/domain/registry/model/transfer/TransferStatus.java +++ b/java/com/google/domain/registry/model/transfer/TransferStatus.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/transfer/package-info.java b/java/com/google/domain/registry/model/transfer/package-info.java index 5396f0120..afac3b895 100644 --- a/java/com/google/domain/registry/model/transfer/package-info.java +++ b/java/com/google/domain/registry/model/transfer/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/translators/AbstractSimpleTranslatorFactory.java b/java/com/google/domain/registry/model/translators/AbstractSimpleTranslatorFactory.java index d384af38a..e984e2f56 100644 --- a/java/com/google/domain/registry/model/translators/AbstractSimpleTranslatorFactory.java +++ b/java/com/google/domain/registry/model/translators/AbstractSimpleTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/translators/CidrAddressBlockTranslatorFactory.java b/java/com/google/domain/registry/model/translators/CidrAddressBlockTranslatorFactory.java index 0f3507562..3ac3bba95 100644 --- a/java/com/google/domain/registry/model/translators/CidrAddressBlockTranslatorFactory.java +++ b/java/com/google/domain/registry/model/translators/CidrAddressBlockTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/translators/CommitLogRevisionsTranslatorFactory.java b/java/com/google/domain/registry/model/translators/CommitLogRevisionsTranslatorFactory.java index b35a06e54..cc6e07f0e 100644 --- a/java/com/google/domain/registry/model/translators/CommitLogRevisionsTranslatorFactory.java +++ b/java/com/google/domain/registry/model/translators/CommitLogRevisionsTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/translators/CreateAutoTimestampTranslatorFactory.java b/java/com/google/domain/registry/model/translators/CreateAutoTimestampTranslatorFactory.java index 209b34b81..0f065d09d 100644 --- a/java/com/google/domain/registry/model/translators/CreateAutoTimestampTranslatorFactory.java +++ b/java/com/google/domain/registry/model/translators/CreateAutoTimestampTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/translators/CurrencyUnitAdapter.java b/java/com/google/domain/registry/model/translators/CurrencyUnitAdapter.java index 41f60adf7..64ce12c45 100644 --- a/java/com/google/domain/registry/model/translators/CurrencyUnitAdapter.java +++ b/java/com/google/domain/registry/model/translators/CurrencyUnitAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/translators/CurrencyUnitTranslatorFactory.java b/java/com/google/domain/registry/model/translators/CurrencyUnitTranslatorFactory.java index 011582658..cd03220b4 100644 --- a/java/com/google/domain/registry/model/translators/CurrencyUnitTranslatorFactory.java +++ b/java/com/google/domain/registry/model/translators/CurrencyUnitTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/translators/DurationTranslatorFactory.java b/java/com/google/domain/registry/model/translators/DurationTranslatorFactory.java index e3bce4c8e..0d7fb8faf 100644 --- a/java/com/google/domain/registry/model/translators/DurationTranslatorFactory.java +++ b/java/com/google/domain/registry/model/translators/DurationTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/translators/EnumToAttributeAdapter.java b/java/com/google/domain/registry/model/translators/EnumToAttributeAdapter.java index 9424ec8a2..ef4534a42 100644 --- a/java/com/google/domain/registry/model/translators/EnumToAttributeAdapter.java +++ b/java/com/google/domain/registry/model/translators/EnumToAttributeAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/translators/ImmutableSortedMapTranslatorFactory.java b/java/com/google/domain/registry/model/translators/ImmutableSortedMapTranslatorFactory.java index 2453b968e..0eb5f7152 100644 --- a/java/com/google/domain/registry/model/translators/ImmutableSortedMapTranslatorFactory.java +++ b/java/com/google/domain/registry/model/translators/ImmutableSortedMapTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/translators/InetAddressTranslatorFactory.java b/java/com/google/domain/registry/model/translators/InetAddressTranslatorFactory.java index e005b983f..c568c9cbd 100644 --- a/java/com/google/domain/registry/model/translators/InetAddressTranslatorFactory.java +++ b/java/com/google/domain/registry/model/translators/InetAddressTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/translators/ReadableInstantUtcTranslatorFactory.java b/java/com/google/domain/registry/model/translators/ReadableInstantUtcTranslatorFactory.java index 0d64e762c..da684d043 100644 --- a/java/com/google/domain/registry/model/translators/ReadableInstantUtcTranslatorFactory.java +++ b/java/com/google/domain/registry/model/translators/ReadableInstantUtcTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/translators/StatusValueAdapter.java b/java/com/google/domain/registry/model/translators/StatusValueAdapter.java index 6c8ee1fa5..855f78ba4 100644 --- a/java/com/google/domain/registry/model/translators/StatusValueAdapter.java +++ b/java/com/google/domain/registry/model/translators/StatusValueAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/model/translators/UpdateAutoTimestampTranslatorFactory.java b/java/com/google/domain/registry/model/translators/UpdateAutoTimestampTranslatorFactory.java index 825553716..4e21f2e36 100644 --- a/java/com/google/domain/registry/model/translators/UpdateAutoTimestampTranslatorFactory.java +++ b/java/com/google/domain/registry/model/translators/UpdateAutoTimestampTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/module/backend/BackendComponent.java b/java/com/google/domain/registry/module/backend/BackendComponent.java index d4ecb1bde..5ce9718e3 100644 --- a/java/com/google/domain/registry/module/backend/BackendComponent.java +++ b/java/com/google/domain/registry/module/backend/BackendComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/module/backend/BackendModule.java b/java/com/google/domain/registry/module/backend/BackendModule.java index bdf0cd89d..e52384590 100644 --- a/java/com/google/domain/registry/module/backend/BackendModule.java +++ b/java/com/google/domain/registry/module/backend/BackendModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/module/backend/BackendRequestComponent.java b/java/com/google/domain/registry/module/backend/BackendRequestComponent.java index 6c5ca9638..5ac5d0b39 100644 --- a/java/com/google/domain/registry/module/backend/BackendRequestComponent.java +++ b/java/com/google/domain/registry/module/backend/BackendRequestComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/module/backend/BackendServlet.java b/java/com/google/domain/registry/module/backend/BackendServlet.java index fd1717893..9476ea2b4 100644 --- a/java/com/google/domain/registry/module/backend/BackendServlet.java +++ b/java/com/google/domain/registry/module/backend/BackendServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/module/backend/package-info.java b/java/com/google/domain/registry/module/backend/package-info.java index f5d7f6fa0..f729cdaf5 100644 --- a/java/com/google/domain/registry/module/backend/package-info.java +++ b/java/com/google/domain/registry/module/backend/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/module/frontend/FrontendComponent.java b/java/com/google/domain/registry/module/frontend/FrontendComponent.java index b0a225918..34841de31 100644 --- a/java/com/google/domain/registry/module/frontend/FrontendComponent.java +++ b/java/com/google/domain/registry/module/frontend/FrontendComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/module/frontend/FrontendRequestComponent.java b/java/com/google/domain/registry/module/frontend/FrontendRequestComponent.java index 355683844..d748c3592 100644 --- a/java/com/google/domain/registry/module/frontend/FrontendRequestComponent.java +++ b/java/com/google/domain/registry/module/frontend/FrontendRequestComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/module/frontend/FrontendServlet.java b/java/com/google/domain/registry/module/frontend/FrontendServlet.java index 57f5b987d..4a4d88025 100644 --- a/java/com/google/domain/registry/module/frontend/FrontendServlet.java +++ b/java/com/google/domain/registry/module/frontend/FrontendServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/module/frontend/package-info.java b/java/com/google/domain/registry/module/frontend/package-info.java index df89fa596..4eb95e09e 100644 --- a/java/com/google/domain/registry/module/frontend/package-info.java +++ b/java/com/google/domain/registry/module/frontend/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/module/tools/ToolsComponent.java b/java/com/google/domain/registry/module/tools/ToolsComponent.java index 167dece5d..55528aa6a 100644 --- a/java/com/google/domain/registry/module/tools/ToolsComponent.java +++ b/java/com/google/domain/registry/module/tools/ToolsComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/module/tools/ToolsRequestComponent.java b/java/com/google/domain/registry/module/tools/ToolsRequestComponent.java index d6b054338..cc6d30e0a 100644 --- a/java/com/google/domain/registry/module/tools/ToolsRequestComponent.java +++ b/java/com/google/domain/registry/module/tools/ToolsRequestComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/module/tools/ToolsServlet.java b/java/com/google/domain/registry/module/tools/ToolsServlet.java index 6c5401983..c45f2b401 100644 --- a/java/com/google/domain/registry/module/tools/ToolsServlet.java +++ b/java/com/google/domain/registry/module/tools/ToolsServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/monitoring/whitebox/EppMetrics.java b/java/com/google/domain/registry/monitoring/whitebox/EppMetrics.java index e710607e3..380abc0b6 100644 --- a/java/com/google/domain/registry/monitoring/whitebox/EppMetrics.java +++ b/java/com/google/domain/registry/monitoring/whitebox/EppMetrics.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/monitoring/whitebox/Metrics.java b/java/com/google/domain/registry/monitoring/whitebox/Metrics.java index bde36134d..6cdc6c8f1 100644 --- a/java/com/google/domain/registry/monitoring/whitebox/Metrics.java +++ b/java/com/google/domain/registry/monitoring/whitebox/Metrics.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/monitoring/whitebox/MetricsTaskServlet.java b/java/com/google/domain/registry/monitoring/whitebox/MetricsTaskServlet.java index 743edb541..41596784f 100644 --- a/java/com/google/domain/registry/monitoring/whitebox/MetricsTaskServlet.java +++ b/java/com/google/domain/registry/monitoring/whitebox/MetricsTaskServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/monitoring/whitebox/package-info.java b/java/com/google/domain/registry/monitoring/whitebox/package-info.java index 11883f040..965e491dc 100644 --- a/java/com/google/domain/registry/monitoring/whitebox/package-info.java +++ b/java/com/google/domain/registry/monitoring/whitebox/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rdap/RdapActionBase.java b/java/com/google/domain/registry/rdap/RdapActionBase.java index ff3ccf013..1e9324c3e 100644 --- a/java/com/google/domain/registry/rdap/RdapActionBase.java +++ b/java/com/google/domain/registry/rdap/RdapActionBase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rdap/RdapAutnumAction.java b/java/com/google/domain/registry/rdap/RdapAutnumAction.java index 824566fd5..3dbb8d7fb 100644 --- a/java/com/google/domain/registry/rdap/RdapAutnumAction.java +++ b/java/com/google/domain/registry/rdap/RdapAutnumAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rdap/RdapDomainAction.java b/java/com/google/domain/registry/rdap/RdapDomainAction.java index 79f891b18..7aa9171f6 100644 --- a/java/com/google/domain/registry/rdap/RdapDomainAction.java +++ b/java/com/google/domain/registry/rdap/RdapDomainAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rdap/RdapDomainSearchAction.java b/java/com/google/domain/registry/rdap/RdapDomainSearchAction.java index dc63ba86f..a3801f65c 100644 --- a/java/com/google/domain/registry/rdap/RdapDomainSearchAction.java +++ b/java/com/google/domain/registry/rdap/RdapDomainSearchAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rdap/RdapEntityAction.java b/java/com/google/domain/registry/rdap/RdapEntityAction.java index 1b977b4ba..056bc4d87 100644 --- a/java/com/google/domain/registry/rdap/RdapEntityAction.java +++ b/java/com/google/domain/registry/rdap/RdapEntityAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rdap/RdapEntitySearchAction.java b/java/com/google/domain/registry/rdap/RdapEntitySearchAction.java index bba3b9ff6..02ac2daab 100644 --- a/java/com/google/domain/registry/rdap/RdapEntitySearchAction.java +++ b/java/com/google/domain/registry/rdap/RdapEntitySearchAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rdap/RdapHelpAction.java b/java/com/google/domain/registry/rdap/RdapHelpAction.java index 239b31b43..25a70f42c 100644 --- a/java/com/google/domain/registry/rdap/RdapHelpAction.java +++ b/java/com/google/domain/registry/rdap/RdapHelpAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rdap/RdapIcannStandardInformation.java b/java/com/google/domain/registry/rdap/RdapIcannStandardInformation.java index 0c78cc9fc..8ff083832 100644 --- a/java/com/google/domain/registry/rdap/RdapIcannStandardInformation.java +++ b/java/com/google/domain/registry/rdap/RdapIcannStandardInformation.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rdap/RdapIpAction.java b/java/com/google/domain/registry/rdap/RdapIpAction.java index 30da5a63b..d66a529fb 100644 --- a/java/com/google/domain/registry/rdap/RdapIpAction.java +++ b/java/com/google/domain/registry/rdap/RdapIpAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rdap/RdapJsonFormatter.java b/java/com/google/domain/registry/rdap/RdapJsonFormatter.java index a02aeb74f..917fdbeee 100644 --- a/java/com/google/domain/registry/rdap/RdapJsonFormatter.java +++ b/java/com/google/domain/registry/rdap/RdapJsonFormatter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rdap/RdapModule.java b/java/com/google/domain/registry/rdap/RdapModule.java index 137e7995a..502d57d29 100644 --- a/java/com/google/domain/registry/rdap/RdapModule.java +++ b/java/com/google/domain/registry/rdap/RdapModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rdap/RdapNameserverAction.java b/java/com/google/domain/registry/rdap/RdapNameserverAction.java index 44bcbd224..7edb0388b 100644 --- a/java/com/google/domain/registry/rdap/RdapNameserverAction.java +++ b/java/com/google/domain/registry/rdap/RdapNameserverAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rdap/RdapNameserverSearchAction.java b/java/com/google/domain/registry/rdap/RdapNameserverSearchAction.java index 186b34dfd..80cfb01ac 100644 --- a/java/com/google/domain/registry/rdap/RdapNameserverSearchAction.java +++ b/java/com/google/domain/registry/rdap/RdapNameserverSearchAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rdap/RdapSearchPattern.java b/java/com/google/domain/registry/rdap/RdapSearchPattern.java index 6cd00213d..45a7be440 100644 --- a/java/com/google/domain/registry/rdap/RdapSearchPattern.java +++ b/java/com/google/domain/registry/rdap/RdapSearchPattern.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/BrdaCopyAction.java b/java/com/google/domain/registry/rde/BrdaCopyAction.java index 62a10823d..d53f7a6d2 100644 --- a/java/com/google/domain/registry/rde/BrdaCopyAction.java +++ b/java/com/google/domain/registry/rde/BrdaCopyAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/ContactResourceToXjcConverter.java b/java/com/google/domain/registry/rde/ContactResourceToXjcConverter.java index 726cafed3..c2f114c0f 100644 --- a/java/com/google/domain/registry/rde/ContactResourceToXjcConverter.java +++ b/java/com/google/domain/registry/rde/ContactResourceToXjcConverter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/DepositFragment.java b/java/com/google/domain/registry/rde/DepositFragment.java index 80c9ceb92..c7dc0f459 100644 --- a/java/com/google/domain/registry/rde/DepositFragment.java +++ b/java/com/google/domain/registry/rde/DepositFragment.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/DomainResourceToXjcConverter.java b/java/com/google/domain/registry/rde/DomainResourceToXjcConverter.java index 92ba8dd01..7d178a969 100644 --- a/java/com/google/domain/registry/rde/DomainResourceToXjcConverter.java +++ b/java/com/google/domain/registry/rde/DomainResourceToXjcConverter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/EscrowTaskRunner.java b/java/com/google/domain/registry/rde/EscrowTaskRunner.java index 530d24a73..0dcf65827 100644 --- a/java/com/google/domain/registry/rde/EscrowTaskRunner.java +++ b/java/com/google/domain/registry/rde/EscrowTaskRunner.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/Ghostryde.java b/java/com/google/domain/registry/rde/Ghostryde.java index a9719d6f3..4695f5218 100644 --- a/java/com/google/domain/registry/rde/Ghostryde.java +++ b/java/com/google/domain/registry/rde/Ghostryde.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/HostResourceToXjcConverter.java b/java/com/google/domain/registry/rde/HostResourceToXjcConverter.java index 8075075e1..a725331d9 100644 --- a/java/com/google/domain/registry/rde/HostResourceToXjcConverter.java +++ b/java/com/google/domain/registry/rde/HostResourceToXjcConverter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/JSchModule.java b/java/com/google/domain/registry/rde/JSchModule.java index e1d204a91..fb9df3083 100644 --- a/java/com/google/domain/registry/rde/JSchModule.java +++ b/java/com/google/domain/registry/rde/JSchModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/JSchSftpChannel.java b/java/com/google/domain/registry/rde/JSchSftpChannel.java index 09e7d7617..5f44c930b 100644 --- a/java/com/google/domain/registry/rde/JSchSftpChannel.java +++ b/java/com/google/domain/registry/rde/JSchSftpChannel.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/JSchSshSession.java b/java/com/google/domain/registry/rde/JSchSshSession.java index 1ff834b61..6b8a3e0ef 100644 --- a/java/com/google/domain/registry/rde/JSchSshSession.java +++ b/java/com/google/domain/registry/rde/JSchSshSession.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/PendingDeposit.java b/java/com/google/domain/registry/rde/PendingDeposit.java index 6a74d85b1..3f07779e4 100644 --- a/java/com/google/domain/registry/rde/PendingDeposit.java +++ b/java/com/google/domain/registry/rde/PendingDeposit.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/PendingDepositChecker.java b/java/com/google/domain/registry/rde/PendingDepositChecker.java index c7529e2ef..67d368f25 100644 --- a/java/com/google/domain/registry/rde/PendingDepositChecker.java +++ b/java/com/google/domain/registry/rde/PendingDepositChecker.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RdeAdapter.java b/java/com/google/domain/registry/rde/RdeAdapter.java index 87c23a385..6c929e05c 100644 --- a/java/com/google/domain/registry/rde/RdeAdapter.java +++ b/java/com/google/domain/registry/rde/RdeAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RdeCounter.java b/java/com/google/domain/registry/rde/RdeCounter.java index dbd492ba5..08e363a2a 100644 --- a/java/com/google/domain/registry/rde/RdeCounter.java +++ b/java/com/google/domain/registry/rde/RdeCounter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RdeMarshaller.java b/java/com/google/domain/registry/rde/RdeMarshaller.java index a4b6912b9..1b0f6a050 100644 --- a/java/com/google/domain/registry/rde/RdeMarshaller.java +++ b/java/com/google/domain/registry/rde/RdeMarshaller.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RdeModule.java b/java/com/google/domain/registry/rde/RdeModule.java index 9fec81c55..0e089dc87 100644 --- a/java/com/google/domain/registry/rde/RdeModule.java +++ b/java/com/google/domain/registry/rde/RdeModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RdeReportAction.java b/java/com/google/domain/registry/rde/RdeReportAction.java index 6bec82ccf..fa9bace77 100644 --- a/java/com/google/domain/registry/rde/RdeReportAction.java +++ b/java/com/google/domain/registry/rde/RdeReportAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RdeReporter.java b/java/com/google/domain/registry/rde/RdeReporter.java index b5a9d66dc..b133732f4 100644 --- a/java/com/google/domain/registry/rde/RdeReporter.java +++ b/java/com/google/domain/registry/rde/RdeReporter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RdeResourceType.java b/java/com/google/domain/registry/rde/RdeResourceType.java index 6768452b8..30b6843dc 100644 --- a/java/com/google/domain/registry/rde/RdeResourceType.java +++ b/java/com/google/domain/registry/rde/RdeResourceType.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RdeStagingAction.java b/java/com/google/domain/registry/rde/RdeStagingAction.java index 88b43a7a8..a8524fcc6 100644 --- a/java/com/google/domain/registry/rde/RdeStagingAction.java +++ b/java/com/google/domain/registry/rde/RdeStagingAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RdeStagingMapper.java b/java/com/google/domain/registry/rde/RdeStagingMapper.java index 1ed70f024..493e9645e 100644 --- a/java/com/google/domain/registry/rde/RdeStagingMapper.java +++ b/java/com/google/domain/registry/rde/RdeStagingMapper.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RdeStagingReducer.java b/java/com/google/domain/registry/rde/RdeStagingReducer.java index bdd6490a9..6e9d534c3 100644 --- a/java/com/google/domain/registry/rde/RdeStagingReducer.java +++ b/java/com/google/domain/registry/rde/RdeStagingReducer.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RdeUploadAction.java b/java/com/google/domain/registry/rde/RdeUploadAction.java index b87e00d50..e18c2b9e5 100644 --- a/java/com/google/domain/registry/rde/RdeUploadAction.java +++ b/java/com/google/domain/registry/rde/RdeUploadAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RdeUploadUrl.java b/java/com/google/domain/registry/rde/RdeUploadUrl.java index a780dc8e3..15e33eaff 100644 --- a/java/com/google/domain/registry/rde/RdeUploadUrl.java +++ b/java/com/google/domain/registry/rde/RdeUploadUrl.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RdeUtil.java b/java/com/google/domain/registry/rde/RdeUtil.java index 103babcff..b6d32a073 100644 --- a/java/com/google/domain/registry/rde/RdeUtil.java +++ b/java/com/google/domain/registry/rde/RdeUtil.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RegistrarToXjcConverter.java b/java/com/google/domain/registry/rde/RegistrarToXjcConverter.java index 79f83c9cc..1012f6a6f 100644 --- a/java/com/google/domain/registry/rde/RegistrarToXjcConverter.java +++ b/java/com/google/domain/registry/rde/RegistrarToXjcConverter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RydePgpCompressionOutputStream.java b/java/com/google/domain/registry/rde/RydePgpCompressionOutputStream.java index 7faae41af..8b4304d8f 100644 --- a/java/com/google/domain/registry/rde/RydePgpCompressionOutputStream.java +++ b/java/com/google/domain/registry/rde/RydePgpCompressionOutputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RydePgpEncryptionOutputStream.java b/java/com/google/domain/registry/rde/RydePgpEncryptionOutputStream.java index c4cd35362..32af7d4ed 100644 --- a/java/com/google/domain/registry/rde/RydePgpEncryptionOutputStream.java +++ b/java/com/google/domain/registry/rde/RydePgpEncryptionOutputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RydePgpFileOutputStream.java b/java/com/google/domain/registry/rde/RydePgpFileOutputStream.java index c8871463a..410a0c7e8 100644 --- a/java/com/google/domain/registry/rde/RydePgpFileOutputStream.java +++ b/java/com/google/domain/registry/rde/RydePgpFileOutputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RydePgpSigningOutputStream.java b/java/com/google/domain/registry/rde/RydePgpSigningOutputStream.java index 0871caa81..4d543f5a1 100644 --- a/java/com/google/domain/registry/rde/RydePgpSigningOutputStream.java +++ b/java/com/google/domain/registry/rde/RydePgpSigningOutputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/RydeTarOutputStream.java b/java/com/google/domain/registry/rde/RydeTarOutputStream.java index e7c5cd96a..8b9235caf 100644 --- a/java/com/google/domain/registry/rde/RydeTarOutputStream.java +++ b/java/com/google/domain/registry/rde/RydeTarOutputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/rde/package-info.java b/java/com/google/domain/registry/rde/package-info.java index e057272fb..319792d4b 100644 --- a/java/com/google/domain/registry/rde/package-info.java +++ b/java/com/google/domain/registry/rde/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/repositories.bzl b/java/com/google/domain/registry/repositories.bzl index dfc1ef6d5..503d16988 100644 --- a/java/com/google/domain/registry/repositories.bzl +++ b/java/com/google/domain/registry/repositories.bzl @@ -1,6 +1,6 @@ # -*- mode: python; -*- # -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 The Domain Registry Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/Action.java b/java/com/google/domain/registry/request/Action.java index a2006c249..9a40727bb 100644 --- a/java/com/google/domain/registry/request/Action.java +++ b/java/com/google/domain/registry/request/Action.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/Actions.java b/java/com/google/domain/registry/request/Actions.java index 6b2c87c74..b66e0ff5f 100644 --- a/java/com/google/domain/registry/request/Actions.java +++ b/java/com/google/domain/registry/request/Actions.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/DelegatedOAuthScopes.java b/java/com/google/domain/registry/request/DelegatedOAuthScopes.java index b920b637d..76d8197cd 100644 --- a/java/com/google/domain/registry/request/DelegatedOAuthScopes.java +++ b/java/com/google/domain/registry/request/DelegatedOAuthScopes.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/Header.java b/java/com/google/domain/registry/request/Header.java index 6b9de9ebc..d1d33f727 100644 --- a/java/com/google/domain/registry/request/Header.java +++ b/java/com/google/domain/registry/request/Header.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/HttpException.java b/java/com/google/domain/registry/request/HttpException.java index 6388335d6..0ce15813e 100644 --- a/java/com/google/domain/registry/request/HttpException.java +++ b/java/com/google/domain/registry/request/HttpException.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/JsonActionRunner.java b/java/com/google/domain/registry/request/JsonActionRunner.java index d9b9c4022..5ac459661 100644 --- a/java/com/google/domain/registry/request/JsonActionRunner.java +++ b/java/com/google/domain/registry/request/JsonActionRunner.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/JsonPayload.java b/java/com/google/domain/registry/request/JsonPayload.java index c921e41e4..be7d5e0cc 100644 --- a/java/com/google/domain/registry/request/JsonPayload.java +++ b/java/com/google/domain/registry/request/JsonPayload.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/JsonResponse.java b/java/com/google/domain/registry/request/JsonResponse.java index d78a25e92..5e2ec20d5 100644 --- a/java/com/google/domain/registry/request/JsonResponse.java +++ b/java/com/google/domain/registry/request/JsonResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/Modules.java b/java/com/google/domain/registry/request/Modules.java index 4320207d1..ae2a78d4d 100644 --- a/java/com/google/domain/registry/request/Modules.java +++ b/java/com/google/domain/registry/request/Modules.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/OAuthScopes.java b/java/com/google/domain/registry/request/OAuthScopes.java index 62b472466..830e4be73 100644 --- a/java/com/google/domain/registry/request/OAuthScopes.java +++ b/java/com/google/domain/registry/request/OAuthScopes.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/Parameter.java b/java/com/google/domain/registry/request/Parameter.java index c573ff624..246e7bdde 100644 --- a/java/com/google/domain/registry/request/Parameter.java +++ b/java/com/google/domain/registry/request/Parameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/ParameterMap.java b/java/com/google/domain/registry/request/ParameterMap.java index 535e4bcad..5073cc438 100644 --- a/java/com/google/domain/registry/request/ParameterMap.java +++ b/java/com/google/domain/registry/request/ParameterMap.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/Payload.java b/java/com/google/domain/registry/request/Payload.java index bb43e806c..41d8599c6 100644 --- a/java/com/google/domain/registry/request/Payload.java +++ b/java/com/google/domain/registry/request/Payload.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/RequestHandler.java b/java/com/google/domain/registry/request/RequestHandler.java index 191ddd3aa..49af03976 100644 --- a/java/com/google/domain/registry/request/RequestHandler.java +++ b/java/com/google/domain/registry/request/RequestHandler.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/RequestMethod.java b/java/com/google/domain/registry/request/RequestMethod.java index 6d91216ea..b2fbcde6d 100644 --- a/java/com/google/domain/registry/request/RequestMethod.java +++ b/java/com/google/domain/registry/request/RequestMethod.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/RequestModule.java b/java/com/google/domain/registry/request/RequestModule.java index d4f5a81f3..c34205058 100644 --- a/java/com/google/domain/registry/request/RequestModule.java +++ b/java/com/google/domain/registry/request/RequestModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/RequestParameters.java b/java/com/google/domain/registry/request/RequestParameters.java index 6f8a4aba2..f6104de5b 100644 --- a/java/com/google/domain/registry/request/RequestParameters.java +++ b/java/com/google/domain/registry/request/RequestParameters.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/RequestPath.java b/java/com/google/domain/registry/request/RequestPath.java index 0e6e5f39a..2095ab3a3 100644 --- a/java/com/google/domain/registry/request/RequestPath.java +++ b/java/com/google/domain/registry/request/RequestPath.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/RequestScope.java b/java/com/google/domain/registry/request/RequestScope.java index 99ea06229..a81a280e6 100644 --- a/java/com/google/domain/registry/request/RequestScope.java +++ b/java/com/google/domain/registry/request/RequestScope.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/Response.java b/java/com/google/domain/registry/request/Response.java index 0d388776a..2fca7b58b 100644 --- a/java/com/google/domain/registry/request/Response.java +++ b/java/com/google/domain/registry/request/Response.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/ResponseImpl.java b/java/com/google/domain/registry/request/ResponseImpl.java index f3d776675..513a9f5e8 100644 --- a/java/com/google/domain/registry/request/ResponseImpl.java +++ b/java/com/google/domain/registry/request/ResponseImpl.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/Route.java b/java/com/google/domain/registry/request/Route.java index 715ced86b..722642995 100644 --- a/java/com/google/domain/registry/request/Route.java +++ b/java/com/google/domain/registry/request/Route.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/Router.java b/java/com/google/domain/registry/request/Router.java index 4a8637637..338972258 100644 --- a/java/com/google/domain/registry/request/Router.java +++ b/java/com/google/domain/registry/request/Router.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/ServletDelegate.java b/java/com/google/domain/registry/request/ServletDelegate.java index ea18372b8..2c8d6d538 100644 --- a/java/com/google/domain/registry/request/ServletDelegate.java +++ b/java/com/google/domain/registry/request/ServletDelegate.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/request/package-info.java b/java/com/google/domain/registry/request/package-info.java index a777a097f..76f4261b0 100644 --- a/java/com/google/domain/registry/request/package-info.java +++ b/java/com/google/domain/registry/request/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/security/JsonHttp.java b/java/com/google/domain/registry/security/JsonHttp.java index 4ec001c20..d2feb04f4 100644 --- a/java/com/google/domain/registry/security/JsonHttp.java +++ b/java/com/google/domain/registry/security/JsonHttp.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/security/JsonResponseHelper.java b/java/com/google/domain/registry/security/JsonResponseHelper.java index 9e9e4df2e..5e20b47f2 100644 --- a/java/com/google/domain/registry/security/JsonResponseHelper.java +++ b/java/com/google/domain/registry/security/JsonResponseHelper.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/security/JsonTransportServlet.java b/java/com/google/domain/registry/security/JsonTransportServlet.java index e6085376f..66b13b637 100644 --- a/java/com/google/domain/registry/security/JsonTransportServlet.java +++ b/java/com/google/domain/registry/security/JsonTransportServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/security/XsrfProtectedServlet.java b/java/com/google/domain/registry/security/XsrfProtectedServlet.java index fda7509af..bdb8a148e 100644 --- a/java/com/google/domain/registry/security/XsrfProtectedServlet.java +++ b/java/com/google/domain/registry/security/XsrfProtectedServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/security/XsrfTokenManager.java b/java/com/google/domain/registry/security/XsrfTokenManager.java index 16f64b685..358b6f86b 100644 --- a/java/com/google/domain/registry/security/XsrfTokenManager.java +++ b/java/com/google/domain/registry/security/XsrfTokenManager.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/security/package-info.java b/java/com/google/domain/registry/security/package-info.java index 9c2b469e1..5deb39913 100644 --- a/java/com/google/domain/registry/security/package-info.java +++ b/java/com/google/domain/registry/security/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/storage/drive/DriveConnection.java b/java/com/google/domain/registry/storage/drive/DriveConnection.java index 57c16b95c..54f4ab2cb 100644 --- a/java/com/google/domain/registry/storage/drive/DriveConnection.java +++ b/java/com/google/domain/registry/storage/drive/DriveConnection.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tldconfig/idn/IdnLabelValidator.java b/java/com/google/domain/registry/tldconfig/idn/IdnLabelValidator.java index 187e366b7..7f9d50c19 100644 --- a/java/com/google/domain/registry/tldconfig/idn/IdnLabelValidator.java +++ b/java/com/google/domain/registry/tldconfig/idn/IdnLabelValidator.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tldconfig/idn/IdnTable.java b/java/com/google/domain/registry/tldconfig/idn/IdnTable.java index c789bd19d..480d2e535 100644 --- a/java/com/google/domain/registry/tldconfig/idn/IdnTable.java +++ b/java/com/google/domain/registry/tldconfig/idn/IdnTable.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tldconfig/idn/IdnTableEnum.java b/java/com/google/domain/registry/tldconfig/idn/IdnTableEnum.java index c82decc7d..db2957fe4 100644 --- a/java/com/google/domain/registry/tldconfig/idn/IdnTableEnum.java +++ b/java/com/google/domain/registry/tldconfig/idn/IdnTableEnum.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tldconfig/idn/JapaneseLanguageValidator.java b/java/com/google/domain/registry/tldconfig/idn/JapaneseLanguageValidator.java index 792a7b527..643e69764 100644 --- a/java/com/google/domain/registry/tldconfig/idn/JapaneseLanguageValidator.java +++ b/java/com/google/domain/registry/tldconfig/idn/JapaneseLanguageValidator.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tldconfig/idn/LanguageValidator.java b/java/com/google/domain/registry/tldconfig/idn/LanguageValidator.java index 517e4d351..2ff49d5a3 100644 --- a/java/com/google/domain/registry/tldconfig/idn/LanguageValidator.java +++ b/java/com/google/domain/registry/tldconfig/idn/LanguageValidator.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tmch/ClaimsListParser.java b/java/com/google/domain/registry/tmch/ClaimsListParser.java index c2fee098e..50bfc7111 100644 --- a/java/com/google/domain/registry/tmch/ClaimsListParser.java +++ b/java/com/google/domain/registry/tmch/ClaimsListParser.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tmch/LordnLog.java b/java/com/google/domain/registry/tmch/LordnLog.java index ae580b158..9b51c73c7 100644 --- a/java/com/google/domain/registry/tmch/LordnLog.java +++ b/java/com/google/domain/registry/tmch/LordnLog.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tmch/LordnRequestInitializer.java b/java/com/google/domain/registry/tmch/LordnRequestInitializer.java index 610e08587..440eee6a3 100644 --- a/java/com/google/domain/registry/tmch/LordnRequestInitializer.java +++ b/java/com/google/domain/registry/tmch/LordnRequestInitializer.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tmch/LordnTask.java b/java/com/google/domain/registry/tmch/LordnTask.java index 8ecb26d72..858fbf39b 100644 --- a/java/com/google/domain/registry/tmch/LordnTask.java +++ b/java/com/google/domain/registry/tmch/LordnTask.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tmch/Marksdb.java b/java/com/google/domain/registry/tmch/Marksdb.java index 7129cbc35..34f8e78cd 100644 --- a/java/com/google/domain/registry/tmch/Marksdb.java +++ b/java/com/google/domain/registry/tmch/Marksdb.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tmch/NordnUploadAction.java b/java/com/google/domain/registry/tmch/NordnUploadAction.java index b29f39e7d..ceb531014 100644 --- a/java/com/google/domain/registry/tmch/NordnUploadAction.java +++ b/java/com/google/domain/registry/tmch/NordnUploadAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tmch/NordnVerifyAction.java b/java/com/google/domain/registry/tmch/NordnVerifyAction.java index 9c1324db1..d144b6638 100644 --- a/java/com/google/domain/registry/tmch/NordnVerifyAction.java +++ b/java/com/google/domain/registry/tmch/NordnVerifyAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tmch/SmdrlCsvParser.java b/java/com/google/domain/registry/tmch/SmdrlCsvParser.java index cc434c65b..281640a13 100644 --- a/java/com/google/domain/registry/tmch/SmdrlCsvParser.java +++ b/java/com/google/domain/registry/tmch/SmdrlCsvParser.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tmch/TmchCertificateAuthority.java b/java/com/google/domain/registry/tmch/TmchCertificateAuthority.java index 6c1ae76c1..2187b2b86 100644 --- a/java/com/google/domain/registry/tmch/TmchCertificateAuthority.java +++ b/java/com/google/domain/registry/tmch/TmchCertificateAuthority.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tmch/TmchCrlAction.java b/java/com/google/domain/registry/tmch/TmchCrlAction.java index fca89cd70..6268b006c 100644 --- a/java/com/google/domain/registry/tmch/TmchCrlAction.java +++ b/java/com/google/domain/registry/tmch/TmchCrlAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tmch/TmchData.java b/java/com/google/domain/registry/tmch/TmchData.java index 4b92a5401..5f6c7660a 100644 --- a/java/com/google/domain/registry/tmch/TmchData.java +++ b/java/com/google/domain/registry/tmch/TmchData.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tmch/TmchDnlAction.java b/java/com/google/domain/registry/tmch/TmchDnlAction.java index 892599446..1b9a70d2d 100644 --- a/java/com/google/domain/registry/tmch/TmchDnlAction.java +++ b/java/com/google/domain/registry/tmch/TmchDnlAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tmch/TmchModule.java b/java/com/google/domain/registry/tmch/TmchModule.java index fb362765c..d722fd48e 100644 --- a/java/com/google/domain/registry/tmch/TmchModule.java +++ b/java/com/google/domain/registry/tmch/TmchModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tmch/TmchSmdrlAction.java b/java/com/google/domain/registry/tmch/TmchSmdrlAction.java index 0b4b8f0b3..d3b658097 100644 --- a/java/com/google/domain/registry/tmch/TmchSmdrlAction.java +++ b/java/com/google/domain/registry/tmch/TmchSmdrlAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tmch/TmchXmlSignature.java b/java/com/google/domain/registry/tmch/TmchXmlSignature.java index ad3e2ce99..8cac5e7f7 100644 --- a/java/com/google/domain/registry/tmch/TmchXmlSignature.java +++ b/java/com/google/domain/registry/tmch/TmchXmlSignature.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tmch/package-info.java b/java/com/google/domain/registry/tmch/package-info.java index cd5830f82..aface7901 100644 --- a/java/com/google/domain/registry/tmch/package-info.java +++ b/java/com/google/domain/registry/tmch/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/AllocateDomainCommand.java b/java/com/google/domain/registry/tools/AllocateDomainCommand.java index 0663d49fb..572b61e12 100644 --- a/java/com/google/domain/registry/tools/AllocateDomainCommand.java +++ b/java/com/google/domain/registry/tools/AllocateDomainCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/AppEngineConnection.java b/java/com/google/domain/registry/tools/AppEngineConnection.java index 32bf780bd..1e31b8c89 100644 --- a/java/com/google/domain/registry/tools/AppEngineConnection.java +++ b/java/com/google/domain/registry/tools/AppEngineConnection.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/AuctionStatusCommand.java b/java/com/google/domain/registry/tools/AuctionStatusCommand.java index 702e8fb16..8af06237d 100644 --- a/java/com/google/domain/registry/tools/AuctionStatusCommand.java +++ b/java/com/google/domain/registry/tools/AuctionStatusCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/BigqueryCommand.java b/java/com/google/domain/registry/tools/BigqueryCommand.java index 2782779ce..68ef207ca 100644 --- a/java/com/google/domain/registry/tools/BigqueryCommand.java +++ b/java/com/google/domain/registry/tools/BigqueryCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/BigqueryCommandUtilities.java b/java/com/google/domain/registry/tools/BigqueryCommandUtilities.java index be66061b7..a32303b75 100644 --- a/java/com/google/domain/registry/tools/BigqueryCommandUtilities.java +++ b/java/com/google/domain/registry/tools/BigqueryCommandUtilities.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/BigqueryParameters.java b/java/com/google/domain/registry/tools/BigqueryParameters.java index c97acd84e..144331f70 100644 --- a/java/com/google/domain/registry/tools/BigqueryParameters.java +++ b/java/com/google/domain/registry/tools/BigqueryParameters.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CanonicalizeLabelsCommand.java b/java/com/google/domain/registry/tools/CanonicalizeLabelsCommand.java index a9357f8a0..1ab994ed8 100644 --- a/java/com/google/domain/registry/tools/CanonicalizeLabelsCommand.java +++ b/java/com/google/domain/registry/tools/CanonicalizeLabelsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CheckSnapshotCommand.java b/java/com/google/domain/registry/tools/CheckSnapshotCommand.java index 1796f1946..54b448961 100644 --- a/java/com/google/domain/registry/tools/CheckSnapshotCommand.java +++ b/java/com/google/domain/registry/tools/CheckSnapshotCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/Command.java b/java/com/google/domain/registry/tools/Command.java index 139efb93d..d1f52a64f 100644 --- a/java/com/google/domain/registry/tools/Command.java +++ b/java/com/google/domain/registry/tools/Command.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CommandUtilities.java b/java/com/google/domain/registry/tools/CommandUtilities.java index 9c887992c..4e18589c1 100644 --- a/java/com/google/domain/registry/tools/CommandUtilities.java +++ b/java/com/google/domain/registry/tools/CommandUtilities.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/ConfirmingCommand.java b/java/com/google/domain/registry/tools/ConfirmingCommand.java index 29f605f9c..ac89a01c5 100644 --- a/java/com/google/domain/registry/tools/ConfirmingCommand.java +++ b/java/com/google/domain/registry/tools/ConfirmingCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/ConvertIdnCommand.java b/java/com/google/domain/registry/tools/ConvertIdnCommand.java index cf88dcb9b..b67fe0521 100644 --- a/java/com/google/domain/registry/tools/ConvertIdnCommand.java +++ b/java/com/google/domain/registry/tools/ConvertIdnCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CreateAnchorTenantCommand.java b/java/com/google/domain/registry/tools/CreateAnchorTenantCommand.java index 49b9374ac..fa08b300e 100644 --- a/java/com/google/domain/registry/tools/CreateAnchorTenantCommand.java +++ b/java/com/google/domain/registry/tools/CreateAnchorTenantCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CreateAuctionCreditsCommand.java b/java/com/google/domain/registry/tools/CreateAuctionCreditsCommand.java index 5a1e589ad..ab3ba76da 100644 --- a/java/com/google/domain/registry/tools/CreateAuctionCreditsCommand.java +++ b/java/com/google/domain/registry/tools/CreateAuctionCreditsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CreateContactCommand.java b/java/com/google/domain/registry/tools/CreateContactCommand.java index f3863a630..89fd6ea26 100644 --- a/java/com/google/domain/registry/tools/CreateContactCommand.java +++ b/java/com/google/domain/registry/tools/CreateContactCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CreateCreditBalanceCommand.java b/java/com/google/domain/registry/tools/CreateCreditBalanceCommand.java index a47053ec2..041ec957b 100644 --- a/java/com/google/domain/registry/tools/CreateCreditBalanceCommand.java +++ b/java/com/google/domain/registry/tools/CreateCreditBalanceCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CreateCreditCommand.java b/java/com/google/domain/registry/tools/CreateCreditCommand.java index 67689c435..f62b5f95d 100644 --- a/java/com/google/domain/registry/tools/CreateCreditCommand.java +++ b/java/com/google/domain/registry/tools/CreateCreditCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CreateOrUpdatePremiumListCommand.java b/java/com/google/domain/registry/tools/CreateOrUpdatePremiumListCommand.java index 5df147e45..0ed26c32e 100644 --- a/java/com/google/domain/registry/tools/CreateOrUpdatePremiumListCommand.java +++ b/java/com/google/domain/registry/tools/CreateOrUpdatePremiumListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CreateOrUpdateRegistrarCommand.java b/java/com/google/domain/registry/tools/CreateOrUpdateRegistrarCommand.java index 57aa161ef..a41623d1e 100644 --- a/java/com/google/domain/registry/tools/CreateOrUpdateRegistrarCommand.java +++ b/java/com/google/domain/registry/tools/CreateOrUpdateRegistrarCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CreateOrUpdateReservedListCommand.java b/java/com/google/domain/registry/tools/CreateOrUpdateReservedListCommand.java index 54cbec86a..3cdf39805 100644 --- a/java/com/google/domain/registry/tools/CreateOrUpdateReservedListCommand.java +++ b/java/com/google/domain/registry/tools/CreateOrUpdateReservedListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CreateOrUpdateTldCommand.java b/java/com/google/domain/registry/tools/CreateOrUpdateTldCommand.java index 83880f82f..8fe142856 100644 --- a/java/com/google/domain/registry/tools/CreateOrUpdateTldCommand.java +++ b/java/com/google/domain/registry/tools/CreateOrUpdateTldCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CreatePremiumListCommand.java b/java/com/google/domain/registry/tools/CreatePremiumListCommand.java index 8db06afd8..9f8918ae6 100644 --- a/java/com/google/domain/registry/tools/CreatePremiumListCommand.java +++ b/java/com/google/domain/registry/tools/CreatePremiumListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CreateRegistrarCommand.java b/java/com/google/domain/registry/tools/CreateRegistrarCommand.java index 083b6f37c..5fe23afbe 100644 --- a/java/com/google/domain/registry/tools/CreateRegistrarCommand.java +++ b/java/com/google/domain/registry/tools/CreateRegistrarCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CreateRegistrarGroupsCommand.java b/java/com/google/domain/registry/tools/CreateRegistrarGroupsCommand.java index 1ec838a7f..053652959 100644 --- a/java/com/google/domain/registry/tools/CreateRegistrarGroupsCommand.java +++ b/java/com/google/domain/registry/tools/CreateRegistrarGroupsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CreateReservedListCommand.java b/java/com/google/domain/registry/tools/CreateReservedListCommand.java index f69ae0fbf..7ffd8ed92 100644 --- a/java/com/google/domain/registry/tools/CreateReservedListCommand.java +++ b/java/com/google/domain/registry/tools/CreateReservedListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CreateSandboxTldCommand.java b/java/com/google/domain/registry/tools/CreateSandboxTldCommand.java index c03e982df..840b1ade6 100644 --- a/java/com/google/domain/registry/tools/CreateSandboxTldCommand.java +++ b/java/com/google/domain/registry/tools/CreateSandboxTldCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/CreateTldCommand.java b/java/com/google/domain/registry/tools/CreateTldCommand.java index 742ea5a98..f58f1688f 100644 --- a/java/com/google/domain/registry/tools/CreateTldCommand.java +++ b/java/com/google/domain/registry/tools/CreateTldCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/DeleteCreditCommand.java b/java/com/google/domain/registry/tools/DeleteCreditCommand.java index 751b19750..32cb5cb5e 100644 --- a/java/com/google/domain/registry/tools/DeleteCreditCommand.java +++ b/java/com/google/domain/registry/tools/DeleteCreditCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/DeleteDomainCommand.java b/java/com/google/domain/registry/tools/DeleteDomainCommand.java index 7bae1a5e5..c1f5dd4c7 100644 --- a/java/com/google/domain/registry/tools/DeleteDomainCommand.java +++ b/java/com/google/domain/registry/tools/DeleteDomainCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/DeleteEntityCommand.java b/java/com/google/domain/registry/tools/DeleteEntityCommand.java index 62a819929..1c2564c74 100644 --- a/java/com/google/domain/registry/tools/DeleteEntityCommand.java +++ b/java/com/google/domain/registry/tools/DeleteEntityCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/DeleteEppResourceCommand.java b/java/com/google/domain/registry/tools/DeleteEppResourceCommand.java index d7b68b838..dab39148d 100644 --- a/java/com/google/domain/registry/tools/DeleteEppResourceCommand.java +++ b/java/com/google/domain/registry/tools/DeleteEppResourceCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/DeletePremiumListCommand.java b/java/com/google/domain/registry/tools/DeletePremiumListCommand.java index 758ce3874..c55b69970 100644 --- a/java/com/google/domain/registry/tools/DeletePremiumListCommand.java +++ b/java/com/google/domain/registry/tools/DeletePremiumListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/DeleteReservedListCommand.java b/java/com/google/domain/registry/tools/DeleteReservedListCommand.java index 4e5ac439b..f854321c9 100644 --- a/java/com/google/domain/registry/tools/DeleteReservedListCommand.java +++ b/java/com/google/domain/registry/tools/DeleteReservedListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/DomainApplicationInfoCommand.java b/java/com/google/domain/registry/tools/DomainApplicationInfoCommand.java index e1c6b0c70..8cb326017 100644 --- a/java/com/google/domain/registry/tools/DomainApplicationInfoCommand.java +++ b/java/com/google/domain/registry/tools/DomainApplicationInfoCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/DomainCheckClaimsCommand.java b/java/com/google/domain/registry/tools/DomainCheckClaimsCommand.java index 0f5225cd7..ff92559cf 100644 --- a/java/com/google/domain/registry/tools/DomainCheckClaimsCommand.java +++ b/java/com/google/domain/registry/tools/DomainCheckClaimsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/DomainCheckCommand.java b/java/com/google/domain/registry/tools/DomainCheckCommand.java index 0e158cf9e..8aa43447f 100644 --- a/java/com/google/domain/registry/tools/DomainCheckCommand.java +++ b/java/com/google/domain/registry/tools/DomainCheckCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/DomainCheckFeeCommand.java b/java/com/google/domain/registry/tools/DomainCheckFeeCommand.java index aa37014dd..992e111fd 100644 --- a/java/com/google/domain/registry/tools/DomainCheckFeeCommand.java +++ b/java/com/google/domain/registry/tools/DomainCheckFeeCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/EncryptEscrowDepositCommand.java b/java/com/google/domain/registry/tools/EncryptEscrowDepositCommand.java index cb0da250e..10ad543ad 100644 --- a/java/com/google/domain/registry/tools/EncryptEscrowDepositCommand.java +++ b/java/com/google/domain/registry/tools/EncryptEscrowDepositCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/EppToolCommand.java b/java/com/google/domain/registry/tools/EppToolCommand.java index 409c00524..31b7984c5 100644 --- a/java/com/google/domain/registry/tools/EppToolCommand.java +++ b/java/com/google/domain/registry/tools/EppToolCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/EscrowDepositEncryptor.java b/java/com/google/domain/registry/tools/EscrowDepositEncryptor.java index 183a1a248..9085828b1 100644 --- a/java/com/google/domain/registry/tools/EscrowDepositEncryptor.java +++ b/java/com/google/domain/registry/tools/EscrowDepositEncryptor.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/ExecuteEppCommand.java b/java/com/google/domain/registry/tools/ExecuteEppCommand.java index b25859954..131aed6c8 100644 --- a/java/com/google/domain/registry/tools/ExecuteEppCommand.java +++ b/java/com/google/domain/registry/tools/ExecuteEppCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GenerateApplicationsReportCommand.java b/java/com/google/domain/registry/tools/GenerateApplicationsReportCommand.java index a1a2994ff..f9e19fcb2 100644 --- a/java/com/google/domain/registry/tools/GenerateApplicationsReportCommand.java +++ b/java/com/google/domain/registry/tools/GenerateApplicationsReportCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GenerateAuctionDataCommand.java b/java/com/google/domain/registry/tools/GenerateAuctionDataCommand.java index 9f2e1f173..dbd6e253f 100644 --- a/java/com/google/domain/registry/tools/GenerateAuctionDataCommand.java +++ b/java/com/google/domain/registry/tools/GenerateAuctionDataCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GenerateDnsReportCommand.java b/java/com/google/domain/registry/tools/GenerateDnsReportCommand.java index 00ea1641c..07d85a2f0 100644 --- a/java/com/google/domain/registry/tools/GenerateDnsReportCommand.java +++ b/java/com/google/domain/registry/tools/GenerateDnsReportCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GenerateEscrowDepositCommand.java b/java/com/google/domain/registry/tools/GenerateEscrowDepositCommand.java index 56a6dc449..bf26cb727 100644 --- a/java/com/google/domain/registry/tools/GenerateEscrowDepositCommand.java +++ b/java/com/google/domain/registry/tools/GenerateEscrowDepositCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GenerateLordnCommand.java b/java/com/google/domain/registry/tools/GenerateLordnCommand.java index 822f00866..f7b696a14 100644 --- a/java/com/google/domain/registry/tools/GenerateLordnCommand.java +++ b/java/com/google/domain/registry/tools/GenerateLordnCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GenerateZoneFilesCommand.java b/java/com/google/domain/registry/tools/GenerateZoneFilesCommand.java index 4ead88e1b..675c04c84 100644 --- a/java/com/google/domain/registry/tools/GenerateZoneFilesCommand.java +++ b/java/com/google/domain/registry/tools/GenerateZoneFilesCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GetApplicationCommand.java b/java/com/google/domain/registry/tools/GetApplicationCommand.java index ff2b65689..7e2d96daf 100644 --- a/java/com/google/domain/registry/tools/GetApplicationCommand.java +++ b/java/com/google/domain/registry/tools/GetApplicationCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GetApplicationIdsCommand.java b/java/com/google/domain/registry/tools/GetApplicationIdsCommand.java index 99813a65b..7ef2b709a 100644 --- a/java/com/google/domain/registry/tools/GetApplicationIdsCommand.java +++ b/java/com/google/domain/registry/tools/GetApplicationIdsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GetAppliedLabelsCommand.java b/java/com/google/domain/registry/tools/GetAppliedLabelsCommand.java index cd0ef5662..93bbe38a8 100644 --- a/java/com/google/domain/registry/tools/GetAppliedLabelsCommand.java +++ b/java/com/google/domain/registry/tools/GetAppliedLabelsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GetClaimsListCommand.java b/java/com/google/domain/registry/tools/GetClaimsListCommand.java index 3c19b1aa0..13dd10559 100644 --- a/java/com/google/domain/registry/tools/GetClaimsListCommand.java +++ b/java/com/google/domain/registry/tools/GetClaimsListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GetContactCommand.java b/java/com/google/domain/registry/tools/GetContactCommand.java index aab87c249..aabd09601 100644 --- a/java/com/google/domain/registry/tools/GetContactCommand.java +++ b/java/com/google/domain/registry/tools/GetContactCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GetDomainCommand.java b/java/com/google/domain/registry/tools/GetDomainCommand.java index f13cfe8bc..c910855df 100644 --- a/java/com/google/domain/registry/tools/GetDomainCommand.java +++ b/java/com/google/domain/registry/tools/GetDomainCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GetEppResourceCommand.java b/java/com/google/domain/registry/tools/GetEppResourceCommand.java index de72903af..0e107c672 100644 --- a/java/com/google/domain/registry/tools/GetEppResourceCommand.java +++ b/java/com/google/domain/registry/tools/GetEppResourceCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GetHistoryEntriesCommand.java b/java/com/google/domain/registry/tools/GetHistoryEntriesCommand.java index cea46b380..66bec2ba7 100644 --- a/java/com/google/domain/registry/tools/GetHistoryEntriesCommand.java +++ b/java/com/google/domain/registry/tools/GetHistoryEntriesCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GetHostCommand.java b/java/com/google/domain/registry/tools/GetHostCommand.java index 40026ef47..eb173e217 100644 --- a/java/com/google/domain/registry/tools/GetHostCommand.java +++ b/java/com/google/domain/registry/tools/GetHostCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GetRegistrarCommand.java b/java/com/google/domain/registry/tools/GetRegistrarCommand.java index c3fb14ab0..2b4e7de46 100644 --- a/java/com/google/domain/registry/tools/GetRegistrarCommand.java +++ b/java/com/google/domain/registry/tools/GetRegistrarCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GetResourceByKeyCommand.java b/java/com/google/domain/registry/tools/GetResourceByKeyCommand.java index 0b681851c..8a512f3a4 100644 --- a/java/com/google/domain/registry/tools/GetResourceByKeyCommand.java +++ b/java/com/google/domain/registry/tools/GetResourceByKeyCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GetSchemaCommand.java b/java/com/google/domain/registry/tools/GetSchemaCommand.java index ae6ebd320..351760d60 100644 --- a/java/com/google/domain/registry/tools/GetSchemaCommand.java +++ b/java/com/google/domain/registry/tools/GetSchemaCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GetTldCommand.java b/java/com/google/domain/registry/tools/GetTldCommand.java index 1d3272e29..5a7d150d3 100644 --- a/java/com/google/domain/registry/tools/GetTldCommand.java +++ b/java/com/google/domain/registry/tools/GetTldCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GhostrydeCommand.java b/java/com/google/domain/registry/tools/GhostrydeCommand.java index c27bfb755..ca41f4d96 100644 --- a/java/com/google/domain/registry/tools/GhostrydeCommand.java +++ b/java/com/google/domain/registry/tools/GhostrydeCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/GtechTool.java b/java/com/google/domain/registry/tools/GtechTool.java index 021c18a5e..0b6a54cb0 100644 --- a/java/com/google/domain/registry/tools/GtechTool.java +++ b/java/com/google/domain/registry/tools/GtechTool.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/HashCertificateCommand.java b/java/com/google/domain/registry/tools/HashCertificateCommand.java index bd756fd72..598bcc3d3 100644 --- a/java/com/google/domain/registry/tools/HashCertificateCommand.java +++ b/java/com/google/domain/registry/tools/HashCertificateCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/HelpCommand.java b/java/com/google/domain/registry/tools/HelpCommand.java index 68f8de4ac..6fed0d3d7 100644 --- a/java/com/google/domain/registry/tools/HelpCommand.java +++ b/java/com/google/domain/registry/tools/HelpCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/Injector.java b/java/com/google/domain/registry/tools/Injector.java index d2e902cf9..96bfad487 100644 --- a/java/com/google/domain/registry/tools/Injector.java +++ b/java/com/google/domain/registry/tools/Injector.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/ListCreditsCommand.java b/java/com/google/domain/registry/tools/ListCreditsCommand.java index dbabc4b08..4feb0e304 100644 --- a/java/com/google/domain/registry/tools/ListCreditsCommand.java +++ b/java/com/google/domain/registry/tools/ListCreditsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/ListCursorsCommand.java b/java/com/google/domain/registry/tools/ListCursorsCommand.java index 2ad252163..faac91566 100644 --- a/java/com/google/domain/registry/tools/ListCursorsCommand.java +++ b/java/com/google/domain/registry/tools/ListCursorsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/ListDomainsCommand.java b/java/com/google/domain/registry/tools/ListDomainsCommand.java index 920bd5a55..948c204c6 100644 --- a/java/com/google/domain/registry/tools/ListDomainsCommand.java +++ b/java/com/google/domain/registry/tools/ListDomainsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/ListHostsCommand.java b/java/com/google/domain/registry/tools/ListHostsCommand.java index ed37dc56d..c15335862 100644 --- a/java/com/google/domain/registry/tools/ListHostsCommand.java +++ b/java/com/google/domain/registry/tools/ListHostsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/ListObjectsCommand.java b/java/com/google/domain/registry/tools/ListObjectsCommand.java index 47192f482..b4500a046 100644 --- a/java/com/google/domain/registry/tools/ListObjectsCommand.java +++ b/java/com/google/domain/registry/tools/ListObjectsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/ListPremiumListsCommand.java b/java/com/google/domain/registry/tools/ListPremiumListsCommand.java index 0dd52aa1f..3f2343842 100644 --- a/java/com/google/domain/registry/tools/ListPremiumListsCommand.java +++ b/java/com/google/domain/registry/tools/ListPremiumListsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/ListRegistrarsCommand.java b/java/com/google/domain/registry/tools/ListRegistrarsCommand.java index 94321b0f6..407dc78bb 100644 --- a/java/com/google/domain/registry/tools/ListRegistrarsCommand.java +++ b/java/com/google/domain/registry/tools/ListRegistrarsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/ListReservedListsCommand.java b/java/com/google/domain/registry/tools/ListReservedListsCommand.java index cb54bf9bd..2ec0ead57 100644 --- a/java/com/google/domain/registry/tools/ListReservedListsCommand.java +++ b/java/com/google/domain/registry/tools/ListReservedListsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/ListTldsCommand.java b/java/com/google/domain/registry/tools/ListTldsCommand.java index 18fb3d309..5ea7b6c5f 100644 --- a/java/com/google/domain/registry/tools/ListTldsCommand.java +++ b/java/com/google/domain/registry/tools/ListTldsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/LoadSnapshotCommand.java b/java/com/google/domain/registry/tools/LoadSnapshotCommand.java index 31533ef64..a34163337 100644 --- a/java/com/google/domain/registry/tools/LoadSnapshotCommand.java +++ b/java/com/google/domain/registry/tools/LoadSnapshotCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/LoggingParameters.java b/java/com/google/domain/registry/tools/LoggingParameters.java index e7c870b98..75b8f25e5 100644 --- a/java/com/google/domain/registry/tools/LoggingParameters.java +++ b/java/com/google/domain/registry/tools/LoggingParameters.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/MakeBillingTablesCommand.java b/java/com/google/domain/registry/tools/MakeBillingTablesCommand.java index ab1f6529c..8211f5c83 100644 --- a/java/com/google/domain/registry/tools/MakeBillingTablesCommand.java +++ b/java/com/google/domain/registry/tools/MakeBillingTablesCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/MutatingCommand.java b/java/com/google/domain/registry/tools/MutatingCommand.java index fd6475199..c9acae443 100644 --- a/java/com/google/domain/registry/tools/MutatingCommand.java +++ b/java/com/google/domain/registry/tools/MutatingCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/MutatingEppToolCommand.java b/java/com/google/domain/registry/tools/MutatingEppToolCommand.java index f939c8c35..8652bc24e 100644 --- a/java/com/google/domain/registry/tools/MutatingEppToolCommand.java +++ b/java/com/google/domain/registry/tools/MutatingEppToolCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/PasswordGenerator.java b/java/com/google/domain/registry/tools/PasswordGenerator.java index 0ad1478d3..18f5551a4 100644 --- a/java/com/google/domain/registry/tools/PasswordGenerator.java +++ b/java/com/google/domain/registry/tools/PasswordGenerator.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/PendingEscrowCommand.java b/java/com/google/domain/registry/tools/PendingEscrowCommand.java index 9544511a6..00fd5fbf5 100644 --- a/java/com/google/domain/registry/tools/PendingEscrowCommand.java +++ b/java/com/google/domain/registry/tools/PendingEscrowCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/PublishDetailReportCommand.java b/java/com/google/domain/registry/tools/PublishDetailReportCommand.java index d51da04c0..d895719c8 100644 --- a/java/com/google/domain/registry/tools/PublishDetailReportCommand.java +++ b/java/com/google/domain/registry/tools/PublishDetailReportCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/RandomPasswordGenerator.java b/java/com/google/domain/registry/tools/RandomPasswordGenerator.java index 501b161b1..aad7490e4 100644 --- a/java/com/google/domain/registry/tools/RandomPasswordGenerator.java +++ b/java/com/google/domain/registry/tools/RandomPasswordGenerator.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/RegistrarActivityReportCommand.java b/java/com/google/domain/registry/tools/RegistrarActivityReportCommand.java index ca22129ed..d8e4a2c27 100644 --- a/java/com/google/domain/registry/tools/RegistrarActivityReportCommand.java +++ b/java/com/google/domain/registry/tools/RegistrarActivityReportCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/RegistrarContactCommand.java b/java/com/google/domain/registry/tools/RegistrarContactCommand.java index a2e980463..34b7823e4 100644 --- a/java/com/google/domain/registry/tools/RegistrarContactCommand.java +++ b/java/com/google/domain/registry/tools/RegistrarContactCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/RegistryCli.java b/java/com/google/domain/registry/tools/RegistryCli.java index 11a9fc0af..4ea8c89d2 100644 --- a/java/com/google/domain/registry/tools/RegistryCli.java +++ b/java/com/google/domain/registry/tools/RegistryCli.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/RegistryTool.java b/java/com/google/domain/registry/tools/RegistryTool.java index 54d9cc46c..5e8da3b6c 100644 --- a/java/com/google/domain/registry/tools/RegistryTool.java +++ b/java/com/google/domain/registry/tools/RegistryTool.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/RegistryToolComponent.java b/java/com/google/domain/registry/tools/RegistryToolComponent.java index 884d3af79..4ba44ae19 100644 --- a/java/com/google/domain/registry/tools/RegistryToolComponent.java +++ b/java/com/google/domain/registry/tools/RegistryToolComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/RegistryToolEnvironment.java b/java/com/google/domain/registry/tools/RegistryToolEnvironment.java index b14afd605..b98b817ad 100644 --- a/java/com/google/domain/registry/tools/RegistryToolEnvironment.java +++ b/java/com/google/domain/registry/tools/RegistryToolEnvironment.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/RegistryToolModule.java b/java/com/google/domain/registry/tools/RegistryToolModule.java index d62b33bf7..88378fc37 100644 --- a/java/com/google/domain/registry/tools/RegistryToolModule.java +++ b/java/com/google/domain/registry/tools/RegistryToolModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/SendEscrowReportToIcannCommand.java b/java/com/google/domain/registry/tools/SendEscrowReportToIcannCommand.java index 9b3fe1592..49b561654 100644 --- a/java/com/google/domain/registry/tools/SendEscrowReportToIcannCommand.java +++ b/java/com/google/domain/registry/tools/SendEscrowReportToIcannCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/ServerSideCommand.java b/java/com/google/domain/registry/tools/ServerSideCommand.java index e0b65a9ed..c6216a32f 100644 --- a/java/com/google/domain/registry/tools/ServerSideCommand.java +++ b/java/com/google/domain/registry/tools/ServerSideCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/SetupOteCommand.java b/java/com/google/domain/registry/tools/SetupOteCommand.java index 17509c015..83fb9ce3c 100644 --- a/java/com/google/domain/registry/tools/SetupOteCommand.java +++ b/java/com/google/domain/registry/tools/SetupOteCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/UpdateApplicationStatusCommand.java b/java/com/google/domain/registry/tools/UpdateApplicationStatusCommand.java index ce7d10b05..818cc8f92 100644 --- a/java/com/google/domain/registry/tools/UpdateApplicationStatusCommand.java +++ b/java/com/google/domain/registry/tools/UpdateApplicationStatusCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/UpdateClaimsNoticeCommand.java b/java/com/google/domain/registry/tools/UpdateClaimsNoticeCommand.java index cd8682f55..a608bf3d0 100644 --- a/java/com/google/domain/registry/tools/UpdateClaimsNoticeCommand.java +++ b/java/com/google/domain/registry/tools/UpdateClaimsNoticeCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/UpdateCreditsCommand.java b/java/com/google/domain/registry/tools/UpdateCreditsCommand.java index 2dcc4f6f3..2414d7d97 100644 --- a/java/com/google/domain/registry/tools/UpdateCreditsCommand.java +++ b/java/com/google/domain/registry/tools/UpdateCreditsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/UpdateCursorsCommand.java b/java/com/google/domain/registry/tools/UpdateCursorsCommand.java index 9c8b15bde..902e92463 100644 --- a/java/com/google/domain/registry/tools/UpdateCursorsCommand.java +++ b/java/com/google/domain/registry/tools/UpdateCursorsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/UpdatePremiumListCommand.java b/java/com/google/domain/registry/tools/UpdatePremiumListCommand.java index 9f14cfe86..bc0e86084 100644 --- a/java/com/google/domain/registry/tools/UpdatePremiumListCommand.java +++ b/java/com/google/domain/registry/tools/UpdatePremiumListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/UpdateRegistrarCommand.java b/java/com/google/domain/registry/tools/UpdateRegistrarCommand.java index dfb0eded9..dceed5564 100644 --- a/java/com/google/domain/registry/tools/UpdateRegistrarCommand.java +++ b/java/com/google/domain/registry/tools/UpdateRegistrarCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/UpdateReservedListCommand.java b/java/com/google/domain/registry/tools/UpdateReservedListCommand.java index 5b17b6cea..f07b5dab1 100644 --- a/java/com/google/domain/registry/tools/UpdateReservedListCommand.java +++ b/java/com/google/domain/registry/tools/UpdateReservedListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/UpdateSandboxTldCommand.java b/java/com/google/domain/registry/tools/UpdateSandboxTldCommand.java index 304d94fff..d166d362f 100644 --- a/java/com/google/domain/registry/tools/UpdateSandboxTldCommand.java +++ b/java/com/google/domain/registry/tools/UpdateSandboxTldCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/UpdateServerLocksCommand.java b/java/com/google/domain/registry/tools/UpdateServerLocksCommand.java index cd0f8cd18..65b9d4632 100644 --- a/java/com/google/domain/registry/tools/UpdateServerLocksCommand.java +++ b/java/com/google/domain/registry/tools/UpdateServerLocksCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/UpdateSmdCommand.java b/java/com/google/domain/registry/tools/UpdateSmdCommand.java index 62658e34e..5696b2529 100644 --- a/java/com/google/domain/registry/tools/UpdateSmdCommand.java +++ b/java/com/google/domain/registry/tools/UpdateSmdCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/UpdateTldCommand.java b/java/com/google/domain/registry/tools/UpdateTldCommand.java index e3307a126..2a5e682bd 100644 --- a/java/com/google/domain/registry/tools/UpdateTldCommand.java +++ b/java/com/google/domain/registry/tools/UpdateTldCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/UploadClaimsListCommand.java b/java/com/google/domain/registry/tools/UploadClaimsListCommand.java index f93b660f4..5a5d681e9 100644 --- a/java/com/google/domain/registry/tools/UploadClaimsListCommand.java +++ b/java/com/google/domain/registry/tools/UploadClaimsListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/UserIdProvider.java b/java/com/google/domain/registry/tools/UserIdProvider.java index 0c133232e..96b0cc903 100644 --- a/java/com/google/domain/registry/tools/UserIdProvider.java +++ b/java/com/google/domain/registry/tools/UserIdProvider.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/ValidateEscrowDepositCommand.java b/java/com/google/domain/registry/tools/ValidateEscrowDepositCommand.java index d740658e5..24ca06d28 100644 --- a/java/com/google/domain/registry/tools/ValidateEscrowDepositCommand.java +++ b/java/com/google/domain/registry/tools/ValidateEscrowDepositCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/ValidateLoginCredentialsCommand.java b/java/com/google/domain/registry/tools/ValidateLoginCredentialsCommand.java index f966f174d..b54a97f86 100644 --- a/java/com/google/domain/registry/tools/ValidateLoginCredentialsCommand.java +++ b/java/com/google/domain/registry/tools/ValidateLoginCredentialsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/VerifyOteCommand.java b/java/com/google/domain/registry/tools/VerifyOteCommand.java index 04493208d..48742c295 100644 --- a/java/com/google/domain/registry/tools/VerifyOteCommand.java +++ b/java/com/google/domain/registry/tools/VerifyOteCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/WhoisQueryCommand.java b/java/com/google/domain/registry/tools/WhoisQueryCommand.java index c7fb91cfb..e56704871 100644 --- a/java/com/google/domain/registry/tools/WhoisQueryCommand.java +++ b/java/com/google/domain/registry/tools/WhoisQueryCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/javascrap/LoadAndResaveCommand.java b/java/com/google/domain/registry/tools/javascrap/LoadAndResaveCommand.java index db8711280..f7f119c3f 100644 --- a/java/com/google/domain/registry/tools/javascrap/LoadAndResaveCommand.java +++ b/java/com/google/domain/registry/tools/javascrap/LoadAndResaveCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/mapreduce/DeleteProberDataAction.java b/java/com/google/domain/registry/tools/mapreduce/DeleteProberDataAction.java index 5fa869c6c..dcf177eed 100644 --- a/java/com/google/domain/registry/tools/mapreduce/DeleteProberDataAction.java +++ b/java/com/google/domain/registry/tools/mapreduce/DeleteProberDataAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/mapreduce/ResaveAllEppResourcesAction.java b/java/com/google/domain/registry/tools/mapreduce/ResaveAllEppResourcesAction.java index 593416597..85be002c7 100644 --- a/java/com/google/domain/registry/tools/mapreduce/ResaveAllEppResourcesAction.java +++ b/java/com/google/domain/registry/tools/mapreduce/ResaveAllEppResourcesAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/package-info.java b/java/com/google/domain/registry/tools/package-info.java index 7293fdc83..2ba1aea1d 100644 --- a/java/com/google/domain/registry/tools/package-info.java +++ b/java/com/google/domain/registry/tools/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/DateTimeParameter.java b/java/com/google/domain/registry/tools/params/DateTimeParameter.java index 056db211f..001a78be4 100644 --- a/java/com/google/domain/registry/tools/params/DateTimeParameter.java +++ b/java/com/google/domain/registry/tools/params/DateTimeParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/DurationParameter.java b/java/com/google/domain/registry/tools/params/DurationParameter.java index e38d2ab17..20d16c5f7 100644 --- a/java/com/google/domain/registry/tools/params/DurationParameter.java +++ b/java/com/google/domain/registry/tools/params/DurationParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/EppResourceTypeParameter.java b/java/com/google/domain/registry/tools/params/EppResourceTypeParameter.java index 2e9141a1c..c351442a4 100644 --- a/java/com/google/domain/registry/tools/params/EppResourceTypeParameter.java +++ b/java/com/google/domain/registry/tools/params/EppResourceTypeParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/HostAndPortParameter.java b/java/com/google/domain/registry/tools/params/HostAndPortParameter.java index 700af23ff..8180a89de 100644 --- a/java/com/google/domain/registry/tools/params/HostAndPortParameter.java +++ b/java/com/google/domain/registry/tools/params/HostAndPortParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/InternetDomainNameParameter.java b/java/com/google/domain/registry/tools/params/InternetDomainNameParameter.java index e781ffedd..e4e18ec52 100644 --- a/java/com/google/domain/registry/tools/params/InternetDomainNameParameter.java +++ b/java/com/google/domain/registry/tools/params/InternetDomainNameParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/LocalDateParameter.java b/java/com/google/domain/registry/tools/params/LocalDateParameter.java index a93c417d2..99b614123 100644 --- a/java/com/google/domain/registry/tools/params/LocalDateParameter.java +++ b/java/com/google/domain/registry/tools/params/LocalDateParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/LoggingLevelParameter.java b/java/com/google/domain/registry/tools/params/LoggingLevelParameter.java index 1601c6bdd..6c1f51885 100644 --- a/java/com/google/domain/registry/tools/params/LoggingLevelParameter.java +++ b/java/com/google/domain/registry/tools/params/LoggingLevelParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/LongParameter.java b/java/com/google/domain/registry/tools/params/LongParameter.java index 091cf7f56..d30e36731 100644 --- a/java/com/google/domain/registry/tools/params/LongParameter.java +++ b/java/com/google/domain/registry/tools/params/LongParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/MoneyParameter.java b/java/com/google/domain/registry/tools/params/MoneyParameter.java index 0dfaae539..d75ef8fab 100644 --- a/java/com/google/domain/registry/tools/params/MoneyParameter.java +++ b/java/com/google/domain/registry/tools/params/MoneyParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/OptionalLongParameter.java b/java/com/google/domain/registry/tools/params/OptionalLongParameter.java index f16aafee6..6b09fd8c9 100644 --- a/java/com/google/domain/registry/tools/params/OptionalLongParameter.java +++ b/java/com/google/domain/registry/tools/params/OptionalLongParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/OptionalParameterConverterValidator.java b/java/com/google/domain/registry/tools/params/OptionalParameterConverterValidator.java index 716e4038c..065acbfbc 100644 --- a/java/com/google/domain/registry/tools/params/OptionalParameterConverterValidator.java +++ b/java/com/google/domain/registry/tools/params/OptionalParameterConverterValidator.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/OptionalPhoneNumberParameter.java b/java/com/google/domain/registry/tools/params/OptionalPhoneNumberParameter.java index 5c30a7ffb..dbc291400 100644 --- a/java/com/google/domain/registry/tools/params/OptionalPhoneNumberParameter.java +++ b/java/com/google/domain/registry/tools/params/OptionalPhoneNumberParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/OptionalStringParameter.java b/java/com/google/domain/registry/tools/params/OptionalStringParameter.java index 681bb230d..d33f63a31 100644 --- a/java/com/google/domain/registry/tools/params/OptionalStringParameter.java +++ b/java/com/google/domain/registry/tools/params/OptionalStringParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/ParameterConverterValidator.java b/java/com/google/domain/registry/tools/params/ParameterConverterValidator.java index b9fa7cfab..90b3b0c96 100644 --- a/java/com/google/domain/registry/tools/params/ParameterConverterValidator.java +++ b/java/com/google/domain/registry/tools/params/ParameterConverterValidator.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/ParameterFactory.java b/java/com/google/domain/registry/tools/params/ParameterFactory.java index c6ab54b25..5ad0a4b0e 100644 --- a/java/com/google/domain/registry/tools/params/ParameterFactory.java +++ b/java/com/google/domain/registry/tools/params/ParameterFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/PathParameter.java b/java/com/google/domain/registry/tools/params/PathParameter.java index d24d789fa..6b21cde00 100644 --- a/java/com/google/domain/registry/tools/params/PathParameter.java +++ b/java/com/google/domain/registry/tools/params/PathParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/PhoneNumberParameter.java b/java/com/google/domain/registry/tools/params/PhoneNumberParameter.java index edc7803ea..ef60e2c31 100644 --- a/java/com/google/domain/registry/tools/params/PhoneNumberParameter.java +++ b/java/com/google/domain/registry/tools/params/PhoneNumberParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/StringParameter.java b/java/com/google/domain/registry/tools/params/StringParameter.java index 351b3ddc7..124331242 100644 --- a/java/com/google/domain/registry/tools/params/StringParameter.java +++ b/java/com/google/domain/registry/tools/params/StringParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/TransitionListParameter.java b/java/com/google/domain/registry/tools/params/TransitionListParameter.java index 8e12a1f80..36fa480ff 100644 --- a/java/com/google/domain/registry/tools/params/TransitionListParameter.java +++ b/java/com/google/domain/registry/tools/params/TransitionListParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/YearMonthParameter.java b/java/com/google/domain/registry/tools/params/YearMonthParameter.java index c23facb3d..0196affb2 100644 --- a/java/com/google/domain/registry/tools/params/YearMonthParameter.java +++ b/java/com/google/domain/registry/tools/params/YearMonthParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/params/package-info.java b/java/com/google/domain/registry/tools/params/package-info.java index 555c04f5d..457025aa3 100644 --- a/java/com/google/domain/registry/tools/params/package-info.java +++ b/java/com/google/domain/registry/tools/params/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/server/CreateGroupsAction.java b/java/com/google/domain/registry/tools/server/CreateGroupsAction.java index 27e69159c..e0cfee936 100644 --- a/java/com/google/domain/registry/tools/server/CreateGroupsAction.java +++ b/java/com/google/domain/registry/tools/server/CreateGroupsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/server/CreateOrUpdatePremiumListAction.java b/java/com/google/domain/registry/tools/server/CreateOrUpdatePremiumListAction.java index ef760c4a1..b3e117be4 100644 --- a/java/com/google/domain/registry/tools/server/CreateOrUpdatePremiumListAction.java +++ b/java/com/google/domain/registry/tools/server/CreateOrUpdatePremiumListAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/server/CreatePremiumListAction.java b/java/com/google/domain/registry/tools/server/CreatePremiumListAction.java index e99541bf3..997c46b44 100644 --- a/java/com/google/domain/registry/tools/server/CreatePremiumListAction.java +++ b/java/com/google/domain/registry/tools/server/CreatePremiumListAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/server/DeleteEntityAction.java b/java/com/google/domain/registry/tools/server/DeleteEntityAction.java index f9b44adb8..19de7c7cd 100644 --- a/java/com/google/domain/registry/tools/server/DeleteEntityAction.java +++ b/java/com/google/domain/registry/tools/server/DeleteEntityAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/server/GenerateZoneFilesAction.java b/java/com/google/domain/registry/tools/server/GenerateZoneFilesAction.java index 24ba2a666..534ac5271 100644 --- a/java/com/google/domain/registry/tools/server/GenerateZoneFilesAction.java +++ b/java/com/google/domain/registry/tools/server/GenerateZoneFilesAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/server/KillAllCommitLogsAction.java b/java/com/google/domain/registry/tools/server/KillAllCommitLogsAction.java index 23a1f1b63..fb44c8d40 100644 --- a/java/com/google/domain/registry/tools/server/KillAllCommitLogsAction.java +++ b/java/com/google/domain/registry/tools/server/KillAllCommitLogsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/server/KillAllEppResourcesAction.java b/java/com/google/domain/registry/tools/server/KillAllEppResourcesAction.java index b6de05721..29a604e6b 100644 --- a/java/com/google/domain/registry/tools/server/KillAllEppResourcesAction.java +++ b/java/com/google/domain/registry/tools/server/KillAllEppResourcesAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/server/ListDomainsAction.java b/java/com/google/domain/registry/tools/server/ListDomainsAction.java index d804254f5..bf5eede1c 100644 --- a/java/com/google/domain/registry/tools/server/ListDomainsAction.java +++ b/java/com/google/domain/registry/tools/server/ListDomainsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/server/ListHostsAction.java b/java/com/google/domain/registry/tools/server/ListHostsAction.java index f944ab8c8..b1040cb2f 100644 --- a/java/com/google/domain/registry/tools/server/ListHostsAction.java +++ b/java/com/google/domain/registry/tools/server/ListHostsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/server/ListObjectsAction.java b/java/com/google/domain/registry/tools/server/ListObjectsAction.java index 9b32d22ff..6396350e9 100644 --- a/java/com/google/domain/registry/tools/server/ListObjectsAction.java +++ b/java/com/google/domain/registry/tools/server/ListObjectsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/server/ListPremiumListsAction.java b/java/com/google/domain/registry/tools/server/ListPremiumListsAction.java index c93abe53f..9e5430dac 100644 --- a/java/com/google/domain/registry/tools/server/ListPremiumListsAction.java +++ b/java/com/google/domain/registry/tools/server/ListPremiumListsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/server/ListRegistrarsAction.java b/java/com/google/domain/registry/tools/server/ListRegistrarsAction.java index 3e1dafefa..39be23bce 100644 --- a/java/com/google/domain/registry/tools/server/ListRegistrarsAction.java +++ b/java/com/google/domain/registry/tools/server/ListRegistrarsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/server/ListReservedListsAction.java b/java/com/google/domain/registry/tools/server/ListReservedListsAction.java index 9d06070ca..f8cd63ecb 100644 --- a/java/com/google/domain/registry/tools/server/ListReservedListsAction.java +++ b/java/com/google/domain/registry/tools/server/ListReservedListsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/server/ListTldsAction.java b/java/com/google/domain/registry/tools/server/ListTldsAction.java index 8dbdadd26..196512710 100644 --- a/java/com/google/domain/registry/tools/server/ListTldsAction.java +++ b/java/com/google/domain/registry/tools/server/ListTldsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/server/ToolsServerModule.java b/java/com/google/domain/registry/tools/server/ToolsServerModule.java index 874878dc3..d788d1623 100644 --- a/java/com/google/domain/registry/tools/server/ToolsServerModule.java +++ b/java/com/google/domain/registry/tools/server/ToolsServerModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/server/UpdatePremiumListAction.java b/java/com/google/domain/registry/tools/server/UpdatePremiumListAction.java index 5314cda57..9371a61a5 100644 --- a/java/com/google/domain/registry/tools/server/UpdatePremiumListAction.java +++ b/java/com/google/domain/registry/tools/server/UpdatePremiumListAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/tools/server/VerifyOteAction.java b/java/com/google/domain/registry/tools/server/VerifyOteAction.java index ebadc2480..8dc619279 100644 --- a/java/com/google/domain/registry/tools/server/VerifyOteAction.java +++ b/java/com/google/domain/registry/tools/server/VerifyOteAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/ConsoleConfigModule.java b/java/com/google/domain/registry/ui/ConsoleConfigModule.java index 910c30694..fdbd8c724 100644 --- a/java/com/google/domain/registry/ui/ConsoleConfigModule.java +++ b/java/com/google/domain/registry/ui/ConsoleConfigModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/ConsoleDebug.java b/java/com/google/domain/registry/ui/ConsoleDebug.java index ea087d4f5..a7a4591cf 100644 --- a/java/com/google/domain/registry/ui/ConsoleDebug.java +++ b/java/com/google/domain/registry/ui/ConsoleDebug.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/compile_test.js b/java/com/google/domain/registry/ui/compile_test.js index 491b82239..8e1958e44 100644 --- a/java/com/google/domain/registry/ui/compile_test.js +++ b/java/com/google/domain/registry/ui/compile_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/externs/braintree.js b/java/com/google/domain/registry/ui/externs/braintree.js index 42a4095c6..9584a6aec 100644 --- a/java/com/google/domain/registry/ui/externs/braintree.js +++ b/java/com/google/domain/registry/ui/externs/braintree.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/externs/json.js b/java/com/google/domain/registry/ui/externs/json.js index 7f4fbe295..d1d755a43 100644 --- a/java/com/google/domain/registry/ui/externs/json.js +++ b/java/com/google/domain/registry/ui/externs/json.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/externs/rpc_payment.js b/java/com/google/domain/registry/ui/externs/rpc_payment.js index 62136788b..1140efddf 100644 --- a/java/com/google/domain/registry/ui/externs/rpc_payment.js +++ b/java/com/google/domain/registry/ui/externs/rpc_payment.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/externs/rpc_paymentsetup.js b/java/com/google/domain/registry/ui/externs/rpc_paymentsetup.js index 130baaf3a..b25869429 100644 --- a/java/com/google/domain/registry/ui/externs/rpc_paymentsetup.js +++ b/java/com/google/domain/registry/ui/externs/rpc_paymentsetup.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/forms/FormException.java b/java/com/google/domain/registry/ui/forms/FormException.java index c51216f2d..45ac80f4c 100644 --- a/java/com/google/domain/registry/ui/forms/FormException.java +++ b/java/com/google/domain/registry/ui/forms/FormException.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/forms/FormField.java b/java/com/google/domain/registry/ui/forms/FormField.java index 1e410544d..207e15d27 100644 --- a/java/com/google/domain/registry/ui/forms/FormField.java +++ b/java/com/google/domain/registry/ui/forms/FormField.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/forms/FormFieldException.java b/java/com/google/domain/registry/ui/forms/FormFieldException.java index 787c73e59..3b0abd531 100644 --- a/java/com/google/domain/registry/ui/forms/FormFieldException.java +++ b/java/com/google/domain/registry/ui/forms/FormFieldException.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/forms/FormFields.java b/java/com/google/domain/registry/ui/forms/FormFields.java index 2a1dfe850..717434604 100644 --- a/java/com/google/domain/registry/ui/forms/FormFields.java +++ b/java/com/google/domain/registry/ui/forms/FormFields.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/forms/package-info.java b/java/com/google/domain/registry/ui/forms/package-info.java index 5e0d9481f..0a9fbdf31 100644 --- a/java/com/google/domain/registry/ui/forms/package-info.java +++ b/java/com/google/domain/registry/ui/forms/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/component.js b/java/com/google/domain/registry/ui/js/component.js index 703e665a5..8383cbc98 100644 --- a/java/com/google/domain/registry/ui/js/component.js +++ b/java/com/google/domain/registry/ui/js/component.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/console.js b/java/com/google/domain/registry/ui/js/console.js index 9a422b9e1..f2f020744 100644 --- a/java/com/google/domain/registry/ui/js/console.js +++ b/java/com/google/domain/registry/ui/js/console.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/edit_item.js b/java/com/google/domain/registry/ui/js/edit_item.js index 6fab0ef15..f5a755ffd 100644 --- a/java/com/google/domain/registry/ui/js/edit_item.js +++ b/java/com/google/domain/registry/ui/js/edit_item.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/forms.js b/java/com/google/domain/registry/ui/js/forms.js index e41bd60d0..2f480ff92 100644 --- a/java/com/google/domain/registry/ui/js/forms.js +++ b/java/com/google/domain/registry/ui/js/forms.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/menu_button.js b/java/com/google/domain/registry/ui/js/menu_button.js index 3cb1abe38..24b1f9484 100644 --- a/java/com/google/domain/registry/ui/js/menu_button.js +++ b/java/com/google/domain/registry/ui/js/menu_button.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/registrar/brainframe.js b/java/com/google/domain/registry/ui/js/registrar/brainframe.js index 063d689b7..127859dde 100644 --- a/java/com/google/domain/registry/ui/js/registrar/brainframe.js +++ b/java/com/google/domain/registry/ui/js/registrar/brainframe.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/registrar/console.js b/java/com/google/domain/registry/ui/js/registrar/console.js index 2d1f766d2..5a8496daa 100644 --- a/java/com/google/domain/registry/ui/js/registrar/console.js +++ b/java/com/google/domain/registry/ui/js/registrar/console.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/registrar/contact.js b/java/com/google/domain/registry/ui/js/registrar/contact.js index 9dd6d26d9..d2b3c1345 100644 --- a/java/com/google/domain/registry/ui/js/registrar/contact.js +++ b/java/com/google/domain/registry/ui/js/registrar/contact.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/registrar/contact_settings.js b/java/com/google/domain/registry/ui/js/registrar/contact_settings.js index d16d97a0e..c9007858f 100644 --- a/java/com/google/domain/registry/ui/js/registrar/contact_settings.js +++ b/java/com/google/domain/registry/ui/js/registrar/contact_settings.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/registrar/contact_us.js b/java/com/google/domain/registry/ui/js/registrar/contact_us.js index f2696a37a..962935282 100644 --- a/java/com/google/domain/registry/ui/js/registrar/contact_us.js +++ b/java/com/google/domain/registry/ui/js/registrar/contact_us.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/registrar/dashboard.js b/java/com/google/domain/registry/ui/js/registrar/dashboard.js index 129da8158..5ed01eb20 100644 --- a/java/com/google/domain/registry/ui/js/registrar/dashboard.js +++ b/java/com/google/domain/registry/ui/js/registrar/dashboard.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/registrar/domain.js b/java/com/google/domain/registry/ui/js/registrar/domain.js index 34bd0998a..e75cfd24a 100644 --- a/java/com/google/domain/registry/ui/js/registrar/domain.js +++ b/java/com/google/domain/registry/ui/js/registrar/domain.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/registrar/epp_session.js b/java/com/google/domain/registry/ui/js/registrar/epp_session.js index 762bc29d2..013212c18 100644 --- a/java/com/google/domain/registry/ui/js/registrar/epp_session.js +++ b/java/com/google/domain/registry/ui/js/registrar/epp_session.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/registrar/host.js b/java/com/google/domain/registry/ui/js/registrar/host.js index 7e58e0e61..a52b6199a 100644 --- a/java/com/google/domain/registry/ui/js/registrar/host.js +++ b/java/com/google/domain/registry/ui/js/registrar/host.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/registrar/main.js b/java/com/google/domain/registry/ui/js/registrar/main.js index 53ac10b0e..2af0d9063 100644 --- a/java/com/google/domain/registry/ui/js/registrar/main.js +++ b/java/com/google/domain/registry/ui/js/registrar/main.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/registrar/payment.js b/java/com/google/domain/registry/ui/js/registrar/payment.js index 846c5ec24..9ad7be82b 100644 --- a/java/com/google/domain/registry/ui/js/registrar/payment.js +++ b/java/com/google/domain/registry/ui/js/registrar/payment.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/registrar/resources.js b/java/com/google/domain/registry/ui/js/registrar/resources.js index 1191b35ff..669acdbb5 100644 --- a/java/com/google/domain/registry/ui/js/registrar/resources.js +++ b/java/com/google/domain/registry/ui/js/registrar/resources.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/registrar/security_settings.js b/java/com/google/domain/registry/ui/js/registrar/security_settings.js index e961d028a..48a137e54 100644 --- a/java/com/google/domain/registry/ui/js/registrar/security_settings.js +++ b/java/com/google/domain/registry/ui/js/registrar/security_settings.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/registrar/whois_settings.js b/java/com/google/domain/registry/ui/js/registrar/whois_settings.js index 585782543..0eea2bd03 100644 --- a/java/com/google/domain/registry/ui/js/registrar/whois_settings.js +++ b/java/com/google/domain/registry/ui/js/registrar/whois_settings.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/registrar/xml_resource_component.js b/java/com/google/domain/registry/ui/js/registrar/xml_resource_component.js index 822d3046a..ecbcba315 100644 --- a/java/com/google/domain/registry/ui/js/registrar/xml_resource_component.js +++ b/java/com/google/domain/registry/ui/js/registrar/xml_resource_component.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/resource.js b/java/com/google/domain/registry/ui/js/resource.js index ebada1b70..f04107fc3 100644 --- a/java/com/google/domain/registry/ui/js/resource.js +++ b/java/com/google/domain/registry/ui/js/resource.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/resource_component.js b/java/com/google/domain/registry/ui/js/resource_component.js index e9503bcc9..b0d79449c 100644 --- a/java/com/google/domain/registry/ui/js/resource_component.js +++ b/java/com/google/domain/registry/ui/js/resource_component.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/session.js b/java/com/google/domain/registry/ui/js/session.js index d6a49fd92..6dc1248b2 100644 --- a/java/com/google/domain/registry/ui/js/session.js +++ b/java/com/google/domain/registry/ui/js/session.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/util.js b/java/com/google/domain/registry/ui/js/util.js index f1123dc92..5f32dcd6b 100644 --- a/java/com/google/domain/registry/ui/js/util.js +++ b/java/com/google/domain/registry/ui/js/util.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/js/xml.js b/java/com/google/domain/registry/ui/js/xml.js index a74892396..9e542004a 100644 --- a/java/com/google/domain/registry/ui/js/xml.js +++ b/java/com/google/domain/registry/ui/js/xml.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/package-info.java b/java/com/google/domain/registry/ui/package-info.java index c00554fe1..fe7abf6ec 100644 --- a/java/com/google/domain/registry/ui/package-info.java +++ b/java/com/google/domain/registry/ui/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/server/RegistrarFormFields.java b/java/com/google/domain/registry/ui/server/RegistrarFormFields.java index f3115623a..eb793ce5f 100644 --- a/java/com/google/domain/registry/ui/server/RegistrarFormFields.java +++ b/java/com/google/domain/registry/ui/server/RegistrarFormFields.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/server/SoyTemplateUtils.java b/java/com/google/domain/registry/ui/server/SoyTemplateUtils.java index bacfe3322..336245c33 100644 --- a/java/com/google/domain/registry/ui/server/SoyTemplateUtils.java +++ b/java/com/google/domain/registry/ui/server/SoyTemplateUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/server/StateCode.java b/java/com/google/domain/registry/ui/server/StateCode.java index d895bb8c7..03a99c0ca 100644 --- a/java/com/google/domain/registry/ui/server/StateCode.java +++ b/java/com/google/domain/registry/ui/server/StateCode.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/server/api/CheckApiServlet.java b/java/com/google/domain/registry/ui/server/api/CheckApiServlet.java index 6a227f611..24246807e 100644 --- a/java/com/google/domain/registry/ui/server/api/CheckApiServlet.java +++ b/java/com/google/domain/registry/ui/server/api/CheckApiServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/server/api/package-info.java b/java/com/google/domain/registry/ui/server/api/package-info.java index 9423cdad6..fc410c5a5 100644 --- a/java/com/google/domain/registry/ui/server/api/package-info.java +++ b/java/com/google/domain/registry/ui/server/api/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/server/package-info.java b/java/com/google/domain/registry/ui/server/package-info.java index cfae5edc9..65e8541fb 100644 --- a/java/com/google/domain/registry/ui/server/package-info.java +++ b/java/com/google/domain/registry/ui/server/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/server/registrar/ConsoleUiAction.java b/java/com/google/domain/registry/ui/server/registrar/ConsoleUiAction.java index c20f0f838..16c293757 100644 --- a/java/com/google/domain/registry/ui/server/registrar/ConsoleUiAction.java +++ b/java/com/google/domain/registry/ui/server/registrar/ConsoleUiAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/server/registrar/RegistrarPaymentAction.java b/java/com/google/domain/registry/ui/server/registrar/RegistrarPaymentAction.java index 61b20a631..c84ffbea6 100644 --- a/java/com/google/domain/registry/ui/server/registrar/RegistrarPaymentAction.java +++ b/java/com/google/domain/registry/ui/server/registrar/RegistrarPaymentAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/server/registrar/RegistrarPaymentSetupAction.java b/java/com/google/domain/registry/ui/server/registrar/RegistrarPaymentSetupAction.java index ada75ca62..4c380f954 100644 --- a/java/com/google/domain/registry/ui/server/registrar/RegistrarPaymentSetupAction.java +++ b/java/com/google/domain/registry/ui/server/registrar/RegistrarPaymentSetupAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/server/registrar/RegistrarServlet.java b/java/com/google/domain/registry/ui/server/registrar/RegistrarServlet.java index ed358320a..de4b8e0d0 100644 --- a/java/com/google/domain/registry/ui/server/registrar/RegistrarServlet.java +++ b/java/com/google/domain/registry/ui/server/registrar/RegistrarServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/server/registrar/RegistrarUserModule.java b/java/com/google/domain/registry/ui/server/registrar/RegistrarUserModule.java index 32bbf236c..a48922b2a 100644 --- a/java/com/google/domain/registry/ui/server/registrar/RegistrarUserModule.java +++ b/java/com/google/domain/registry/ui/server/registrar/RegistrarUserModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/server/registrar/ResourceServlet.java b/java/com/google/domain/registry/ui/server/registrar/ResourceServlet.java index 117cfd0bf..30a989e62 100644 --- a/java/com/google/domain/registry/ui/server/registrar/ResourceServlet.java +++ b/java/com/google/domain/registry/ui/server/registrar/ResourceServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/server/registrar/SessionUtils.java b/java/com/google/domain/registry/ui/server/registrar/SessionUtils.java index 6a228c93c..26732d792 100644 --- a/java/com/google/domain/registry/ui/server/registrar/SessionUtils.java +++ b/java/com/google/domain/registry/ui/server/registrar/SessionUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/ui/server/registrar/package-info.java b/java/com/google/domain/registry/ui/server/registrar/package-info.java index 366f580d6..ed1a68011 100644 --- a/java/com/google/domain/registry/ui/server/registrar/package-info.java +++ b/java/com/google/domain/registry/ui/server/registrar/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/AppEngineTimeLimiter.java b/java/com/google/domain/registry/util/AppEngineTimeLimiter.java index 94396b1d7..ecd6e2949 100644 --- a/java/com/google/domain/registry/util/AppEngineTimeLimiter.java +++ b/java/com/google/domain/registry/util/AppEngineTimeLimiter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/BasicHttpSession.java b/java/com/google/domain/registry/util/BasicHttpSession.java index aaab87da5..5fc5dc3ad 100644 --- a/java/com/google/domain/registry/util/BasicHttpSession.java +++ b/java/com/google/domain/registry/util/BasicHttpSession.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/CacheUtils.java b/java/com/google/domain/registry/util/CacheUtils.java index 2e3dcd719..3d4469afc 100644 --- a/java/com/google/domain/registry/util/CacheUtils.java +++ b/java/com/google/domain/registry/util/CacheUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/CapturingLogHandler.java b/java/com/google/domain/registry/util/CapturingLogHandler.java index cb8f80979..01e7d5aaf 100644 --- a/java/com/google/domain/registry/util/CapturingLogHandler.java +++ b/java/com/google/domain/registry/util/CapturingLogHandler.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/CidrAddressBlock.java b/java/com/google/domain/registry/util/CidrAddressBlock.java index 939e4ef65..ff4f2bfac 100644 --- a/java/com/google/domain/registry/util/CidrAddressBlock.java +++ b/java/com/google/domain/registry/util/CidrAddressBlock.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/Clock.java b/java/com/google/domain/registry/util/Clock.java index 7b61be023..36d629190 100644 --- a/java/com/google/domain/registry/util/Clock.java +++ b/java/com/google/domain/registry/util/Clock.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/CollectionUtils.java b/java/com/google/domain/registry/util/CollectionUtils.java index cc56621a2..3f939716c 100644 --- a/java/com/google/domain/registry/util/CollectionUtils.java +++ b/java/com/google/domain/registry/util/CollectionUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/Concurrent.java b/java/com/google/domain/registry/util/Concurrent.java index c57c6b6b7..6d49e3389 100644 --- a/java/com/google/domain/registry/util/Concurrent.java +++ b/java/com/google/domain/registry/util/Concurrent.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/DatastoreServiceUtils.java b/java/com/google/domain/registry/util/DatastoreServiceUtils.java index 43e7cc391..1ce0e6f64 100644 --- a/java/com/google/domain/registry/util/DatastoreServiceUtils.java +++ b/java/com/google/domain/registry/util/DatastoreServiceUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/DateTimeUtils.java b/java/com/google/domain/registry/util/DateTimeUtils.java index 4c8bc11a7..fd23b366b 100644 --- a/java/com/google/domain/registry/util/DateTimeUtils.java +++ b/java/com/google/domain/registry/util/DateTimeUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/DiffUtils.java b/java/com/google/domain/registry/util/DiffUtils.java index ee0ebc3e8..87dd67144 100644 --- a/java/com/google/domain/registry/util/DiffUtils.java +++ b/java/com/google/domain/registry/util/DiffUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/DomainNameUtils.java b/java/com/google/domain/registry/util/DomainNameUtils.java index 1bead32c5..2c8301e17 100644 --- a/java/com/google/domain/registry/util/DomainNameUtils.java +++ b/java/com/google/domain/registry/util/DomainNameUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/FixedClock.java b/java/com/google/domain/registry/util/FixedClock.java index 1d2bd4282..e251ff3d2 100644 --- a/java/com/google/domain/registry/util/FixedClock.java +++ b/java/com/google/domain/registry/util/FixedClock.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/FormattingLogger.java b/java/com/google/domain/registry/util/FormattingLogger.java index 96ff7befc..82b60ca31 100644 --- a/java/com/google/domain/registry/util/FormattingLogger.java +++ b/java/com/google/domain/registry/util/FormattingLogger.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/HexDumper.java b/java/com/google/domain/registry/util/HexDumper.java index 830d955e0..6e0c2f7d8 100644 --- a/java/com/google/domain/registry/util/HexDumper.java +++ b/java/com/google/domain/registry/util/HexDumper.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/HttpServletUtils.java b/java/com/google/domain/registry/util/HttpServletUtils.java index 7609cc37d..a463de4cd 100644 --- a/java/com/google/domain/registry/util/HttpServletUtils.java +++ b/java/com/google/domain/registry/util/HttpServletUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/Idn.java b/java/com/google/domain/registry/util/Idn.java index 64104e0b5..a62c4f6b4 100644 --- a/java/com/google/domain/registry/util/Idn.java +++ b/java/com/google/domain/registry/util/Idn.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/ImprovedInputStream.java b/java/com/google/domain/registry/util/ImprovedInputStream.java index 6e1261a4c..70440aca2 100644 --- a/java/com/google/domain/registry/util/ImprovedInputStream.java +++ b/java/com/google/domain/registry/util/ImprovedInputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/ImprovedOutputStream.java b/java/com/google/domain/registry/util/ImprovedOutputStream.java index 06843d299..3d916104e 100644 --- a/java/com/google/domain/registry/util/ImprovedOutputStream.java +++ b/java/com/google/domain/registry/util/ImprovedOutputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/ListNamingUtils.java b/java/com/google/domain/registry/util/ListNamingUtils.java index 0ab5de110..23e20a100 100644 --- a/java/com/google/domain/registry/util/ListNamingUtils.java +++ b/java/com/google/domain/registry/util/ListNamingUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/NetworkUtils.java b/java/com/google/domain/registry/util/NetworkUtils.java index eb06a4be7..0c3a2c68d 100644 --- a/java/com/google/domain/registry/util/NetworkUtils.java +++ b/java/com/google/domain/registry/util/NetworkUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/NonFinalForTesting.java b/java/com/google/domain/registry/util/NonFinalForTesting.java index 10452af6d..e6b861c8f 100644 --- a/java/com/google/domain/registry/util/NonFinalForTesting.java +++ b/java/com/google/domain/registry/util/NonFinalForTesting.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/ObjectifyUtils.java b/java/com/google/domain/registry/util/ObjectifyUtils.java index c375e01be..4a56e7988 100644 --- a/java/com/google/domain/registry/util/ObjectifyUtils.java +++ b/java/com/google/domain/registry/util/ObjectifyUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/PathargMatcher.java b/java/com/google/domain/registry/util/PathargMatcher.java index 8a7eda311..462332c0c 100644 --- a/java/com/google/domain/registry/util/PathargMatcher.java +++ b/java/com/google/domain/registry/util/PathargMatcher.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/PipelineUtils.java b/java/com/google/domain/registry/util/PipelineUtils.java index b1ccb7f9b..3d27d543b 100644 --- a/java/com/google/domain/registry/util/PipelineUtils.java +++ b/java/com/google/domain/registry/util/PipelineUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/PosixTarHeader.java b/java/com/google/domain/registry/util/PosixTarHeader.java index 245b7d9d4..3dcb855b0 100644 --- a/java/com/google/domain/registry/util/PosixTarHeader.java +++ b/java/com/google/domain/registry/util/PosixTarHeader.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/PreconditionsUtils.java b/java/com/google/domain/registry/util/PreconditionsUtils.java index bb5cbe367..0cad5b952 100644 --- a/java/com/google/domain/registry/util/PreconditionsUtils.java +++ b/java/com/google/domain/registry/util/PreconditionsUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/PredicateUtils.java b/java/com/google/domain/registry/util/PredicateUtils.java index 8b4bbf194..8c4fc7912 100644 --- a/java/com/google/domain/registry/util/PredicateUtils.java +++ b/java/com/google/domain/registry/util/PredicateUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/RegistrarUtils.java b/java/com/google/domain/registry/util/RegistrarUtils.java index c8eeb8106..234a2a861 100644 --- a/java/com/google/domain/registry/util/RegistrarUtils.java +++ b/java/com/google/domain/registry/util/RegistrarUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/ResourceUtils.java b/java/com/google/domain/registry/util/ResourceUtils.java index eaa6b06f9..7f486db62 100644 --- a/java/com/google/domain/registry/util/ResourceUtils.java +++ b/java/com/google/domain/registry/util/ResourceUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/Retrier.java b/java/com/google/domain/registry/util/Retrier.java index 01562c8f5..1d6270c2e 100644 --- a/java/com/google/domain/registry/util/Retrier.java +++ b/java/com/google/domain/registry/util/Retrier.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/SendEmailService.java b/java/com/google/domain/registry/util/SendEmailService.java index 2799fb1d0..5f09aff06 100644 --- a/java/com/google/domain/registry/util/SendEmailService.java +++ b/java/com/google/domain/registry/util/SendEmailService.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/SendEmailUtils.java b/java/com/google/domain/registry/util/SendEmailUtils.java index 5031640d5..5d7f2677f 100644 --- a/java/com/google/domain/registry/util/SendEmailUtils.java +++ b/java/com/google/domain/registry/util/SendEmailUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/SerializeUtils.java b/java/com/google/domain/registry/util/SerializeUtils.java index 76085203a..02858ac68 100644 --- a/java/com/google/domain/registry/util/SerializeUtils.java +++ b/java/com/google/domain/registry/util/SerializeUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/Sleeper.java b/java/com/google/domain/registry/util/Sleeper.java index 37f1be78b..cf211575b 100644 --- a/java/com/google/domain/registry/util/Sleeper.java +++ b/java/com/google/domain/registry/util/Sleeper.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/SqlTemplate.java b/java/com/google/domain/registry/util/SqlTemplate.java index 561bcc47e..b77c93c66 100644 --- a/java/com/google/domain/registry/util/SqlTemplate.java +++ b/java/com/google/domain/registry/util/SqlTemplate.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/SystemClock.java b/java/com/google/domain/registry/util/SystemClock.java index 3650d0429..181876592 100644 --- a/java/com/google/domain/registry/util/SystemClock.java +++ b/java/com/google/domain/registry/util/SystemClock.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/SystemSleeper.java b/java/com/google/domain/registry/util/SystemSleeper.java index 492c1624a..3f449ef56 100644 --- a/java/com/google/domain/registry/util/SystemSleeper.java +++ b/java/com/google/domain/registry/util/SystemSleeper.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/TaskEnqueuer.java b/java/com/google/domain/registry/util/TaskEnqueuer.java index ff96b6bec..ba95a840a 100644 --- a/java/com/google/domain/registry/util/TaskEnqueuer.java +++ b/java/com/google/domain/registry/util/TaskEnqueuer.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/TeeOutputStream.java b/java/com/google/domain/registry/util/TeeOutputStream.java index 1afd81289..83f789f21 100644 --- a/java/com/google/domain/registry/util/TeeOutputStream.java +++ b/java/com/google/domain/registry/util/TeeOutputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/TypeUtils.java b/java/com/google/domain/registry/util/TypeUtils.java index 01a05fa82..4e8c79687 100644 --- a/java/com/google/domain/registry/util/TypeUtils.java +++ b/java/com/google/domain/registry/util/TypeUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/UrlFetchException.java b/java/com/google/domain/registry/util/UrlFetchException.java index 9745901c9..92047da83 100644 --- a/java/com/google/domain/registry/util/UrlFetchException.java +++ b/java/com/google/domain/registry/util/UrlFetchException.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/UrlFetchUtils.java b/java/com/google/domain/registry/util/UrlFetchUtils.java index c4de7758f..d245be1f4 100644 --- a/java/com/google/domain/registry/util/UrlFetchUtils.java +++ b/java/com/google/domain/registry/util/UrlFetchUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/X509Utils.java b/java/com/google/domain/registry/util/X509Utils.java index 46b51486d..f2510efed 100644 --- a/java/com/google/domain/registry/util/X509Utils.java +++ b/java/com/google/domain/registry/util/X509Utils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/XmlEnumUtils.java b/java/com/google/domain/registry/util/XmlEnumUtils.java index 183def36e..6d5df0f1c 100644 --- a/java/com/google/domain/registry/util/XmlEnumUtils.java +++ b/java/com/google/domain/registry/util/XmlEnumUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/util/package-info.java b/java/com/google/domain/registry/util/package-info.java index 0849230bc..971c404fb 100644 --- a/java/com/google/domain/registry/util/package-info.java +++ b/java/com/google/domain/registry/util/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/DomainLookupCommand.java b/java/com/google/domain/registry/whois/DomainLookupCommand.java index 5bf901d61..c2c86ec71 100644 --- a/java/com/google/domain/registry/whois/DomainLookupCommand.java +++ b/java/com/google/domain/registry/whois/DomainLookupCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/DomainOrHostLookupCommand.java b/java/com/google/domain/registry/whois/DomainOrHostLookupCommand.java index 6f9c8b1ec..95daee15b 100644 --- a/java/com/google/domain/registry/whois/DomainOrHostLookupCommand.java +++ b/java/com/google/domain/registry/whois/DomainOrHostLookupCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/DomainWhoisResponse.java b/java/com/google/domain/registry/whois/DomainWhoisResponse.java index acc94d162..124275c7c 100644 --- a/java/com/google/domain/registry/whois/DomainWhoisResponse.java +++ b/java/com/google/domain/registry/whois/DomainWhoisResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/NameserverLookupByHostCommand.java b/java/com/google/domain/registry/whois/NameserverLookupByHostCommand.java index b88b464b2..792c3e0bd 100644 --- a/java/com/google/domain/registry/whois/NameserverLookupByHostCommand.java +++ b/java/com/google/domain/registry/whois/NameserverLookupByHostCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/NameserverLookupByIpCommand.java b/java/com/google/domain/registry/whois/NameserverLookupByIpCommand.java index ccb696065..5f6667c41 100644 --- a/java/com/google/domain/registry/whois/NameserverLookupByIpCommand.java +++ b/java/com/google/domain/registry/whois/NameserverLookupByIpCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/NameserverWhoisResponse.java b/java/com/google/domain/registry/whois/NameserverWhoisResponse.java index 0b022fa30..6c82f81d3 100644 --- a/java/com/google/domain/registry/whois/NameserverWhoisResponse.java +++ b/java/com/google/domain/registry/whois/NameserverWhoisResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/RegistrarLookupCommand.java b/java/com/google/domain/registry/whois/RegistrarLookupCommand.java index e74bbc6a6..94639fbb9 100644 --- a/java/com/google/domain/registry/whois/RegistrarLookupCommand.java +++ b/java/com/google/domain/registry/whois/RegistrarLookupCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/RegistrarWhoisResponse.java b/java/com/google/domain/registry/whois/RegistrarWhoisResponse.java index 3675279a9..e6cc93090 100644 --- a/java/com/google/domain/registry/whois/RegistrarWhoisResponse.java +++ b/java/com/google/domain/registry/whois/RegistrarWhoisResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/Whois.java b/java/com/google/domain/registry/whois/Whois.java index fdca3a727..ad11e7985 100644 --- a/java/com/google/domain/registry/whois/Whois.java +++ b/java/com/google/domain/registry/whois/Whois.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/WhoisCommand.java b/java/com/google/domain/registry/whois/WhoisCommand.java index 1e4cc71d1..eb8e64d4f 100644 --- a/java/com/google/domain/registry/whois/WhoisCommand.java +++ b/java/com/google/domain/registry/whois/WhoisCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/WhoisException.java b/java/com/google/domain/registry/whois/WhoisException.java index a85f7b738..26bd79f2d 100644 --- a/java/com/google/domain/registry/whois/WhoisException.java +++ b/java/com/google/domain/registry/whois/WhoisException.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/WhoisHttpServer.java b/java/com/google/domain/registry/whois/WhoisHttpServer.java index 8aaf31942..b3ef3809a 100644 --- a/java/com/google/domain/registry/whois/WhoisHttpServer.java +++ b/java/com/google/domain/registry/whois/WhoisHttpServer.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/WhoisModule.java b/java/com/google/domain/registry/whois/WhoisModule.java index ebf9a31f3..1a2b36ee0 100644 --- a/java/com/google/domain/registry/whois/WhoisModule.java +++ b/java/com/google/domain/registry/whois/WhoisModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/WhoisReader.java b/java/com/google/domain/registry/whois/WhoisReader.java index 33de755e8..0d2f26e55 100644 --- a/java/com/google/domain/registry/whois/WhoisReader.java +++ b/java/com/google/domain/registry/whois/WhoisReader.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/WhoisResponse.java b/java/com/google/domain/registry/whois/WhoisResponse.java index e79432d47..d2d5c6673 100644 --- a/java/com/google/domain/registry/whois/WhoisResponse.java +++ b/java/com/google/domain/registry/whois/WhoisResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/WhoisResponseImpl.java b/java/com/google/domain/registry/whois/WhoisResponseImpl.java index eb4d69bb2..1cb02faef 100644 --- a/java/com/google/domain/registry/whois/WhoisResponseImpl.java +++ b/java/com/google/domain/registry/whois/WhoisResponseImpl.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/WhoisServer.java b/java/com/google/domain/registry/whois/WhoisServer.java index bf65f53d6..1cf7c5c6d 100644 --- a/java/com/google/domain/registry/whois/WhoisServer.java +++ b/java/com/google/domain/registry/whois/WhoisServer.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/whois/package-info.java b/java/com/google/domain/registry/whois/package-info.java index ae497bb2a..97429cee4 100644 --- a/java/com/google/domain/registry/whois/package-info.java +++ b/java/com/google/domain/registry/whois/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/xjc/XjcObject.java b/java/com/google/domain/registry/xjc/XjcObject.java index 45fd836d9..43ea5adf1 100644 --- a/java/com/google/domain/registry/xjc/XjcObject.java +++ b/java/com/google/domain/registry/xjc/XjcObject.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/xjc/XjcXmlTransformer.java b/java/com/google/domain/registry/xjc/XjcXmlTransformer.java index ee74769b7..bf676e721 100644 --- a/java/com/google/domain/registry/xjc/XjcXmlTransformer.java +++ b/java/com/google/domain/registry/xjc/XjcXmlTransformer.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/xjc/list_generated_files.sh b/java/com/google/domain/registry/xjc/list_generated_files.sh index c7b96f049..6ef1835af 100755 --- a/java/com/google/domain/registry/xjc/list_generated_files.sh +++ b/java/com/google/domain/registry/xjc/list_generated_files.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 The Domain Registry Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/xjc/make_pkginfo.sh b/java/com/google/domain/registry/xjc/make_pkginfo.sh index 97f0cc9cf..a875ba4ed 100755 --- a/java/com/google/domain/registry/xjc/make_pkginfo.sh +++ b/java/com/google/domain/registry/xjc/make_pkginfo.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 The Domain Registry Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/xjc/package-info.java b/java/com/google/domain/registry/xjc/package-info.java index 0b2a2bb5e..e6d9cfa9d 100644 --- a/java/com/google/domain/registry/xjc/package-info.java +++ b/java/com/google/domain/registry/xjc/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/xml/DateAdapter.java b/java/com/google/domain/registry/xml/DateAdapter.java index 1db7c3a70..40b37fb91 100644 --- a/java/com/google/domain/registry/xml/DateAdapter.java +++ b/java/com/google/domain/registry/xml/DateAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/xml/PeriodAdapter.java b/java/com/google/domain/registry/xml/PeriodAdapter.java index 0e4304f26..b774213cd 100644 --- a/java/com/google/domain/registry/xml/PeriodAdapter.java +++ b/java/com/google/domain/registry/xml/PeriodAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/xml/UtcDateTimeAdapter.java b/java/com/google/domain/registry/xml/UtcDateTimeAdapter.java index 29ba90a49..f4df450dc 100644 --- a/java/com/google/domain/registry/xml/UtcDateTimeAdapter.java +++ b/java/com/google/domain/registry/xml/UtcDateTimeAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/xml/ValidationMode.java b/java/com/google/domain/registry/xml/ValidationMode.java index cede9d162..ea69588ed 100644 --- a/java/com/google/domain/registry/xml/ValidationMode.java +++ b/java/com/google/domain/registry/xml/ValidationMode.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/xml/XmlException.java b/java/com/google/domain/registry/xml/XmlException.java index ea015295f..f0749d541 100644 --- a/java/com/google/domain/registry/xml/XmlException.java +++ b/java/com/google/domain/registry/xml/XmlException.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/xml/XmlFragmentMarshaller.java b/java/com/google/domain/registry/xml/XmlFragmentMarshaller.java index 91fc89110..501b05f3d 100644 --- a/java/com/google/domain/registry/xml/XmlFragmentMarshaller.java +++ b/java/com/google/domain/registry/xml/XmlFragmentMarshaller.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/xml/XmlTransformer.java b/java/com/google/domain/registry/xml/XmlTransformer.java index 9ba50616c..99000933a 100644 --- a/java/com/google/domain/registry/xml/XmlTransformer.java +++ b/java/com/google/domain/registry/xml/XmlTransformer.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/domain/registry/xml/package-info.java b/java/com/google/domain/registry/xml/package-info.java index 4a577607f..938faddfb 100644 --- a/java/com/google/domain/registry/xml/package-info.java +++ b/java/com/google/domain/registry/xml/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/com/google/testing/builddefs/GenTestRules.bzl b/java/com/google/testing/builddefs/GenTestRules.bzl index 7fb032cc1..7409d9fa4 100644 --- a/java/com/google/testing/builddefs/GenTestRules.bzl +++ b/java/com/google/testing/builddefs/GenTestRules.bzl @@ -1,6 +1,6 @@ # -*- mode:python; -*- # -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 The Domain Registry Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/backup/CommitLogCheckpointActionTest.java b/javatests/com/google/domain/registry/backup/CommitLogCheckpointActionTest.java index 63d235850..4a82220a5 100644 --- a/javatests/com/google/domain/registry/backup/CommitLogCheckpointActionTest.java +++ b/javatests/com/google/domain/registry/backup/CommitLogCheckpointActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/backup/CommitLogCheckpointStrategyTest.java b/javatests/com/google/domain/registry/backup/CommitLogCheckpointStrategyTest.java index 8f85eced3..e61a6465c 100644 --- a/javatests/com/google/domain/registry/backup/CommitLogCheckpointStrategyTest.java +++ b/javatests/com/google/domain/registry/backup/CommitLogCheckpointStrategyTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/backup/DeleteOldCommitLogsActionTest.java b/javatests/com/google/domain/registry/backup/DeleteOldCommitLogsActionTest.java index 1bffb634d..487f0e47b 100644 --- a/javatests/com/google/domain/registry/backup/DeleteOldCommitLogsActionTest.java +++ b/javatests/com/google/domain/registry/backup/DeleteOldCommitLogsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/backup/ExportCommitLogDiffActionTest.java b/javatests/com/google/domain/registry/backup/ExportCommitLogDiffActionTest.java index efeffde2f..f2d9bbd85 100644 --- a/javatests/com/google/domain/registry/backup/ExportCommitLogDiffActionTest.java +++ b/javatests/com/google/domain/registry/backup/ExportCommitLogDiffActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/backup/GcsDiffFileListerTest.java b/javatests/com/google/domain/registry/backup/GcsDiffFileListerTest.java index 8d127a8d9..9a2e748bd 100644 --- a/javatests/com/google/domain/registry/backup/GcsDiffFileListerTest.java +++ b/javatests/com/google/domain/registry/backup/GcsDiffFileListerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/backup/RestoreCommitLogsActionTest.java b/javatests/com/google/domain/registry/backup/RestoreCommitLogsActionTest.java index ca09c2cec..aca248081 100644 --- a/javatests/com/google/domain/registry/backup/RestoreCommitLogsActionTest.java +++ b/javatests/com/google/domain/registry/backup/RestoreCommitLogsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/bigquery/BigqueryConnectionTest.java b/javatests/com/google/domain/registry/bigquery/BigqueryConnectionTest.java index a5048c3f4..4de74bbe0 100644 --- a/javatests/com/google/domain/registry/bigquery/BigqueryConnectionTest.java +++ b/javatests/com/google/domain/registry/bigquery/BigqueryConnectionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/bigquery/BigqueryUtilsTest.java b/javatests/com/google/domain/registry/bigquery/BigqueryUtilsTest.java index 4fa89c4cd..2e1543acd 100644 --- a/javatests/com/google/domain/registry/bigquery/BigqueryUtilsTest.java +++ b/javatests/com/google/domain/registry/bigquery/BigqueryUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/config/RegistryEnvironmentTest.java b/javatests/com/google/domain/registry/config/RegistryEnvironmentTest.java index 743119bbe..693ac0804 100644 --- a/javatests/com/google/domain/registry/config/RegistryEnvironmentTest.java +++ b/javatests/com/google/domain/registry/config/RegistryEnvironmentTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/cron/CommitLogFanoutActionTest.java b/javatests/com/google/domain/registry/cron/CommitLogFanoutActionTest.java index b608c3f95..4eb10f505 100644 --- a/javatests/com/google/domain/registry/cron/CommitLogFanoutActionTest.java +++ b/javatests/com/google/domain/registry/cron/CommitLogFanoutActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/cron/TldFanoutActionTest.java b/javatests/com/google/domain/registry/cron/TldFanoutActionTest.java index 8016de201..94de2b85f 100644 --- a/javatests/com/google/domain/registry/cron/TldFanoutActionTest.java +++ b/javatests/com/google/domain/registry/cron/TldFanoutActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/dns/DnsInjectionTest.java b/javatests/com/google/domain/registry/dns/DnsInjectionTest.java index 43a8ca822..f15f326c7 100644 --- a/javatests/com/google/domain/registry/dns/DnsInjectionTest.java +++ b/javatests/com/google/domain/registry/dns/DnsInjectionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/dns/DnsQueueTest.java b/javatests/com/google/domain/registry/dns/DnsQueueTest.java index 3cd5477fb..2b7e3e18c 100644 --- a/javatests/com/google/domain/registry/dns/DnsQueueTest.java +++ b/javatests/com/google/domain/registry/dns/DnsQueueTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/dns/DnsTestComponent.java b/javatests/com/google/domain/registry/dns/DnsTestComponent.java index 2d242c7e8..1cfeacbbd 100644 --- a/javatests/com/google/domain/registry/dns/DnsTestComponent.java +++ b/javatests/com/google/domain/registry/dns/DnsTestComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/dns/PublishDnsUpdatesActionTest.java b/javatests/com/google/domain/registry/dns/PublishDnsUpdatesActionTest.java index 15e4864c1..4a4b01b37 100644 --- a/javatests/com/google/domain/registry/dns/PublishDnsUpdatesActionTest.java +++ b/javatests/com/google/domain/registry/dns/PublishDnsUpdatesActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/dns/ReadDnsQueueActionTest.java b/javatests/com/google/domain/registry/dns/ReadDnsQueueActionTest.java index b258d409d..31b13dccd 100644 --- a/javatests/com/google/domain/registry/dns/ReadDnsQueueActionTest.java +++ b/javatests/com/google/domain/registry/dns/ReadDnsQueueActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/dns/RefreshDnsActionTest.java b/javatests/com/google/domain/registry/dns/RefreshDnsActionTest.java index 81f4b40c6..36c889794 100644 --- a/javatests/com/google/domain/registry/dns/RefreshDnsActionTest.java +++ b/javatests/com/google/domain/registry/dns/RefreshDnsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/dns/WriteDnsActionTest.java b/javatests/com/google/domain/registry/dns/WriteDnsActionTest.java index 1f7ac5310..5de473413 100644 --- a/javatests/com/google/domain/registry/dns/WriteDnsActionTest.java +++ b/javatests/com/google/domain/registry/dns/WriteDnsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/export/BigqueryPollJobActionTest.java b/javatests/com/google/domain/registry/export/BigqueryPollJobActionTest.java index bb9b437f3..6c036190b 100644 --- a/javatests/com/google/domain/registry/export/BigqueryPollJobActionTest.java +++ b/javatests/com/google/domain/registry/export/BigqueryPollJobActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/export/CheckSnapshotServletTest.java b/javatests/com/google/domain/registry/export/CheckSnapshotServletTest.java index 4a710423e..aeecd154c 100644 --- a/javatests/com/google/domain/registry/export/CheckSnapshotServletTest.java +++ b/javatests/com/google/domain/registry/export/CheckSnapshotServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/export/DatastoreBackupInfoTest.java b/javatests/com/google/domain/registry/export/DatastoreBackupInfoTest.java index aedabd2cf..78b5b5720 100644 --- a/javatests/com/google/domain/registry/export/DatastoreBackupInfoTest.java +++ b/javatests/com/google/domain/registry/export/DatastoreBackupInfoTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/export/DatastoreBackupServiceTest.java b/javatests/com/google/domain/registry/export/DatastoreBackupServiceTest.java index 4f27eb130..60f87c813 100644 --- a/javatests/com/google/domain/registry/export/DatastoreBackupServiceTest.java +++ b/javatests/com/google/domain/registry/export/DatastoreBackupServiceTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/export/ExportConstantsTest.java b/javatests/com/google/domain/registry/export/ExportConstantsTest.java index 4294c1b23..8004c2c05 100644 --- a/javatests/com/google/domain/registry/export/ExportConstantsTest.java +++ b/javatests/com/google/domain/registry/export/ExportConstantsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/export/ExportDomainListsActionTest.java b/javatests/com/google/domain/registry/export/ExportDomainListsActionTest.java index af24b59fa..dafbeaf0d 100644 --- a/javatests/com/google/domain/registry/export/ExportDomainListsActionTest.java +++ b/javatests/com/google/domain/registry/export/ExportDomainListsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/export/ExportReservedTermsActionTest.java b/javatests/com/google/domain/registry/export/ExportReservedTermsActionTest.java index 4a943e1ec..8a9d2c243 100644 --- a/javatests/com/google/domain/registry/export/ExportReservedTermsActionTest.java +++ b/javatests/com/google/domain/registry/export/ExportReservedTermsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/export/ExportSnapshotServletTest.java b/javatests/com/google/domain/registry/export/ExportSnapshotServletTest.java index 9a353d3a4..251c1098d 100644 --- a/javatests/com/google/domain/registry/export/ExportSnapshotServletTest.java +++ b/javatests/com/google/domain/registry/export/ExportSnapshotServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/export/ExportUtilsTest.java b/javatests/com/google/domain/registry/export/ExportUtilsTest.java index af957327a..36f000817 100644 --- a/javatests/com/google/domain/registry/export/ExportUtilsTest.java +++ b/javatests/com/google/domain/registry/export/ExportUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/export/LoadSnapshotServletTest.java b/javatests/com/google/domain/registry/export/LoadSnapshotServletTest.java index 4e7aa05d3..9e2fcadce 100644 --- a/javatests/com/google/domain/registry/export/LoadSnapshotServletTest.java +++ b/javatests/com/google/domain/registry/export/LoadSnapshotServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/export/PublishDetailReportActionTest.java b/javatests/com/google/domain/registry/export/PublishDetailReportActionTest.java index cd97e3538..cc0719dda 100644 --- a/javatests/com/google/domain/registry/export/PublishDetailReportActionTest.java +++ b/javatests/com/google/domain/registry/export/PublishDetailReportActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/export/SyncGroupMembersActionTest.java b/javatests/com/google/domain/registry/export/SyncGroupMembersActionTest.java index bcaa04afa..88f78f7a4 100644 --- a/javatests/com/google/domain/registry/export/SyncGroupMembersActionTest.java +++ b/javatests/com/google/domain/registry/export/SyncGroupMembersActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/export/UpdateSnapshotViewServletTest.java b/javatests/com/google/domain/registry/export/UpdateSnapshotViewServletTest.java index e7d6c7a74..fb4a96faa 100644 --- a/javatests/com/google/domain/registry/export/UpdateSnapshotViewServletTest.java +++ b/javatests/com/google/domain/registry/export/UpdateSnapshotViewServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/export/sheet/SheetSynchronizerTest.java b/javatests/com/google/domain/registry/export/sheet/SheetSynchronizerTest.java index 4829290a9..bcfd85507 100644 --- a/javatests/com/google/domain/registry/export/sheet/SheetSynchronizerTest.java +++ b/javatests/com/google/domain/registry/export/sheet/SheetSynchronizerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/export/sheet/SyncRegistrarsSheetActionTest.java b/javatests/com/google/domain/registry/export/sheet/SyncRegistrarsSheetActionTest.java index b2adfee93..850770c49 100644 --- a/javatests/com/google/domain/registry/export/sheet/SyncRegistrarsSheetActionTest.java +++ b/javatests/com/google/domain/registry/export/sheet/SyncRegistrarsSheetActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/export/sheet/SyncRegistrarsSheetTest.java b/javatests/com/google/domain/registry/export/sheet/SyncRegistrarsSheetTest.java index d5cccff85..09c80bf6f 100644 --- a/javatests/com/google/domain/registry/export/sheet/SyncRegistrarsSheetTest.java +++ b/javatests/com/google/domain/registry/export/sheet/SyncRegistrarsSheetTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/EppConsoleAsAdminServletTest.java b/javatests/com/google/domain/registry/flows/EppConsoleAsAdminServletTest.java index 6209c54fc..af76f5a2d 100644 --- a/javatests/com/google/domain/registry/flows/EppConsoleAsAdminServletTest.java +++ b/javatests/com/google/domain/registry/flows/EppConsoleAsAdminServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/EppConsoleServletTest.java b/javatests/com/google/domain/registry/flows/EppConsoleServletTest.java index 473e97aa3..239168065 100644 --- a/javatests/com/google/domain/registry/flows/EppConsoleServletTest.java +++ b/javatests/com/google/domain/registry/flows/EppConsoleServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/EppControllerTest.java b/javatests/com/google/domain/registry/flows/EppControllerTest.java index edb99af5f..fe630adc9 100644 --- a/javatests/com/google/domain/registry/flows/EppControllerTest.java +++ b/javatests/com/google/domain/registry/flows/EppControllerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/EppServletTestCase.java b/javatests/com/google/domain/registry/flows/EppServletTestCase.java index b6e5f964d..971c4e874 100644 --- a/javatests/com/google/domain/registry/flows/EppServletTestCase.java +++ b/javatests/com/google/domain/registry/flows/EppServletTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/EppServletXmlLoginTestCase.java b/javatests/com/google/domain/registry/flows/EppServletXmlLoginTestCase.java index eb170f859..5ab227434 100644 --- a/javatests/com/google/domain/registry/flows/EppServletXmlLoginTestCase.java +++ b/javatests/com/google/domain/registry/flows/EppServletXmlLoginTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/EppTlsServletTest.java b/javatests/com/google/domain/registry/flows/EppTlsServletTest.java index 580bb5d39..f6abb8ac0 100644 --- a/javatests/com/google/domain/registry/flows/EppTlsServletTest.java +++ b/javatests/com/google/domain/registry/flows/EppTlsServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/EppToolServletTest.java b/javatests/com/google/domain/registry/flows/EppToolServletTest.java index b43914625..fc7ce74d1 100644 --- a/javatests/com/google/domain/registry/flows/EppToolServletTest.java +++ b/javatests/com/google/domain/registry/flows/EppToolServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/FlowTestCase.java b/javatests/com/google/domain/registry/flows/FlowTestCase.java index dc3ecc3ce..b8a6f3664 100644 --- a/javatests/com/google/domain/registry/flows/FlowTestCase.java +++ b/javatests/com/google/domain/registry/flows/FlowTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/ResourceCheckFlowTestCase.java b/javatests/com/google/domain/registry/flows/ResourceCheckFlowTestCase.java index d2699aa3e..9f31b55e2 100644 --- a/javatests/com/google/domain/registry/flows/ResourceCheckFlowTestCase.java +++ b/javatests/com/google/domain/registry/flows/ResourceCheckFlowTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/ResourceFlowTestCase.java b/javatests/com/google/domain/registry/flows/ResourceFlowTestCase.java index ab33be01d..0479322b2 100644 --- a/javatests/com/google/domain/registry/flows/ResourceFlowTestCase.java +++ b/javatests/com/google/domain/registry/flows/ResourceFlowTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/async/DeleteContactResourceActionTest.java b/javatests/com/google/domain/registry/flows/async/DeleteContactResourceActionTest.java index ff79f8663..165504a7a 100644 --- a/javatests/com/google/domain/registry/flows/async/DeleteContactResourceActionTest.java +++ b/javatests/com/google/domain/registry/flows/async/DeleteContactResourceActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/async/DeleteEppResourceActionTestCase.java b/javatests/com/google/domain/registry/flows/async/DeleteEppResourceActionTestCase.java index ac782a138..86683a097 100644 --- a/javatests/com/google/domain/registry/flows/async/DeleteEppResourceActionTestCase.java +++ b/javatests/com/google/domain/registry/flows/async/DeleteEppResourceActionTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/async/DeleteHostResourceActionTest.java b/javatests/com/google/domain/registry/flows/async/DeleteHostResourceActionTest.java index e1391f8f5..81c10979d 100644 --- a/javatests/com/google/domain/registry/flows/async/DeleteHostResourceActionTest.java +++ b/javatests/com/google/domain/registry/flows/async/DeleteHostResourceActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/async/DnsRefreshForHostRenameActionTest.java b/javatests/com/google/domain/registry/flows/async/DnsRefreshForHostRenameActionTest.java index 9ac2f10a4..39e52b916 100644 --- a/javatests/com/google/domain/registry/flows/async/DnsRefreshForHostRenameActionTest.java +++ b/javatests/com/google/domain/registry/flows/async/DnsRefreshForHostRenameActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/contact/ContactCheckFlowTest.java b/javatests/com/google/domain/registry/flows/contact/ContactCheckFlowTest.java index 53dc96012..6dca3fd5c 100644 --- a/javatests/com/google/domain/registry/flows/contact/ContactCheckFlowTest.java +++ b/javatests/com/google/domain/registry/flows/contact/ContactCheckFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/contact/ContactCreateFlowTest.java b/javatests/com/google/domain/registry/flows/contact/ContactCreateFlowTest.java index 2c5c7183a..b0d5d8350 100644 --- a/javatests/com/google/domain/registry/flows/contact/ContactCreateFlowTest.java +++ b/javatests/com/google/domain/registry/flows/contact/ContactCreateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/contact/ContactDeleteFlowTest.java b/javatests/com/google/domain/registry/flows/contact/ContactDeleteFlowTest.java index 3ecba4dbd..d23fb3d91 100644 --- a/javatests/com/google/domain/registry/flows/contact/ContactDeleteFlowTest.java +++ b/javatests/com/google/domain/registry/flows/contact/ContactDeleteFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/contact/ContactInfoFlowTest.java b/javatests/com/google/domain/registry/flows/contact/ContactInfoFlowTest.java index 2ac5d272e..671d0f2ba 100644 --- a/javatests/com/google/domain/registry/flows/contact/ContactInfoFlowTest.java +++ b/javatests/com/google/domain/registry/flows/contact/ContactInfoFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/contact/ContactTransferApproveFlowTest.java b/javatests/com/google/domain/registry/flows/contact/ContactTransferApproveFlowTest.java index a678e8d23..224bb52c2 100644 --- a/javatests/com/google/domain/registry/flows/contact/ContactTransferApproveFlowTest.java +++ b/javatests/com/google/domain/registry/flows/contact/ContactTransferApproveFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/contact/ContactTransferCancelFlowTest.java b/javatests/com/google/domain/registry/flows/contact/ContactTransferCancelFlowTest.java index 4653c36b6..72d586551 100644 --- a/javatests/com/google/domain/registry/flows/contact/ContactTransferCancelFlowTest.java +++ b/javatests/com/google/domain/registry/flows/contact/ContactTransferCancelFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/contact/ContactTransferFlowTestCase.java b/javatests/com/google/domain/registry/flows/contact/ContactTransferFlowTestCase.java index bc44a1aaf..181045c60 100644 --- a/javatests/com/google/domain/registry/flows/contact/ContactTransferFlowTestCase.java +++ b/javatests/com/google/domain/registry/flows/contact/ContactTransferFlowTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/contact/ContactTransferQueryFlowTest.java b/javatests/com/google/domain/registry/flows/contact/ContactTransferQueryFlowTest.java index 52193c2e7..4acaebd11 100644 --- a/javatests/com/google/domain/registry/flows/contact/ContactTransferQueryFlowTest.java +++ b/javatests/com/google/domain/registry/flows/contact/ContactTransferQueryFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/contact/ContactTransferRejectFlowTest.java b/javatests/com/google/domain/registry/flows/contact/ContactTransferRejectFlowTest.java index 364393efa..cdad47938 100644 --- a/javatests/com/google/domain/registry/flows/contact/ContactTransferRejectFlowTest.java +++ b/javatests/com/google/domain/registry/flows/contact/ContactTransferRejectFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/contact/ContactTransferRequestFlowTest.java b/javatests/com/google/domain/registry/flows/contact/ContactTransferRequestFlowTest.java index d71b42085..c51d7db8d 100644 --- a/javatests/com/google/domain/registry/flows/contact/ContactTransferRequestFlowTest.java +++ b/javatests/com/google/domain/registry/flows/contact/ContactTransferRequestFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/contact/ContactUpdateFlowTest.java b/javatests/com/google/domain/registry/flows/contact/ContactUpdateFlowTest.java index 6931594bb..d77a05e7e 100644 --- a/javatests/com/google/domain/registry/flows/contact/ContactUpdateFlowTest.java +++ b/javatests/com/google/domain/registry/flows/contact/ContactUpdateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/ClaimsCheckFlowTest.java b/javatests/com/google/domain/registry/flows/domain/ClaimsCheckFlowTest.java index 585745c05..85ec6066a 100644 --- a/javatests/com/google/domain/registry/flows/domain/ClaimsCheckFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/ClaimsCheckFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainAllocateFlowTest.java b/javatests/com/google/domain/registry/flows/domain/DomainAllocateFlowTest.java index e9f1249eb..10cbcfdce 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainAllocateFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainAllocateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainApplicationCreateFlowTest.java b/javatests/com/google/domain/registry/flows/domain/DomainApplicationCreateFlowTest.java index 9a8841367..3923acfe1 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainApplicationCreateFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainApplicationCreateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainApplicationDeleteFlowTest.java b/javatests/com/google/domain/registry/flows/domain/DomainApplicationDeleteFlowTest.java index 167824385..896b93ae7 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainApplicationDeleteFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainApplicationDeleteFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainApplicationInfoFlowTest.java b/javatests/com/google/domain/registry/flows/domain/DomainApplicationInfoFlowTest.java index 6eccc5d5c..9e4b9a486 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainApplicationInfoFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainApplicationInfoFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainApplicationUpdateFlowTest.java b/javatests/com/google/domain/registry/flows/domain/DomainApplicationUpdateFlowTest.java index 5823be68a..c132e0d8f 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainApplicationUpdateFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainApplicationUpdateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainCheckFlowTest.java b/javatests/com/google/domain/registry/flows/domain/DomainCheckFlowTest.java index ae45e28f5..07bc1de21 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainCheckFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainCheckFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainCreateFlowTest.java b/javatests/com/google/domain/registry/flows/domain/DomainCreateFlowTest.java index c1ef78eb1..039298078 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainCreateFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainCreateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainDeleteFlowTest.java b/javatests/com/google/domain/registry/flows/domain/DomainDeleteFlowTest.java index 3e09e2241..1f1b27c0d 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainDeleteFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainDeleteFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainInfoFlowTest.java b/javatests/com/google/domain/registry/flows/domain/DomainInfoFlowTest.java index 4dd49d1b0..00707a132 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainInfoFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainInfoFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainRenewFlowTest.java b/javatests/com/google/domain/registry/flows/domain/DomainRenewFlowTest.java index 9ff8b6417..2f20308e6 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainRenewFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainRenewFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainRestoreRequestFlowTest.java b/javatests/com/google/domain/registry/flows/domain/DomainRestoreRequestFlowTest.java index 44d1427e4..2ad704cb9 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainRestoreRequestFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainRestoreRequestFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainTransferApproveFlowTest.java b/javatests/com/google/domain/registry/flows/domain/DomainTransferApproveFlowTest.java index c876132a4..75b42edc2 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainTransferApproveFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainTransferApproveFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainTransferCancelFlowTest.java b/javatests/com/google/domain/registry/flows/domain/DomainTransferCancelFlowTest.java index 33ccd48f4..0a5fc03c9 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainTransferCancelFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainTransferCancelFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainTransferFlowTestCase.java b/javatests/com/google/domain/registry/flows/domain/DomainTransferFlowTestCase.java index 2dd0289a4..dcb123a77 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainTransferFlowTestCase.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainTransferFlowTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainTransferQueryFlowTest.java b/javatests/com/google/domain/registry/flows/domain/DomainTransferQueryFlowTest.java index c62081765..7c7efcb26 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainTransferQueryFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainTransferQueryFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainTransferRejectFlowTest.java b/javatests/com/google/domain/registry/flows/domain/DomainTransferRejectFlowTest.java index 929c923b0..85ba8ecaa 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainTransferRejectFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainTransferRejectFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainTransferRequestFlowTest.java b/javatests/com/google/domain/registry/flows/domain/DomainTransferRequestFlowTest.java index a80c60f05..319a57af6 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainTransferRequestFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainTransferRequestFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/domain/DomainUpdateFlowTest.java b/javatests/com/google/domain/registry/flows/domain/DomainUpdateFlowTest.java index 64fafcc96..d4b83a67a 100644 --- a/javatests/com/google/domain/registry/flows/domain/DomainUpdateFlowTest.java +++ b/javatests/com/google/domain/registry/flows/domain/DomainUpdateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/host/HostCheckFlowTest.java b/javatests/com/google/domain/registry/flows/host/HostCheckFlowTest.java index 6fffbee01..0f8a0ba1e 100644 --- a/javatests/com/google/domain/registry/flows/host/HostCheckFlowTest.java +++ b/javatests/com/google/domain/registry/flows/host/HostCheckFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/host/HostCreateFlowTest.java b/javatests/com/google/domain/registry/flows/host/HostCreateFlowTest.java index 26a47b927..efc0345c3 100644 --- a/javatests/com/google/domain/registry/flows/host/HostCreateFlowTest.java +++ b/javatests/com/google/domain/registry/flows/host/HostCreateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/host/HostDeleteFlowTest.java b/javatests/com/google/domain/registry/flows/host/HostDeleteFlowTest.java index 79e747695..2c0c8c3c4 100644 --- a/javatests/com/google/domain/registry/flows/host/HostDeleteFlowTest.java +++ b/javatests/com/google/domain/registry/flows/host/HostDeleteFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/host/HostInfoFlowTest.java b/javatests/com/google/domain/registry/flows/host/HostInfoFlowTest.java index 7b055e4e3..419b38e47 100644 --- a/javatests/com/google/domain/registry/flows/host/HostInfoFlowTest.java +++ b/javatests/com/google/domain/registry/flows/host/HostInfoFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/host/HostUpdateFlowTest.java b/javatests/com/google/domain/registry/flows/host/HostUpdateFlowTest.java index 2ed97b8d1..b07840438 100644 --- a/javatests/com/google/domain/registry/flows/host/HostUpdateFlowTest.java +++ b/javatests/com/google/domain/registry/flows/host/HostUpdateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/poll/PollAckFlowTest.java b/javatests/com/google/domain/registry/flows/poll/PollAckFlowTest.java index bc14514e9..908f884b9 100644 --- a/javatests/com/google/domain/registry/flows/poll/PollAckFlowTest.java +++ b/javatests/com/google/domain/registry/flows/poll/PollAckFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/poll/PollRequestFlowTest.java b/javatests/com/google/domain/registry/flows/poll/PollRequestFlowTest.java index d78449a03..f11cf3848 100644 --- a/javatests/com/google/domain/registry/flows/poll/PollRequestFlowTest.java +++ b/javatests/com/google/domain/registry/flows/poll/PollRequestFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/session/HelloFlowTest.java b/javatests/com/google/domain/registry/flows/session/HelloFlowTest.java index 3aef54f1b..1ac89b004 100644 --- a/javatests/com/google/domain/registry/flows/session/HelloFlowTest.java +++ b/javatests/com/google/domain/registry/flows/session/HelloFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/session/LoginFlowTestCase.java b/javatests/com/google/domain/registry/flows/session/LoginFlowTestCase.java index 911760e06..45f39d358 100644 --- a/javatests/com/google/domain/registry/flows/session/LoginFlowTestCase.java +++ b/javatests/com/google/domain/registry/flows/session/LoginFlowTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/session/LoginFlowViaConsoleTest.java b/javatests/com/google/domain/registry/flows/session/LoginFlowViaConsoleTest.java index 607c08c92..73be4b645 100644 --- a/javatests/com/google/domain/registry/flows/session/LoginFlowViaConsoleTest.java +++ b/javatests/com/google/domain/registry/flows/session/LoginFlowViaConsoleTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/session/LoginFlowViaTlsTest.java b/javatests/com/google/domain/registry/flows/session/LoginFlowViaTlsTest.java index bff4bdf4a..5dd199b5c 100644 --- a/javatests/com/google/domain/registry/flows/session/LoginFlowViaTlsTest.java +++ b/javatests/com/google/domain/registry/flows/session/LoginFlowViaTlsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/flows/session/LogoutFlowTest.java b/javatests/com/google/domain/registry/flows/session/LogoutFlowTest.java index aab7f3a07..bcf5dc964 100644 --- a/javatests/com/google/domain/registry/flows/session/LogoutFlowTest.java +++ b/javatests/com/google/domain/registry/flows/session/LogoutFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/groups/DirectoryGroupsConnectionTest.java b/javatests/com/google/domain/registry/groups/DirectoryGroupsConnectionTest.java index 51bcddad6..2d40c9ec8 100644 --- a/javatests/com/google/domain/registry/groups/DirectoryGroupsConnectionTest.java +++ b/javatests/com/google/domain/registry/groups/DirectoryGroupsConnectionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/mapreduce/inputs/EppResourceInputsTest.java b/javatests/com/google/domain/registry/mapreduce/inputs/EppResourceInputsTest.java index c694549ca..a7c1647ef 100644 --- a/javatests/com/google/domain/registry/mapreduce/inputs/EppResourceInputsTest.java +++ b/javatests/com/google/domain/registry/mapreduce/inputs/EppResourceInputsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/CreateAutoTimestampTest.java b/javatests/com/google/domain/registry/model/CreateAutoTimestampTest.java index 421dcfa9c..7f4a16cdb 100644 --- a/javatests/com/google/domain/registry/model/CreateAutoTimestampTest.java +++ b/javatests/com/google/domain/registry/model/CreateAutoTimestampTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/EntityClassesTest.java b/javatests/com/google/domain/registry/model/EntityClassesTest.java index 67489aefe..0f2dade38 100644 --- a/javatests/com/google/domain/registry/model/EntityClassesTest.java +++ b/javatests/com/google/domain/registry/model/EntityClassesTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/EntityTestCase.java b/javatests/com/google/domain/registry/model/EntityTestCase.java index 98cdf59d6..d68df50c7 100644 --- a/javatests/com/google/domain/registry/model/EntityTestCase.java +++ b/javatests/com/google/domain/registry/model/EntityTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/EppResourceUtilsTest.java b/javatests/com/google/domain/registry/model/EppResourceUtilsTest.java index 7076427ef..497506510 100644 --- a/javatests/com/google/domain/registry/model/EppResourceUtilsTest.java +++ b/javatests/com/google/domain/registry/model/EppResourceUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/ImmutableObjectTest.java b/javatests/com/google/domain/registry/model/ImmutableObjectTest.java index a963c3a89..ef979cf79 100644 --- a/javatests/com/google/domain/registry/model/ImmutableObjectTest.java +++ b/javatests/com/google/domain/registry/model/ImmutableObjectTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/ModelUtilsTest.java b/javatests/com/google/domain/registry/model/ModelUtilsTest.java index 522dcd59e..5fda3935f 100644 --- a/javatests/com/google/domain/registry/model/ModelUtilsTest.java +++ b/javatests/com/google/domain/registry/model/ModelUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/ResourceCommandTestCase.java b/javatests/com/google/domain/registry/model/ResourceCommandTestCase.java index f383d84c8..44337779b 100644 --- a/javatests/com/google/domain/registry/model/ResourceCommandTestCase.java +++ b/javatests/com/google/domain/registry/model/ResourceCommandTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/RoidSuffixesTest.java b/javatests/com/google/domain/registry/model/RoidSuffixesTest.java index cda42c271..1ce823eae 100644 --- a/javatests/com/google/domain/registry/model/RoidSuffixesTest.java +++ b/javatests/com/google/domain/registry/model/RoidSuffixesTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/SchemaVersionTest.java b/javatests/com/google/domain/registry/model/SchemaVersionTest.java index d2fc13289..a76f281d7 100644 --- a/javatests/com/google/domain/registry/model/SchemaVersionTest.java +++ b/javatests/com/google/domain/registry/model/SchemaVersionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/UpdateAutoTimestampTest.java b/javatests/com/google/domain/registry/model/UpdateAutoTimestampTest.java index b167800da..45b6de27f 100644 --- a/javatests/com/google/domain/registry/model/UpdateAutoTimestampTest.java +++ b/javatests/com/google/domain/registry/model/UpdateAutoTimestampTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/billing/BillingEventTest.java b/javatests/com/google/domain/registry/model/billing/BillingEventTest.java index d5db70d6e..4076f8e37 100644 --- a/javatests/com/google/domain/registry/model/billing/BillingEventTest.java +++ b/javatests/com/google/domain/registry/model/billing/BillingEventTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/billing/RegistrarBillingEntryTest.java b/javatests/com/google/domain/registry/model/billing/RegistrarBillingEntryTest.java index 5ddae5434..b49bc5c9f 100644 --- a/javatests/com/google/domain/registry/model/billing/RegistrarBillingEntryTest.java +++ b/javatests/com/google/domain/registry/model/billing/RegistrarBillingEntryTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/billing/RegistrarBillingUtilsTest.java b/javatests/com/google/domain/registry/model/billing/RegistrarBillingUtilsTest.java index 35cce36cc..e2519281d 100644 --- a/javatests/com/google/domain/registry/model/billing/RegistrarBillingUtilsTest.java +++ b/javatests/com/google/domain/registry/model/billing/RegistrarBillingUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/billing/RegistrarCreditBalanceTest.java b/javatests/com/google/domain/registry/model/billing/RegistrarCreditBalanceTest.java index 1d84cf0e3..99be677fd 100644 --- a/javatests/com/google/domain/registry/model/billing/RegistrarCreditBalanceTest.java +++ b/javatests/com/google/domain/registry/model/billing/RegistrarCreditBalanceTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/billing/RegistrarCreditTest.java b/javatests/com/google/domain/registry/model/billing/RegistrarCreditTest.java index 4773ee7d2..8693bf097 100644 --- a/javatests/com/google/domain/registry/model/billing/RegistrarCreditTest.java +++ b/javatests/com/google/domain/registry/model/billing/RegistrarCreditTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/common/GaeUserIdConverterTest.java b/javatests/com/google/domain/registry/model/common/GaeUserIdConverterTest.java index 9c38c5b62..7eac9f5f5 100644 --- a/javatests/com/google/domain/registry/model/common/GaeUserIdConverterTest.java +++ b/javatests/com/google/domain/registry/model/common/GaeUserIdConverterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/common/PersistedRangeLongTest.java b/javatests/com/google/domain/registry/model/common/PersistedRangeLongTest.java index 9cbce44be..86b488d50 100644 --- a/javatests/com/google/domain/registry/model/common/PersistedRangeLongTest.java +++ b/javatests/com/google/domain/registry/model/common/PersistedRangeLongTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/common/TimeOfYearTest.java b/javatests/com/google/domain/registry/model/common/TimeOfYearTest.java index 787bb432b..09916e17e 100644 --- a/javatests/com/google/domain/registry/model/common/TimeOfYearTest.java +++ b/javatests/com/google/domain/registry/model/common/TimeOfYearTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/common/TimedTransitionPropertyTest.java b/javatests/com/google/domain/registry/model/common/TimedTransitionPropertyTest.java index 6b07a5446..af6c647d8 100644 --- a/javatests/com/google/domain/registry/model/common/TimedTransitionPropertyTest.java +++ b/javatests/com/google/domain/registry/model/common/TimedTransitionPropertyTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/contact/ContactCommandTest.java b/javatests/com/google/domain/registry/model/contact/ContactCommandTest.java index f14688562..44801250a 100644 --- a/javatests/com/google/domain/registry/model/contact/ContactCommandTest.java +++ b/javatests/com/google/domain/registry/model/contact/ContactCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/contact/ContactResourceTest.java b/javatests/com/google/domain/registry/model/contact/ContactResourceTest.java index d5e2d0752..df0733833 100644 --- a/javatests/com/google/domain/registry/model/contact/ContactResourceTest.java +++ b/javatests/com/google/domain/registry/model/contact/ContactResourceTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/domain/DomainApplicationTest.java b/javatests/com/google/domain/registry/model/domain/DomainApplicationTest.java index d40ac7e3f..750ed4279 100644 --- a/javatests/com/google/domain/registry/model/domain/DomainApplicationTest.java +++ b/javatests/com/google/domain/registry/model/domain/DomainApplicationTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/domain/DomainCommandTest.java b/javatests/com/google/domain/registry/model/domain/DomainCommandTest.java index 7e11790fa..3370d1347 100644 --- a/javatests/com/google/domain/registry/model/domain/DomainCommandTest.java +++ b/javatests/com/google/domain/registry/model/domain/DomainCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/domain/DomainResourceTest.java b/javatests/com/google/domain/registry/model/domain/DomainResourceTest.java index ff0b68227..f5bf523a6 100644 --- a/javatests/com/google/domain/registry/model/domain/DomainResourceTest.java +++ b/javatests/com/google/domain/registry/model/domain/DomainResourceTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/domain/GracePeriodTest.java b/javatests/com/google/domain/registry/model/domain/GracePeriodTest.java index 2d924d18c..4183dde87 100644 --- a/javatests/com/google/domain/registry/model/domain/GracePeriodTest.java +++ b/javatests/com/google/domain/registry/model/domain/GracePeriodTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/eppoutput/ResultTest.java b/javatests/com/google/domain/registry/model/eppoutput/ResultTest.java index f0385fb95..8b2540c49 100644 --- a/javatests/com/google/domain/registry/model/eppoutput/ResultTest.java +++ b/javatests/com/google/domain/registry/model/eppoutput/ResultTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/export/LogsExportCursorTest.java b/javatests/com/google/domain/registry/model/export/LogsExportCursorTest.java index 09dd9b14e..ea27504aa 100644 --- a/javatests/com/google/domain/registry/model/export/LogsExportCursorTest.java +++ b/javatests/com/google/domain/registry/model/export/LogsExportCursorTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/host/HostCommandTest.java b/javatests/com/google/domain/registry/model/host/HostCommandTest.java index fb6156909..b3c7d4ab4 100644 --- a/javatests/com/google/domain/registry/model/host/HostCommandTest.java +++ b/javatests/com/google/domain/registry/model/host/HostCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/host/HostResourceTest.java b/javatests/com/google/domain/registry/model/host/HostResourceTest.java index 0d404ba17..d12c7569b 100644 --- a/javatests/com/google/domain/registry/model/host/HostResourceTest.java +++ b/javatests/com/google/domain/registry/model/host/HostResourceTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/index/DomainApplicationIndexTest.java b/javatests/com/google/domain/registry/model/index/DomainApplicationIndexTest.java index 1dc4d9e80..b5f72ebb1 100644 --- a/javatests/com/google/domain/registry/model/index/DomainApplicationIndexTest.java +++ b/javatests/com/google/domain/registry/model/index/DomainApplicationIndexTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/index/EppResourceIndexTest.java b/javatests/com/google/domain/registry/model/index/EppResourceIndexTest.java index 101117a98..042df4559 100644 --- a/javatests/com/google/domain/registry/model/index/EppResourceIndexTest.java +++ b/javatests/com/google/domain/registry/model/index/EppResourceIndexTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/index/ForeignKeyIndexTest.java b/javatests/com/google/domain/registry/model/index/ForeignKeyIndexTest.java index 88cdbe811..19ef56bc5 100644 --- a/javatests/com/google/domain/registry/model/index/ForeignKeyIndexTest.java +++ b/javatests/com/google/domain/registry/model/index/ForeignKeyIndexTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/mark/MarkContactTest.java b/javatests/com/google/domain/registry/model/mark/MarkContactTest.java index 716524349..760e3b0eb 100644 --- a/javatests/com/google/domain/registry/model/mark/MarkContactTest.java +++ b/javatests/com/google/domain/registry/model/mark/MarkContactTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/mark/MarkHolderTest.java b/javatests/com/google/domain/registry/model/mark/MarkHolderTest.java index 0c9d3aa4f..8c3c70b4c 100644 --- a/javatests/com/google/domain/registry/model/mark/MarkHolderTest.java +++ b/javatests/com/google/domain/registry/model/mark/MarkHolderTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/mark/MarkProtectionTest.java b/javatests/com/google/domain/registry/model/mark/MarkProtectionTest.java index c001a477e..f6f112d4e 100644 --- a/javatests/com/google/domain/registry/model/mark/MarkProtectionTest.java +++ b/javatests/com/google/domain/registry/model/mark/MarkProtectionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/ofy/CommitLogBucketTest.java b/javatests/com/google/domain/registry/model/ofy/CommitLogBucketTest.java index 6bf4b87b3..319bf7079 100644 --- a/javatests/com/google/domain/registry/model/ofy/CommitLogBucketTest.java +++ b/javatests/com/google/domain/registry/model/ofy/CommitLogBucketTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/ofy/CommitLogCheckpointTest.java b/javatests/com/google/domain/registry/model/ofy/CommitLogCheckpointTest.java index 3d749a9ac..f56950b7e 100644 --- a/javatests/com/google/domain/registry/model/ofy/CommitLogCheckpointTest.java +++ b/javatests/com/google/domain/registry/model/ofy/CommitLogCheckpointTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/ofy/CommitLogMutationTest.java b/javatests/com/google/domain/registry/model/ofy/CommitLogMutationTest.java index 0c5088161..788a9b916 100644 --- a/javatests/com/google/domain/registry/model/ofy/CommitLogMutationTest.java +++ b/javatests/com/google/domain/registry/model/ofy/CommitLogMutationTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/ofy/ObjectifyServiceTest.java b/javatests/com/google/domain/registry/model/ofy/ObjectifyServiceTest.java index 7933e0fb3..774546053 100644 --- a/javatests/com/google/domain/registry/model/ofy/ObjectifyServiceTest.java +++ b/javatests/com/google/domain/registry/model/ofy/ObjectifyServiceTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/ofy/OfyCommitLogTest.java b/javatests/com/google/domain/registry/model/ofy/OfyCommitLogTest.java index 90cb53763..7f1cd985c 100644 --- a/javatests/com/google/domain/registry/model/ofy/OfyCommitLogTest.java +++ b/javatests/com/google/domain/registry/model/ofy/OfyCommitLogTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/ofy/OfyFilterTest.java b/javatests/com/google/domain/registry/model/ofy/OfyFilterTest.java index 0fb981f21..9985bfb4c 100644 --- a/javatests/com/google/domain/registry/model/ofy/OfyFilterTest.java +++ b/javatests/com/google/domain/registry/model/ofy/OfyFilterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/ofy/OfyTest.java b/javatests/com/google/domain/registry/model/ofy/OfyTest.java index bd6a18562..4b9415e47 100644 --- a/javatests/com/google/domain/registry/model/ofy/OfyTest.java +++ b/javatests/com/google/domain/registry/model/ofy/OfyTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/poll/MessageQueueInfoTest.java b/javatests/com/google/domain/registry/model/poll/MessageQueueInfoTest.java index a1853cf44..1eded9b82 100644 --- a/javatests/com/google/domain/registry/model/poll/MessageQueueInfoTest.java +++ b/javatests/com/google/domain/registry/model/poll/MessageQueueInfoTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/poll/PollMessageExternalKeyConverterTest.java b/javatests/com/google/domain/registry/model/poll/PollMessageExternalKeyConverterTest.java index e59b2ecbd..e5d25ad44 100644 --- a/javatests/com/google/domain/registry/model/poll/PollMessageExternalKeyConverterTest.java +++ b/javatests/com/google/domain/registry/model/poll/PollMessageExternalKeyConverterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/poll/PollMessageTest.java b/javatests/com/google/domain/registry/model/poll/PollMessageTest.java index d004f414d..a01337baa 100644 --- a/javatests/com/google/domain/registry/model/poll/PollMessageTest.java +++ b/javatests/com/google/domain/registry/model/poll/PollMessageTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/rde/RdeNamingUtilsTest.java b/javatests/com/google/domain/registry/model/rde/RdeNamingUtilsTest.java index 2c364c69d..41c598318 100644 --- a/javatests/com/google/domain/registry/model/rde/RdeNamingUtilsTest.java +++ b/javatests/com/google/domain/registry/model/rde/RdeNamingUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/rde/RdeRevisionTest.java b/javatests/com/google/domain/registry/model/rde/RdeRevisionTest.java index b214f92b5..90c88e7b6 100644 --- a/javatests/com/google/domain/registry/model/rde/RdeRevisionTest.java +++ b/javatests/com/google/domain/registry/model/rde/RdeRevisionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/registrar/RegistrarTest.java b/javatests/com/google/domain/registry/model/registrar/RegistrarTest.java index 91054a0ff..77510f235 100644 --- a/javatests/com/google/domain/registry/model/registrar/RegistrarTest.java +++ b/javatests/com/google/domain/registry/model/registrar/RegistrarTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/registry/RegistriesTest.java b/javatests/com/google/domain/registry/model/registry/RegistriesTest.java index fbad0a391..3371fcee3 100644 --- a/javatests/com/google/domain/registry/model/registry/RegistriesTest.java +++ b/javatests/com/google/domain/registry/model/registry/RegistriesTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/registry/RegistryCursorTest.java b/javatests/com/google/domain/registry/model/registry/RegistryCursorTest.java index 6b1be1279..3d0648f83 100644 --- a/javatests/com/google/domain/registry/model/registry/RegistryCursorTest.java +++ b/javatests/com/google/domain/registry/model/registry/RegistryCursorTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/registry/RegistryTest.java b/javatests/com/google/domain/registry/model/registry/RegistryTest.java index bed3ad407..3aee0a352 100644 --- a/javatests/com/google/domain/registry/model/registry/RegistryTest.java +++ b/javatests/com/google/domain/registry/model/registry/RegistryTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/registry/label/PremiumListTest.java b/javatests/com/google/domain/registry/model/registry/label/PremiumListTest.java index 97b06b030..e546cc32a 100644 --- a/javatests/com/google/domain/registry/model/registry/label/PremiumListTest.java +++ b/javatests/com/google/domain/registry/model/registry/label/PremiumListTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/registry/label/ReservedListTest.java b/javatests/com/google/domain/registry/model/registry/label/ReservedListTest.java index f7f1511b5..38953f521 100644 --- a/javatests/com/google/domain/registry/model/registry/label/ReservedListTest.java +++ b/javatests/com/google/domain/registry/model/registry/label/ReservedListTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/reporting/HistoryEntryTest.java b/javatests/com/google/domain/registry/model/reporting/HistoryEntryTest.java index a52e9a472..c416926c7 100644 --- a/javatests/com/google/domain/registry/model/reporting/HistoryEntryTest.java +++ b/javatests/com/google/domain/registry/model/reporting/HistoryEntryTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/server/LockTest.java b/javatests/com/google/domain/registry/model/server/LockTest.java index 03047790c..c4a9197a4 100644 --- a/javatests/com/google/domain/registry/model/server/LockTest.java +++ b/javatests/com/google/domain/registry/model/server/LockTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/smd/IssuerInfoTest.java b/javatests/com/google/domain/registry/model/smd/IssuerInfoTest.java index f1e08ebd7..94027c533 100644 --- a/javatests/com/google/domain/registry/model/smd/IssuerInfoTest.java +++ b/javatests/com/google/domain/registry/model/smd/IssuerInfoTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/smd/SignedMarkRevocationListTest.java b/javatests/com/google/domain/registry/model/smd/SignedMarkRevocationListTest.java index c197f4147..3b26c5b7a 100644 --- a/javatests/com/google/domain/registry/model/smd/SignedMarkRevocationListTest.java +++ b/javatests/com/google/domain/registry/model/smd/SignedMarkRevocationListTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/tmch/ClaimsListShardTest.java b/javatests/com/google/domain/registry/model/tmch/ClaimsListShardTest.java index b441fb70b..da523c897 100644 --- a/javatests/com/google/domain/registry/model/tmch/ClaimsListShardTest.java +++ b/javatests/com/google/domain/registry/model/tmch/ClaimsListShardTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/tmch/TmchCrlTest.java b/javatests/com/google/domain/registry/model/tmch/TmchCrlTest.java index 899bbd2f5..faea08592 100644 --- a/javatests/com/google/domain/registry/model/tmch/TmchCrlTest.java +++ b/javatests/com/google/domain/registry/model/tmch/TmchCrlTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/transfer/TransferDataTest.java b/javatests/com/google/domain/registry/model/transfer/TransferDataTest.java index d2cc59eaa..5f39d36fb 100644 --- a/javatests/com/google/domain/registry/model/transfer/TransferDataTest.java +++ b/javatests/com/google/domain/registry/model/transfer/TransferDataTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/translators/CommitLogRevisionsTranslatorFactoryTest.java b/javatests/com/google/domain/registry/model/translators/CommitLogRevisionsTranslatorFactoryTest.java index aecb415a1..06df4c958 100644 --- a/javatests/com/google/domain/registry/model/translators/CommitLogRevisionsTranslatorFactoryTest.java +++ b/javatests/com/google/domain/registry/model/translators/CommitLogRevisionsTranslatorFactoryTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/model/translators/StatusValueAdapterTest.java b/javatests/com/google/domain/registry/model/translators/StatusValueAdapterTest.java index a33395d82..56e1342ba 100644 --- a/javatests/com/google/domain/registry/model/translators/StatusValueAdapterTest.java +++ b/javatests/com/google/domain/registry/model/translators/StatusValueAdapterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/module/backend/BackendServletTest.java b/javatests/com/google/domain/registry/module/backend/BackendServletTest.java index 1123fba89..63419845b 100644 --- a/javatests/com/google/domain/registry/module/backend/BackendServletTest.java +++ b/javatests/com/google/domain/registry/module/backend/BackendServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/module/frontend/FrontendServletTest.java b/javatests/com/google/domain/registry/module/frontend/FrontendServletTest.java index 9c297747d..e9a591262 100644 --- a/javatests/com/google/domain/registry/module/frontend/FrontendServletTest.java +++ b/javatests/com/google/domain/registry/module/frontend/FrontendServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/module/tools/ToolsServletTest.java b/javatests/com/google/domain/registry/module/tools/ToolsServletTest.java index 211e07d82..c7e534aa9 100644 --- a/javatests/com/google/domain/registry/module/tools/ToolsServletTest.java +++ b/javatests/com/google/domain/registry/module/tools/ToolsServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/monitoring/whitebox/MetricsTaskServletTest.java b/javatests/com/google/domain/registry/monitoring/whitebox/MetricsTaskServletTest.java index c8b517cd9..69987f4e6 100644 --- a/javatests/com/google/domain/registry/monitoring/whitebox/MetricsTaskServletTest.java +++ b/javatests/com/google/domain/registry/monitoring/whitebox/MetricsTaskServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/monitoring/whitebox/MetricsTest.java b/javatests/com/google/domain/registry/monitoring/whitebox/MetricsTest.java index 0530de3dc..2f99050bc 100644 --- a/javatests/com/google/domain/registry/monitoring/whitebox/MetricsTest.java +++ b/javatests/com/google/domain/registry/monitoring/whitebox/MetricsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rdap/RdapActionBaseTest.java b/javatests/com/google/domain/registry/rdap/RdapActionBaseTest.java index be1e081d5..c89796097 100644 --- a/javatests/com/google/domain/registry/rdap/RdapActionBaseTest.java +++ b/javatests/com/google/domain/registry/rdap/RdapActionBaseTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rdap/RdapDomainActionTest.java b/javatests/com/google/domain/registry/rdap/RdapDomainActionTest.java index 614f55c05..c8d58b972 100644 --- a/javatests/com/google/domain/registry/rdap/RdapDomainActionTest.java +++ b/javatests/com/google/domain/registry/rdap/RdapDomainActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rdap/RdapDomainSearchActionTest.java b/javatests/com/google/domain/registry/rdap/RdapDomainSearchActionTest.java index 0d3cf746e..50b25b51c 100644 --- a/javatests/com/google/domain/registry/rdap/RdapDomainSearchActionTest.java +++ b/javatests/com/google/domain/registry/rdap/RdapDomainSearchActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rdap/RdapEntityActionTest.java b/javatests/com/google/domain/registry/rdap/RdapEntityActionTest.java index 9841ed447..bad870324 100644 --- a/javatests/com/google/domain/registry/rdap/RdapEntityActionTest.java +++ b/javatests/com/google/domain/registry/rdap/RdapEntityActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rdap/RdapEntitySearchActionTest.java b/javatests/com/google/domain/registry/rdap/RdapEntitySearchActionTest.java index 88976f760..d0999d00f 100644 --- a/javatests/com/google/domain/registry/rdap/RdapEntitySearchActionTest.java +++ b/javatests/com/google/domain/registry/rdap/RdapEntitySearchActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rdap/RdapHelpActionTest.java b/javatests/com/google/domain/registry/rdap/RdapHelpActionTest.java index ccdea5107..5e610e936 100644 --- a/javatests/com/google/domain/registry/rdap/RdapHelpActionTest.java +++ b/javatests/com/google/domain/registry/rdap/RdapHelpActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rdap/RdapJsonFormatterTest.java b/javatests/com/google/domain/registry/rdap/RdapJsonFormatterTest.java index 70f6b1059..8dbccd614 100644 --- a/javatests/com/google/domain/registry/rdap/RdapJsonFormatterTest.java +++ b/javatests/com/google/domain/registry/rdap/RdapJsonFormatterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rdap/RdapNameserverActionTest.java b/javatests/com/google/domain/registry/rdap/RdapNameserverActionTest.java index 504613aee..0c84c9650 100644 --- a/javatests/com/google/domain/registry/rdap/RdapNameserverActionTest.java +++ b/javatests/com/google/domain/registry/rdap/RdapNameserverActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rdap/RdapNameserverSearchActionTest.java b/javatests/com/google/domain/registry/rdap/RdapNameserverSearchActionTest.java index ec251cc17..332e8ee2a 100644 --- a/javatests/com/google/domain/registry/rdap/RdapNameserverSearchActionTest.java +++ b/javatests/com/google/domain/registry/rdap/RdapNameserverSearchActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rdap/RdapSearchPatternTest.java b/javatests/com/google/domain/registry/rdap/RdapSearchPatternTest.java index 9331c908e..72509308e 100644 --- a/javatests/com/google/domain/registry/rdap/RdapSearchPatternTest.java +++ b/javatests/com/google/domain/registry/rdap/RdapSearchPatternTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rdap/RdapTestHelper.java b/javatests/com/google/domain/registry/rdap/RdapTestHelper.java index ccfddbace..f1f1d6b18 100644 --- a/javatests/com/google/domain/registry/rdap/RdapTestHelper.java +++ b/javatests/com/google/domain/registry/rdap/RdapTestHelper.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/BouncyCastleTest.java b/javatests/com/google/domain/registry/rde/BouncyCastleTest.java index d036ccbe5..d4a91d16b 100644 --- a/javatests/com/google/domain/registry/rde/BouncyCastleTest.java +++ b/javatests/com/google/domain/registry/rde/BouncyCastleTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/BrdaCopyActionTest.java b/javatests/com/google/domain/registry/rde/BrdaCopyActionTest.java index d86591756..d517a7428 100644 --- a/javatests/com/google/domain/registry/rde/BrdaCopyActionTest.java +++ b/javatests/com/google/domain/registry/rde/BrdaCopyActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/ContactResourceToXjcConverterTest.java b/javatests/com/google/domain/registry/rde/ContactResourceToXjcConverterTest.java index 309ccd537..13313e8cb 100644 --- a/javatests/com/google/domain/registry/rde/ContactResourceToXjcConverterTest.java +++ b/javatests/com/google/domain/registry/rde/ContactResourceToXjcConverterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/DomainResourceToXjcConverterTest.java b/javatests/com/google/domain/registry/rde/DomainResourceToXjcConverterTest.java index c31eeb0f6..9ff14d391 100644 --- a/javatests/com/google/domain/registry/rde/DomainResourceToXjcConverterTest.java +++ b/javatests/com/google/domain/registry/rde/DomainResourceToXjcConverterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/EscrowTaskRunnerTest.java b/javatests/com/google/domain/registry/rde/EscrowTaskRunnerTest.java index 78a82314e..f421a9327 100644 --- a/javatests/com/google/domain/registry/rde/EscrowTaskRunnerTest.java +++ b/javatests/com/google/domain/registry/rde/EscrowTaskRunnerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/GhostrydeGpgIntegrationTest.java b/javatests/com/google/domain/registry/rde/GhostrydeGpgIntegrationTest.java index 39104825a..aa302badc 100644 --- a/javatests/com/google/domain/registry/rde/GhostrydeGpgIntegrationTest.java +++ b/javatests/com/google/domain/registry/rde/GhostrydeGpgIntegrationTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/GhostrydeTest.java b/javatests/com/google/domain/registry/rde/GhostrydeTest.java index 54fdb6d62..ca94ffab0 100644 --- a/javatests/com/google/domain/registry/rde/GhostrydeTest.java +++ b/javatests/com/google/domain/registry/rde/GhostrydeTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/HostResourceToXjcConverterTest.java b/javatests/com/google/domain/registry/rde/HostResourceToXjcConverterTest.java index 5662db629..6b6bdcb9c 100644 --- a/javatests/com/google/domain/registry/rde/HostResourceToXjcConverterTest.java +++ b/javatests/com/google/domain/registry/rde/HostResourceToXjcConverterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/PendingDepositCheckerTest.java b/javatests/com/google/domain/registry/rde/PendingDepositCheckerTest.java index 957f4dc58..a9dfc3340 100644 --- a/javatests/com/google/domain/registry/rde/PendingDepositCheckerTest.java +++ b/javatests/com/google/domain/registry/rde/PendingDepositCheckerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/RdeFixtures.java b/javatests/com/google/domain/registry/rde/RdeFixtures.java index 1b08005a3..9e71dfabd 100644 --- a/javatests/com/google/domain/registry/rde/RdeFixtures.java +++ b/javatests/com/google/domain/registry/rde/RdeFixtures.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/RdeKeyringModule.java b/javatests/com/google/domain/registry/rde/RdeKeyringModule.java index c3b0af41d..88ea8b6b3 100644 --- a/javatests/com/google/domain/registry/rde/RdeKeyringModule.java +++ b/javatests/com/google/domain/registry/rde/RdeKeyringModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/RdeMarshallerTest.java b/javatests/com/google/domain/registry/rde/RdeMarshallerTest.java index 5a29646c7..88e874616 100644 --- a/javatests/com/google/domain/registry/rde/RdeMarshallerTest.java +++ b/javatests/com/google/domain/registry/rde/RdeMarshallerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/RdeReportActionTest.java b/javatests/com/google/domain/registry/rde/RdeReportActionTest.java index 0774baa69..986b4334c 100644 --- a/javatests/com/google/domain/registry/rde/RdeReportActionTest.java +++ b/javatests/com/google/domain/registry/rde/RdeReportActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/RdeStagingActionTest.java b/javatests/com/google/domain/registry/rde/RdeStagingActionTest.java index 2b4ee6c94..df716080a 100644 --- a/javatests/com/google/domain/registry/rde/RdeStagingActionTest.java +++ b/javatests/com/google/domain/registry/rde/RdeStagingActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/RdeTestData.java b/javatests/com/google/domain/registry/rde/RdeTestData.java index b6d9948d7..be536094b 100644 --- a/javatests/com/google/domain/registry/rde/RdeTestData.java +++ b/javatests/com/google/domain/registry/rde/RdeTestData.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/RdeTestSuite.java b/javatests/com/google/domain/registry/rde/RdeTestSuite.java index 91b41f005..0feaac1ad 100644 --- a/javatests/com/google/domain/registry/rde/RdeTestSuite.java +++ b/javatests/com/google/domain/registry/rde/RdeTestSuite.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/RdeUploadActionTest.java b/javatests/com/google/domain/registry/rde/RdeUploadActionTest.java index cc84c6876..3f82bcb4b 100644 --- a/javatests/com/google/domain/registry/rde/RdeUploadActionTest.java +++ b/javatests/com/google/domain/registry/rde/RdeUploadActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/RegistrarToXjcConverterTest.java b/javatests/com/google/domain/registry/rde/RegistrarToXjcConverterTest.java index 9c6d3fa92..b3c45c03b 100644 --- a/javatests/com/google/domain/registry/rde/RegistrarToXjcConverterTest.java +++ b/javatests/com/google/domain/registry/rde/RegistrarToXjcConverterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/rde/RydeGpgIntegrationTest.java b/javatests/com/google/domain/registry/rde/RydeGpgIntegrationTest.java index 45b4d8c8c..9ee57b330 100644 --- a/javatests/com/google/domain/registry/rde/RydeGpgIntegrationTest.java +++ b/javatests/com/google/domain/registry/rde/RydeGpgIntegrationTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/request/JsonResponseTest.java b/javatests/com/google/domain/registry/request/JsonResponseTest.java index 62b228a78..76fc36088 100644 --- a/javatests/com/google/domain/registry/request/JsonResponseTest.java +++ b/javatests/com/google/domain/registry/request/JsonResponseTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/request/RequestHandlerTest.java b/javatests/com/google/domain/registry/request/RequestHandlerTest.java index ed6760f49..01d00e8c7 100644 --- a/javatests/com/google/domain/registry/request/RequestHandlerTest.java +++ b/javatests/com/google/domain/registry/request/RequestHandlerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/request/RequestModuleTest.java b/javatests/com/google/domain/registry/request/RequestModuleTest.java index 5cb7dfbd7..99c9baad6 100644 --- a/javatests/com/google/domain/registry/request/RequestModuleTest.java +++ b/javatests/com/google/domain/registry/request/RequestModuleTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/request/RequestParametersTest.java b/javatests/com/google/domain/registry/request/RequestParametersTest.java index 7c13a4edb..09f3d5c35 100644 --- a/javatests/com/google/domain/registry/request/RequestParametersTest.java +++ b/javatests/com/google/domain/registry/request/RequestParametersTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/request/ResponseImplTest.java b/javatests/com/google/domain/registry/request/ResponseImplTest.java index c609e815b..dc9893918 100644 --- a/javatests/com/google/domain/registry/request/ResponseImplTest.java +++ b/javatests/com/google/domain/registry/request/ResponseImplTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/request/RouterTest.java b/javatests/com/google/domain/registry/request/RouterTest.java index 78dbb83b3..ac4474d96 100644 --- a/javatests/com/google/domain/registry/request/RouterTest.java +++ b/javatests/com/google/domain/registry/request/RouterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/security/JsonHttpTest.java b/javatests/com/google/domain/registry/security/JsonHttpTest.java index abab0a4d3..f7c1f46ac 100644 --- a/javatests/com/google/domain/registry/security/JsonHttpTest.java +++ b/javatests/com/google/domain/registry/security/JsonHttpTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/security/JsonHttpTestUtils.java b/javatests/com/google/domain/registry/security/JsonHttpTestUtils.java index acb1f4a54..ac8829105 100644 --- a/javatests/com/google/domain/registry/security/JsonHttpTestUtils.java +++ b/javatests/com/google/domain/registry/security/JsonHttpTestUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/security/JsonTransportServletTest.java b/javatests/com/google/domain/registry/security/JsonTransportServletTest.java index 37b86860e..8686e93c1 100644 --- a/javatests/com/google/domain/registry/security/JsonTransportServletTest.java +++ b/javatests/com/google/domain/registry/security/JsonTransportServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/security/XsrfProtectedServletTest.java b/javatests/com/google/domain/registry/security/XsrfProtectedServletTest.java index 821b69f77..e519cafb1 100644 --- a/javatests/com/google/domain/registry/security/XsrfProtectedServletTest.java +++ b/javatests/com/google/domain/registry/security/XsrfProtectedServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/security/XsrfTokenManagerTest.java b/javatests/com/google/domain/registry/security/XsrfTokenManagerTest.java index f8df79216..c823cd941 100644 --- a/javatests/com/google/domain/registry/security/XsrfTokenManagerTest.java +++ b/javatests/com/google/domain/registry/security/XsrfTokenManagerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/server/Fixture.java b/javatests/com/google/domain/registry/server/Fixture.java index e4dc48700..a608aa121 100644 --- a/javatests/com/google/domain/registry/server/Fixture.java +++ b/javatests/com/google/domain/registry/server/Fixture.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/server/HealthzServlet.java b/javatests/com/google/domain/registry/server/HealthzServlet.java index 4fc85d3db..09e08f97e 100644 --- a/javatests/com/google/domain/registry/server/HealthzServlet.java +++ b/javatests/com/google/domain/registry/server/HealthzServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/server/RegistryTestServer.java b/javatests/com/google/domain/registry/server/RegistryTestServer.java index 53a78c586..850315fd8 100644 --- a/javatests/com/google/domain/registry/server/RegistryTestServer.java +++ b/javatests/com/google/domain/registry/server/RegistryTestServer.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/server/RegistryTestServerMain.java b/javatests/com/google/domain/registry/server/RegistryTestServerMain.java index 298bdd459..68fe24a23 100644 --- a/javatests/com/google/domain/registry/server/RegistryTestServerMain.java +++ b/javatests/com/google/domain/registry/server/RegistryTestServerMain.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/server/Route.java b/javatests/com/google/domain/registry/server/Route.java index 641aaa9a4..6f28da0b7 100644 --- a/javatests/com/google/domain/registry/server/Route.java +++ b/javatests/com/google/domain/registry/server/Route.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/server/ServletWrapperDelegatorServlet.java b/javatests/com/google/domain/registry/server/ServletWrapperDelegatorServlet.java index 72a85df92..e9872377c 100644 --- a/javatests/com/google/domain/registry/server/ServletWrapperDelegatorServlet.java +++ b/javatests/com/google/domain/registry/server/ServletWrapperDelegatorServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/server/StaticResourceServlet.java b/javatests/com/google/domain/registry/server/StaticResourceServlet.java index 6c19509e4..c1a8e1a0b 100644 --- a/javatests/com/google/domain/registry/server/StaticResourceServlet.java +++ b/javatests/com/google/domain/registry/server/StaticResourceServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/server/TestServer.java b/javatests/com/google/domain/registry/server/TestServer.java index 669a64f8e..b4dd65518 100644 --- a/javatests/com/google/domain/registry/server/TestServer.java +++ b/javatests/com/google/domain/registry/server/TestServer.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/server/UrlChecker.java b/javatests/com/google/domain/registry/server/UrlChecker.java index 42d6678d1..f41d8380f 100644 --- a/javatests/com/google/domain/registry/server/UrlChecker.java +++ b/javatests/com/google/domain/registry/server/UrlChecker.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/storage/drive/DriveConnectionTest.java b/javatests/com/google/domain/registry/storage/drive/DriveConnectionTest.java index bcd775c0d..de18d9d7e 100644 --- a/javatests/com/google/domain/registry/storage/drive/DriveConnectionTest.java +++ b/javatests/com/google/domain/registry/storage/drive/DriveConnectionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/AbstractDomainBaseSubject.java b/javatests/com/google/domain/registry/testing/AbstractDomainBaseSubject.java index c9097ae41..3c680a8bd 100644 --- a/javatests/com/google/domain/registry/testing/AbstractDomainBaseSubject.java +++ b/javatests/com/google/domain/registry/testing/AbstractDomainBaseSubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/AbstractEppResourceSubject.java b/javatests/com/google/domain/registry/testing/AbstractEppResourceSubject.java index 8c7e7cd0f..4a41d92bd 100644 --- a/javatests/com/google/domain/registry/testing/AbstractEppResourceSubject.java +++ b/javatests/com/google/domain/registry/testing/AbstractEppResourceSubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/AppEngineRule.java b/javatests/com/google/domain/registry/testing/AppEngineRule.java index 71e97e650..92a169e18 100644 --- a/javatests/com/google/domain/registry/testing/AppEngineRule.java +++ b/javatests/com/google/domain/registry/testing/AppEngineRule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/BouncyCastleProviderRule.java b/javatests/com/google/domain/registry/testing/BouncyCastleProviderRule.java index 5738b9e7a..1be21e891 100644 --- a/javatests/com/google/domain/registry/testing/BouncyCastleProviderRule.java +++ b/javatests/com/google/domain/registry/testing/BouncyCastleProviderRule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/CertificateSamples.java b/javatests/com/google/domain/registry/testing/CertificateSamples.java index 728d1f119..73b6ec3f6 100644 --- a/javatests/com/google/domain/registry/testing/CertificateSamples.java +++ b/javatests/com/google/domain/registry/testing/CertificateSamples.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/ContactResourceSubject.java b/javatests/com/google/domain/registry/testing/ContactResourceSubject.java index f080d2822..60ae6037c 100644 --- a/javatests/com/google/domain/registry/testing/ContactResourceSubject.java +++ b/javatests/com/google/domain/registry/testing/ContactResourceSubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/DatastoreHelper.java b/javatests/com/google/domain/registry/testing/DatastoreHelper.java index 23a348eb0..20d3a1e4c 100644 --- a/javatests/com/google/domain/registry/testing/DatastoreHelper.java +++ b/javatests/com/google/domain/registry/testing/DatastoreHelper.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/DomainApplicationSubject.java b/javatests/com/google/domain/registry/testing/DomainApplicationSubject.java index c0296f863..ac57f7cd2 100644 --- a/javatests/com/google/domain/registry/testing/DomainApplicationSubject.java +++ b/javatests/com/google/domain/registry/testing/DomainApplicationSubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/DomainResourceSubject.java b/javatests/com/google/domain/registry/testing/DomainResourceSubject.java index 7b25ec34a..2125097cc 100644 --- a/javatests/com/google/domain/registry/testing/DomainResourceSubject.java +++ b/javatests/com/google/domain/registry/testing/DomainResourceSubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/EppLoader.java b/javatests/com/google/domain/registry/testing/EppLoader.java index b86edba9a..36af84172 100644 --- a/javatests/com/google/domain/registry/testing/EppLoader.java +++ b/javatests/com/google/domain/registry/testing/EppLoader.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/ExceptionRule.java b/javatests/com/google/domain/registry/testing/ExceptionRule.java index 53c8c8a82..8c5a807ee 100644 --- a/javatests/com/google/domain/registry/testing/ExceptionRule.java +++ b/javatests/com/google/domain/registry/testing/ExceptionRule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/FailAnswer.java b/javatests/com/google/domain/registry/testing/FailAnswer.java index 67edb1c2d..1bf117362 100644 --- a/javatests/com/google/domain/registry/testing/FailAnswer.java +++ b/javatests/com/google/domain/registry/testing/FailAnswer.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/FakeClock.java b/javatests/com/google/domain/registry/testing/FakeClock.java index 219a34717..eedd4e473 100644 --- a/javatests/com/google/domain/registry/testing/FakeClock.java +++ b/javatests/com/google/domain/registry/testing/FakeClock.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/FakeJsonResponse.java b/javatests/com/google/domain/registry/testing/FakeJsonResponse.java index 30636ce6b..8e1e587d2 100644 --- a/javatests/com/google/domain/registry/testing/FakeJsonResponse.java +++ b/javatests/com/google/domain/registry/testing/FakeJsonResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/FakeResponse.java b/javatests/com/google/domain/registry/testing/FakeResponse.java index a8be513ad..446cd5230 100644 --- a/javatests/com/google/domain/registry/testing/FakeResponse.java +++ b/javatests/com/google/domain/registry/testing/FakeResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/FakeServletInputStream.java b/javatests/com/google/domain/registry/testing/FakeServletInputStream.java index 473fa0943..067dce065 100644 --- a/javatests/com/google/domain/registry/testing/FakeServletInputStream.java +++ b/javatests/com/google/domain/registry/testing/FakeServletInputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/FakeServletOutputStream.java b/javatests/com/google/domain/registry/testing/FakeServletOutputStream.java index 3aa96cb33..e4dad2e1b 100644 --- a/javatests/com/google/domain/registry/testing/FakeServletOutputStream.java +++ b/javatests/com/google/domain/registry/testing/FakeServletOutputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/FakeSleeper.java b/javatests/com/google/domain/registry/testing/FakeSleeper.java index c196c6e3d..62e151ca1 100644 --- a/javatests/com/google/domain/registry/testing/FakeSleeper.java +++ b/javatests/com/google/domain/registry/testing/FakeSleeper.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/FakeURLFetchService.java b/javatests/com/google/domain/registry/testing/FakeURLFetchService.java index a14f59650..b559c900b 100644 --- a/javatests/com/google/domain/registry/testing/FakeURLFetchService.java +++ b/javatests/com/google/domain/registry/testing/FakeURLFetchService.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/ForwardingURLFetchService.java b/javatests/com/google/domain/registry/testing/ForwardingURLFetchService.java index 047c5112e..7044fdbe4 100644 --- a/javatests/com/google/domain/registry/testing/ForwardingURLFetchService.java +++ b/javatests/com/google/domain/registry/testing/ForwardingURLFetchService.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/FullFieldsTestEntityHelper.java b/javatests/com/google/domain/registry/testing/FullFieldsTestEntityHelper.java index 0d6515797..e42c96e64 100644 --- a/javatests/com/google/domain/registry/testing/FullFieldsTestEntityHelper.java +++ b/javatests/com/google/domain/registry/testing/FullFieldsTestEntityHelper.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/GcsTestingUtils.java b/javatests/com/google/domain/registry/testing/GcsTestingUtils.java index d1125481a..6179f35d1 100644 --- a/javatests/com/google/domain/registry/testing/GcsTestingUtils.java +++ b/javatests/com/google/domain/registry/testing/GcsTestingUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/GenericEppResourceSubject.java b/javatests/com/google/domain/registry/testing/GenericEppResourceSubject.java index ab8b746bc..0b8bf6244 100644 --- a/javatests/com/google/domain/registry/testing/GenericEppResourceSubject.java +++ b/javatests/com/google/domain/registry/testing/GenericEppResourceSubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/GpgSystemCommandRule.java b/javatests/com/google/domain/registry/testing/GpgSystemCommandRule.java index 6050fc1b8..138a8f23f 100644 --- a/javatests/com/google/domain/registry/testing/GpgSystemCommandRule.java +++ b/javatests/com/google/domain/registry/testing/GpgSystemCommandRule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/HistoryEntrySubject.java b/javatests/com/google/domain/registry/testing/HistoryEntrySubject.java index 739002f47..f2cfaba3a 100644 --- a/javatests/com/google/domain/registry/testing/HistoryEntrySubject.java +++ b/javatests/com/google/domain/registry/testing/HistoryEntrySubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/HostResourceSubject.java b/javatests/com/google/domain/registry/testing/HostResourceSubject.java index a5761686d..c771938a9 100644 --- a/javatests/com/google/domain/registry/testing/HostResourceSubject.java +++ b/javatests/com/google/domain/registry/testing/HostResourceSubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/InjectRule.java b/javatests/com/google/domain/registry/testing/InjectRule.java index b07250614..91fd4b054 100644 --- a/javatests/com/google/domain/registry/testing/InjectRule.java +++ b/javatests/com/google/domain/registry/testing/InjectRule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/IoSpyRule.java b/javatests/com/google/domain/registry/testing/IoSpyRule.java index 1b8d13ac5..aede125ea 100644 --- a/javatests/com/google/domain/registry/testing/IoSpyRule.java +++ b/javatests/com/google/domain/registry/testing/IoSpyRule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/Providers.java b/javatests/com/google/domain/registry/testing/Providers.java index 94ee0eb1b..1c20b4e72 100644 --- a/javatests/com/google/domain/registry/testing/Providers.java +++ b/javatests/com/google/domain/registry/testing/Providers.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/ReflectiveSubjectFactory.java b/javatests/com/google/domain/registry/testing/ReflectiveSubjectFactory.java index 9f12d6bbe..483cb7d33 100644 --- a/javatests/com/google/domain/registry/testing/ReflectiveSubjectFactory.java +++ b/javatests/com/google/domain/registry/testing/ReflectiveSubjectFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/RegistryConfigRule.java b/javatests/com/google/domain/registry/testing/RegistryConfigRule.java index a778323aa..4a026db67 100644 --- a/javatests/com/google/domain/registry/testing/RegistryConfigRule.java +++ b/javatests/com/google/domain/registry/testing/RegistryConfigRule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/SlurpAnswer.java b/javatests/com/google/domain/registry/testing/SlurpAnswer.java index 7e03c4b49..65832aab1 100644 --- a/javatests/com/google/domain/registry/testing/SlurpAnswer.java +++ b/javatests/com/google/domain/registry/testing/SlurpAnswer.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/SystemInfo.java b/javatests/com/google/domain/registry/testing/SystemInfo.java index 4c94ccf82..6148f2861 100644 --- a/javatests/com/google/domain/registry/testing/SystemInfo.java +++ b/javatests/com/google/domain/registry/testing/SystemInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/SystemPropertyRule.java b/javatests/com/google/domain/registry/testing/SystemPropertyRule.java index 4ee804b65..29afb02b9 100644 --- a/javatests/com/google/domain/registry/testing/SystemPropertyRule.java +++ b/javatests/com/google/domain/registry/testing/SystemPropertyRule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/TaskQueueHelper.java b/javatests/com/google/domain/registry/testing/TaskQueueHelper.java index aa4ec66dc..afca74dd1 100644 --- a/javatests/com/google/domain/registry/testing/TaskQueueHelper.java +++ b/javatests/com/google/domain/registry/testing/TaskQueueHelper.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/TestDataHelper.java b/javatests/com/google/domain/registry/testing/TestDataHelper.java index e38ab0ed8..3175387ea 100644 --- a/javatests/com/google/domain/registry/testing/TestDataHelper.java +++ b/javatests/com/google/domain/registry/testing/TestDataHelper.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/TestObject.java b/javatests/com/google/domain/registry/testing/TestObject.java index 830957a87..b528598f0 100644 --- a/javatests/com/google/domain/registry/testing/TestObject.java +++ b/javatests/com/google/domain/registry/testing/TestObject.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/TestSessionMetadata.java b/javatests/com/google/domain/registry/testing/TestSessionMetadata.java index b33f1caae..0bc3b5ba6 100644 --- a/javatests/com/google/domain/registry/testing/TestSessionMetadata.java +++ b/javatests/com/google/domain/registry/testing/TestSessionMetadata.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/TruthChainer.java b/javatests/com/google/domain/registry/testing/TruthChainer.java index 68554ae0d..ecb6a66f9 100644 --- a/javatests/com/google/domain/registry/testing/TruthChainer.java +++ b/javatests/com/google/domain/registry/testing/TruthChainer.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/UriParameters.java b/javatests/com/google/domain/registry/testing/UriParameters.java index 4511ef4e4..386b5ffe4 100644 --- a/javatests/com/google/domain/registry/testing/UriParameters.java +++ b/javatests/com/google/domain/registry/testing/UriParameters.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/UserInfo.java b/javatests/com/google/domain/registry/testing/UserInfo.java index 440dc5133..c20669922 100644 --- a/javatests/com/google/domain/registry/testing/UserInfo.java +++ b/javatests/com/google/domain/registry/testing/UserInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/mapreduce/MapreduceTestCase.java b/javatests/com/google/domain/registry/testing/mapreduce/MapreduceTestCase.java index b22204399..7216e4e6d 100644 --- a/javatests/com/google/domain/registry/testing/mapreduce/MapreduceTestCase.java +++ b/javatests/com/google/domain/registry/testing/mapreduce/MapreduceTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/package-info.java b/javatests/com/google/domain/registry/testing/package-info.java index 750887343..2ee909dd4 100644 --- a/javatests/com/google/domain/registry/testing/package-info.java +++ b/javatests/com/google/domain/registry/testing/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/sftp/SftpServerRule.java b/javatests/com/google/domain/registry/testing/sftp/SftpServerRule.java index 67ee89dee..2fb1bff91 100644 --- a/javatests/com/google/domain/registry/testing/sftp/SftpServerRule.java +++ b/javatests/com/google/domain/registry/testing/sftp/SftpServerRule.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/testing/sftp/TestSftpServer.java b/javatests/com/google/domain/registry/testing/sftp/TestSftpServer.java index 7065d70b9..371dc6052 100644 --- a/javatests/com/google/domain/registry/testing/sftp/TestSftpServer.java +++ b/javatests/com/google/domain/registry/testing/sftp/TestSftpServer.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tldconfig/idn/IdnLabelValidatorTest.java b/javatests/com/google/domain/registry/tldconfig/idn/IdnLabelValidatorTest.java index 50357bc8d..4228ad131 100644 --- a/javatests/com/google/domain/registry/tldconfig/idn/IdnLabelValidatorTest.java +++ b/javatests/com/google/domain/registry/tldconfig/idn/IdnLabelValidatorTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tldconfig/idn/IdnTableTest.java b/javatests/com/google/domain/registry/tldconfig/idn/IdnTableTest.java index 2472fe301..15c4f4bde 100644 --- a/javatests/com/google/domain/registry/tldconfig/idn/IdnTableTest.java +++ b/javatests/com/google/domain/registry/tldconfig/idn/IdnTableTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tmch/LordnLogTest.java b/javatests/com/google/domain/registry/tmch/LordnLogTest.java index ef2797a3a..ba17d69f2 100644 --- a/javatests/com/google/domain/registry/tmch/LordnLogTest.java +++ b/javatests/com/google/domain/registry/tmch/LordnLogTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tmch/LordnTaskTest.java b/javatests/com/google/domain/registry/tmch/LordnTaskTest.java index a365aba5e..33259fd07 100644 --- a/javatests/com/google/domain/registry/tmch/LordnTaskTest.java +++ b/javatests/com/google/domain/registry/tmch/LordnTaskTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tmch/NordnUploadActionTest.java b/javatests/com/google/domain/registry/tmch/NordnUploadActionTest.java index 1df68a475..f6e9c787e 100644 --- a/javatests/com/google/domain/registry/tmch/NordnUploadActionTest.java +++ b/javatests/com/google/domain/registry/tmch/NordnUploadActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tmch/NordnVerifyActionTest.java b/javatests/com/google/domain/registry/tmch/NordnVerifyActionTest.java index 16a1de128..4e71b67f5 100644 --- a/javatests/com/google/domain/registry/tmch/NordnVerifyActionTest.java +++ b/javatests/com/google/domain/registry/tmch/NordnVerifyActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tmch/SmdrlCsvParserTest.java b/javatests/com/google/domain/registry/tmch/SmdrlCsvParserTest.java index 49d0a617e..8ede20022 100644 --- a/javatests/com/google/domain/registry/tmch/SmdrlCsvParserTest.java +++ b/javatests/com/google/domain/registry/tmch/SmdrlCsvParserTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tmch/TmchActionTestCase.java b/javatests/com/google/domain/registry/tmch/TmchActionTestCase.java index c9f5914e1..ec126aafe 100644 --- a/javatests/com/google/domain/registry/tmch/TmchActionTestCase.java +++ b/javatests/com/google/domain/registry/tmch/TmchActionTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tmch/TmchCertificateAuthorityTest.java b/javatests/com/google/domain/registry/tmch/TmchCertificateAuthorityTest.java index f30f56f9a..a8c8b337f 100644 --- a/javatests/com/google/domain/registry/tmch/TmchCertificateAuthorityTest.java +++ b/javatests/com/google/domain/registry/tmch/TmchCertificateAuthorityTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tmch/TmchCrlActionTest.java b/javatests/com/google/domain/registry/tmch/TmchCrlActionTest.java index 5f8183e92..57c9411d1 100644 --- a/javatests/com/google/domain/registry/tmch/TmchCrlActionTest.java +++ b/javatests/com/google/domain/registry/tmch/TmchCrlActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tmch/TmchDnlActionTest.java b/javatests/com/google/domain/registry/tmch/TmchDnlActionTest.java index 47faf74ad..ac4d9a96b 100644 --- a/javatests/com/google/domain/registry/tmch/TmchDnlActionTest.java +++ b/javatests/com/google/domain/registry/tmch/TmchDnlActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tmch/TmchSmdrlActionTest.java b/javatests/com/google/domain/registry/tmch/TmchSmdrlActionTest.java index 261a4df1d..6cf473707 100644 --- a/javatests/com/google/domain/registry/tmch/TmchSmdrlActionTest.java +++ b/javatests/com/google/domain/registry/tmch/TmchSmdrlActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tmch/TmchTestData.java b/javatests/com/google/domain/registry/tmch/TmchTestData.java index c29ac256c..fc2d1ef5d 100644 --- a/javatests/com/google/domain/registry/tmch/TmchTestData.java +++ b/javatests/com/google/domain/registry/tmch/TmchTestData.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tmch/TmchTestSuite.java b/javatests/com/google/domain/registry/tmch/TmchTestSuite.java index bd6bbdacf..b572e7bff 100644 --- a/javatests/com/google/domain/registry/tmch/TmchTestSuite.java +++ b/javatests/com/google/domain/registry/tmch/TmchTestSuite.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tmch/TmchXmlSignatureTest.java b/javatests/com/google/domain/registry/tmch/TmchXmlSignatureTest.java index 0d7c31f3e..dbf83e8e0 100644 --- a/javatests/com/google/domain/registry/tmch/TmchXmlSignatureTest.java +++ b/javatests/com/google/domain/registry/tmch/TmchXmlSignatureTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/AllocateDomainCommandTest.java b/javatests/com/google/domain/registry/tools/AllocateDomainCommandTest.java index f8eb26008..0038b03cb 100644 --- a/javatests/com/google/domain/registry/tools/AllocateDomainCommandTest.java +++ b/javatests/com/google/domain/registry/tools/AllocateDomainCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/CommandTestCase.java b/javatests/com/google/domain/registry/tools/CommandTestCase.java index 93205792c..ff7fa0d50 100644 --- a/javatests/com/google/domain/registry/tools/CommandTestCase.java +++ b/javatests/com/google/domain/registry/tools/CommandTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/CreateAnchorTenantCommandTest.java b/javatests/com/google/domain/registry/tools/CreateAnchorTenantCommandTest.java index c5d034b1e..6140cc406 100644 --- a/javatests/com/google/domain/registry/tools/CreateAnchorTenantCommandTest.java +++ b/javatests/com/google/domain/registry/tools/CreateAnchorTenantCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/CreateContactCommandTest.java b/javatests/com/google/domain/registry/tools/CreateContactCommandTest.java index 3c002dcba..9d685240f 100644 --- a/javatests/com/google/domain/registry/tools/CreateContactCommandTest.java +++ b/javatests/com/google/domain/registry/tools/CreateContactCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/CreateCreditBalanceCommandTest.java b/javatests/com/google/domain/registry/tools/CreateCreditBalanceCommandTest.java index 75f3a7bb0..d5227f2cd 100644 --- a/javatests/com/google/domain/registry/tools/CreateCreditBalanceCommandTest.java +++ b/javatests/com/google/domain/registry/tools/CreateCreditBalanceCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/CreateCreditCommandTest.java b/javatests/com/google/domain/registry/tools/CreateCreditCommandTest.java index 1bb55f454..10bedad74 100644 --- a/javatests/com/google/domain/registry/tools/CreateCreditCommandTest.java +++ b/javatests/com/google/domain/registry/tools/CreateCreditCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/CreateOrUpdatePremiumListCommandTestCase.java b/javatests/com/google/domain/registry/tools/CreateOrUpdatePremiumListCommandTestCase.java index 3bb91b486..d4d9158ae 100644 --- a/javatests/com/google/domain/registry/tools/CreateOrUpdatePremiumListCommandTestCase.java +++ b/javatests/com/google/domain/registry/tools/CreateOrUpdatePremiumListCommandTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/CreateOrUpdateReservedListCommandTestCase.java b/javatests/com/google/domain/registry/tools/CreateOrUpdateReservedListCommandTestCase.java index 32eb474cb..9f96554e5 100644 --- a/javatests/com/google/domain/registry/tools/CreateOrUpdateReservedListCommandTestCase.java +++ b/javatests/com/google/domain/registry/tools/CreateOrUpdateReservedListCommandTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/CreatePremiumListCommandTest.java b/javatests/com/google/domain/registry/tools/CreatePremiumListCommandTest.java index e6ddb89a9..ee3fc5058 100644 --- a/javatests/com/google/domain/registry/tools/CreatePremiumListCommandTest.java +++ b/javatests/com/google/domain/registry/tools/CreatePremiumListCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/CreateRegistrarCommandTest.java b/javatests/com/google/domain/registry/tools/CreateRegistrarCommandTest.java index a652b4e28..932816656 100644 --- a/javatests/com/google/domain/registry/tools/CreateRegistrarCommandTest.java +++ b/javatests/com/google/domain/registry/tools/CreateRegistrarCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/CreateRegistrarGroupsCommandTest.java b/javatests/com/google/domain/registry/tools/CreateRegistrarGroupsCommandTest.java index dac4e7669..413bc0b2a 100644 --- a/javatests/com/google/domain/registry/tools/CreateRegistrarGroupsCommandTest.java +++ b/javatests/com/google/domain/registry/tools/CreateRegistrarGroupsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/CreateReservedListCommandTest.java b/javatests/com/google/domain/registry/tools/CreateReservedListCommandTest.java index e6f4891fb..656e6c3c8 100644 --- a/javatests/com/google/domain/registry/tools/CreateReservedListCommandTest.java +++ b/javatests/com/google/domain/registry/tools/CreateReservedListCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/CreateTldCommandTest.java b/javatests/com/google/domain/registry/tools/CreateTldCommandTest.java index 6c014fc79..272f961fb 100644 --- a/javatests/com/google/domain/registry/tools/CreateTldCommandTest.java +++ b/javatests/com/google/domain/registry/tools/CreateTldCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/DeleteCreditCommandTest.java b/javatests/com/google/domain/registry/tools/DeleteCreditCommandTest.java index 115cf6a28..1be4cd3ed 100644 --- a/javatests/com/google/domain/registry/tools/DeleteCreditCommandTest.java +++ b/javatests/com/google/domain/registry/tools/DeleteCreditCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/DeleteDomainCommandTest.java b/javatests/com/google/domain/registry/tools/DeleteDomainCommandTest.java index a1d5db4da..31e1133a3 100644 --- a/javatests/com/google/domain/registry/tools/DeleteDomainCommandTest.java +++ b/javatests/com/google/domain/registry/tools/DeleteDomainCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/DeleteEntityCommandTest.java b/javatests/com/google/domain/registry/tools/DeleteEntityCommandTest.java index ef7380463..829d691e5 100644 --- a/javatests/com/google/domain/registry/tools/DeleteEntityCommandTest.java +++ b/javatests/com/google/domain/registry/tools/DeleteEntityCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/DeletePremiumListCommandTest.java b/javatests/com/google/domain/registry/tools/DeletePremiumListCommandTest.java index a5cb41d5e..003593e15 100644 --- a/javatests/com/google/domain/registry/tools/DeletePremiumListCommandTest.java +++ b/javatests/com/google/domain/registry/tools/DeletePremiumListCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/DeleteReservedListCommandTest.java b/javatests/com/google/domain/registry/tools/DeleteReservedListCommandTest.java index 50b55bef3..d12e8eade 100644 --- a/javatests/com/google/domain/registry/tools/DeleteReservedListCommandTest.java +++ b/javatests/com/google/domain/registry/tools/DeleteReservedListCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/DomainApplicationInfoCommandTest.java b/javatests/com/google/domain/registry/tools/DomainApplicationInfoCommandTest.java index 9cb4a7e51..6f809332e 100644 --- a/javatests/com/google/domain/registry/tools/DomainApplicationInfoCommandTest.java +++ b/javatests/com/google/domain/registry/tools/DomainApplicationInfoCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/DomainCheckClaimsCommandTest.java b/javatests/com/google/domain/registry/tools/DomainCheckClaimsCommandTest.java index feccde6ef..736aa6707 100644 --- a/javatests/com/google/domain/registry/tools/DomainCheckClaimsCommandTest.java +++ b/javatests/com/google/domain/registry/tools/DomainCheckClaimsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/DomainCheckCommandTest.java b/javatests/com/google/domain/registry/tools/DomainCheckCommandTest.java index 2b7c0f5d6..79f546f1a 100644 --- a/javatests/com/google/domain/registry/tools/DomainCheckCommandTest.java +++ b/javatests/com/google/domain/registry/tools/DomainCheckCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/DomainCheckFeeCommandTest.java b/javatests/com/google/domain/registry/tools/DomainCheckFeeCommandTest.java index 61c285c5d..57914a901 100644 --- a/javatests/com/google/domain/registry/tools/DomainCheckFeeCommandTest.java +++ b/javatests/com/google/domain/registry/tools/DomainCheckFeeCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/EncryptEscrowDepositCommandTest.java b/javatests/com/google/domain/registry/tools/EncryptEscrowDepositCommandTest.java index 15d539a18..ff4310d89 100644 --- a/javatests/com/google/domain/registry/tools/EncryptEscrowDepositCommandTest.java +++ b/javatests/com/google/domain/registry/tools/EncryptEscrowDepositCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/EppToolCommandTest.java b/javatests/com/google/domain/registry/tools/EppToolCommandTest.java index f00a48f45..f4b7ea440 100644 --- a/javatests/com/google/domain/registry/tools/EppToolCommandTest.java +++ b/javatests/com/google/domain/registry/tools/EppToolCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/EppToolCommandTestCase.java b/javatests/com/google/domain/registry/tools/EppToolCommandTestCase.java index 3d9c22d19..a20d042ec 100644 --- a/javatests/com/google/domain/registry/tools/EppToolCommandTestCase.java +++ b/javatests/com/google/domain/registry/tools/EppToolCommandTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/ExecuteEppCommandTest.java b/javatests/com/google/domain/registry/tools/ExecuteEppCommandTest.java index a14fb6fdc..ad142b60b 100644 --- a/javatests/com/google/domain/registry/tools/ExecuteEppCommandTest.java +++ b/javatests/com/google/domain/registry/tools/ExecuteEppCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/FakePasswordGenerator.java b/javatests/com/google/domain/registry/tools/FakePasswordGenerator.java index 206f1f229..10dcb0db8 100644 --- a/javatests/com/google/domain/registry/tools/FakePasswordGenerator.java +++ b/javatests/com/google/domain/registry/tools/FakePasswordGenerator.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/GenerateAuctionDataCommandTest.java b/javatests/com/google/domain/registry/tools/GenerateAuctionDataCommandTest.java index 021a15ac1..03fa936bf 100644 --- a/javatests/com/google/domain/registry/tools/GenerateAuctionDataCommandTest.java +++ b/javatests/com/google/domain/registry/tools/GenerateAuctionDataCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/GenerateDnsReportCommandTest.java b/javatests/com/google/domain/registry/tools/GenerateDnsReportCommandTest.java index 53daecf95..0ce3d5b71 100644 --- a/javatests/com/google/domain/registry/tools/GenerateDnsReportCommandTest.java +++ b/javatests/com/google/domain/registry/tools/GenerateDnsReportCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/GenerateEscrowDepositCommandTest.java b/javatests/com/google/domain/registry/tools/GenerateEscrowDepositCommandTest.java index 4ccd47b45..837b39031 100644 --- a/javatests/com/google/domain/registry/tools/GenerateEscrowDepositCommandTest.java +++ b/javatests/com/google/domain/registry/tools/GenerateEscrowDepositCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/GetApplicationCommandTest.java b/javatests/com/google/domain/registry/tools/GetApplicationCommandTest.java index ccbe3eebe..4294198dd 100644 --- a/javatests/com/google/domain/registry/tools/GetApplicationCommandTest.java +++ b/javatests/com/google/domain/registry/tools/GetApplicationCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/GetApplicationIdsCommandTest.java b/javatests/com/google/domain/registry/tools/GetApplicationIdsCommandTest.java index 8cc0507fe..75709df8e 100644 --- a/javatests/com/google/domain/registry/tools/GetApplicationIdsCommandTest.java +++ b/javatests/com/google/domain/registry/tools/GetApplicationIdsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/GetClaimsListCommandTest.java b/javatests/com/google/domain/registry/tools/GetClaimsListCommandTest.java index 8bd7efcc3..38b85344e 100644 --- a/javatests/com/google/domain/registry/tools/GetClaimsListCommandTest.java +++ b/javatests/com/google/domain/registry/tools/GetClaimsListCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/GetContactCommandTest.java b/javatests/com/google/domain/registry/tools/GetContactCommandTest.java index 462b11d63..3d0a3e742 100644 --- a/javatests/com/google/domain/registry/tools/GetContactCommandTest.java +++ b/javatests/com/google/domain/registry/tools/GetContactCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/GetDomainCommandTest.java b/javatests/com/google/domain/registry/tools/GetDomainCommandTest.java index e44d465b1..61fa3abce 100644 --- a/javatests/com/google/domain/registry/tools/GetDomainCommandTest.java +++ b/javatests/com/google/domain/registry/tools/GetDomainCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/GetHostCommandTest.java b/javatests/com/google/domain/registry/tools/GetHostCommandTest.java index 165421c81..9a45e45f7 100644 --- a/javatests/com/google/domain/registry/tools/GetHostCommandTest.java +++ b/javatests/com/google/domain/registry/tools/GetHostCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/GetRegistrarCommandTest.java b/javatests/com/google/domain/registry/tools/GetRegistrarCommandTest.java index 997b883d5..fc446d08a 100644 --- a/javatests/com/google/domain/registry/tools/GetRegistrarCommandTest.java +++ b/javatests/com/google/domain/registry/tools/GetRegistrarCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/GetResourceByKeyCommandTest.java b/javatests/com/google/domain/registry/tools/GetResourceByKeyCommandTest.java index 723e6892e..6bfc66aaa 100644 --- a/javatests/com/google/domain/registry/tools/GetResourceByKeyCommandTest.java +++ b/javatests/com/google/domain/registry/tools/GetResourceByKeyCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/GetTldCommandTest.java b/javatests/com/google/domain/registry/tools/GetTldCommandTest.java index 2e8272791..a9b57c343 100644 --- a/javatests/com/google/domain/registry/tools/GetTldCommandTest.java +++ b/javatests/com/google/domain/registry/tools/GetTldCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/GhostrydeCommandTest.java b/javatests/com/google/domain/registry/tools/GhostrydeCommandTest.java index a6858fefd..bec8e6201 100644 --- a/javatests/com/google/domain/registry/tools/GhostrydeCommandTest.java +++ b/javatests/com/google/domain/registry/tools/GhostrydeCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/GtechToolTest.java b/javatests/com/google/domain/registry/tools/GtechToolTest.java index 800806c68..d08cfaefd 100644 --- a/javatests/com/google/domain/registry/tools/GtechToolTest.java +++ b/javatests/com/google/domain/registry/tools/GtechToolTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/ListCursorsCommandTest.java b/javatests/com/google/domain/registry/tools/ListCursorsCommandTest.java index df2939b6d..1c5e49942 100644 --- a/javatests/com/google/domain/registry/tools/ListCursorsCommandTest.java +++ b/javatests/com/google/domain/registry/tools/ListCursorsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/ListDomainsCommandTest.java b/javatests/com/google/domain/registry/tools/ListDomainsCommandTest.java index faa539a1e..45d181382 100644 --- a/javatests/com/google/domain/registry/tools/ListDomainsCommandTest.java +++ b/javatests/com/google/domain/registry/tools/ListDomainsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/ListHostsCommandTest.java b/javatests/com/google/domain/registry/tools/ListHostsCommandTest.java index 5079d9f2e..1beb264dd 100644 --- a/javatests/com/google/domain/registry/tools/ListHostsCommandTest.java +++ b/javatests/com/google/domain/registry/tools/ListHostsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/ListObjectsCommandTestCase.java b/javatests/com/google/domain/registry/tools/ListObjectsCommandTestCase.java index 3bc8aaa12..fe42e041c 100644 --- a/javatests/com/google/domain/registry/tools/ListObjectsCommandTestCase.java +++ b/javatests/com/google/domain/registry/tools/ListObjectsCommandTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/ListPremiumListsCommandTest.java b/javatests/com/google/domain/registry/tools/ListPremiumListsCommandTest.java index afd25d871..a4f2207c3 100644 --- a/javatests/com/google/domain/registry/tools/ListPremiumListsCommandTest.java +++ b/javatests/com/google/domain/registry/tools/ListPremiumListsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/ListRegistrarsCommandTest.java b/javatests/com/google/domain/registry/tools/ListRegistrarsCommandTest.java index aef9e93cb..073671910 100644 --- a/javatests/com/google/domain/registry/tools/ListRegistrarsCommandTest.java +++ b/javatests/com/google/domain/registry/tools/ListRegistrarsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/ListReservedListsCommandTest.java b/javatests/com/google/domain/registry/tools/ListReservedListsCommandTest.java index e31ec28d7..3eaf44973 100644 --- a/javatests/com/google/domain/registry/tools/ListReservedListsCommandTest.java +++ b/javatests/com/google/domain/registry/tools/ListReservedListsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/ListTldsCommandTest.java b/javatests/com/google/domain/registry/tools/ListTldsCommandTest.java index 0802b2188..015d0490a 100644 --- a/javatests/com/google/domain/registry/tools/ListTldsCommandTest.java +++ b/javatests/com/google/domain/registry/tools/ListTldsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/MutatingCommandTest.java b/javatests/com/google/domain/registry/tools/MutatingCommandTest.java index 0e2c37388..fafa97931 100644 --- a/javatests/com/google/domain/registry/tools/MutatingCommandTest.java +++ b/javatests/com/google/domain/registry/tools/MutatingCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/PublishDetailReportCommandTest.java b/javatests/com/google/domain/registry/tools/PublishDetailReportCommandTest.java index f57a5b256..044927f84 100644 --- a/javatests/com/google/domain/registry/tools/PublishDetailReportCommandTest.java +++ b/javatests/com/google/domain/registry/tools/PublishDetailReportCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/RegistrarContactCommandTest.java b/javatests/com/google/domain/registry/tools/RegistrarContactCommandTest.java index 4db5982e9..125ba02ff 100644 --- a/javatests/com/google/domain/registry/tools/RegistrarContactCommandTest.java +++ b/javatests/com/google/domain/registry/tools/RegistrarContactCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/RegistryToolEnvironmentTest.java b/javatests/com/google/domain/registry/tools/RegistryToolEnvironmentTest.java index a0e9617e4..19979057b 100644 --- a/javatests/com/google/domain/registry/tools/RegistryToolEnvironmentTest.java +++ b/javatests/com/google/domain/registry/tools/RegistryToolEnvironmentTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/RegistryToolTest.java b/javatests/com/google/domain/registry/tools/RegistryToolTest.java index 266bbcec5..d230424fc 100644 --- a/javatests/com/google/domain/registry/tools/RegistryToolTest.java +++ b/javatests/com/google/domain/registry/tools/RegistryToolTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/SetupOteCommandTest.java b/javatests/com/google/domain/registry/tools/SetupOteCommandTest.java index 5f53554be..e8d4e221c 100644 --- a/javatests/com/google/domain/registry/tools/SetupOteCommandTest.java +++ b/javatests/com/google/domain/registry/tools/SetupOteCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/UpdateApplicationStatusCommandTest.java b/javatests/com/google/domain/registry/tools/UpdateApplicationStatusCommandTest.java index 1e6ea6b0c..8e180eb6a 100644 --- a/javatests/com/google/domain/registry/tools/UpdateApplicationStatusCommandTest.java +++ b/javatests/com/google/domain/registry/tools/UpdateApplicationStatusCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/UpdateClaimsNoticeCommandTest.java b/javatests/com/google/domain/registry/tools/UpdateClaimsNoticeCommandTest.java index 834fccb5c..4ea3003c0 100644 --- a/javatests/com/google/domain/registry/tools/UpdateClaimsNoticeCommandTest.java +++ b/javatests/com/google/domain/registry/tools/UpdateClaimsNoticeCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/UpdateCursorsCommandTest.java b/javatests/com/google/domain/registry/tools/UpdateCursorsCommandTest.java index a73d3a393..7643d1b31 100644 --- a/javatests/com/google/domain/registry/tools/UpdateCursorsCommandTest.java +++ b/javatests/com/google/domain/registry/tools/UpdateCursorsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/UpdatePremiumListCommandTest.java b/javatests/com/google/domain/registry/tools/UpdatePremiumListCommandTest.java index 7c322ebde..a69ddd7e9 100644 --- a/javatests/com/google/domain/registry/tools/UpdatePremiumListCommandTest.java +++ b/javatests/com/google/domain/registry/tools/UpdatePremiumListCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/UpdateRegistrarCommandTest.java b/javatests/com/google/domain/registry/tools/UpdateRegistrarCommandTest.java index 319bc30d8..7b3cd8840 100644 --- a/javatests/com/google/domain/registry/tools/UpdateRegistrarCommandTest.java +++ b/javatests/com/google/domain/registry/tools/UpdateRegistrarCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/UpdateReservedListCommandTest.java b/javatests/com/google/domain/registry/tools/UpdateReservedListCommandTest.java index 4912b576c..9352900c2 100644 --- a/javatests/com/google/domain/registry/tools/UpdateReservedListCommandTest.java +++ b/javatests/com/google/domain/registry/tools/UpdateReservedListCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/UpdateServerLocksCommandTest.java b/javatests/com/google/domain/registry/tools/UpdateServerLocksCommandTest.java index 08179aea4..093b066ed 100644 --- a/javatests/com/google/domain/registry/tools/UpdateServerLocksCommandTest.java +++ b/javatests/com/google/domain/registry/tools/UpdateServerLocksCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/UpdateSmdCommandTest.java b/javatests/com/google/domain/registry/tools/UpdateSmdCommandTest.java index caa1310c9..a37782971 100644 --- a/javatests/com/google/domain/registry/tools/UpdateSmdCommandTest.java +++ b/javatests/com/google/domain/registry/tools/UpdateSmdCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/UpdateTldCommandTest.java b/javatests/com/google/domain/registry/tools/UpdateTldCommandTest.java index 0c3b175b5..d7f53eb96 100644 --- a/javatests/com/google/domain/registry/tools/UpdateTldCommandTest.java +++ b/javatests/com/google/domain/registry/tools/UpdateTldCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/UploadClaimsListCommandTest.java b/javatests/com/google/domain/registry/tools/UploadClaimsListCommandTest.java index 4d8837df7..42f6c743d 100644 --- a/javatests/com/google/domain/registry/tools/UploadClaimsListCommandTest.java +++ b/javatests/com/google/domain/registry/tools/UploadClaimsListCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/ValidateEscrowDepositCommandTest.java b/javatests/com/google/domain/registry/tools/ValidateEscrowDepositCommandTest.java index afb25170b..eaeb28aad 100644 --- a/javatests/com/google/domain/registry/tools/ValidateEscrowDepositCommandTest.java +++ b/javatests/com/google/domain/registry/tools/ValidateEscrowDepositCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/ValidateLoginCredentialsCommandTest.java b/javatests/com/google/domain/registry/tools/ValidateLoginCredentialsCommandTest.java index e62553e5e..9e932fc93 100644 --- a/javatests/com/google/domain/registry/tools/ValidateLoginCredentialsCommandTest.java +++ b/javatests/com/google/domain/registry/tools/ValidateLoginCredentialsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/mapreduce/DeleteProberDataActionTest.java b/javatests/com/google/domain/registry/tools/mapreduce/DeleteProberDataActionTest.java index a8f7da816..72c44eaf6 100644 --- a/javatests/com/google/domain/registry/tools/mapreduce/DeleteProberDataActionTest.java +++ b/javatests/com/google/domain/registry/tools/mapreduce/DeleteProberDataActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/mapreduce/ResaveAllEppResourcesActionTest.java b/javatests/com/google/domain/registry/tools/mapreduce/ResaveAllEppResourcesActionTest.java index 5720aff2f..95610c595 100644 --- a/javatests/com/google/domain/registry/tools/mapreduce/ResaveAllEppResourcesActionTest.java +++ b/javatests/com/google/domain/registry/tools/mapreduce/ResaveAllEppResourcesActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/params/DateTimeParameterTest.java b/javatests/com/google/domain/registry/tools/params/DateTimeParameterTest.java index 318acf3aa..fa41a8a8c 100644 --- a/javatests/com/google/domain/registry/tools/params/DateTimeParameterTest.java +++ b/javatests/com/google/domain/registry/tools/params/DateTimeParameterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/params/DurationParameterTest.java b/javatests/com/google/domain/registry/tools/params/DurationParameterTest.java index 8facf1478..35e09fc37 100644 --- a/javatests/com/google/domain/registry/tools/params/DurationParameterTest.java +++ b/javatests/com/google/domain/registry/tools/params/DurationParameterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/params/HostAndPortParameterTest.java b/javatests/com/google/domain/registry/tools/params/HostAndPortParameterTest.java index 850295356..6ce81ea84 100644 --- a/javatests/com/google/domain/registry/tools/params/HostAndPortParameterTest.java +++ b/javatests/com/google/domain/registry/tools/params/HostAndPortParameterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/params/MoneyParameterTest.java b/javatests/com/google/domain/registry/tools/params/MoneyParameterTest.java index 0b988abb5..299b949a6 100644 --- a/javatests/com/google/domain/registry/tools/params/MoneyParameterTest.java +++ b/javatests/com/google/domain/registry/tools/params/MoneyParameterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/params/PathParameterTest.java b/javatests/com/google/domain/registry/tools/params/PathParameterTest.java index f668d5581..2952e20ed 100644 --- a/javatests/com/google/domain/registry/tools/params/PathParameterTest.java +++ b/javatests/com/google/domain/registry/tools/params/PathParameterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/params/PhoneNumberParameterTest.java b/javatests/com/google/domain/registry/tools/params/PhoneNumberParameterTest.java index 483c7cfa7..fb2b4a4c0 100644 --- a/javatests/com/google/domain/registry/tools/params/PhoneNumberParameterTest.java +++ b/javatests/com/google/domain/registry/tools/params/PhoneNumberParameterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/params/YearMonthParameterTest.java b/javatests/com/google/domain/registry/tools/params/YearMonthParameterTest.java index f1b7c3c42..e61e08751 100644 --- a/javatests/com/google/domain/registry/tools/params/YearMonthParameterTest.java +++ b/javatests/com/google/domain/registry/tools/params/YearMonthParameterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/server/CreateGroupsActionTest.java b/javatests/com/google/domain/registry/tools/server/CreateGroupsActionTest.java index 0e831e6d0..eb318f98f 100644 --- a/javatests/com/google/domain/registry/tools/server/CreateGroupsActionTest.java +++ b/javatests/com/google/domain/registry/tools/server/CreateGroupsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/server/CreatePremiumListActionTest.java b/javatests/com/google/domain/registry/tools/server/CreatePremiumListActionTest.java index e63e930cb..e2877e4cf 100644 --- a/javatests/com/google/domain/registry/tools/server/CreatePremiumListActionTest.java +++ b/javatests/com/google/domain/registry/tools/server/CreatePremiumListActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/server/DeleteEntityActionTest.java b/javatests/com/google/domain/registry/tools/server/DeleteEntityActionTest.java index 821ae3baa..0f292c39e 100644 --- a/javatests/com/google/domain/registry/tools/server/DeleteEntityActionTest.java +++ b/javatests/com/google/domain/registry/tools/server/DeleteEntityActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/server/GenerateZoneFilesActionTest.java b/javatests/com/google/domain/registry/tools/server/GenerateZoneFilesActionTest.java index d29bbb96e..4f546a9e5 100644 --- a/javatests/com/google/domain/registry/tools/server/GenerateZoneFilesActionTest.java +++ b/javatests/com/google/domain/registry/tools/server/GenerateZoneFilesActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/server/KillAllCommitLogsActionTest.java b/javatests/com/google/domain/registry/tools/server/KillAllCommitLogsActionTest.java index b81d9a729..1811eea2d 100644 --- a/javatests/com/google/domain/registry/tools/server/KillAllCommitLogsActionTest.java +++ b/javatests/com/google/domain/registry/tools/server/KillAllCommitLogsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/server/KillAllEppResourcesActionTest.java b/javatests/com/google/domain/registry/tools/server/KillAllEppResourcesActionTest.java index 3ef22a7a7..ebaebb9e9 100644 --- a/javatests/com/google/domain/registry/tools/server/KillAllEppResourcesActionTest.java +++ b/javatests/com/google/domain/registry/tools/server/KillAllEppResourcesActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/server/ListActionTestCase.java b/javatests/com/google/domain/registry/tools/server/ListActionTestCase.java index 3c9c4fde0..9387f7c26 100644 --- a/javatests/com/google/domain/registry/tools/server/ListActionTestCase.java +++ b/javatests/com/google/domain/registry/tools/server/ListActionTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/server/ListDomainsActionTest.java b/javatests/com/google/domain/registry/tools/server/ListDomainsActionTest.java index 9278299c3..f11f6f28b 100644 --- a/javatests/com/google/domain/registry/tools/server/ListDomainsActionTest.java +++ b/javatests/com/google/domain/registry/tools/server/ListDomainsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/server/ListHostsActionTest.java b/javatests/com/google/domain/registry/tools/server/ListHostsActionTest.java index 83bcbb6d9..38512d646 100644 --- a/javatests/com/google/domain/registry/tools/server/ListHostsActionTest.java +++ b/javatests/com/google/domain/registry/tools/server/ListHostsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/server/ListPremiumListsActionTest.java b/javatests/com/google/domain/registry/tools/server/ListPremiumListsActionTest.java index f2a0db317..a209d62c5 100644 --- a/javatests/com/google/domain/registry/tools/server/ListPremiumListsActionTest.java +++ b/javatests/com/google/domain/registry/tools/server/ListPremiumListsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/server/ListRegistrarsActionTest.java b/javatests/com/google/domain/registry/tools/server/ListRegistrarsActionTest.java index da25001f9..51f4e30d6 100644 --- a/javatests/com/google/domain/registry/tools/server/ListRegistrarsActionTest.java +++ b/javatests/com/google/domain/registry/tools/server/ListRegistrarsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/server/ListReservedListsActionTest.java b/javatests/com/google/domain/registry/tools/server/ListReservedListsActionTest.java index c4096fa04..d83e42d71 100644 --- a/javatests/com/google/domain/registry/tools/server/ListReservedListsActionTest.java +++ b/javatests/com/google/domain/registry/tools/server/ListReservedListsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/server/ListTldsActionTest.java b/javatests/com/google/domain/registry/tools/server/ListTldsActionTest.java index 9e0662fac..420768b1b 100644 --- a/javatests/com/google/domain/registry/tools/server/ListTldsActionTest.java +++ b/javatests/com/google/domain/registry/tools/server/ListTldsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/tools/server/UpdatePremiumListActionTest.java b/javatests/com/google/domain/registry/tools/server/UpdatePremiumListActionTest.java index 91666e309..7195574e9 100644 --- a/javatests/com/google/domain/registry/tools/server/UpdatePremiumListActionTest.java +++ b/javatests/com/google/domain/registry/tools/server/UpdatePremiumListActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/forms/FormFieldExceptionTest.java b/javatests/com/google/domain/registry/ui/forms/FormFieldExceptionTest.java index dad31103c..0cb54ef6a 100644 --- a/javatests/com/google/domain/registry/ui/forms/FormFieldExceptionTest.java +++ b/javatests/com/google/domain/registry/ui/forms/FormFieldExceptionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/forms/FormFieldTest.java b/javatests/com/google/domain/registry/ui/forms/FormFieldTest.java index 0c5168f32..f118a555b 100644 --- a/javatests/com/google/domain/registry/ui/forms/FormFieldTest.java +++ b/javatests/com/google/domain/registry/ui/forms/FormFieldTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/forms/FormFieldsTest.java b/javatests/com/google/domain/registry/ui/forms/FormFieldsTest.java index 51352b524..6fc8db712 100644 --- a/javatests/com/google/domain/registry/ui/forms/FormFieldsTest.java +++ b/javatests/com/google/domain/registry/ui/forms/FormFieldsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/js/component_test.js b/javatests/com/google/domain/registry/ui/js/component_test.js index 5927ef1ba..6c9f3ac60 100644 --- a/javatests/com/google/domain/registry/ui/js/component_test.js +++ b/javatests/com/google/domain/registry/ui/js/component_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/js/registrar/brainframe_test.js b/javatests/com/google/domain/registry/ui/js/registrar/brainframe_test.js index 7aec8c99f..f9c277b0d 100644 --- a/javatests/com/google/domain/registry/ui/js/registrar/brainframe_test.js +++ b/javatests/com/google/domain/registry/ui/js/registrar/brainframe_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/js/registrar/console_test.js b/javatests/com/google/domain/registry/ui/js/registrar/console_test.js index 3166605b7..27481ada5 100644 --- a/javatests/com/google/domain/registry/ui/js/registrar/console_test.js +++ b/javatests/com/google/domain/registry/ui/js/registrar/console_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/js/registrar/console_test_util.js b/javatests/com/google/domain/registry/ui/js/registrar/console_test_util.js index 503f64e39..a666b9b93 100644 --- a/javatests/com/google/domain/registry/ui/js/registrar/console_test_util.js +++ b/javatests/com/google/domain/registry/ui/js/registrar/console_test_util.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/js/registrar/contact_settings_test.js b/javatests/com/google/domain/registry/ui/js/registrar/contact_settings_test.js index 083c416a2..c9b8c6503 100644 --- a/javatests/com/google/domain/registry/ui/js/registrar/contact_settings_test.js +++ b/javatests/com/google/domain/registry/ui/js/registrar/contact_settings_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/js/registrar/contact_test.js b/javatests/com/google/domain/registry/ui/js/registrar/contact_test.js index acbe2360b..225657711 100644 --- a/javatests/com/google/domain/registry/ui/js/registrar/contact_test.js +++ b/javatests/com/google/domain/registry/ui/js/registrar/contact_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/js/registrar/domain_test.js b/javatests/com/google/domain/registry/ui/js/registrar/domain_test.js index b7cca4ca9..610f043b4 100644 --- a/javatests/com/google/domain/registry/ui/js/registrar/domain_test.js +++ b/javatests/com/google/domain/registry/ui/js/registrar/domain_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/js/registrar/host_test.js b/javatests/com/google/domain/registry/ui/js/registrar/host_test.js index cbb3340bc..b4474c319 100644 --- a/javatests/com/google/domain/registry/ui/js/registrar/host_test.js +++ b/javatests/com/google/domain/registry/ui/js/registrar/host_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/js/registrar/payment_test.js b/javatests/com/google/domain/registry/ui/js/registrar/payment_test.js index 3b69cf7ac..9d1916827 100644 --- a/javatests/com/google/domain/registry/ui/js/registrar/payment_test.js +++ b/javatests/com/google/domain/registry/ui/js/registrar/payment_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/js/registrar/security_settings_test.js b/javatests/com/google/domain/registry/ui/js/registrar/security_settings_test.js index 5a344679b..5cb554053 100644 --- a/javatests/com/google/domain/registry/ui/js/registrar/security_settings_test.js +++ b/javatests/com/google/domain/registry/ui/js/registrar/security_settings_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/js/registrar/whois_settings_test.js b/javatests/com/google/domain/registry/ui/js/registrar/whois_settings_test.js index c5a298480..41d1a1d25 100644 --- a/javatests/com/google/domain/registry/ui/js/registrar/whois_settings_test.js +++ b/javatests/com/google/domain/registry/ui/js/registrar/whois_settings_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/js/testing.js b/javatests/com/google/domain/registry/ui/js/testing.js index bba01e30c..f5052e45c 100644 --- a/javatests/com/google/domain/registry/ui/js/testing.js +++ b/javatests/com/google/domain/registry/ui/js/testing.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/js/xml_test.js b/javatests/com/google/domain/registry/ui/js/xml_test.js index 793a2233b..b37007ef7 100644 --- a/javatests/com/google/domain/registry/ui/js/xml_test.js +++ b/javatests/com/google/domain/registry/ui/js/xml_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/server/RegistrarFormFieldsTest.java b/javatests/com/google/domain/registry/ui/server/RegistrarFormFieldsTest.java index b6fc49b83..ebc8c0040 100644 --- a/javatests/com/google/domain/registry/ui/server/RegistrarFormFieldsTest.java +++ b/javatests/com/google/domain/registry/ui/server/RegistrarFormFieldsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/server/api/CheckApiServletTest.java b/javatests/com/google/domain/registry/ui/server/api/CheckApiServletTest.java index 1c53f23d4..a0463c58e 100644 --- a/javatests/com/google/domain/registry/ui/server/api/CheckApiServletTest.java +++ b/javatests/com/google/domain/registry/ui/server/api/CheckApiServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/server/registrar/ConsoleUiActionTest.java b/javatests/com/google/domain/registry/ui/server/registrar/ConsoleUiActionTest.java index 40179f9a2..1d1990fae 100644 --- a/javatests/com/google/domain/registry/ui/server/registrar/ConsoleUiActionTest.java +++ b/javatests/com/google/domain/registry/ui/server/registrar/ConsoleUiActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/server/registrar/ContactSettingsTest.java b/javatests/com/google/domain/registry/ui/server/registrar/ContactSettingsTest.java index f96ef6654..635a843c9 100644 --- a/javatests/com/google/domain/registry/ui/server/registrar/ContactSettingsTest.java +++ b/javatests/com/google/domain/registry/ui/server/registrar/ContactSettingsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/server/registrar/RegistrarPaymentActionTest.java b/javatests/com/google/domain/registry/ui/server/registrar/RegistrarPaymentActionTest.java index 0d59158cd..bb61bb766 100644 --- a/javatests/com/google/domain/registry/ui/server/registrar/RegistrarPaymentActionTest.java +++ b/javatests/com/google/domain/registry/ui/server/registrar/RegistrarPaymentActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/server/registrar/RegistrarPaymentSetupActionTest.java b/javatests/com/google/domain/registry/ui/server/registrar/RegistrarPaymentSetupActionTest.java index 8a9d6c638..2d68d371c 100644 --- a/javatests/com/google/domain/registry/ui/server/registrar/RegistrarPaymentSetupActionTest.java +++ b/javatests/com/google/domain/registry/ui/server/registrar/RegistrarPaymentSetupActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/server/registrar/RegistrarServletTest.java b/javatests/com/google/domain/registry/ui/server/registrar/RegistrarServletTest.java index f1bdd3e20..23e18930c 100644 --- a/javatests/com/google/domain/registry/ui/server/registrar/RegistrarServletTest.java +++ b/javatests/com/google/domain/registry/ui/server/registrar/RegistrarServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/server/registrar/RegistrarServletTestCase.java b/javatests/com/google/domain/registry/ui/server/registrar/RegistrarServletTestCase.java index 292f17a41..b5f5b60d6 100644 --- a/javatests/com/google/domain/registry/ui/server/registrar/RegistrarServletTestCase.java +++ b/javatests/com/google/domain/registry/ui/server/registrar/RegistrarServletTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/server/registrar/SecuritySettingsTest.java b/javatests/com/google/domain/registry/ui/server/registrar/SecuritySettingsTest.java index dfe05a2a0..708ef3f11 100644 --- a/javatests/com/google/domain/registry/ui/server/registrar/SecuritySettingsTest.java +++ b/javatests/com/google/domain/registry/ui/server/registrar/SecuritySettingsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/server/registrar/SessionUtilsTest.java b/javatests/com/google/domain/registry/ui/server/registrar/SessionUtilsTest.java index 97e010fd6..77e30109b 100644 --- a/javatests/com/google/domain/registry/ui/server/registrar/SessionUtilsTest.java +++ b/javatests/com/google/domain/registry/ui/server/registrar/SessionUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/ui/server/registrar/WhoisSettingsTest.java b/javatests/com/google/domain/registry/ui/server/registrar/WhoisSettingsTest.java index e737c054d..d8b5b3606 100644 --- a/javatests/com/google/domain/registry/ui/server/registrar/WhoisSettingsTest.java +++ b/javatests/com/google/domain/registry/ui/server/registrar/WhoisSettingsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/util/CidrAddressBlockTest.java b/javatests/com/google/domain/registry/util/CidrAddressBlockTest.java index 4b5ccb943..c22042a34 100644 --- a/javatests/com/google/domain/registry/util/CidrAddressBlockTest.java +++ b/javatests/com/google/domain/registry/util/CidrAddressBlockTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/util/CollectionUtilsTest.java b/javatests/com/google/domain/registry/util/CollectionUtilsTest.java index 213da3066..659d94253 100644 --- a/javatests/com/google/domain/registry/util/CollectionUtilsTest.java +++ b/javatests/com/google/domain/registry/util/CollectionUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/util/ConcurrentTest.java b/javatests/com/google/domain/registry/util/ConcurrentTest.java index 01fbae2ed..1c2ee47ce 100644 --- a/javatests/com/google/domain/registry/util/ConcurrentTest.java +++ b/javatests/com/google/domain/registry/util/ConcurrentTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/util/DateTimeUtilsTest.java b/javatests/com/google/domain/registry/util/DateTimeUtilsTest.java index dd7d88ced..bc03d455b 100644 --- a/javatests/com/google/domain/registry/util/DateTimeUtilsTest.java +++ b/javatests/com/google/domain/registry/util/DateTimeUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/util/DiffUtilsTest.java b/javatests/com/google/domain/registry/util/DiffUtilsTest.java index 1969cac61..5b6f05a5b 100644 --- a/javatests/com/google/domain/registry/util/DiffUtilsTest.java +++ b/javatests/com/google/domain/registry/util/DiffUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/util/DomainNameUtilsTest.java b/javatests/com/google/domain/registry/util/DomainNameUtilsTest.java index 56433c5e6..60514042a 100644 --- a/javatests/com/google/domain/registry/util/DomainNameUtilsTest.java +++ b/javatests/com/google/domain/registry/util/DomainNameUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/util/HexDumperTest.java b/javatests/com/google/domain/registry/util/HexDumperTest.java index f90b43d13..70254d400 100644 --- a/javatests/com/google/domain/registry/util/HexDumperTest.java +++ b/javatests/com/google/domain/registry/util/HexDumperTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/util/PathargMatcherTest.java b/javatests/com/google/domain/registry/util/PathargMatcherTest.java index d7e36d5ef..e54da34c6 100644 --- a/javatests/com/google/domain/registry/util/PathargMatcherTest.java +++ b/javatests/com/google/domain/registry/util/PathargMatcherTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/util/PosixTarHeaderSystemTest.java b/javatests/com/google/domain/registry/util/PosixTarHeaderSystemTest.java index b4f8f4e95..ca1187293 100644 --- a/javatests/com/google/domain/registry/util/PosixTarHeaderSystemTest.java +++ b/javatests/com/google/domain/registry/util/PosixTarHeaderSystemTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/util/PosixTarHeaderTest.java b/javatests/com/google/domain/registry/util/PosixTarHeaderTest.java index 9a0be151c..75377a0f3 100644 --- a/javatests/com/google/domain/registry/util/PosixTarHeaderTest.java +++ b/javatests/com/google/domain/registry/util/PosixTarHeaderTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/util/RetrierTest.java b/javatests/com/google/domain/registry/util/RetrierTest.java index 542a86dc6..82fe1116e 100644 --- a/javatests/com/google/domain/registry/util/RetrierTest.java +++ b/javatests/com/google/domain/registry/util/RetrierTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/util/SendEmailUtilsTest.java b/javatests/com/google/domain/registry/util/SendEmailUtilsTest.java index 14be3d036..4b9ee5c84 100644 --- a/javatests/com/google/domain/registry/util/SendEmailUtilsTest.java +++ b/javatests/com/google/domain/registry/util/SendEmailUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/util/SerializeUtilsTest.java b/javatests/com/google/domain/registry/util/SerializeUtilsTest.java index 3f2fd18c7..434110a08 100644 --- a/javatests/com/google/domain/registry/util/SerializeUtilsTest.java +++ b/javatests/com/google/domain/registry/util/SerializeUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/util/SqlTemplateTest.java b/javatests/com/google/domain/registry/util/SqlTemplateTest.java index 873bcf1b8..78d76eb0e 100644 --- a/javatests/com/google/domain/registry/util/SqlTemplateTest.java +++ b/javatests/com/google/domain/registry/util/SqlTemplateTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/util/TaskEnqueuerTest.java b/javatests/com/google/domain/registry/util/TaskEnqueuerTest.java index cb6b47fc0..9130084f5 100644 --- a/javatests/com/google/domain/registry/util/TaskEnqueuerTest.java +++ b/javatests/com/google/domain/registry/util/TaskEnqueuerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/util/TeeOutputStreamTest.java b/javatests/com/google/domain/registry/util/TeeOutputStreamTest.java index 48b449983..d5684b1ed 100644 --- a/javatests/com/google/domain/registry/util/TeeOutputStreamTest.java +++ b/javatests/com/google/domain/registry/util/TeeOutputStreamTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/util/UrlFetchUtilsTest.java b/javatests/com/google/domain/registry/util/UrlFetchUtilsTest.java index 93e1da2d5..d052468f4 100644 --- a/javatests/com/google/domain/registry/util/UrlFetchUtilsTest.java +++ b/javatests/com/google/domain/registry/util/UrlFetchUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/whois/DomainWhoisResponseTest.java b/javatests/com/google/domain/registry/whois/DomainWhoisResponseTest.java index e542bede3..7d77a2017 100644 --- a/javatests/com/google/domain/registry/whois/DomainWhoisResponseTest.java +++ b/javatests/com/google/domain/registry/whois/DomainWhoisResponseTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/whois/NameserverWhoisResponseTest.java b/javatests/com/google/domain/registry/whois/NameserverWhoisResponseTest.java index 03a3c9253..bedd6ccc2 100644 --- a/javatests/com/google/domain/registry/whois/NameserverWhoisResponseTest.java +++ b/javatests/com/google/domain/registry/whois/NameserverWhoisResponseTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/whois/RegistrarWhoisResponseTest.java b/javatests/com/google/domain/registry/whois/RegistrarWhoisResponseTest.java index 88b7fcc22..30246d8d3 100644 --- a/javatests/com/google/domain/registry/whois/RegistrarWhoisResponseTest.java +++ b/javatests/com/google/domain/registry/whois/RegistrarWhoisResponseTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/whois/WhoisHelper.java b/javatests/com/google/domain/registry/whois/WhoisHelper.java index 67dbfce86..17bf4ffd9 100644 --- a/javatests/com/google/domain/registry/whois/WhoisHelper.java +++ b/javatests/com/google/domain/registry/whois/WhoisHelper.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/whois/WhoisHttpServerTest.java b/javatests/com/google/domain/registry/whois/WhoisHttpServerTest.java index 0c001671a..02d747546 100644 --- a/javatests/com/google/domain/registry/whois/WhoisHttpServerTest.java +++ b/javatests/com/google/domain/registry/whois/WhoisHttpServerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/whois/WhoisInjectionTest.java b/javatests/com/google/domain/registry/whois/WhoisInjectionTest.java index fa9f88d07..b7dff16ba 100644 --- a/javatests/com/google/domain/registry/whois/WhoisInjectionTest.java +++ b/javatests/com/google/domain/registry/whois/WhoisInjectionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/whois/WhoisReaderTest.java b/javatests/com/google/domain/registry/whois/WhoisReaderTest.java index 1cfc3dd77..3098c1789 100644 --- a/javatests/com/google/domain/registry/whois/WhoisReaderTest.java +++ b/javatests/com/google/domain/registry/whois/WhoisReaderTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/whois/WhoisServerTest.java b/javatests/com/google/domain/registry/whois/WhoisServerTest.java index a7fdea397..d95257141 100644 --- a/javatests/com/google/domain/registry/whois/WhoisServerTest.java +++ b/javatests/com/google/domain/registry/whois/WhoisServerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/whois/WhoisTestComponent.java b/javatests/com/google/domain/registry/whois/WhoisTestComponent.java index abd96735c..a3cf661e8 100644 --- a/javatests/com/google/domain/registry/whois/WhoisTestComponent.java +++ b/javatests/com/google/domain/registry/whois/WhoisTestComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/xjc/XjcObjectTest.java b/javatests/com/google/domain/registry/xjc/XjcObjectTest.java index d61530a1b..367162ca7 100644 --- a/javatests/com/google/domain/registry/xjc/XjcObjectTest.java +++ b/javatests/com/google/domain/registry/xjc/XjcObjectTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/xjc/XmlTestdataTest.java b/javatests/com/google/domain/registry/xjc/XmlTestdataTest.java index 7faeb5b6f..d612f7fc6 100644 --- a/javatests/com/google/domain/registry/xjc/XmlTestdataTest.java +++ b/javatests/com/google/domain/registry/xjc/XmlTestdataTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/xml/DateAdapterTest.java b/javatests/com/google/domain/registry/xml/DateAdapterTest.java index e5e182a32..c7db4dcdd 100644 --- a/javatests/com/google/domain/registry/xml/DateAdapterTest.java +++ b/javatests/com/google/domain/registry/xml/DateAdapterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/xml/UtcDateTimeAdapterTest.java b/javatests/com/google/domain/registry/xml/UtcDateTimeAdapterTest.java index 971034c68..9a1613f0f 100644 --- a/javatests/com/google/domain/registry/xml/UtcDateTimeAdapterTest.java +++ b/javatests/com/google/domain/registry/xml/UtcDateTimeAdapterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/com/google/domain/registry/xml/XmlTestUtils.java b/javatests/com/google/domain/registry/xml/XmlTestUtils.java index d871dfb7e..9d1915c6f 100644 --- a/javatests/com/google/domain/registry/xml/XmlTestUtils.java +++ b/javatests/com/google/domain/registry/xml/XmlTestUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/third_party/closure/compiler/closure_js_binary.bzl b/third_party/closure/compiler/closure_js_binary.bzl index 839ba8bdb..21d1b25d0 100644 --- a/third_party/closure/compiler/closure_js_binary.bzl +++ b/third_party/closure/compiler/closure_js_binary.bzl @@ -1,6 +1,6 @@ # -*- mode: python; -*- # -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 The Domain Registry Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/third_party/closure/compiler/closure_js_check_test.bzl b/third_party/closure/compiler/closure_js_check_test.bzl index 05ea6ae44..1ef94cf78 100644 --- a/third_party/closure/compiler/closure_js_check_test.bzl +++ b/third_party/closure/compiler/closure_js_check_test.bzl @@ -1,6 +1,6 @@ # -*- mode: python; -*- # -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 The Domain Registry Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/third_party/closure/compiler/closure_js_deps.bzl b/third_party/closure/compiler/closure_js_deps.bzl index 0588d881c..51714c033 100644 --- a/third_party/closure/compiler/closure_js_deps.bzl +++ b/third_party/closure/compiler/closure_js_deps.bzl @@ -1,6 +1,6 @@ # -*- mode: python; -*- # -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 The Domain Registry Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/third_party/closure/compiler/closure_js_library.bzl b/third_party/closure/compiler/closure_js_library.bzl index fba8c919a..e4370cfd8 100644 --- a/third_party/closure/compiler/closure_js_library.bzl +++ b/third_party/closure/compiler/closure_js_library.bzl @@ -1,6 +1,6 @@ # -*- mode: python; -*- # -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 The Domain Registry Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/third_party/closure/compiler/private/defs.bzl b/third_party/closure/compiler/private/defs.bzl index b490046b3..41e16e33f 100644 --- a/third_party/closure/compiler/private/defs.bzl +++ b/third_party/closure/compiler/private/defs.bzl @@ -1,6 +1,6 @@ # -*- mode: python; -*- # -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 The Domain Registry Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/third_party/closure/stylesheets/closure_css_binary.bzl b/third_party/closure/stylesheets/closure_css_binary.bzl index 8ba0ca820..ecd40adff 100644 --- a/third_party/closure/stylesheets/closure_css_binary.bzl +++ b/third_party/closure/stylesheets/closure_css_binary.bzl @@ -1,6 +1,6 @@ # -*- mode: python; -*- # -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 The Domain Registry Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/third_party/closure/stylesheets/closure_css_library.bzl b/third_party/closure/stylesheets/closure_css_library.bzl index d3d062f46..d6b4fb664 100644 --- a/third_party/closure/stylesheets/closure_css_library.bzl +++ b/third_party/closure/stylesheets/closure_css_library.bzl @@ -1,6 +1,6 @@ # -*- mode: python; -*- # -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 The Domain Registry Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/third_party/closure/templates/closure_template_java_library.bzl b/third_party/closure/templates/closure_template_java_library.bzl index 544190d5e..69cf9ebdb 100644 --- a/third_party/closure/templates/closure_template_java_library.bzl +++ b/third_party/closure/templates/closure_template_java_library.bzl @@ -1,6 +1,6 @@ # -*- mode:python; -*- # -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 The Domain Registry Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/third_party/closure/templates/closure_template_js_library.bzl b/third_party/closure/templates/closure_template_js_library.bzl index 9fa9314d8..bf8152741 100644 --- a/third_party/closure/templates/closure_template_js_library.bzl +++ b/third_party/closure/templates/closure_template_js_library.bzl @@ -1,6 +1,6 @@ # -*- mode:python; -*- # -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 The Domain Registry Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/third_party/closure/testing/closure_js_test.bzl b/third_party/closure/testing/closure_js_test.bzl index fcfec3d22..fae6db533 100644 --- a/third_party/closure/testing/closure_js_test.bzl +++ b/third_party/closure/testing/closure_js_test.bzl @@ -1,6 +1,6 @@ # -*- mode: python; -*- # -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 The Domain Registry Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/third_party/closure/testing/externs/phantom.js b/third_party/closure/testing/externs/phantom.js index 299153996..ce5d4eb73 100644 --- a/third_party/closure/testing/externs/phantom.js +++ b/third_party/closure/testing/externs/phantom.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/third_party/closure/testing/phantomjs_jsunit_runner.js b/third_party/closure/testing/phantomjs_jsunit_runner.js index 4e057f2dc..74ef73f05 100644 --- a/third_party/closure/testing/phantomjs_jsunit_runner.js +++ b/third_party/closure/testing/phantomjs_jsunit_runner.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/third_party/closure/testing/phantomjs_runner.js b/third_party/closure/testing/phantomjs_runner.js index a40c58b10..141029dda 100644 --- a/third_party/closure/testing/phantomjs_runner.js +++ b/third_party/closure/testing/phantomjs_runner.js @@ -1,4 +1,4 @@ -// Copyright 2016 Google Inc. All Rights Reserved. +// Copyright 2016 The Domain Registry Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.