diff --git a/java/com/google/testing/builddefs/GenTestRules.bzl b/java/com/google/testing/builddefs/GenTestRules.bzl index 69e0f6613..eca28f352 100644 --- a/java/com/google/testing/builddefs/GenTestRules.bzl +++ b/java/com/google/testing/builddefs/GenTestRules.bzl @@ -1,4 +1,4 @@ -# Copyright 2016 The Nomulus Authors. All Rights Reserved. +# Copyright 2017 The Nomulus Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/java/google/registry/backup/BackupModule.java b/java/google/registry/backup/BackupModule.java index ff0bb4581..1ac25645e 100644 --- a/java/google/registry/backup/BackupModule.java +++ b/java/google/registry/backup/BackupModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/backup/BackupUtils.java b/java/google/registry/backup/BackupUtils.java index 9c5005e56..fa841a109 100644 --- a/java/google/registry/backup/BackupUtils.java +++ b/java/google/registry/backup/BackupUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/backup/CommitLogCheckpointAction.java b/java/google/registry/backup/CommitLogCheckpointAction.java index a55010665..afed74c98 100644 --- a/java/google/registry/backup/CommitLogCheckpointAction.java +++ b/java/google/registry/backup/CommitLogCheckpointAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/backup/CommitLogCheckpointStrategy.java b/java/google/registry/backup/CommitLogCheckpointStrategy.java index f3203949e..ca3a28fc4 100644 --- a/java/google/registry/backup/CommitLogCheckpointStrategy.java +++ b/java/google/registry/backup/CommitLogCheckpointStrategy.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/backup/DeleteOldCommitLogsAction.java b/java/google/registry/backup/DeleteOldCommitLogsAction.java index 88c485483..22a26cf6f 100644 --- a/java/google/registry/backup/DeleteOldCommitLogsAction.java +++ b/java/google/registry/backup/DeleteOldCommitLogsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/backup/ExportCommitLogDiffAction.java b/java/google/registry/backup/ExportCommitLogDiffAction.java index dbfa99bc4..53a3cda08 100644 --- a/java/google/registry/backup/ExportCommitLogDiffAction.java +++ b/java/google/registry/backup/ExportCommitLogDiffAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/backup/GcsDiffFileLister.java b/java/google/registry/backup/GcsDiffFileLister.java index 127fd2140..775fe540e 100644 --- a/java/google/registry/backup/GcsDiffFileLister.java +++ b/java/google/registry/backup/GcsDiffFileLister.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/backup/RestoreCommitLogsAction.java b/java/google/registry/backup/RestoreCommitLogsAction.java index d86acd269..b67ec590c 100644 --- a/java/google/registry/backup/RestoreCommitLogsAction.java +++ b/java/google/registry/backup/RestoreCommitLogsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/backup/package-info.java b/java/google/registry/backup/package-info.java index 9411ac6b2..292d49937 100644 --- a/java/google/registry/backup/package-info.java +++ b/java/google/registry/backup/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/batch/BatchComponent.java b/java/google/registry/batch/BatchComponent.java index e562e2aa1..9f5c3c3f6 100644 --- a/java/google/registry/batch/BatchComponent.java +++ b/java/google/registry/batch/BatchComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/batch/BatchModule.java b/java/google/registry/batch/BatchModule.java index 70e215214..2f67c3c26 100644 --- a/java/google/registry/batch/BatchModule.java +++ b/java/google/registry/batch/BatchModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/batch/DeleteContactsAndHostsAction.java b/java/google/registry/batch/DeleteContactsAndHostsAction.java index d1c0b7492..4bab775ac 100644 --- a/java/google/registry/batch/DeleteContactsAndHostsAction.java +++ b/java/google/registry/batch/DeleteContactsAndHostsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/batch/DeleteProberDataAction.java b/java/google/registry/batch/DeleteProberDataAction.java index dc0ee313c..b65ca16ad 100644 --- a/java/google/registry/batch/DeleteProberDataAction.java +++ b/java/google/registry/batch/DeleteProberDataAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/batch/EntityIntegrityAlertsSchema.java b/java/google/registry/batch/EntityIntegrityAlertsSchema.java index 044848ee6..cb7f3206e 100644 --- a/java/google/registry/batch/EntityIntegrityAlertsSchema.java +++ b/java/google/registry/batch/EntityIntegrityAlertsSchema.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/batch/ExpandRecurringBillingEventsAction.java b/java/google/registry/batch/ExpandRecurringBillingEventsAction.java index 51c6d2517..1cf85a879 100644 --- a/java/google/registry/batch/ExpandRecurringBillingEventsAction.java +++ b/java/google/registry/batch/ExpandRecurringBillingEventsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/batch/RefreshDnsOnHostRenameAction.java b/java/google/registry/batch/RefreshDnsOnHostRenameAction.java index 4ba73d7e1..c43f9b3ce 100644 --- a/java/google/registry/batch/RefreshDnsOnHostRenameAction.java +++ b/java/google/registry/batch/RefreshDnsOnHostRenameAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/batch/VerifyEntityIntegrityAction.java b/java/google/registry/batch/VerifyEntityIntegrityAction.java index 6eda0782c..558921ce9 100644 --- a/java/google/registry/batch/VerifyEntityIntegrityAction.java +++ b/java/google/registry/batch/VerifyEntityIntegrityAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/batch/VerifyEntityIntegrityStreamer.java b/java/google/registry/batch/VerifyEntityIntegrityStreamer.java index dcbf62c54..73d1613ba 100644 --- a/java/google/registry/batch/VerifyEntityIntegrityStreamer.java +++ b/java/google/registry/batch/VerifyEntityIntegrityStreamer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/bigquery/BigqueryConnection.java b/java/google/registry/bigquery/BigqueryConnection.java index 0ec4c558e..0cda6dbf7 100644 --- a/java/google/registry/bigquery/BigqueryConnection.java +++ b/java/google/registry/bigquery/BigqueryConnection.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/bigquery/BigqueryFactory.java b/java/google/registry/bigquery/BigqueryFactory.java index 59b79c4aa..2b79ab72e 100644 --- a/java/google/registry/bigquery/BigqueryFactory.java +++ b/java/google/registry/bigquery/BigqueryFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/bigquery/BigqueryJobFailureException.java b/java/google/registry/bigquery/BigqueryJobFailureException.java index c5986567e..b9f2041e4 100644 --- a/java/google/registry/bigquery/BigqueryJobFailureException.java +++ b/java/google/registry/bigquery/BigqueryJobFailureException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/bigquery/BigqueryModule.java b/java/google/registry/bigquery/BigqueryModule.java index 75aaae6c7..a1df8d5d7 100644 --- a/java/google/registry/bigquery/BigqueryModule.java +++ b/java/google/registry/bigquery/BigqueryModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/bigquery/BigqueryUtils.java b/java/google/registry/bigquery/BigqueryUtils.java index cdef3c036..2bd89a794 100644 --- a/java/google/registry/bigquery/BigqueryUtils.java +++ b/java/google/registry/bigquery/BigqueryUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/bigquery/package-info.java b/java/google/registry/bigquery/package-info.java index e59c7b73f..736745d4d 100644 --- a/java/google/registry/bigquery/package-info.java +++ b/java/google/registry/bigquery/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/braintree/BraintreeModule.java b/java/google/registry/braintree/BraintreeModule.java index d3bcbb578..ba9c7072d 100644 --- a/java/google/registry/braintree/BraintreeModule.java +++ b/java/google/registry/braintree/BraintreeModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/braintree/BraintreeRegistrarSyncer.java b/java/google/registry/braintree/BraintreeRegistrarSyncer.java index 9d4c12d0e..d724e3afe 100644 --- a/java/google/registry/braintree/BraintreeRegistrarSyncer.java +++ b/java/google/registry/braintree/BraintreeRegistrarSyncer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/braintree/package-info.java b/java/google/registry/braintree/package-info.java index bc817b9d5..280aa3852 100644 --- a/java/google/registry/braintree/package-info.java +++ b/java/google/registry/braintree/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/builddefs/defs.bzl b/java/google/registry/builddefs/defs.bzl index 37cafa730..1bab65fb3 100644 --- a/java/google/registry/builddefs/defs.bzl +++ b/java/google/registry/builddefs/defs.bzl @@ -1,4 +1,4 @@ -# Copyright 2016 The Nomulus Authors. All Rights Reserved. +# Copyright 2017 The Nomulus Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/java/google/registry/builddefs/registry_ear_file.bzl b/java/google/registry/builddefs/registry_ear_file.bzl index 20a817fe0..0ccc9feca 100644 --- a/java/google/registry/builddefs/registry_ear_file.bzl +++ b/java/google/registry/builddefs/registry_ear_file.bzl @@ -1,4 +1,4 @@ -# Copyright 2016 The Nomulus Authors. All Rights Reserved. +# Copyright 2017 The Nomulus Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/java/google/registry/builddefs/zip_file.bzl b/java/google/registry/builddefs/zip_file.bzl index de69e025d..5c67f963a 100644 --- a/java/google/registry/builddefs/zip_file.bzl +++ b/java/google/registry/builddefs/zip_file.bzl @@ -1,4 +1,4 @@ -# Copyright 2016 The Nomulus Authors. All Rights Reserved. +# Copyright 2017 The Nomulus Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/java/google/registry/config/ConfigUtils.java b/java/google/registry/config/ConfigUtils.java index dc9482e37..1e4cb5252 100644 --- a/java/google/registry/config/ConfigUtils.java +++ b/java/google/registry/config/ConfigUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/config/RdapNoticeDescriptor.java b/java/google/registry/config/RdapNoticeDescriptor.java index acfe63564..710c511c7 100644 --- a/java/google/registry/config/RdapNoticeDescriptor.java +++ b/java/google/registry/config/RdapNoticeDescriptor.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/config/RegistryConfig.java b/java/google/registry/config/RegistryConfig.java index 417786dc8..c5650e53a 100644 --- a/java/google/registry/config/RegistryConfig.java +++ b/java/google/registry/config/RegistryConfig.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/config/RegistryConfigSettings.java b/java/google/registry/config/RegistryConfigSettings.java index 6793366e8..d8806e410 100644 --- a/java/google/registry/config/RegistryConfigSettings.java +++ b/java/google/registry/config/RegistryConfigSettings.java @@ -1,11 +1,11 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. -// +// Copyright 2017 The Nomulus Authors. All Rights Reserved. +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/java/google/registry/config/RegistryEnvironment.java b/java/google/registry/config/RegistryEnvironment.java index a15f171fc..1c6c373ea 100644 --- a/java/google/registry/config/RegistryEnvironment.java +++ b/java/google/registry/config/RegistryEnvironment.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/config/YamlUtils.java b/java/google/registry/config/YamlUtils.java index c2a64f60c..7364364c3 100644 --- a/java/google/registry/config/YamlUtils.java +++ b/java/google/registry/config/YamlUtils.java @@ -1,11 +1,11 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. -// +// Copyright 2017 The Nomulus Authors. All Rights Reserved. +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/java/google/registry/config/package-info.java b/java/google/registry/config/package-info.java index abdb49584..6e4796f89 100644 --- a/java/google/registry/config/package-info.java +++ b/java/google/registry/config/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/cron/CommitLogFanoutAction.java b/java/google/registry/cron/CommitLogFanoutAction.java index d853a2a99..14daed58e 100644 --- a/java/google/registry/cron/CommitLogFanoutAction.java +++ b/java/google/registry/cron/CommitLogFanoutAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/cron/CronModule.java b/java/google/registry/cron/CronModule.java index 9acd2ed3c..164620059 100644 --- a/java/google/registry/cron/CronModule.java +++ b/java/google/registry/cron/CronModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/cron/TldFanoutAction.java b/java/google/registry/cron/TldFanoutAction.java index 95790e809..bb67a159b 100644 --- a/java/google/registry/cron/TldFanoutAction.java +++ b/java/google/registry/cron/TldFanoutAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/cron/package-info.java b/java/google/registry/cron/package-info.java index 99f27dc57..459f2513f 100644 --- a/java/google/registry/cron/package-info.java +++ b/java/google/registry/cron/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/DnsConstants.java b/java/google/registry/dns/DnsConstants.java index ba2db33be..ce0542582 100644 --- a/java/google/registry/dns/DnsConstants.java +++ b/java/google/registry/dns/DnsConstants.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/DnsMetrics.java b/java/google/registry/dns/DnsMetrics.java index 716b28c94..2ef724638 100644 --- a/java/google/registry/dns/DnsMetrics.java +++ b/java/google/registry/dns/DnsMetrics.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/DnsModule.java b/java/google/registry/dns/DnsModule.java index e289146d1..079d5d044 100644 --- a/java/google/registry/dns/DnsModule.java +++ b/java/google/registry/dns/DnsModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/DnsQueue.java b/java/google/registry/dns/DnsQueue.java index 0934595ac..5a71ea73b 100644 --- a/java/google/registry/dns/DnsQueue.java +++ b/java/google/registry/dns/DnsQueue.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/DnsWriterProxy.java b/java/google/registry/dns/DnsWriterProxy.java index 6d11bcdd3..eba2e5a5f 100644 --- a/java/google/registry/dns/DnsWriterProxy.java +++ b/java/google/registry/dns/DnsWriterProxy.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/PublishDnsUpdatesAction.java b/java/google/registry/dns/PublishDnsUpdatesAction.java index 29273e32a..436869ad5 100644 --- a/java/google/registry/dns/PublishDnsUpdatesAction.java +++ b/java/google/registry/dns/PublishDnsUpdatesAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/ReadDnsQueueAction.java b/java/google/registry/dns/ReadDnsQueueAction.java index 9b77870b4..ffc313a39 100644 --- a/java/google/registry/dns/ReadDnsQueueAction.java +++ b/java/google/registry/dns/ReadDnsQueueAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/RefreshDnsAction.java b/java/google/registry/dns/RefreshDnsAction.java index f68c31757..3ba1bc2f2 100644 --- a/java/google/registry/dns/RefreshDnsAction.java +++ b/java/google/registry/dns/RefreshDnsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/writer/DnsWriter.java b/java/google/registry/dns/writer/DnsWriter.java index 623bb0ff1..952f57d96 100644 --- a/java/google/registry/dns/writer/DnsWriter.java +++ b/java/google/registry/dns/writer/DnsWriter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/writer/DnsWriterZone.java b/java/google/registry/dns/writer/DnsWriterZone.java index 637959469..8ef576740 100644 --- a/java/google/registry/dns/writer/DnsWriterZone.java +++ b/java/google/registry/dns/writer/DnsWriterZone.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/writer/VoidDnsWriter.java b/java/google/registry/dns/writer/VoidDnsWriter.java index 8e617004f..c787de23d 100644 --- a/java/google/registry/dns/writer/VoidDnsWriter.java +++ b/java/google/registry/dns/writer/VoidDnsWriter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/writer/VoidDnsWriterModule.java b/java/google/registry/dns/writer/VoidDnsWriterModule.java index a0f233b10..b3378dcc9 100644 --- a/java/google/registry/dns/writer/VoidDnsWriterModule.java +++ b/java/google/registry/dns/writer/VoidDnsWriterModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/writer/clouddns/CloudDnsWriter.java b/java/google/registry/dns/writer/clouddns/CloudDnsWriter.java index 4e81a393b..8bc1c1d2e 100644 --- a/java/google/registry/dns/writer/clouddns/CloudDnsWriter.java +++ b/java/google/registry/dns/writer/clouddns/CloudDnsWriter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/writer/clouddns/CloudDnsWriterModule.java b/java/google/registry/dns/writer/clouddns/CloudDnsWriterModule.java index 297dfea09..c62bd54b8 100644 --- a/java/google/registry/dns/writer/clouddns/CloudDnsWriterModule.java +++ b/java/google/registry/dns/writer/clouddns/CloudDnsWriterModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/writer/dnsupdate/DnsMessageTransport.java b/java/google/registry/dns/writer/dnsupdate/DnsMessageTransport.java index 0e72b74b5..151b03bfc 100644 --- a/java/google/registry/dns/writer/dnsupdate/DnsMessageTransport.java +++ b/java/google/registry/dns/writer/dnsupdate/DnsMessageTransport.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/writer/dnsupdate/DnsUpdateConfigModule.java b/java/google/registry/dns/writer/dnsupdate/DnsUpdateConfigModule.java index 1177aaf90..fd36dcb8d 100644 --- a/java/google/registry/dns/writer/dnsupdate/DnsUpdateConfigModule.java +++ b/java/google/registry/dns/writer/dnsupdate/DnsUpdateConfigModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/writer/dnsupdate/DnsUpdateWriter.java b/java/google/registry/dns/writer/dnsupdate/DnsUpdateWriter.java index 50fa540ef..8925f7a3f 100644 --- a/java/google/registry/dns/writer/dnsupdate/DnsUpdateWriter.java +++ b/java/google/registry/dns/writer/dnsupdate/DnsUpdateWriter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/dns/writer/dnsupdate/DnsUpdateWriterModule.java b/java/google/registry/dns/writer/dnsupdate/DnsUpdateWriterModule.java index 819361ae2..ed5901573 100644 --- a/java/google/registry/dns/writer/dnsupdate/DnsUpdateWriterModule.java +++ b/java/google/registry/dns/writer/dnsupdate/DnsUpdateWriterModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/BigqueryPollJobAction.java b/java/google/registry/export/BigqueryPollJobAction.java index c6820943d..836e4f4e9 100644 --- a/java/google/registry/export/BigqueryPollJobAction.java +++ b/java/google/registry/export/BigqueryPollJobAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/CheckSnapshotAction.java b/java/google/registry/export/CheckSnapshotAction.java index 401014bc3..208ee471a 100644 --- a/java/google/registry/export/CheckSnapshotAction.java +++ b/java/google/registry/export/CheckSnapshotAction.java @@ -1,17 +1,3 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - package google.registry.export; import static com.google.common.collect.Sets.intersection; diff --git a/java/google/registry/export/DatastoreBackupInfo.java b/java/google/registry/export/DatastoreBackupInfo.java index 69cc079c3..478c93c14 100644 --- a/java/google/registry/export/DatastoreBackupInfo.java +++ b/java/google/registry/export/DatastoreBackupInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/DatastoreBackupService.java b/java/google/registry/export/DatastoreBackupService.java index 51ae9cf52..0255e676f 100644 --- a/java/google/registry/export/DatastoreBackupService.java +++ b/java/google/registry/export/DatastoreBackupService.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/DriveModule.java b/java/google/registry/export/DriveModule.java index c13d6c14b..784e3e343 100644 --- a/java/google/registry/export/DriveModule.java +++ b/java/google/registry/export/DriveModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/ExportConstants.java b/java/google/registry/export/ExportConstants.java index f813fffd1..8ee5cf9f7 100644 --- a/java/google/registry/export/ExportConstants.java +++ b/java/google/registry/export/ExportConstants.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/ExportDomainListsAction.java b/java/google/registry/export/ExportDomainListsAction.java index 2cfc64b0c..afd2c7976 100644 --- a/java/google/registry/export/ExportDomainListsAction.java +++ b/java/google/registry/export/ExportDomainListsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/ExportRequestModule.java b/java/google/registry/export/ExportRequestModule.java index 6ad1a6fdb..55c87512b 100644 --- a/java/google/registry/export/ExportRequestModule.java +++ b/java/google/registry/export/ExportRequestModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/ExportReservedTermsAction.java b/java/google/registry/export/ExportReservedTermsAction.java index 6f9cfdfe2..55dbd4f10 100644 --- a/java/google/registry/export/ExportReservedTermsAction.java +++ b/java/google/registry/export/ExportReservedTermsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/ExportSnapshotAction.java b/java/google/registry/export/ExportSnapshotAction.java index 4a0dba041..b34b56087 100644 --- a/java/google/registry/export/ExportSnapshotAction.java +++ b/java/google/registry/export/ExportSnapshotAction.java @@ -1,17 +1,3 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - package google.registry.export; import static google.registry.export.CheckSnapshotAction.enqueuePollTask; diff --git a/java/google/registry/export/ExportUtils.java b/java/google/registry/export/ExportUtils.java index d4e37f192..34529659b 100644 --- a/java/google/registry/export/ExportUtils.java +++ b/java/google/registry/export/ExportUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/LoadSnapshotAction.java b/java/google/registry/export/LoadSnapshotAction.java index 85c2ec8a3..794a871c2 100644 --- a/java/google/registry/export/LoadSnapshotAction.java +++ b/java/google/registry/export/LoadSnapshotAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/PublishDetailReportAction.java b/java/google/registry/export/PublishDetailReportAction.java index e9c1b4616..0006720cc 100644 --- a/java/google/registry/export/PublishDetailReportAction.java +++ b/java/google/registry/export/PublishDetailReportAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/SyncGroupMembersAction.java b/java/google/registry/export/SyncGroupMembersAction.java index fa7a8d71f..fb93a03ff 100644 --- a/java/google/registry/export/SyncGroupMembersAction.java +++ b/java/google/registry/export/SyncGroupMembersAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/UpdateSnapshotViewAction.java b/java/google/registry/export/UpdateSnapshotViewAction.java index 7d437f845..211b0a980 100644 --- a/java/google/registry/export/UpdateSnapshotViewAction.java +++ b/java/google/registry/export/UpdateSnapshotViewAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/package-info.java b/java/google/registry/export/package-info.java index c80380093..76d58b711 100644 --- a/java/google/registry/export/package-info.java +++ b/java/google/registry/export/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/sheet/SheetModule.java b/java/google/registry/export/sheet/SheetModule.java index 6179f67d6..7c1b8825f 100644 --- a/java/google/registry/export/sheet/SheetModule.java +++ b/java/google/registry/export/sheet/SheetModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/sheet/SheetSynchronizer.java b/java/google/registry/export/sheet/SheetSynchronizer.java index c49561524..10342e5be 100644 --- a/java/google/registry/export/sheet/SheetSynchronizer.java +++ b/java/google/registry/export/sheet/SheetSynchronizer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/sheet/SpreadsheetServiceModule.java b/java/google/registry/export/sheet/SpreadsheetServiceModule.java index b684f294f..42cdbf0d2 100644 --- a/java/google/registry/export/sheet/SpreadsheetServiceModule.java +++ b/java/google/registry/export/sheet/SpreadsheetServiceModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/sheet/SyncRegistrarsSheet.java b/java/google/registry/export/sheet/SyncRegistrarsSheet.java index 14e88babb..0ea823c90 100644 --- a/java/google/registry/export/sheet/SyncRegistrarsSheet.java +++ b/java/google/registry/export/sheet/SyncRegistrarsSheet.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/sheet/SyncRegistrarsSheetAction.java b/java/google/registry/export/sheet/SyncRegistrarsSheetAction.java index 7549e04a3..adbf43e5d 100644 --- a/java/google/registry/export/sheet/SyncRegistrarsSheetAction.java +++ b/java/google/registry/export/sheet/SyncRegistrarsSheetAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/export/sheet/package-info.java b/java/google/registry/export/sheet/package-info.java index 8af0edeb3..ae11a81a6 100644 --- a/java/google/registry/export/sheet/package-info.java +++ b/java/google/registry/export/sheet/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/CheckApiAction.java b/java/google/registry/flows/CheckApiAction.java index e16079a0f..16794367e 100644 --- a/java/google/registry/flows/CheckApiAction.java +++ b/java/google/registry/flows/CheckApiAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/EppConsoleAction.java b/java/google/registry/flows/EppConsoleAction.java index 7929f7840..059629629 100644 --- a/java/google/registry/flows/EppConsoleAction.java +++ b/java/google/registry/flows/EppConsoleAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/EppController.java b/java/google/registry/flows/EppController.java index bc18387ca..e9faca719 100644 --- a/java/google/registry/flows/EppController.java +++ b/java/google/registry/flows/EppController.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/EppException.java b/java/google/registry/flows/EppException.java index b91e368da..f00403819 100644 --- a/java/google/registry/flows/EppException.java +++ b/java/google/registry/flows/EppException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/EppMetrics.java b/java/google/registry/flows/EppMetrics.java index c316cbecc..e2f105faa 100644 --- a/java/google/registry/flows/EppMetrics.java +++ b/java/google/registry/flows/EppMetrics.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/EppRequestHandler.java b/java/google/registry/flows/EppRequestHandler.java index 582b24f6e..045666fa6 100644 --- a/java/google/registry/flows/EppRequestHandler.java +++ b/java/google/registry/flows/EppRequestHandler.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/EppRequestSource.java b/java/google/registry/flows/EppRequestSource.java index 5526aa759..dcaed2597 100644 --- a/java/google/registry/flows/EppRequestSource.java +++ b/java/google/registry/flows/EppRequestSource.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/EppTlsAction.java b/java/google/registry/flows/EppTlsAction.java index c1820533e..540e34a58 100644 --- a/java/google/registry/flows/EppTlsAction.java +++ b/java/google/registry/flows/EppTlsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/EppToolAction.java b/java/google/registry/flows/EppToolAction.java index 78cb7b03b..1aa930ce3 100644 --- a/java/google/registry/flows/EppToolAction.java +++ b/java/google/registry/flows/EppToolAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/EppXmlTransformer.java b/java/google/registry/flows/EppXmlTransformer.java index 6d1bb53b4..3e04c4742 100644 --- a/java/google/registry/flows/EppXmlTransformer.java +++ b/java/google/registry/flows/EppXmlTransformer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/ExtensionManager.java b/java/google/registry/flows/ExtensionManager.java index eead2dcd0..033215534 100644 --- a/java/google/registry/flows/ExtensionManager.java +++ b/java/google/registry/flows/ExtensionManager.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/Flow.java b/java/google/registry/flows/Flow.java index c19ab5546..c74815a8a 100644 --- a/java/google/registry/flows/Flow.java +++ b/java/google/registry/flows/Flow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/FlowComponent.java b/java/google/registry/flows/FlowComponent.java index dce1e227f..200212d0c 100644 --- a/java/google/registry/flows/FlowComponent.java +++ b/java/google/registry/flows/FlowComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/FlowMetadata.java b/java/google/registry/flows/FlowMetadata.java index a4bcd13ae..c2641bc06 100644 --- a/java/google/registry/flows/FlowMetadata.java +++ b/java/google/registry/flows/FlowMetadata.java @@ -1,11 +1,11 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. -// +// Copyright 2017 The Nomulus Authors. All Rights Reserved. +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/java/google/registry/flows/FlowModule.java b/java/google/registry/flows/FlowModule.java index 7cad6e83f..156c74b16 100644 --- a/java/google/registry/flows/FlowModule.java +++ b/java/google/registry/flows/FlowModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/FlowRunner.java b/java/google/registry/flows/FlowRunner.java index 0956f7f91..5162fe426 100644 --- a/java/google/registry/flows/FlowRunner.java +++ b/java/google/registry/flows/FlowRunner.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/FlowScope.java b/java/google/registry/flows/FlowScope.java index fb4f31b58..9866d7e20 100644 --- a/java/google/registry/flows/FlowScope.java +++ b/java/google/registry/flows/FlowScope.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/FlowUtils.java b/java/google/registry/flows/FlowUtils.java index f9e9fbb94..238ef3951 100644 --- a/java/google/registry/flows/FlowUtils.java +++ b/java/google/registry/flows/FlowUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/GaeUserCredentials.java b/java/google/registry/flows/GaeUserCredentials.java index 1f5ae878e..d4a211723 100644 --- a/java/google/registry/flows/GaeUserCredentials.java +++ b/java/google/registry/flows/GaeUserCredentials.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/HttpSessionMetadata.java b/java/google/registry/flows/HttpSessionMetadata.java index 7e540be68..4b454e8d6 100644 --- a/java/google/registry/flows/HttpSessionMetadata.java +++ b/java/google/registry/flows/HttpSessionMetadata.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/PasswordOnlyTransportCredentials.java b/java/google/registry/flows/PasswordOnlyTransportCredentials.java index ed236eb16..a9607ffa7 100644 --- a/java/google/registry/flows/PasswordOnlyTransportCredentials.java +++ b/java/google/registry/flows/PasswordOnlyTransportCredentials.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/ResourceFlowUtils.java b/java/google/registry/flows/ResourceFlowUtils.java index eec25ae51..67c1edc82 100644 --- a/java/google/registry/flows/ResourceFlowUtils.java +++ b/java/google/registry/flows/ResourceFlowUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/SessionMetadata.java b/java/google/registry/flows/SessionMetadata.java index 7bb0b325b..106f6f965 100644 --- a/java/google/registry/flows/SessionMetadata.java +++ b/java/google/registry/flows/SessionMetadata.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/StatelessRequestSessionMetadata.java b/java/google/registry/flows/StatelessRequestSessionMetadata.java index d09bf76ee..17231e7e2 100644 --- a/java/google/registry/flows/StatelessRequestSessionMetadata.java +++ b/java/google/registry/flows/StatelessRequestSessionMetadata.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/TlsCredentials.java b/java/google/registry/flows/TlsCredentials.java index 657d1036d..45dcb627b 100644 --- a/java/google/registry/flows/TlsCredentials.java +++ b/java/google/registry/flows/TlsCredentials.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/TransactionalFlow.java b/java/google/registry/flows/TransactionalFlow.java index a228cca57..52cacd57d 100644 --- a/java/google/registry/flows/TransactionalFlow.java +++ b/java/google/registry/flows/TransactionalFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/TransportCredentials.java b/java/google/registry/flows/TransportCredentials.java index 33fa1c0d8..c0a256dbc 100644 --- a/java/google/registry/flows/TransportCredentials.java +++ b/java/google/registry/flows/TransportCredentials.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/async/AsyncFlowEnqueuer.java b/java/google/registry/flows/async/AsyncFlowEnqueuer.java index 422c51af0..0a0fe4c2e 100644 --- a/java/google/registry/flows/async/AsyncFlowEnqueuer.java +++ b/java/google/registry/flows/async/AsyncFlowEnqueuer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/async/AsyncFlowsModule.java b/java/google/registry/flows/async/AsyncFlowsModule.java index d044b77b8..1680e6a1d 100644 --- a/java/google/registry/flows/async/AsyncFlowsModule.java +++ b/java/google/registry/flows/async/AsyncFlowsModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/contact/ContactCheckFlow.java b/java/google/registry/flows/contact/ContactCheckFlow.java index 25176b252..b9c435907 100644 --- a/java/google/registry/flows/contact/ContactCheckFlow.java +++ b/java/google/registry/flows/contact/ContactCheckFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/contact/ContactCreateFlow.java b/java/google/registry/flows/contact/ContactCreateFlow.java index 9f0fa900a..ed85fcd53 100644 --- a/java/google/registry/flows/contact/ContactCreateFlow.java +++ b/java/google/registry/flows/contact/ContactCreateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/contact/ContactDeleteFlow.java b/java/google/registry/flows/contact/ContactDeleteFlow.java index f183cb870..38897215f 100644 --- a/java/google/registry/flows/contact/ContactDeleteFlow.java +++ b/java/google/registry/flows/contact/ContactDeleteFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/contact/ContactFlowUtils.java b/java/google/registry/flows/contact/ContactFlowUtils.java index bc1c37bd2..753a64b09 100644 --- a/java/google/registry/flows/contact/ContactFlowUtils.java +++ b/java/google/registry/flows/contact/ContactFlowUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/contact/ContactInfoFlow.java b/java/google/registry/flows/contact/ContactInfoFlow.java index 0d3af47ef..4ab22b33f 100644 --- a/java/google/registry/flows/contact/ContactInfoFlow.java +++ b/java/google/registry/flows/contact/ContactInfoFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/contact/ContactTransferApproveFlow.java b/java/google/registry/flows/contact/ContactTransferApproveFlow.java index 106d69663..13eb100c5 100644 --- a/java/google/registry/flows/contact/ContactTransferApproveFlow.java +++ b/java/google/registry/flows/contact/ContactTransferApproveFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/contact/ContactTransferCancelFlow.java b/java/google/registry/flows/contact/ContactTransferCancelFlow.java index 5535eea70..6f796b18d 100644 --- a/java/google/registry/flows/contact/ContactTransferCancelFlow.java +++ b/java/google/registry/flows/contact/ContactTransferCancelFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/contact/ContactTransferQueryFlow.java b/java/google/registry/flows/contact/ContactTransferQueryFlow.java index 08c7825eb..39d1e29f2 100644 --- a/java/google/registry/flows/contact/ContactTransferQueryFlow.java +++ b/java/google/registry/flows/contact/ContactTransferQueryFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/contact/ContactTransferRejectFlow.java b/java/google/registry/flows/contact/ContactTransferRejectFlow.java index 9b700c3ec..6e7ae71d5 100644 --- a/java/google/registry/flows/contact/ContactTransferRejectFlow.java +++ b/java/google/registry/flows/contact/ContactTransferRejectFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/contact/ContactTransferRequestFlow.java b/java/google/registry/flows/contact/ContactTransferRequestFlow.java index 9f07388b9..32716ddc5 100644 --- a/java/google/registry/flows/contact/ContactTransferRequestFlow.java +++ b/java/google/registry/flows/contact/ContactTransferRequestFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/contact/ContactUpdateFlow.java b/java/google/registry/flows/contact/ContactUpdateFlow.java index 9a96cfdd6..7422e5e16 100644 --- a/java/google/registry/flows/contact/ContactUpdateFlow.java +++ b/java/google/registry/flows/contact/ContactUpdateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/custom/BaseFlowCustomLogic.java b/java/google/registry/flows/custom/BaseFlowCustomLogic.java index ca6764932..6d8d34b4a 100644 --- a/java/google/registry/flows/custom/BaseFlowCustomLogic.java +++ b/java/google/registry/flows/custom/BaseFlowCustomLogic.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/custom/CustomLogicFactory.java b/java/google/registry/flows/custom/CustomLogicFactory.java index f9bd1bc74..f234ddceb 100644 --- a/java/google/registry/flows/custom/CustomLogicFactory.java +++ b/java/google/registry/flows/custom/CustomLogicFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/custom/CustomLogicFactoryModule.java b/java/google/registry/flows/custom/CustomLogicFactoryModule.java index 016e1a32a..621a0df0e 100644 --- a/java/google/registry/flows/custom/CustomLogicFactoryModule.java +++ b/java/google/registry/flows/custom/CustomLogicFactoryModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/custom/CustomLogicModule.java b/java/google/registry/flows/custom/CustomLogicModule.java index 391d3d0f6..00335fd8c 100644 --- a/java/google/registry/flows/custom/CustomLogicModule.java +++ b/java/google/registry/flows/custom/CustomLogicModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/custom/DomainApplicationCreateFlowCustomLogic.java b/java/google/registry/flows/custom/DomainApplicationCreateFlowCustomLogic.java index 2694c6335..96c33154f 100644 --- a/java/google/registry/flows/custom/DomainApplicationCreateFlowCustomLogic.java +++ b/java/google/registry/flows/custom/DomainApplicationCreateFlowCustomLogic.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/custom/DomainCheckFlowCustomLogic.java b/java/google/registry/flows/custom/DomainCheckFlowCustomLogic.java index af32cf271..ee575dcb2 100644 --- a/java/google/registry/flows/custom/DomainCheckFlowCustomLogic.java +++ b/java/google/registry/flows/custom/DomainCheckFlowCustomLogic.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/custom/DomainCreateFlowCustomLogic.java b/java/google/registry/flows/custom/DomainCreateFlowCustomLogic.java index cf466f3d9..38265bc0f 100644 --- a/java/google/registry/flows/custom/DomainCreateFlowCustomLogic.java +++ b/java/google/registry/flows/custom/DomainCreateFlowCustomLogic.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/custom/DomainDeleteFlowCustomLogic.java b/java/google/registry/flows/custom/DomainDeleteFlowCustomLogic.java index f269f02a5..391257796 100644 --- a/java/google/registry/flows/custom/DomainDeleteFlowCustomLogic.java +++ b/java/google/registry/flows/custom/DomainDeleteFlowCustomLogic.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/custom/DomainInfoFlowCustomLogic.java b/java/google/registry/flows/custom/DomainInfoFlowCustomLogic.java index bdb98b4a8..fba46ed37 100644 --- a/java/google/registry/flows/custom/DomainInfoFlowCustomLogic.java +++ b/java/google/registry/flows/custom/DomainInfoFlowCustomLogic.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/custom/DomainPricingCustomLogic.java b/java/google/registry/flows/custom/DomainPricingCustomLogic.java index 369ac82fa..f30c580e9 100644 --- a/java/google/registry/flows/custom/DomainPricingCustomLogic.java +++ b/java/google/registry/flows/custom/DomainPricingCustomLogic.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/custom/DomainRenewFlowCustomLogic.java b/java/google/registry/flows/custom/DomainRenewFlowCustomLogic.java index b06723371..89497f6a6 100644 --- a/java/google/registry/flows/custom/DomainRenewFlowCustomLogic.java +++ b/java/google/registry/flows/custom/DomainRenewFlowCustomLogic.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/custom/DomainUpdateFlowCustomLogic.java b/java/google/registry/flows/custom/DomainUpdateFlowCustomLogic.java index 6ba4bf520..09425d834 100644 --- a/java/google/registry/flows/custom/DomainUpdateFlowCustomLogic.java +++ b/java/google/registry/flows/custom/DomainUpdateFlowCustomLogic.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/custom/EntityChanges.java b/java/google/registry/flows/custom/EntityChanges.java index 0e9776f54..92909098e 100644 --- a/java/google/registry/flows/custom/EntityChanges.java +++ b/java/google/registry/flows/custom/EntityChanges.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/ClaimsCheckFlow.java b/java/google/registry/flows/domain/ClaimsCheckFlow.java index cb1699e44..c40e9812d 100644 --- a/java/google/registry/flows/domain/ClaimsCheckFlow.java +++ b/java/google/registry/flows/domain/ClaimsCheckFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainAllocateFlow.java b/java/google/registry/flows/domain/DomainAllocateFlow.java index 4c3189028..de633f616 100644 --- a/java/google/registry/flows/domain/DomainAllocateFlow.java +++ b/java/google/registry/flows/domain/DomainAllocateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainApplicationCreateFlow.java b/java/google/registry/flows/domain/DomainApplicationCreateFlow.java index 0a28790f5..e1468cd0b 100644 --- a/java/google/registry/flows/domain/DomainApplicationCreateFlow.java +++ b/java/google/registry/flows/domain/DomainApplicationCreateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainApplicationDeleteFlow.java b/java/google/registry/flows/domain/DomainApplicationDeleteFlow.java index b627b49be..e7290b88f 100644 --- a/java/google/registry/flows/domain/DomainApplicationDeleteFlow.java +++ b/java/google/registry/flows/domain/DomainApplicationDeleteFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainApplicationInfoFlow.java b/java/google/registry/flows/domain/DomainApplicationInfoFlow.java index 12dfca012..41e4e50cc 100644 --- a/java/google/registry/flows/domain/DomainApplicationInfoFlow.java +++ b/java/google/registry/flows/domain/DomainApplicationInfoFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainApplicationUpdateFlow.java b/java/google/registry/flows/domain/DomainApplicationUpdateFlow.java index dfdc9412f..e904a1eb8 100644 --- a/java/google/registry/flows/domain/DomainApplicationUpdateFlow.java +++ b/java/google/registry/flows/domain/DomainApplicationUpdateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainCheckFlow.java b/java/google/registry/flows/domain/DomainCheckFlow.java index 34132420b..1a3688187 100644 --- a/java/google/registry/flows/domain/DomainCheckFlow.java +++ b/java/google/registry/flows/domain/DomainCheckFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainCreateFlow.java b/java/google/registry/flows/domain/DomainCreateFlow.java index dd1811d38..bc1e21175 100644 --- a/java/google/registry/flows/domain/DomainCreateFlow.java +++ b/java/google/registry/flows/domain/DomainCreateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainDeleteFlow.java b/java/google/registry/flows/domain/DomainDeleteFlow.java index aa2a6ef23..a1e698fbd 100644 --- a/java/google/registry/flows/domain/DomainDeleteFlow.java +++ b/java/google/registry/flows/domain/DomainDeleteFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainFlowTmchUtils.java b/java/google/registry/flows/domain/DomainFlowTmchUtils.java index c895072df..7224c70ae 100644 --- a/java/google/registry/flows/domain/DomainFlowTmchUtils.java +++ b/java/google/registry/flows/domain/DomainFlowTmchUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainFlowUtils.java b/java/google/registry/flows/domain/DomainFlowUtils.java index 755b956c1..aa080a9ab 100644 --- a/java/google/registry/flows/domain/DomainFlowUtils.java +++ b/java/google/registry/flows/domain/DomainFlowUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainInfoFlow.java b/java/google/registry/flows/domain/DomainInfoFlow.java index 4d9d17138..55d2f5b1d 100644 --- a/java/google/registry/flows/domain/DomainInfoFlow.java +++ b/java/google/registry/flows/domain/DomainInfoFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainPricingLogic.java b/java/google/registry/flows/domain/DomainPricingLogic.java index 8923f762f..fad65ff11 100644 --- a/java/google/registry/flows/domain/DomainPricingLogic.java +++ b/java/google/registry/flows/domain/DomainPricingLogic.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainRenewFlow.java b/java/google/registry/flows/domain/DomainRenewFlow.java index aa1efbfc4..b7dd7b2ef 100644 --- a/java/google/registry/flows/domain/DomainRenewFlow.java +++ b/java/google/registry/flows/domain/DomainRenewFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainRestoreRequestFlow.java b/java/google/registry/flows/domain/DomainRestoreRequestFlow.java index 025d3d0da..2abfe1d5b 100644 --- a/java/google/registry/flows/domain/DomainRestoreRequestFlow.java +++ b/java/google/registry/flows/domain/DomainRestoreRequestFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainTransferApproveFlow.java b/java/google/registry/flows/domain/DomainTransferApproveFlow.java index 86e311f1b..75df35d89 100644 --- a/java/google/registry/flows/domain/DomainTransferApproveFlow.java +++ b/java/google/registry/flows/domain/DomainTransferApproveFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainTransferCancelFlow.java b/java/google/registry/flows/domain/DomainTransferCancelFlow.java index f97a8f8ca..4a7196c2d 100644 --- a/java/google/registry/flows/domain/DomainTransferCancelFlow.java +++ b/java/google/registry/flows/domain/DomainTransferCancelFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainTransferQueryFlow.java b/java/google/registry/flows/domain/DomainTransferQueryFlow.java index b9c1ec8d5..f5dbd2189 100644 --- a/java/google/registry/flows/domain/DomainTransferQueryFlow.java +++ b/java/google/registry/flows/domain/DomainTransferQueryFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainTransferRejectFlow.java b/java/google/registry/flows/domain/DomainTransferRejectFlow.java index 1408e27f0..84d10904a 100644 --- a/java/google/registry/flows/domain/DomainTransferRejectFlow.java +++ b/java/google/registry/flows/domain/DomainTransferRejectFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainTransferRequestFlow.java b/java/google/registry/flows/domain/DomainTransferRequestFlow.java index ee2de70da..79d3245be 100644 --- a/java/google/registry/flows/domain/DomainTransferRequestFlow.java +++ b/java/google/registry/flows/domain/DomainTransferRequestFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/DomainUpdateFlow.java b/java/google/registry/flows/domain/DomainUpdateFlow.java index da711b514..c5ba273dc 100644 --- a/java/google/registry/flows/domain/DomainUpdateFlow.java +++ b/java/google/registry/flows/domain/DomainUpdateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/domain/FeesAndCredits.java b/java/google/registry/flows/domain/FeesAndCredits.java index 71f42882b..8c052afde 100644 --- a/java/google/registry/flows/domain/FeesAndCredits.java +++ b/java/google/registry/flows/domain/FeesAndCredits.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/exceptions/AlreadyPendingTransferException.java b/java/google/registry/flows/exceptions/AlreadyPendingTransferException.java index 81dcdb02d..8c38c4d27 100644 --- a/java/google/registry/flows/exceptions/AlreadyPendingTransferException.java +++ b/java/google/registry/flows/exceptions/AlreadyPendingTransferException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/exceptions/MissingTransferRequestAuthInfoException.java b/java/google/registry/flows/exceptions/MissingTransferRequestAuthInfoException.java index e35c5a3e5..6a7ecf8f9 100644 --- a/java/google/registry/flows/exceptions/MissingTransferRequestAuthInfoException.java +++ b/java/google/registry/flows/exceptions/MissingTransferRequestAuthInfoException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/exceptions/NoTransferHistoryToQueryException.java b/java/google/registry/flows/exceptions/NoTransferHistoryToQueryException.java index a70758ff0..8d77a6b4c 100644 --- a/java/google/registry/flows/exceptions/NoTransferHistoryToQueryException.java +++ b/java/google/registry/flows/exceptions/NoTransferHistoryToQueryException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/exceptions/NotAuthorizedToViewTransferException.java b/java/google/registry/flows/exceptions/NotAuthorizedToViewTransferException.java index 779dca0ab..95eddbb0f 100644 --- a/java/google/registry/flows/exceptions/NotAuthorizedToViewTransferException.java +++ b/java/google/registry/flows/exceptions/NotAuthorizedToViewTransferException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/exceptions/NotPendingTransferException.java b/java/google/registry/flows/exceptions/NotPendingTransferException.java index e2959de61..066541404 100644 --- a/java/google/registry/flows/exceptions/NotPendingTransferException.java +++ b/java/google/registry/flows/exceptions/NotPendingTransferException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/exceptions/NotTransferInitiatorException.java b/java/google/registry/flows/exceptions/NotTransferInitiatorException.java index f467d0c31..1f2dc4843 100644 --- a/java/google/registry/flows/exceptions/NotTransferInitiatorException.java +++ b/java/google/registry/flows/exceptions/NotTransferInitiatorException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/exceptions/ObjectAlreadySponsoredException.java b/java/google/registry/flows/exceptions/ObjectAlreadySponsoredException.java index 2d80d79ce..dd96fc6ba 100644 --- a/java/google/registry/flows/exceptions/ObjectAlreadySponsoredException.java +++ b/java/google/registry/flows/exceptions/ObjectAlreadySponsoredException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/exceptions/OnlyToolCanPassMetadataException.java b/java/google/registry/flows/exceptions/OnlyToolCanPassMetadataException.java index dbc5df172..7c817122d 100644 --- a/java/google/registry/flows/exceptions/OnlyToolCanPassMetadataException.java +++ b/java/google/registry/flows/exceptions/OnlyToolCanPassMetadataException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/exceptions/ResourceAlreadyExistsException.java b/java/google/registry/flows/exceptions/ResourceAlreadyExistsException.java index dfe1b9f7c..487f2380a 100644 --- a/java/google/registry/flows/exceptions/ResourceAlreadyExistsException.java +++ b/java/google/registry/flows/exceptions/ResourceAlreadyExistsException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/exceptions/ResourceHasClientUpdateProhibitedException.java b/java/google/registry/flows/exceptions/ResourceHasClientUpdateProhibitedException.java index bd1bbf8e7..e763f9a97 100644 --- a/java/google/registry/flows/exceptions/ResourceHasClientUpdateProhibitedException.java +++ b/java/google/registry/flows/exceptions/ResourceHasClientUpdateProhibitedException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/exceptions/ResourceStatusProhibitsOperationException.java b/java/google/registry/flows/exceptions/ResourceStatusProhibitsOperationException.java index 15475e22d..6570753d8 100644 --- a/java/google/registry/flows/exceptions/ResourceStatusProhibitsOperationException.java +++ b/java/google/registry/flows/exceptions/ResourceStatusProhibitsOperationException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/exceptions/ResourceToDeleteIsReferencedException.java b/java/google/registry/flows/exceptions/ResourceToDeleteIsReferencedException.java index eb54ef456..4813cad90 100644 --- a/java/google/registry/flows/exceptions/ResourceToDeleteIsReferencedException.java +++ b/java/google/registry/flows/exceptions/ResourceToDeleteIsReferencedException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/exceptions/TooManyResourceChecksException.java b/java/google/registry/flows/exceptions/TooManyResourceChecksException.java index 70484d3b0..6138e5672 100644 --- a/java/google/registry/flows/exceptions/TooManyResourceChecksException.java +++ b/java/google/registry/flows/exceptions/TooManyResourceChecksException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/host/HostCheckFlow.java b/java/google/registry/flows/host/HostCheckFlow.java index 33ad3c5fb..0075fd464 100644 --- a/java/google/registry/flows/host/HostCheckFlow.java +++ b/java/google/registry/flows/host/HostCheckFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/host/HostCreateFlow.java b/java/google/registry/flows/host/HostCreateFlow.java index 92cf849b0..291f18c2d 100644 --- a/java/google/registry/flows/host/HostCreateFlow.java +++ b/java/google/registry/flows/host/HostCreateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/host/HostDeleteFlow.java b/java/google/registry/flows/host/HostDeleteFlow.java index 66bbeabd0..8c6df3f0e 100644 --- a/java/google/registry/flows/host/HostDeleteFlow.java +++ b/java/google/registry/flows/host/HostDeleteFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/host/HostFlowUtils.java b/java/google/registry/flows/host/HostFlowUtils.java index 2780f3095..0f8208f95 100644 --- a/java/google/registry/flows/host/HostFlowUtils.java +++ b/java/google/registry/flows/host/HostFlowUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/host/HostInfoFlow.java b/java/google/registry/flows/host/HostInfoFlow.java index f92b52525..d193140ce 100644 --- a/java/google/registry/flows/host/HostInfoFlow.java +++ b/java/google/registry/flows/host/HostInfoFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/host/HostUpdateFlow.java b/java/google/registry/flows/host/HostUpdateFlow.java index 39563160e..857bd09f5 100644 --- a/java/google/registry/flows/host/HostUpdateFlow.java +++ b/java/google/registry/flows/host/HostUpdateFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/picker/FlowPicker.java b/java/google/registry/flows/picker/FlowPicker.java index c5693c066..744c58065 100644 --- a/java/google/registry/flows/picker/FlowPicker.java +++ b/java/google/registry/flows/picker/FlowPicker.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/poll/PollAckFlow.java b/java/google/registry/flows/poll/PollAckFlow.java index 161433cfb..ee0383fa2 100644 --- a/java/google/registry/flows/poll/PollAckFlow.java +++ b/java/google/registry/flows/poll/PollAckFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/poll/PollFlowUtils.java b/java/google/registry/flows/poll/PollFlowUtils.java index f66880760..acce6708b 100644 --- a/java/google/registry/flows/poll/PollFlowUtils.java +++ b/java/google/registry/flows/poll/PollFlowUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/poll/PollRequestFlow.java b/java/google/registry/flows/poll/PollRequestFlow.java index af4bca6a5..78b047c0b 100644 --- a/java/google/registry/flows/poll/PollRequestFlow.java +++ b/java/google/registry/flows/poll/PollRequestFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/session/HelloFlow.java b/java/google/registry/flows/session/HelloFlow.java index f8310b5eb..14b024d37 100644 --- a/java/google/registry/flows/session/HelloFlow.java +++ b/java/google/registry/flows/session/HelloFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/session/LoginFlow.java b/java/google/registry/flows/session/LoginFlow.java index 86a9a5c28..b4b9bfffa 100644 --- a/java/google/registry/flows/session/LoginFlow.java +++ b/java/google/registry/flows/session/LoginFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/session/LogoutFlow.java b/java/google/registry/flows/session/LogoutFlow.java index 4cb622311..129319537 100644 --- a/java/google/registry/flows/session/LogoutFlow.java +++ b/java/google/registry/flows/session/LogoutFlow.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/flows/soy/DomainCheckFeeEpp.soy b/java/google/registry/flows/soy/DomainCheckFeeEpp.soy index c83b3c9cb..b1f9d7f24 100644 --- a/java/google/registry/flows/soy/DomainCheckFeeEpp.soy +++ b/java/google/registry/flows/soy/DomainCheckFeeEpp.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/gcs/GcsServiceModule.java b/java/google/registry/gcs/GcsServiceModule.java index 95d0539b7..84dd41b30 100644 --- a/java/google/registry/gcs/GcsServiceModule.java +++ b/java/google/registry/gcs/GcsServiceModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/gcs/GcsUtils.java b/java/google/registry/gcs/GcsUtils.java index 0a0a5c77b..fc0200ab6 100644 --- a/java/google/registry/gcs/GcsUtils.java +++ b/java/google/registry/gcs/GcsUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/groups/DirectoryGroupsConnection.java b/java/google/registry/groups/DirectoryGroupsConnection.java index 904542fe8..d5e2db3eb 100644 --- a/java/google/registry/groups/DirectoryGroupsConnection.java +++ b/java/google/registry/groups/DirectoryGroupsConnection.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/groups/DirectoryModule.java b/java/google/registry/groups/DirectoryModule.java index 9344ff702..700efc48e 100644 --- a/java/google/registry/groups/DirectoryModule.java +++ b/java/google/registry/groups/DirectoryModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/groups/GroupsConnection.java b/java/google/registry/groups/GroupsConnection.java index 07b4a8308..9f5e4b516 100644 --- a/java/google/registry/groups/GroupsConnection.java +++ b/java/google/registry/groups/GroupsConnection.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/groups/GroupsModule.java b/java/google/registry/groups/GroupsModule.java index a6bd70751..10b9d7c80 100644 --- a/java/google/registry/groups/GroupsModule.java +++ b/java/google/registry/groups/GroupsModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/groups/GroupssettingsModule.java b/java/google/registry/groups/GroupssettingsModule.java index 21fe2bba2..7fe3ac481 100644 --- a/java/google/registry/groups/GroupssettingsModule.java +++ b/java/google/registry/groups/GroupssettingsModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/keyring/api/DummyKeyringModule.java b/java/google/registry/keyring/api/DummyKeyringModule.java index 0494d33b5..88607f970 100644 --- a/java/google/registry/keyring/api/DummyKeyringModule.java +++ b/java/google/registry/keyring/api/DummyKeyringModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/keyring/api/InMemoryKeyring.java b/java/google/registry/keyring/api/InMemoryKeyring.java index 03f592e45..85080eff8 100644 --- a/java/google/registry/keyring/api/InMemoryKeyring.java +++ b/java/google/registry/keyring/api/InMemoryKeyring.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/keyring/api/KeyModule.java b/java/google/registry/keyring/api/KeyModule.java index df258e8e0..c282bb731 100644 --- a/java/google/registry/keyring/api/KeyModule.java +++ b/java/google/registry/keyring/api/KeyModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/keyring/api/Keyring.java b/java/google/registry/keyring/api/Keyring.java index 27b7fc91b..9b2f0054a 100644 --- a/java/google/registry/keyring/api/Keyring.java +++ b/java/google/registry/keyring/api/Keyring.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/keyring/api/PgpHelper.java b/java/google/registry/keyring/api/PgpHelper.java index 9c6f25df3..ee1a5bf8f 100644 --- a/java/google/registry/keyring/api/PgpHelper.java +++ b/java/google/registry/keyring/api/PgpHelper.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/keyring/api/package-info.java b/java/google/registry/keyring/api/package-info.java index f3bb69ba3..d25fe3673 100644 --- a/java/google/registry/keyring/api/package-info.java +++ b/java/google/registry/keyring/api/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/loadtest/LoadTestAction.java b/java/google/registry/loadtest/LoadTestAction.java index 59c59adc6..60b5fbfee 100644 --- a/java/google/registry/loadtest/LoadTestAction.java +++ b/java/google/registry/loadtest/LoadTestAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/loadtest/LoadTestModule.java b/java/google/registry/loadtest/LoadTestModule.java index e8664ede0..2d334f1ca 100644 --- a/java/google/registry/loadtest/LoadTestModule.java +++ b/java/google/registry/loadtest/LoadTestModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/mapreduce/MapreduceModule.java b/java/google/registry/mapreduce/MapreduceModule.java index 952e33391..e00b501dc 100644 --- a/java/google/registry/mapreduce/MapreduceModule.java +++ b/java/google/registry/mapreduce/MapreduceModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/mapreduce/MapreduceRunner.java b/java/google/registry/mapreduce/MapreduceRunner.java index 9235ae9d5..27545a5de 100644 --- a/java/google/registry/mapreduce/MapreduceRunner.java +++ b/java/google/registry/mapreduce/MapreduceRunner.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/mapreduce/inputs/ChildEntityInput.java b/java/google/registry/mapreduce/inputs/ChildEntityInput.java index e76888d73..9c598ff5a 100644 --- a/java/google/registry/mapreduce/inputs/ChildEntityInput.java +++ b/java/google/registry/mapreduce/inputs/ChildEntityInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/mapreduce/inputs/ChildEntityReader.java b/java/google/registry/mapreduce/inputs/ChildEntityReader.java index 05cc0e209..3d4eb6008 100644 --- a/java/google/registry/mapreduce/inputs/ChildEntityReader.java +++ b/java/google/registry/mapreduce/inputs/ChildEntityReader.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/mapreduce/inputs/ChunkingKeyInput.java b/java/google/registry/mapreduce/inputs/ChunkingKeyInput.java index 323e27dda..c804f6688 100644 --- a/java/google/registry/mapreduce/inputs/ChunkingKeyInput.java +++ b/java/google/registry/mapreduce/inputs/ChunkingKeyInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/mapreduce/inputs/ConcatenatingInput.java b/java/google/registry/mapreduce/inputs/ConcatenatingInput.java index c5aec60f3..1186792f7 100644 --- a/java/google/registry/mapreduce/inputs/ConcatenatingInput.java +++ b/java/google/registry/mapreduce/inputs/ConcatenatingInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/mapreduce/inputs/EppResourceBaseInput.java b/java/google/registry/mapreduce/inputs/EppResourceBaseInput.java index 75277b0d1..3083868c6 100644 --- a/java/google/registry/mapreduce/inputs/EppResourceBaseInput.java +++ b/java/google/registry/mapreduce/inputs/EppResourceBaseInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/mapreduce/inputs/EppResourceBaseReader.java b/java/google/registry/mapreduce/inputs/EppResourceBaseReader.java index 242e82b91..1274adcbb 100644 --- a/java/google/registry/mapreduce/inputs/EppResourceBaseReader.java +++ b/java/google/registry/mapreduce/inputs/EppResourceBaseReader.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/mapreduce/inputs/EppResourceEntityInput.java b/java/google/registry/mapreduce/inputs/EppResourceEntityInput.java index 09be8188d..81a811ae3 100644 --- a/java/google/registry/mapreduce/inputs/EppResourceEntityInput.java +++ b/java/google/registry/mapreduce/inputs/EppResourceEntityInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/mapreduce/inputs/EppResourceEntityReader.java b/java/google/registry/mapreduce/inputs/EppResourceEntityReader.java index 6f8876191..97cbbd25b 100644 --- a/java/google/registry/mapreduce/inputs/EppResourceEntityReader.java +++ b/java/google/registry/mapreduce/inputs/EppResourceEntityReader.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/mapreduce/inputs/EppResourceIndexInput.java b/java/google/registry/mapreduce/inputs/EppResourceIndexInput.java index ef9cdb743..2deb73e4a 100644 --- a/java/google/registry/mapreduce/inputs/EppResourceIndexInput.java +++ b/java/google/registry/mapreduce/inputs/EppResourceIndexInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/mapreduce/inputs/EppResourceIndexReader.java b/java/google/registry/mapreduce/inputs/EppResourceIndexReader.java index d23082812..4d992e3a1 100644 --- a/java/google/registry/mapreduce/inputs/EppResourceIndexReader.java +++ b/java/google/registry/mapreduce/inputs/EppResourceIndexReader.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/mapreduce/inputs/EppResourceInputs.java b/java/google/registry/mapreduce/inputs/EppResourceInputs.java index 754246571..79dbdd3d9 100644 --- a/java/google/registry/mapreduce/inputs/EppResourceInputs.java +++ b/java/google/registry/mapreduce/inputs/EppResourceInputs.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/mapreduce/inputs/EppResourceKeyInput.java b/java/google/registry/mapreduce/inputs/EppResourceKeyInput.java index 41a77829e..8b8c29d96 100644 --- a/java/google/registry/mapreduce/inputs/EppResourceKeyInput.java +++ b/java/google/registry/mapreduce/inputs/EppResourceKeyInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/mapreduce/inputs/EppResourceKeyReader.java b/java/google/registry/mapreduce/inputs/EppResourceKeyReader.java index 81632063d..afc1d58b7 100644 --- a/java/google/registry/mapreduce/inputs/EppResourceKeyReader.java +++ b/java/google/registry/mapreduce/inputs/EppResourceKeyReader.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/mapreduce/inputs/NullInput.java b/java/google/registry/mapreduce/inputs/NullInput.java index 2e140f8ba..964a22933 100644 --- a/java/google/registry/mapreduce/inputs/NullInput.java +++ b/java/google/registry/mapreduce/inputs/NullInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/BackupGroupRoot.java b/java/google/registry/model/BackupGroupRoot.java index ec375a3aa..aed5d479d 100644 --- a/java/google/registry/model/BackupGroupRoot.java +++ b/java/google/registry/model/BackupGroupRoot.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/Buildable.java b/java/google/registry/model/Buildable.java index 84c4f8119..7f325b1cd 100644 --- a/java/google/registry/model/Buildable.java +++ b/java/google/registry/model/Buildable.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/CacheUtils.java b/java/google/registry/model/CacheUtils.java index f00b9f64f..d5681373b 100644 --- a/java/google/registry/model/CacheUtils.java +++ b/java/google/registry/model/CacheUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/CreateAutoTimestamp.java b/java/google/registry/model/CreateAutoTimestamp.java index 7fe56b5a1..554f3437d 100644 --- a/java/google/registry/model/CreateAutoTimestamp.java +++ b/java/google/registry/model/CreateAutoTimestamp.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/EntityClasses.java b/java/google/registry/model/EntityClasses.java index 287ce9d31..f88bd5b76 100644 --- a/java/google/registry/model/EntityClasses.java +++ b/java/google/registry/model/EntityClasses.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/EppResource.java b/java/google/registry/model/EppResource.java index 04ed155ee..16d7c2223 100644 --- a/java/google/registry/model/EppResource.java +++ b/java/google/registry/model/EppResource.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/EppResourceUtils.java b/java/google/registry/model/EppResourceUtils.java index e7fe229bb..e1e5acf2e 100644 --- a/java/google/registry/model/EppResourceUtils.java +++ b/java/google/registry/model/EppResourceUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ImmutableObject.java b/java/google/registry/model/ImmutableObject.java index 0ce694a7d..5c83bb9ca 100644 --- a/java/google/registry/model/ImmutableObject.java +++ b/java/google/registry/model/ImmutableObject.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/JsonMapBuilder.java b/java/google/registry/model/JsonMapBuilder.java index 783aa70d1..16f2a599f 100644 --- a/java/google/registry/model/JsonMapBuilder.java +++ b/java/google/registry/model/JsonMapBuilder.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/Jsonifiable.java b/java/google/registry/model/Jsonifiable.java index 9ecdf8cea..c061cc2b3 100644 --- a/java/google/registry/model/Jsonifiable.java +++ b/java/google/registry/model/Jsonifiable.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ModelUtils.java b/java/google/registry/model/ModelUtils.java index 9b9010620..95d5814d1 100644 --- a/java/google/registry/model/ModelUtils.java +++ b/java/google/registry/model/ModelUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/SchemaVersion.java b/java/google/registry/model/SchemaVersion.java index d611ffebb..413275706 100644 --- a/java/google/registry/model/SchemaVersion.java +++ b/java/google/registry/model/SchemaVersion.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/UpdateAutoTimestamp.java b/java/google/registry/model/UpdateAutoTimestamp.java index e3630e2b8..c841361bd 100644 --- a/java/google/registry/model/UpdateAutoTimestamp.java +++ b/java/google/registry/model/UpdateAutoTimestamp.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/annotations/ExternalMessagingName.java b/java/google/registry/model/annotations/ExternalMessagingName.java index 45c3b08ff..1d714d001 100644 --- a/java/google/registry/model/annotations/ExternalMessagingName.java +++ b/java/google/registry/model/annotations/ExternalMessagingName.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/annotations/NotBackedUp.java b/java/google/registry/model/annotations/NotBackedUp.java index 57c709382..94532dec8 100644 --- a/java/google/registry/model/annotations/NotBackedUp.java +++ b/java/google/registry/model/annotations/NotBackedUp.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/annotations/ReportedOn.java b/java/google/registry/model/annotations/ReportedOn.java index 379cf5462..1f7238a41 100644 --- a/java/google/registry/model/annotations/ReportedOn.java +++ b/java/google/registry/model/annotations/ReportedOn.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/annotations/VirtualEntity.java b/java/google/registry/model/annotations/VirtualEntity.java index eed0b69d9..5826e4ba5 100644 --- a/java/google/registry/model/annotations/VirtualEntity.java +++ b/java/google/registry/model/annotations/VirtualEntity.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/billing/BillingEvent.java b/java/google/registry/model/billing/BillingEvent.java index b6fd3dbb2..98c0ad22d 100644 --- a/java/google/registry/model/billing/BillingEvent.java +++ b/java/google/registry/model/billing/BillingEvent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/billing/RegistrarBillingEntry.java b/java/google/registry/model/billing/RegistrarBillingEntry.java index 425be5bd7..8fd72b19d 100644 --- a/java/google/registry/model/billing/RegistrarBillingEntry.java +++ b/java/google/registry/model/billing/RegistrarBillingEntry.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/billing/RegistrarBillingUtils.java b/java/google/registry/model/billing/RegistrarBillingUtils.java index 20cb75e0b..ec9296512 100644 --- a/java/google/registry/model/billing/RegistrarBillingUtils.java +++ b/java/google/registry/model/billing/RegistrarBillingUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/billing/RegistrarCredit.java b/java/google/registry/model/billing/RegistrarCredit.java index 275feabf6..bbbed1c7e 100644 --- a/java/google/registry/model/billing/RegistrarCredit.java +++ b/java/google/registry/model/billing/RegistrarCredit.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/billing/RegistrarCreditBalance.java b/java/google/registry/model/billing/RegistrarCreditBalance.java index 2902b243d..a7838f407 100644 --- a/java/google/registry/model/billing/RegistrarCreditBalance.java +++ b/java/google/registry/model/billing/RegistrarCreditBalance.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/common/CrossTldSingleton.java b/java/google/registry/model/common/CrossTldSingleton.java index fb11cbc22..d7cb20f34 100644 --- a/java/google/registry/model/common/CrossTldSingleton.java +++ b/java/google/registry/model/common/CrossTldSingleton.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/common/Cursor.java b/java/google/registry/model/common/Cursor.java index ee678b25a..229131b7a 100644 --- a/java/google/registry/model/common/Cursor.java +++ b/java/google/registry/model/common/Cursor.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/common/EntityGroupRoot.java b/java/google/registry/model/common/EntityGroupRoot.java index d8f09aca2..164b4dccb 100644 --- a/java/google/registry/model/common/EntityGroupRoot.java +++ b/java/google/registry/model/common/EntityGroupRoot.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/common/GaeUserIdConverter.java b/java/google/registry/model/common/GaeUserIdConverter.java index b2cd2404e..6a000493b 100644 --- a/java/google/registry/model/common/GaeUserIdConverter.java +++ b/java/google/registry/model/common/GaeUserIdConverter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/common/PersistedRangeLong.java b/java/google/registry/model/common/PersistedRangeLong.java index 2c32753c8..c262ae303 100644 --- a/java/google/registry/model/common/PersistedRangeLong.java +++ b/java/google/registry/model/common/PersistedRangeLong.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/common/TimeOfYear.java b/java/google/registry/model/common/TimeOfYear.java index 39ebdfcd7..60b57a74f 100644 --- a/java/google/registry/model/common/TimeOfYear.java +++ b/java/google/registry/model/common/TimeOfYear.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/common/TimedTransitionProperty.java b/java/google/registry/model/common/TimedTransitionProperty.java index 58ecb90df..8b3074b6a 100644 --- a/java/google/registry/model/common/TimedTransitionProperty.java +++ b/java/google/registry/model/common/TimedTransitionProperty.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/contact/ContactAddress.java b/java/google/registry/model/contact/ContactAddress.java index 74fda140f..bacf2e467 100644 --- a/java/google/registry/model/contact/ContactAddress.java +++ b/java/google/registry/model/contact/ContactAddress.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/contact/ContactAuthInfo.java b/java/google/registry/model/contact/ContactAuthInfo.java index 42eb8b732..8d3fa3808 100644 --- a/java/google/registry/model/contact/ContactAuthInfo.java +++ b/java/google/registry/model/contact/ContactAuthInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/contact/ContactCommand.java b/java/google/registry/model/contact/ContactCommand.java index 99e665d42..33d257912 100644 --- a/java/google/registry/model/contact/ContactCommand.java +++ b/java/google/registry/model/contact/ContactCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/contact/ContactInfoData.java b/java/google/registry/model/contact/ContactInfoData.java index b81f17343..f05d926bc 100644 --- a/java/google/registry/model/contact/ContactInfoData.java +++ b/java/google/registry/model/contact/ContactInfoData.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/contact/ContactPhoneNumber.java b/java/google/registry/model/contact/ContactPhoneNumber.java index 885528fc7..dbba4d2b2 100644 --- a/java/google/registry/model/contact/ContactPhoneNumber.java +++ b/java/google/registry/model/contact/ContactPhoneNumber.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/contact/ContactResource.java b/java/google/registry/model/contact/ContactResource.java index 32f5d3fff..bd7db6b90 100644 --- a/java/google/registry/model/contact/ContactResource.java +++ b/java/google/registry/model/contact/ContactResource.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/contact/Disclose.java b/java/google/registry/model/contact/Disclose.java index b2a55bb98..c7c0cc168 100644 --- a/java/google/registry/model/contact/Disclose.java +++ b/java/google/registry/model/contact/Disclose.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/contact/PostalInfo.java b/java/google/registry/model/contact/PostalInfo.java index 30f3b142d..70a7acd31 100644 --- a/java/google/registry/model/contact/PostalInfo.java +++ b/java/google/registry/model/contact/PostalInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/contact/package-info.java b/java/google/registry/model/contact/package-info.java index 510a1c218..5ce870e89 100644 --- a/java/google/registry/model/contact/package-info.java +++ b/java/google/registry/model/contact/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/DesignatedContact.java b/java/google/registry/model/domain/DesignatedContact.java index 50b517db1..f9b5ef209 100644 --- a/java/google/registry/model/domain/DesignatedContact.java +++ b/java/google/registry/model/domain/DesignatedContact.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/DomainApplication.java b/java/google/registry/model/domain/DomainApplication.java index 29cd8334c..d3ce8e8db 100644 --- a/java/google/registry/model/domain/DomainApplication.java +++ b/java/google/registry/model/domain/DomainApplication.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/DomainAuthInfo.java b/java/google/registry/model/domain/DomainAuthInfo.java index a2f5cba49..a6595135a 100644 --- a/java/google/registry/model/domain/DomainAuthInfo.java +++ b/java/google/registry/model/domain/DomainAuthInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/DomainBase.java b/java/google/registry/model/domain/DomainBase.java index 7f7a9414b..af70ab961 100644 --- a/java/google/registry/model/domain/DomainBase.java +++ b/java/google/registry/model/domain/DomainBase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/DomainCommand.java b/java/google/registry/model/domain/DomainCommand.java index 47d733c0e..33b6db8f4 100644 --- a/java/google/registry/model/domain/DomainCommand.java +++ b/java/google/registry/model/domain/DomainCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/DomainInfoData.java b/java/google/registry/model/domain/DomainInfoData.java index 1033188d3..810eac878 100644 --- a/java/google/registry/model/domain/DomainInfoData.java +++ b/java/google/registry/model/domain/DomainInfoData.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/DomainObjectSpec.java b/java/google/registry/model/domain/DomainObjectSpec.java index 651517dee..aaae24f07 100644 --- a/java/google/registry/model/domain/DomainObjectSpec.java +++ b/java/google/registry/model/domain/DomainObjectSpec.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/DomainRenewData.java b/java/google/registry/model/domain/DomainRenewData.java index b768c4b4c..f199e96a6 100644 --- a/java/google/registry/model/domain/DomainRenewData.java +++ b/java/google/registry/model/domain/DomainRenewData.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/DomainResource.java b/java/google/registry/model/domain/DomainResource.java index d4c099c27..f32a897d7 100644 --- a/java/google/registry/model/domain/DomainResource.java +++ b/java/google/registry/model/domain/DomainResource.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/ForeignKeyedDesignatedContact.java b/java/google/registry/model/domain/ForeignKeyedDesignatedContact.java index f8a169f3c..61ece0625 100644 --- a/java/google/registry/model/domain/ForeignKeyedDesignatedContact.java +++ b/java/google/registry/model/domain/ForeignKeyedDesignatedContact.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/GracePeriod.java b/java/google/registry/model/domain/GracePeriod.java index 02428bc76..a25af72b6 100644 --- a/java/google/registry/model/domain/GracePeriod.java +++ b/java/google/registry/model/domain/GracePeriod.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/LrpTokenEntity.java b/java/google/registry/model/domain/LrpTokenEntity.java index a8f5cc3d3..3d5a4df0c 100644 --- a/java/google/registry/model/domain/LrpTokenEntity.java +++ b/java/google/registry/model/domain/LrpTokenEntity.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/Period.java b/java/google/registry/model/domain/Period.java index 95a8dbe0d..42fb58639 100644 --- a/java/google/registry/model/domain/Period.java +++ b/java/google/registry/model/domain/Period.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/allocate/AllocateCreateExtension.java b/java/google/registry/model/domain/allocate/AllocateCreateExtension.java index 0816ad496..be0af12e2 100644 --- a/java/google/registry/model/domain/allocate/AllocateCreateExtension.java +++ b/java/google/registry/model/domain/allocate/AllocateCreateExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/allocate/package-info.java b/java/google/registry/model/domain/allocate/package-info.java index f24cb9bf7..ba6aa8848 100644 --- a/java/google/registry/model/domain/allocate/package-info.java +++ b/java/google/registry/model/domain/allocate/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee/BaseFee.java b/java/google/registry/model/domain/fee/BaseFee.java index 906563e1c..76412b53e 100644 --- a/java/google/registry/model/domain/fee/BaseFee.java +++ b/java/google/registry/model/domain/fee/BaseFee.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee/Credit.java b/java/google/registry/model/domain/fee/Credit.java index 29037dd18..858426aac 100644 --- a/java/google/registry/model/domain/fee/Credit.java +++ b/java/google/registry/model/domain/fee/Credit.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee/Fee.java b/java/google/registry/model/domain/fee/Fee.java index 534f282c5..58df5c8ea 100644 --- a/java/google/registry/model/domain/fee/Fee.java +++ b/java/google/registry/model/domain/fee/Fee.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee/FeeCheckCommandExtension.java b/java/google/registry/model/domain/fee/FeeCheckCommandExtension.java index b79455eff..fd6593817 100644 --- a/java/google/registry/model/domain/fee/FeeCheckCommandExtension.java +++ b/java/google/registry/model/domain/fee/FeeCheckCommandExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee/FeeCheckCommandExtensionItem.java b/java/google/registry/model/domain/fee/FeeCheckCommandExtensionItem.java index 36e9a345d..f480dd00a 100644 --- a/java/google/registry/model/domain/fee/FeeCheckCommandExtensionItem.java +++ b/java/google/registry/model/domain/fee/FeeCheckCommandExtensionItem.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee/FeeCheckResponseExtension.java b/java/google/registry/model/domain/fee/FeeCheckResponseExtension.java index 3cc70dfe8..fffb96efb 100644 --- a/java/google/registry/model/domain/fee/FeeCheckResponseExtension.java +++ b/java/google/registry/model/domain/fee/FeeCheckResponseExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee/FeeCheckResponseExtensionItem.java b/java/google/registry/model/domain/fee/FeeCheckResponseExtensionItem.java index 64c82cb1a..5a5a40e3e 100644 --- a/java/google/registry/model/domain/fee/FeeCheckResponseExtensionItem.java +++ b/java/google/registry/model/domain/fee/FeeCheckResponseExtensionItem.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee/FeeCreateCommandExtension.java b/java/google/registry/model/domain/fee/FeeCreateCommandExtension.java index 003eaa97f..6922ac076 100644 --- a/java/google/registry/model/domain/fee/FeeCreateCommandExtension.java +++ b/java/google/registry/model/domain/fee/FeeCreateCommandExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee/FeeExtensionCommandDescriptor.java b/java/google/registry/model/domain/fee/FeeExtensionCommandDescriptor.java index f9c82b021..feff05ba2 100644 --- a/java/google/registry/model/domain/fee/FeeExtensionCommandDescriptor.java +++ b/java/google/registry/model/domain/fee/FeeExtensionCommandDescriptor.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee/FeeQueryCommandExtensionItem.java b/java/google/registry/model/domain/fee/FeeQueryCommandExtensionItem.java index e1e863c21..1495aced4 100644 --- a/java/google/registry/model/domain/fee/FeeQueryCommandExtensionItem.java +++ b/java/google/registry/model/domain/fee/FeeQueryCommandExtensionItem.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee/FeeQueryResponseExtensionItem.java b/java/google/registry/model/domain/fee/FeeQueryResponseExtensionItem.java index f50e25a94..42283141d 100644 --- a/java/google/registry/model/domain/fee/FeeQueryResponseExtensionItem.java +++ b/java/google/registry/model/domain/fee/FeeQueryResponseExtensionItem.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee/FeeRenewCommandExtension.java b/java/google/registry/model/domain/fee/FeeRenewCommandExtension.java index 67020537a..0b8c3606b 100644 --- a/java/google/registry/model/domain/fee/FeeRenewCommandExtension.java +++ b/java/google/registry/model/domain/fee/FeeRenewCommandExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee/FeeTransferCommandExtension.java b/java/google/registry/model/domain/fee/FeeTransferCommandExtension.java index a9c3f76e9..802d59816 100644 --- a/java/google/registry/model/domain/fee/FeeTransferCommandExtension.java +++ b/java/google/registry/model/domain/fee/FeeTransferCommandExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee/FeeTransformCommandExtension.java b/java/google/registry/model/domain/fee/FeeTransformCommandExtension.java index 556f4396e..b3f8da5a2 100644 --- a/java/google/registry/model/domain/fee/FeeTransformCommandExtension.java +++ b/java/google/registry/model/domain/fee/FeeTransformCommandExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee/FeeTransformResponseExtension.java b/java/google/registry/model/domain/fee/FeeTransformResponseExtension.java index 9484d3623..dff1a1846 100644 --- a/java/google/registry/model/domain/fee/FeeTransformResponseExtension.java +++ b/java/google/registry/model/domain/fee/FeeTransformResponseExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee/FeeUpdateCommandExtension.java b/java/google/registry/model/domain/fee/FeeUpdateCommandExtension.java index e8e979a97..fbaeefc54 100644 --- a/java/google/registry/model/domain/fee/FeeUpdateCommandExtension.java +++ b/java/google/registry/model/domain/fee/FeeUpdateCommandExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee06/FeeCheckCommandExtensionItemV06.java b/java/google/registry/model/domain/fee06/FeeCheckCommandExtensionItemV06.java index 7ba97155c..ffec62b91 100644 --- a/java/google/registry/model/domain/fee06/FeeCheckCommandExtensionItemV06.java +++ b/java/google/registry/model/domain/fee06/FeeCheckCommandExtensionItemV06.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee06/FeeCheckCommandExtensionV06.java b/java/google/registry/model/domain/fee06/FeeCheckCommandExtensionV06.java index 402b4c6f2..89108e48a 100644 --- a/java/google/registry/model/domain/fee06/FeeCheckCommandExtensionV06.java +++ b/java/google/registry/model/domain/fee06/FeeCheckCommandExtensionV06.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee06/FeeCheckResponseExtensionItemV06.java b/java/google/registry/model/domain/fee06/FeeCheckResponseExtensionItemV06.java index 2c065469f..3aa5c629a 100644 --- a/java/google/registry/model/domain/fee06/FeeCheckResponseExtensionItemV06.java +++ b/java/google/registry/model/domain/fee06/FeeCheckResponseExtensionItemV06.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee06/FeeCheckResponseExtensionV06.java b/java/google/registry/model/domain/fee06/FeeCheckResponseExtensionV06.java index 13dc26a3c..e2f3e4e58 100644 --- a/java/google/registry/model/domain/fee06/FeeCheckResponseExtensionV06.java +++ b/java/google/registry/model/domain/fee06/FeeCheckResponseExtensionV06.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee06/FeeCreateCommandExtensionV06.java b/java/google/registry/model/domain/fee06/FeeCreateCommandExtensionV06.java index e0be36842..ac510ef63 100644 --- a/java/google/registry/model/domain/fee06/FeeCreateCommandExtensionV06.java +++ b/java/google/registry/model/domain/fee06/FeeCreateCommandExtensionV06.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee06/FeeCreateResponseExtensionV06.java b/java/google/registry/model/domain/fee06/FeeCreateResponseExtensionV06.java index f80d157ae..5f8f61e14 100644 --- a/java/google/registry/model/domain/fee06/FeeCreateResponseExtensionV06.java +++ b/java/google/registry/model/domain/fee06/FeeCreateResponseExtensionV06.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee06/FeeDeleteResponseExtensionV06.java b/java/google/registry/model/domain/fee06/FeeDeleteResponseExtensionV06.java index c680bcbf5..725e09762 100644 --- a/java/google/registry/model/domain/fee06/FeeDeleteResponseExtensionV06.java +++ b/java/google/registry/model/domain/fee06/FeeDeleteResponseExtensionV06.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee06/FeeInfoCommandExtensionV06.java b/java/google/registry/model/domain/fee06/FeeInfoCommandExtensionV06.java index 3089cb793..9ad93d178 100644 --- a/java/google/registry/model/domain/fee06/FeeInfoCommandExtensionV06.java +++ b/java/google/registry/model/domain/fee06/FeeInfoCommandExtensionV06.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee06/FeeInfoResponseExtensionV06.java b/java/google/registry/model/domain/fee06/FeeInfoResponseExtensionV06.java index 7fb5f99a0..5f88f434d 100644 --- a/java/google/registry/model/domain/fee06/FeeInfoResponseExtensionV06.java +++ b/java/google/registry/model/domain/fee06/FeeInfoResponseExtensionV06.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee06/FeeRenewCommandExtensionV06.java b/java/google/registry/model/domain/fee06/FeeRenewCommandExtensionV06.java index 69d8046f1..7284ada35 100644 --- a/java/google/registry/model/domain/fee06/FeeRenewCommandExtensionV06.java +++ b/java/google/registry/model/domain/fee06/FeeRenewCommandExtensionV06.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee06/FeeRenewResponseExtensionV06.java b/java/google/registry/model/domain/fee06/FeeRenewResponseExtensionV06.java index 446217731..417d03d07 100644 --- a/java/google/registry/model/domain/fee06/FeeRenewResponseExtensionV06.java +++ b/java/google/registry/model/domain/fee06/FeeRenewResponseExtensionV06.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee06/FeeTransferCommandExtensionV06.java b/java/google/registry/model/domain/fee06/FeeTransferCommandExtensionV06.java index 17cafa2c4..8879efa93 100644 --- a/java/google/registry/model/domain/fee06/FeeTransferCommandExtensionV06.java +++ b/java/google/registry/model/domain/fee06/FeeTransferCommandExtensionV06.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee06/FeeTransferResponseExtensionV06.java b/java/google/registry/model/domain/fee06/FeeTransferResponseExtensionV06.java index b60e57043..e9b5e3915 100644 --- a/java/google/registry/model/domain/fee06/FeeTransferResponseExtensionV06.java +++ b/java/google/registry/model/domain/fee06/FeeTransferResponseExtensionV06.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee06/FeeUpdateCommandExtensionV06.java b/java/google/registry/model/domain/fee06/FeeUpdateCommandExtensionV06.java index 75f476df9..d429f3b0b 100644 --- a/java/google/registry/model/domain/fee06/FeeUpdateCommandExtensionV06.java +++ b/java/google/registry/model/domain/fee06/FeeUpdateCommandExtensionV06.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee06/FeeUpdateResponseExtensionV06.java b/java/google/registry/model/domain/fee06/FeeUpdateResponseExtensionV06.java index 166347931..c39cb353e 100644 --- a/java/google/registry/model/domain/fee06/FeeUpdateResponseExtensionV06.java +++ b/java/google/registry/model/domain/fee06/FeeUpdateResponseExtensionV06.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee06/package-info.java b/java/google/registry/model/domain/fee06/package-info.java index 16bea9bd6..5cb4dcb07 100644 --- a/java/google/registry/model/domain/fee06/package-info.java +++ b/java/google/registry/model/domain/fee06/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee11/FeeCheckCommandExtensionV11.java b/java/google/registry/model/domain/fee11/FeeCheckCommandExtensionV11.java index c9fbe03f5..7502a51c7 100644 --- a/java/google/registry/model/domain/fee11/FeeCheckCommandExtensionV11.java +++ b/java/google/registry/model/domain/fee11/FeeCheckCommandExtensionV11.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee11/FeeCheckResponseExtensionItemV11.java b/java/google/registry/model/domain/fee11/FeeCheckResponseExtensionItemV11.java index a36df5443..f028ca145 100644 --- a/java/google/registry/model/domain/fee11/FeeCheckResponseExtensionItemV11.java +++ b/java/google/registry/model/domain/fee11/FeeCheckResponseExtensionItemV11.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee11/FeeCheckResponseExtensionV11.java b/java/google/registry/model/domain/fee11/FeeCheckResponseExtensionV11.java index 91aafbc9d..97671a9c3 100644 --- a/java/google/registry/model/domain/fee11/FeeCheckResponseExtensionV11.java +++ b/java/google/registry/model/domain/fee11/FeeCheckResponseExtensionV11.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee11/FeeCreateCommandExtensionV11.java b/java/google/registry/model/domain/fee11/FeeCreateCommandExtensionV11.java index 4033e7ec8..04a5e1bcc 100644 --- a/java/google/registry/model/domain/fee11/FeeCreateCommandExtensionV11.java +++ b/java/google/registry/model/domain/fee11/FeeCreateCommandExtensionV11.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee11/FeeCreateResponseExtensionV11.java b/java/google/registry/model/domain/fee11/FeeCreateResponseExtensionV11.java index 8d1f551ae..f765a194a 100644 --- a/java/google/registry/model/domain/fee11/FeeCreateResponseExtensionV11.java +++ b/java/google/registry/model/domain/fee11/FeeCreateResponseExtensionV11.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee11/FeeDeleteResponseExtensionV11.java b/java/google/registry/model/domain/fee11/FeeDeleteResponseExtensionV11.java index df7a4cc60..470d812ec 100644 --- a/java/google/registry/model/domain/fee11/FeeDeleteResponseExtensionV11.java +++ b/java/google/registry/model/domain/fee11/FeeDeleteResponseExtensionV11.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee11/FeeRenewCommandExtensionV11.java b/java/google/registry/model/domain/fee11/FeeRenewCommandExtensionV11.java index 77a03b5ca..ddf7fb3f1 100644 --- a/java/google/registry/model/domain/fee11/FeeRenewCommandExtensionV11.java +++ b/java/google/registry/model/domain/fee11/FeeRenewCommandExtensionV11.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee11/FeeRenewResponseExtensionV11.java b/java/google/registry/model/domain/fee11/FeeRenewResponseExtensionV11.java index 76f4f3598..2de70381a 100644 --- a/java/google/registry/model/domain/fee11/FeeRenewResponseExtensionV11.java +++ b/java/google/registry/model/domain/fee11/FeeRenewResponseExtensionV11.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee11/FeeTransferCommandExtensionV11.java b/java/google/registry/model/domain/fee11/FeeTransferCommandExtensionV11.java index 2ea4a3410..03da74a73 100644 --- a/java/google/registry/model/domain/fee11/FeeTransferCommandExtensionV11.java +++ b/java/google/registry/model/domain/fee11/FeeTransferCommandExtensionV11.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee11/FeeTransferResponseExtensionV11.java b/java/google/registry/model/domain/fee11/FeeTransferResponseExtensionV11.java index 1b87d3af7..93a0e781c 100644 --- a/java/google/registry/model/domain/fee11/FeeTransferResponseExtensionV11.java +++ b/java/google/registry/model/domain/fee11/FeeTransferResponseExtensionV11.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee11/FeeUpdateCommandExtensionV11.java b/java/google/registry/model/domain/fee11/FeeUpdateCommandExtensionV11.java index 76707a5a8..889be3435 100644 --- a/java/google/registry/model/domain/fee11/FeeUpdateCommandExtensionV11.java +++ b/java/google/registry/model/domain/fee11/FeeUpdateCommandExtensionV11.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee11/FeeUpdateResponseExtensionV11.java b/java/google/registry/model/domain/fee11/FeeUpdateResponseExtensionV11.java index 02772d686..7a39430eb 100644 --- a/java/google/registry/model/domain/fee11/FeeUpdateResponseExtensionV11.java +++ b/java/google/registry/model/domain/fee11/FeeUpdateResponseExtensionV11.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee11/package-info.java b/java/google/registry/model/domain/fee11/package-info.java index 1c7257da1..97897ffc5 100644 --- a/java/google/registry/model/domain/fee11/package-info.java +++ b/java/google/registry/model/domain/fee11/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee12/FeeCheckCommandExtensionItemV12.java b/java/google/registry/model/domain/fee12/FeeCheckCommandExtensionItemV12.java index 5e55c917a..e6ef5fbe7 100644 --- a/java/google/registry/model/domain/fee12/FeeCheckCommandExtensionItemV12.java +++ b/java/google/registry/model/domain/fee12/FeeCheckCommandExtensionItemV12.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee12/FeeCheckCommandExtensionV12.java b/java/google/registry/model/domain/fee12/FeeCheckCommandExtensionV12.java index a0efcab22..c0b094df6 100644 --- a/java/google/registry/model/domain/fee12/FeeCheckCommandExtensionV12.java +++ b/java/google/registry/model/domain/fee12/FeeCheckCommandExtensionV12.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee12/FeeCheckResponseExtensionItemCommandV12.java b/java/google/registry/model/domain/fee12/FeeCheckResponseExtensionItemCommandV12.java index c357c6ff0..86217d536 100644 --- a/java/google/registry/model/domain/fee12/FeeCheckResponseExtensionItemCommandV12.java +++ b/java/google/registry/model/domain/fee12/FeeCheckResponseExtensionItemCommandV12.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee12/FeeCheckResponseExtensionItemV12.java b/java/google/registry/model/domain/fee12/FeeCheckResponseExtensionItemV12.java index fb0603a1a..d4f57627d 100644 --- a/java/google/registry/model/domain/fee12/FeeCheckResponseExtensionItemV12.java +++ b/java/google/registry/model/domain/fee12/FeeCheckResponseExtensionItemV12.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee12/FeeCheckResponseExtensionV12.java b/java/google/registry/model/domain/fee12/FeeCheckResponseExtensionV12.java index 5cefc0006..4da664bda 100644 --- a/java/google/registry/model/domain/fee12/FeeCheckResponseExtensionV12.java +++ b/java/google/registry/model/domain/fee12/FeeCheckResponseExtensionV12.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee12/FeeCreateCommandExtensionV12.java b/java/google/registry/model/domain/fee12/FeeCreateCommandExtensionV12.java index 1d143559b..3b0ad2dc3 100644 --- a/java/google/registry/model/domain/fee12/FeeCreateCommandExtensionV12.java +++ b/java/google/registry/model/domain/fee12/FeeCreateCommandExtensionV12.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee12/FeeCreateResponseExtensionV12.java b/java/google/registry/model/domain/fee12/FeeCreateResponseExtensionV12.java index 5fc2fdb46..90799ed36 100644 --- a/java/google/registry/model/domain/fee12/FeeCreateResponseExtensionV12.java +++ b/java/google/registry/model/domain/fee12/FeeCreateResponseExtensionV12.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee12/FeeDeleteResponseExtensionV12.java b/java/google/registry/model/domain/fee12/FeeDeleteResponseExtensionV12.java index 70df8acc6..30ae7e011 100644 --- a/java/google/registry/model/domain/fee12/FeeDeleteResponseExtensionV12.java +++ b/java/google/registry/model/domain/fee12/FeeDeleteResponseExtensionV12.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee12/FeeRenewCommandExtensionV12.java b/java/google/registry/model/domain/fee12/FeeRenewCommandExtensionV12.java index 0cfdf6605..e97cbae1d 100644 --- a/java/google/registry/model/domain/fee12/FeeRenewCommandExtensionV12.java +++ b/java/google/registry/model/domain/fee12/FeeRenewCommandExtensionV12.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee12/FeeRenewResponseExtensionV12.java b/java/google/registry/model/domain/fee12/FeeRenewResponseExtensionV12.java index 8d56857c3..89778372b 100644 --- a/java/google/registry/model/domain/fee12/FeeRenewResponseExtensionV12.java +++ b/java/google/registry/model/domain/fee12/FeeRenewResponseExtensionV12.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee12/FeeTransferCommandExtensionV12.java b/java/google/registry/model/domain/fee12/FeeTransferCommandExtensionV12.java index ffdd010d1..983678819 100644 --- a/java/google/registry/model/domain/fee12/FeeTransferCommandExtensionV12.java +++ b/java/google/registry/model/domain/fee12/FeeTransferCommandExtensionV12.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee12/FeeTransferResponseExtensionV12.java b/java/google/registry/model/domain/fee12/FeeTransferResponseExtensionV12.java index 16342d881..dad1dfa08 100644 --- a/java/google/registry/model/domain/fee12/FeeTransferResponseExtensionV12.java +++ b/java/google/registry/model/domain/fee12/FeeTransferResponseExtensionV12.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee12/FeeUpdateCommandExtensionV12.java b/java/google/registry/model/domain/fee12/FeeUpdateCommandExtensionV12.java index e8126ff0e..63f33363a 100644 --- a/java/google/registry/model/domain/fee12/FeeUpdateCommandExtensionV12.java +++ b/java/google/registry/model/domain/fee12/FeeUpdateCommandExtensionV12.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee12/FeeUpdateResponseExtensionV12.java b/java/google/registry/model/domain/fee12/FeeUpdateResponseExtensionV12.java index 158e3d8b7..2fc3bbd0a 100644 --- a/java/google/registry/model/domain/fee12/FeeUpdateResponseExtensionV12.java +++ b/java/google/registry/model/domain/fee12/FeeUpdateResponseExtensionV12.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/fee12/package-info.java b/java/google/registry/model/domain/fee12/package-info.java index 50ae4de7a..63b2ea583 100644 --- a/java/google/registry/model/domain/fee12/package-info.java +++ b/java/google/registry/model/domain/fee12/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/launch/ApplicationIdTargetExtension.java b/java/google/registry/model/domain/launch/ApplicationIdTargetExtension.java index e85d88462..6708c153e 100644 --- a/java/google/registry/model/domain/launch/ApplicationIdTargetExtension.java +++ b/java/google/registry/model/domain/launch/ApplicationIdTargetExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/launch/ApplicationStatus.java b/java/google/registry/model/domain/launch/ApplicationStatus.java index 52941b390..5a96948bd 100644 --- a/java/google/registry/model/domain/launch/ApplicationStatus.java +++ b/java/google/registry/model/domain/launch/ApplicationStatus.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/launch/LaunchCheckExtension.java b/java/google/registry/model/domain/launch/LaunchCheckExtension.java index f54dfa0f6..225eef35c 100644 --- a/java/google/registry/model/domain/launch/LaunchCheckExtension.java +++ b/java/google/registry/model/domain/launch/LaunchCheckExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/launch/LaunchCheckResponseExtension.java b/java/google/registry/model/domain/launch/LaunchCheckResponseExtension.java index 2872b61eb..d44554028 100644 --- a/java/google/registry/model/domain/launch/LaunchCheckResponseExtension.java +++ b/java/google/registry/model/domain/launch/LaunchCheckResponseExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/launch/LaunchCreateExtension.java b/java/google/registry/model/domain/launch/LaunchCreateExtension.java index 6a2065bf7..38debd1ef 100644 --- a/java/google/registry/model/domain/launch/LaunchCreateExtension.java +++ b/java/google/registry/model/domain/launch/LaunchCreateExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/launch/LaunchCreateResponseExtension.java b/java/google/registry/model/domain/launch/LaunchCreateResponseExtension.java index 1015eeea6..c7a5c6ead 100644 --- a/java/google/registry/model/domain/launch/LaunchCreateResponseExtension.java +++ b/java/google/registry/model/domain/launch/LaunchCreateResponseExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/launch/LaunchDeleteExtension.java b/java/google/registry/model/domain/launch/LaunchDeleteExtension.java index 355e0802b..6f01efafb 100644 --- a/java/google/registry/model/domain/launch/LaunchDeleteExtension.java +++ b/java/google/registry/model/domain/launch/LaunchDeleteExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/launch/LaunchExtension.java b/java/google/registry/model/domain/launch/LaunchExtension.java index 8356b07d2..031c7a66e 100644 --- a/java/google/registry/model/domain/launch/LaunchExtension.java +++ b/java/google/registry/model/domain/launch/LaunchExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/launch/LaunchInfoExtension.java b/java/google/registry/model/domain/launch/LaunchInfoExtension.java index ed41e7d2d..f4fa8d4ca 100644 --- a/java/google/registry/model/domain/launch/LaunchInfoExtension.java +++ b/java/google/registry/model/domain/launch/LaunchInfoExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/launch/LaunchInfoResponseExtension.java b/java/google/registry/model/domain/launch/LaunchInfoResponseExtension.java index 3aedc0291..1b505593d 100644 --- a/java/google/registry/model/domain/launch/LaunchInfoResponseExtension.java +++ b/java/google/registry/model/domain/launch/LaunchInfoResponseExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/launch/LaunchNotice.java b/java/google/registry/model/domain/launch/LaunchNotice.java index d3af3fba7..733507ee5 100644 --- a/java/google/registry/model/domain/launch/LaunchNotice.java +++ b/java/google/registry/model/domain/launch/LaunchNotice.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/launch/LaunchPhase.java b/java/google/registry/model/domain/launch/LaunchPhase.java index 77285991c..ed8292755 100644 --- a/java/google/registry/model/domain/launch/LaunchPhase.java +++ b/java/google/registry/model/domain/launch/LaunchPhase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/launch/LaunchUpdateExtension.java b/java/google/registry/model/domain/launch/LaunchUpdateExtension.java index 9876fdc76..56bdaad6b 100644 --- a/java/google/registry/model/domain/launch/LaunchUpdateExtension.java +++ b/java/google/registry/model/domain/launch/LaunchUpdateExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/launch/package-info.java b/java/google/registry/model/domain/launch/package-info.java index 77d49885d..ba3c3e378 100644 --- a/java/google/registry/model/domain/launch/package-info.java +++ b/java/google/registry/model/domain/launch/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/metadata/MetadataExtension.java b/java/google/registry/model/domain/metadata/MetadataExtension.java index 4b9c246d5..2e7ef2851 100644 --- a/java/google/registry/model/domain/metadata/MetadataExtension.java +++ b/java/google/registry/model/domain/metadata/MetadataExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/metadata/package-info.java b/java/google/registry/model/domain/metadata/package-info.java index 733f6c690..a490e6c2b 100644 --- a/java/google/registry/model/domain/metadata/package-info.java +++ b/java/google/registry/model/domain/metadata/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/package-info.java b/java/google/registry/model/domain/package-info.java index 6db2d8e78..b33d62cb8 100644 --- a/java/google/registry/model/domain/package-info.java +++ b/java/google/registry/model/domain/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/rgp/GracePeriodStatus.java b/java/google/registry/model/domain/rgp/GracePeriodStatus.java index 9f4bccf62..6a8b509ae 100644 --- a/java/google/registry/model/domain/rgp/GracePeriodStatus.java +++ b/java/google/registry/model/domain/rgp/GracePeriodStatus.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/rgp/RestoreCommand.java b/java/google/registry/model/domain/rgp/RestoreCommand.java index 79d1d663e..8ac49ba15 100644 --- a/java/google/registry/model/domain/rgp/RestoreCommand.java +++ b/java/google/registry/model/domain/rgp/RestoreCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/rgp/RgpInfoExtension.java b/java/google/registry/model/domain/rgp/RgpInfoExtension.java index 5bcca9e44..58b56dbed 100644 --- a/java/google/registry/model/domain/rgp/RgpInfoExtension.java +++ b/java/google/registry/model/domain/rgp/RgpInfoExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/rgp/RgpUpdateExtension.java b/java/google/registry/model/domain/rgp/RgpUpdateExtension.java index 90bdae219..3affc5970 100644 --- a/java/google/registry/model/domain/rgp/RgpUpdateExtension.java +++ b/java/google/registry/model/domain/rgp/RgpUpdateExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/rgp/package-info.java b/java/google/registry/model/domain/rgp/package-info.java index 52b9d3aeb..05f3327da 100644 --- a/java/google/registry/model/domain/rgp/package-info.java +++ b/java/google/registry/model/domain/rgp/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/secdns/DelegationSignerData.java b/java/google/registry/model/domain/secdns/DelegationSignerData.java index 344fc01e8..8b6e8e14d 100644 --- a/java/google/registry/model/domain/secdns/DelegationSignerData.java +++ b/java/google/registry/model/domain/secdns/DelegationSignerData.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/secdns/SecDnsCreateExtension.java b/java/google/registry/model/domain/secdns/SecDnsCreateExtension.java index 7af124ff9..79ecafdec 100644 --- a/java/google/registry/model/domain/secdns/SecDnsCreateExtension.java +++ b/java/google/registry/model/domain/secdns/SecDnsCreateExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/secdns/SecDnsInfoExtension.java b/java/google/registry/model/domain/secdns/SecDnsInfoExtension.java index 23d623110..e14f297eb 100644 --- a/java/google/registry/model/domain/secdns/SecDnsInfoExtension.java +++ b/java/google/registry/model/domain/secdns/SecDnsInfoExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/secdns/SecDnsUpdateExtension.java b/java/google/registry/model/domain/secdns/SecDnsUpdateExtension.java index 75e8482d0..975e540a1 100644 --- a/java/google/registry/model/domain/secdns/SecDnsUpdateExtension.java +++ b/java/google/registry/model/domain/secdns/SecDnsUpdateExtension.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/domain/secdns/package-info.java b/java/google/registry/model/domain/secdns/package-info.java index c8c7d6341..ca7bd042b 100644 --- a/java/google/registry/model/domain/secdns/package-info.java +++ b/java/google/registry/model/domain/secdns/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppcommon/Address.java b/java/google/registry/model/eppcommon/Address.java index 25b4c1e1d..98157382c 100644 --- a/java/google/registry/model/eppcommon/Address.java +++ b/java/google/registry/model/eppcommon/Address.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppcommon/AuthInfo.java b/java/google/registry/model/eppcommon/AuthInfo.java index 12d57223f..f985ab68e 100644 --- a/java/google/registry/model/eppcommon/AuthInfo.java +++ b/java/google/registry/model/eppcommon/AuthInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppcommon/PhoneNumber.java b/java/google/registry/model/eppcommon/PhoneNumber.java index 903dde386..deb1bfaad 100644 --- a/java/google/registry/model/eppcommon/PhoneNumber.java +++ b/java/google/registry/model/eppcommon/PhoneNumber.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppcommon/PresenceMarker.java b/java/google/registry/model/eppcommon/PresenceMarker.java index 3235cac85..dc65565f9 100644 --- a/java/google/registry/model/eppcommon/PresenceMarker.java +++ b/java/google/registry/model/eppcommon/PresenceMarker.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppcommon/ProtocolDefinition.java b/java/google/registry/model/eppcommon/ProtocolDefinition.java index 317ce7b8a..a6b2dd351 100644 --- a/java/google/registry/model/eppcommon/ProtocolDefinition.java +++ b/java/google/registry/model/eppcommon/ProtocolDefinition.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppcommon/StatusValue.java b/java/google/registry/model/eppcommon/StatusValue.java index f5ea764ad..3a0626596 100644 --- a/java/google/registry/model/eppcommon/StatusValue.java +++ b/java/google/registry/model/eppcommon/StatusValue.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppcommon/Trid.java b/java/google/registry/model/eppcommon/Trid.java index 8817b4cc8..62a712dd5 100644 --- a/java/google/registry/model/eppcommon/Trid.java +++ b/java/google/registry/model/eppcommon/Trid.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppcommon/package-info.java b/java/google/registry/model/eppcommon/package-info.java index af0f57702..249ac2203 100644 --- a/java/google/registry/model/eppcommon/package-info.java +++ b/java/google/registry/model/eppcommon/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppinput/EppInput.java b/java/google/registry/model/eppinput/EppInput.java index 5563528d8..33604dfab 100644 --- a/java/google/registry/model/eppinput/EppInput.java +++ b/java/google/registry/model/eppinput/EppInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppinput/ResourceCommand.java b/java/google/registry/model/eppinput/ResourceCommand.java index 1ca29661e..8706d3163 100644 --- a/java/google/registry/model/eppinput/ResourceCommand.java +++ b/java/google/registry/model/eppinput/ResourceCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppinput/package-info.java b/java/google/registry/model/eppinput/package-info.java index 95d93383d..463878af9 100644 --- a/java/google/registry/model/eppinput/package-info.java +++ b/java/google/registry/model/eppinput/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppoutput/CheckData.java b/java/google/registry/model/eppoutput/CheckData.java index 1fc0811f2..5e1f71a54 100644 --- a/java/google/registry/model/eppoutput/CheckData.java +++ b/java/google/registry/model/eppoutput/CheckData.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppoutput/CreateData.java b/java/google/registry/model/eppoutput/CreateData.java index 7893a2478..34dae3e9d 100644 --- a/java/google/registry/model/eppoutput/CreateData.java +++ b/java/google/registry/model/eppoutput/CreateData.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppoutput/EppOutput.java b/java/google/registry/model/eppoutput/EppOutput.java index 2a0c42796..2ddc5b9d5 100644 --- a/java/google/registry/model/eppoutput/EppOutput.java +++ b/java/google/registry/model/eppoutput/EppOutput.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppoutput/EppResponse.java b/java/google/registry/model/eppoutput/EppResponse.java index 99557a3d9..2f88291a6 100644 --- a/java/google/registry/model/eppoutput/EppResponse.java +++ b/java/google/registry/model/eppoutput/EppResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppoutput/Greeting.java b/java/google/registry/model/eppoutput/Greeting.java index 933a36c61..aa522ea69 100644 --- a/java/google/registry/model/eppoutput/Greeting.java +++ b/java/google/registry/model/eppoutput/Greeting.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppoutput/Result.java b/java/google/registry/model/eppoutput/Result.java index 2a8d838f8..afd767976 100644 --- a/java/google/registry/model/eppoutput/Result.java +++ b/java/google/registry/model/eppoutput/Result.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/eppoutput/package-info.java b/java/google/registry/model/eppoutput/package-info.java index 460c7d27c..8586d75fc 100644 --- a/java/google/registry/model/eppoutput/package-info.java +++ b/java/google/registry/model/eppoutput/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/export/LogsExportCursor.java b/java/google/registry/model/export/LogsExportCursor.java index 6efab2f8b..f925cd8cb 100644 --- a/java/google/registry/model/export/LogsExportCursor.java +++ b/java/google/registry/model/export/LogsExportCursor.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/host/HostCommand.java b/java/google/registry/model/host/HostCommand.java index 746a4740f..6334b790c 100644 --- a/java/google/registry/model/host/HostCommand.java +++ b/java/google/registry/model/host/HostCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/host/HostInfoData.java b/java/google/registry/model/host/HostInfoData.java index 9fe1cdb8a..a83dab01f 100644 --- a/java/google/registry/model/host/HostInfoData.java +++ b/java/google/registry/model/host/HostInfoData.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/host/HostResource.java b/java/google/registry/model/host/HostResource.java index df52e83c2..dde37d350 100644 --- a/java/google/registry/model/host/HostResource.java +++ b/java/google/registry/model/host/HostResource.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/host/InetAddressAdapter.java b/java/google/registry/model/host/InetAddressAdapter.java index 4d9939cd2..3bd29488f 100644 --- a/java/google/registry/model/host/InetAddressAdapter.java +++ b/java/google/registry/model/host/InetAddressAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/host/package-info.java b/java/google/registry/model/host/package-info.java index c73fbcfb6..27f5ff8db 100644 --- a/java/google/registry/model/host/package-info.java +++ b/java/google/registry/model/host/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/index/DomainApplicationIndex.java b/java/google/registry/model/index/DomainApplicationIndex.java index ead93a999..9e21051aa 100644 --- a/java/google/registry/model/index/DomainApplicationIndex.java +++ b/java/google/registry/model/index/DomainApplicationIndex.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/index/EppResourceIndex.java b/java/google/registry/model/index/EppResourceIndex.java index 9ed386a8c..ee5cd84d9 100644 --- a/java/google/registry/model/index/EppResourceIndex.java +++ b/java/google/registry/model/index/EppResourceIndex.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/index/EppResourceIndexBucket.java b/java/google/registry/model/index/EppResourceIndexBucket.java index c0f703e97..bbd472394 100644 --- a/java/google/registry/model/index/EppResourceIndexBucket.java +++ b/java/google/registry/model/index/EppResourceIndexBucket.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/index/ForeignKeyIndex.java b/java/google/registry/model/index/ForeignKeyIndex.java index 33d03c009..70bfe44cc 100644 --- a/java/google/registry/model/index/ForeignKeyIndex.java +++ b/java/google/registry/model/index/ForeignKeyIndex.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/mark/CommonMarkContactFields.java b/java/google/registry/model/mark/CommonMarkContactFields.java index 9471b9521..66c03748c 100644 --- a/java/google/registry/model/mark/CommonMarkContactFields.java +++ b/java/google/registry/model/mark/CommonMarkContactFields.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/mark/CommonMarkFields.java b/java/google/registry/model/mark/CommonMarkFields.java index c50f5892c..4cc090274 100644 --- a/java/google/registry/model/mark/CommonMarkFields.java +++ b/java/google/registry/model/mark/CommonMarkFields.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/mark/CourtMark.java b/java/google/registry/model/mark/CourtMark.java index f55ffded6..3ead91916 100644 --- a/java/google/registry/model/mark/CourtMark.java +++ b/java/google/registry/model/mark/CourtMark.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/mark/Mark.java b/java/google/registry/model/mark/Mark.java index 8d507efb8..284cb602a 100644 --- a/java/google/registry/model/mark/Mark.java +++ b/java/google/registry/model/mark/Mark.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/mark/MarkAddress.java b/java/google/registry/model/mark/MarkAddress.java index b5ef63d25..332f8f126 100644 --- a/java/google/registry/model/mark/MarkAddress.java +++ b/java/google/registry/model/mark/MarkAddress.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/mark/MarkContact.java b/java/google/registry/model/mark/MarkContact.java index a614c261b..d38be76bf 100644 --- a/java/google/registry/model/mark/MarkContact.java +++ b/java/google/registry/model/mark/MarkContact.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/mark/MarkHolder.java b/java/google/registry/model/mark/MarkHolder.java index bd21cd135..5575926ef 100644 --- a/java/google/registry/model/mark/MarkHolder.java +++ b/java/google/registry/model/mark/MarkHolder.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/mark/MarkPhoneNumber.java b/java/google/registry/model/mark/MarkPhoneNumber.java index 1439c68fd..9d226dc8a 100644 --- a/java/google/registry/model/mark/MarkPhoneNumber.java +++ b/java/google/registry/model/mark/MarkPhoneNumber.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/mark/MarkProtection.java b/java/google/registry/model/mark/MarkProtection.java index 43089ec15..f29c8f4b2 100644 --- a/java/google/registry/model/mark/MarkProtection.java +++ b/java/google/registry/model/mark/MarkProtection.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/mark/ProtectedMark.java b/java/google/registry/model/mark/ProtectedMark.java index 13c3a6fcc..1e6fab96a 100644 --- a/java/google/registry/model/mark/ProtectedMark.java +++ b/java/google/registry/model/mark/ProtectedMark.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/mark/Trademark.java b/java/google/registry/model/mark/Trademark.java index a841d1036..8dbf545cb 100644 --- a/java/google/registry/model/mark/Trademark.java +++ b/java/google/registry/model/mark/Trademark.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/mark/TreatyOrStatuteMark.java b/java/google/registry/model/mark/TreatyOrStatuteMark.java index 9bc1df651..38aecf24f 100644 --- a/java/google/registry/model/mark/TreatyOrStatuteMark.java +++ b/java/google/registry/model/mark/TreatyOrStatuteMark.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/mark/package-info.java b/java/google/registry/model/mark/package-info.java index 3af3d5473..17ae19ae1 100644 --- a/java/google/registry/model/mark/package-info.java +++ b/java/google/registry/model/mark/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ofy/AugmentedDeleter.java b/java/google/registry/model/ofy/AugmentedDeleter.java index e087b99c3..a426c2e0b 100644 --- a/java/google/registry/model/ofy/AugmentedDeleter.java +++ b/java/google/registry/model/ofy/AugmentedDeleter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ofy/AugmentedSaver.java b/java/google/registry/model/ofy/AugmentedSaver.java index a5c975249..b42c1df4d 100644 --- a/java/google/registry/model/ofy/AugmentedSaver.java +++ b/java/google/registry/model/ofy/AugmentedSaver.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ofy/CommitLogBucket.java b/java/google/registry/model/ofy/CommitLogBucket.java index 9d235492b..1a763a5ba 100644 --- a/java/google/registry/model/ofy/CommitLogBucket.java +++ b/java/google/registry/model/ofy/CommitLogBucket.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ofy/CommitLogCheckpoint.java b/java/google/registry/model/ofy/CommitLogCheckpoint.java index d88a0e3cd..9ae7496e6 100644 --- a/java/google/registry/model/ofy/CommitLogCheckpoint.java +++ b/java/google/registry/model/ofy/CommitLogCheckpoint.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ofy/CommitLogCheckpointRoot.java b/java/google/registry/model/ofy/CommitLogCheckpointRoot.java index a93f70129..c5edbd344 100644 --- a/java/google/registry/model/ofy/CommitLogCheckpointRoot.java +++ b/java/google/registry/model/ofy/CommitLogCheckpointRoot.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ofy/CommitLogManifest.java b/java/google/registry/model/ofy/CommitLogManifest.java index d932992b2..ab79a8777 100644 --- a/java/google/registry/model/ofy/CommitLogManifest.java +++ b/java/google/registry/model/ofy/CommitLogManifest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ofy/CommitLogMutation.java b/java/google/registry/model/ofy/CommitLogMutation.java index e8035290d..5cff32980 100644 --- a/java/google/registry/model/ofy/CommitLogMutation.java +++ b/java/google/registry/model/ofy/CommitLogMutation.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ofy/CommitLoggedWork.java b/java/google/registry/model/ofy/CommitLoggedWork.java index 2701b6ba3..e329884a5 100644 --- a/java/google/registry/model/ofy/CommitLoggedWork.java +++ b/java/google/registry/model/ofy/CommitLoggedWork.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ofy/ObjectifyService.java b/java/google/registry/model/ofy/ObjectifyService.java index 765e5eedc..7cd98a801 100644 --- a/java/google/registry/model/ofy/ObjectifyService.java +++ b/java/google/registry/model/ofy/ObjectifyService.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ofy/Ofy.java b/java/google/registry/model/ofy/Ofy.java index 8fe90b100..e7cdc6952 100644 --- a/java/google/registry/model/ofy/Ofy.java +++ b/java/google/registry/model/ofy/Ofy.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ofy/OfyFilter.java b/java/google/registry/model/ofy/OfyFilter.java index 7c3723816..1fd5e9713 100644 --- a/java/google/registry/model/ofy/OfyFilter.java +++ b/java/google/registry/model/ofy/OfyFilter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ofy/ReadOnlyWork.java b/java/google/registry/model/ofy/ReadOnlyWork.java index 870f61306..70a7b419e 100644 --- a/java/google/registry/model/ofy/ReadOnlyWork.java +++ b/java/google/registry/model/ofy/ReadOnlyWork.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ofy/RequestCapturingAsyncDatastoreService.java b/java/google/registry/model/ofy/RequestCapturingAsyncDatastoreService.java index 678263339..964e01221 100644 --- a/java/google/registry/model/ofy/RequestCapturingAsyncDatastoreService.java +++ b/java/google/registry/model/ofy/RequestCapturingAsyncDatastoreService.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ofy/SessionKeyExposingObjectify.java b/java/google/registry/model/ofy/SessionKeyExposingObjectify.java index e8fde9f58..eb938cbfb 100644 --- a/java/google/registry/model/ofy/SessionKeyExposingObjectify.java +++ b/java/google/registry/model/ofy/SessionKeyExposingObjectify.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ofy/TimestampInversionException.java b/java/google/registry/model/ofy/TimestampInversionException.java index a1b0c3df2..7e6f94923 100644 --- a/java/google/registry/model/ofy/TimestampInversionException.java +++ b/java/google/registry/model/ofy/TimestampInversionException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/ofy/TransactionInfo.java b/java/google/registry/model/ofy/TransactionInfo.java index 748468fb7..cf7a3fc09 100644 --- a/java/google/registry/model/ofy/TransactionInfo.java +++ b/java/google/registry/model/ofy/TransactionInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/package-info.java b/java/google/registry/model/package-info.java index c401cd5ab..031206dcf 100644 --- a/java/google/registry/model/package-info.java +++ b/java/google/registry/model/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/poll/MessageQueueInfo.java b/java/google/registry/model/poll/MessageQueueInfo.java index 5103a96da..04753d844 100644 --- a/java/google/registry/model/poll/MessageQueueInfo.java +++ b/java/google/registry/model/poll/MessageQueueInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/poll/PendingActionNotificationResponse.java b/java/google/registry/model/poll/PendingActionNotificationResponse.java index 38681702c..240e8db75 100644 --- a/java/google/registry/model/poll/PendingActionNotificationResponse.java +++ b/java/google/registry/model/poll/PendingActionNotificationResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/poll/PollMessage.java b/java/google/registry/model/poll/PollMessage.java index 28fccd3bb..6700a1fda 100644 --- a/java/google/registry/model/poll/PollMessage.java +++ b/java/google/registry/model/poll/PollMessage.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/poll/PollMessageExternalKeyConverter.java b/java/google/registry/model/poll/PollMessageExternalKeyConverter.java index a9b0eb454..67ee279eb 100644 --- a/java/google/registry/model/poll/PollMessageExternalKeyConverter.java +++ b/java/google/registry/model/poll/PollMessageExternalKeyConverter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/poll/package-info.java b/java/google/registry/model/poll/package-info.java index 08c9837d0..936608e34 100644 --- a/java/google/registry/model/poll/package-info.java +++ b/java/google/registry/model/poll/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/pricing/PremiumPricingEngine.java b/java/google/registry/model/pricing/PremiumPricingEngine.java index f36fb35f1..919440341 100644 --- a/java/google/registry/model/pricing/PremiumPricingEngine.java +++ b/java/google/registry/model/pricing/PremiumPricingEngine.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/pricing/StaticPremiumListPricingEngine.java b/java/google/registry/model/pricing/StaticPremiumListPricingEngine.java index dfd6afb16..103012d2f 100644 --- a/java/google/registry/model/pricing/StaticPremiumListPricingEngine.java +++ b/java/google/registry/model/pricing/StaticPremiumListPricingEngine.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/rde/RdeMode.java b/java/google/registry/model/rde/RdeMode.java index 7eb46eaee..262868cae 100644 --- a/java/google/registry/model/rde/RdeMode.java +++ b/java/google/registry/model/rde/RdeMode.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/rde/RdeNamingUtils.java b/java/google/registry/model/rde/RdeNamingUtils.java index a76c61a01..e73f7d0be 100644 --- a/java/google/registry/model/rde/RdeNamingUtils.java +++ b/java/google/registry/model/rde/RdeNamingUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/rde/RdeRevision.java b/java/google/registry/model/rde/RdeRevision.java index 1e22ad07f..c525a97ca 100644 --- a/java/google/registry/model/rde/RdeRevision.java +++ b/java/google/registry/model/rde/RdeRevision.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/registrar/Registrar.java b/java/google/registry/model/registrar/Registrar.java index 59ce11a45..f1143b21f 100644 --- a/java/google/registry/model/registrar/Registrar.java +++ b/java/google/registry/model/registrar/Registrar.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/registrar/RegistrarAddress.java b/java/google/registry/model/registrar/RegistrarAddress.java index 9b47d1caf..d9fd237ef 100644 --- a/java/google/registry/model/registrar/RegistrarAddress.java +++ b/java/google/registry/model/registrar/RegistrarAddress.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/registrar/RegistrarContact.java b/java/google/registry/model/registrar/RegistrarContact.java index 82cd7305e..0040bfaa1 100644 --- a/java/google/registry/model/registrar/RegistrarContact.java +++ b/java/google/registry/model/registrar/RegistrarContact.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/registry/Registries.java b/java/google/registry/model/registry/Registries.java index 31619b115..3d654bf7b 100644 --- a/java/google/registry/model/registry/Registries.java +++ b/java/google/registry/model/registry/Registries.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/registry/Registry.java b/java/google/registry/model/registry/Registry.java index 499611e3e..442a170ac 100644 --- a/java/google/registry/model/registry/Registry.java +++ b/java/google/registry/model/registry/Registry.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/registry/label/BaseDomainLabelList.java b/java/google/registry/model/registry/label/BaseDomainLabelList.java index 702ec57c3..e822c3c33 100644 --- a/java/google/registry/model/registry/label/BaseDomainLabelList.java +++ b/java/google/registry/model/registry/label/BaseDomainLabelList.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/registry/label/DomainLabelEntry.java b/java/google/registry/model/registry/label/DomainLabelEntry.java index 3eb9bb5af..c4d26039f 100644 --- a/java/google/registry/model/registry/label/DomainLabelEntry.java +++ b/java/google/registry/model/registry/label/DomainLabelEntry.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/registry/label/PremiumList.java b/java/google/registry/model/registry/label/PremiumList.java index d6cee7933..262b795a7 100644 --- a/java/google/registry/model/registry/label/PremiumList.java +++ b/java/google/registry/model/registry/label/PremiumList.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/registry/label/ReservationType.java b/java/google/registry/model/registry/label/ReservationType.java index c14d7f81b..f778f21a3 100644 --- a/java/google/registry/model/registry/label/ReservationType.java +++ b/java/google/registry/model/registry/label/ReservationType.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/registry/label/ReservedList.java b/java/google/registry/model/registry/label/ReservedList.java index 5d2c8aa3c..097e9f946 100644 --- a/java/google/registry/model/registry/label/ReservedList.java +++ b/java/google/registry/model/registry/label/ReservedList.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/registry/label/package-info.java b/java/google/registry/model/registry/label/package-info.java index ad775a425..434dcb3d8 100644 --- a/java/google/registry/model/registry/label/package-info.java +++ b/java/google/registry/model/registry/label/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/reporting/HistoryEntry.java b/java/google/registry/model/reporting/HistoryEntry.java index 7488cdead..24f6154b3 100644 --- a/java/google/registry/model/reporting/HistoryEntry.java +++ b/java/google/registry/model/reporting/HistoryEntry.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/server/Lock.java b/java/google/registry/model/server/Lock.java index 1f4731d83..79edbe6c8 100644 --- a/java/google/registry/model/server/Lock.java +++ b/java/google/registry/model/server/Lock.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/server/ServerSecret.java b/java/google/registry/model/server/ServerSecret.java index e36bd8e44..1d3844db1 100644 --- a/java/google/registry/model/server/ServerSecret.java +++ b/java/google/registry/model/server/ServerSecret.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/smd/AbstractSignedMark.java b/java/google/registry/model/smd/AbstractSignedMark.java index 2fcffd9f6..d2b092c46 100644 --- a/java/google/registry/model/smd/AbstractSignedMark.java +++ b/java/google/registry/model/smd/AbstractSignedMark.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/smd/EncodedSignedMark.java b/java/google/registry/model/smd/EncodedSignedMark.java index 039de28b9..26e3eb0a6 100644 --- a/java/google/registry/model/smd/EncodedSignedMark.java +++ b/java/google/registry/model/smd/EncodedSignedMark.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/smd/IssuerInfo.java b/java/google/registry/model/smd/IssuerInfo.java index ec5252816..8e7a1be99 100644 --- a/java/google/registry/model/smd/IssuerInfo.java +++ b/java/google/registry/model/smd/IssuerInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/smd/RemoveWhitespaceTextAdapter.java b/java/google/registry/model/smd/RemoveWhitespaceTextAdapter.java index 92fcd2e0e..b2b4c3f7d 100644 --- a/java/google/registry/model/smd/RemoveWhitespaceTextAdapter.java +++ b/java/google/registry/model/smd/RemoveWhitespaceTextAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/smd/SignedMark.java b/java/google/registry/model/smd/SignedMark.java index d5145fca1..5fc481561 100644 --- a/java/google/registry/model/smd/SignedMark.java +++ b/java/google/registry/model/smd/SignedMark.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/smd/SignedMarkRevocationList.java b/java/google/registry/model/smd/SignedMarkRevocationList.java index d5a3fa8c3..4754aa488 100644 --- a/java/google/registry/model/smd/SignedMarkRevocationList.java +++ b/java/google/registry/model/smd/SignedMarkRevocationList.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/smd/package-info.java b/java/google/registry/model/smd/package-info.java index f311e2a1b..d244a0333 100644 --- a/java/google/registry/model/smd/package-info.java +++ b/java/google/registry/model/smd/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/tmch/ClaimsListShard.java b/java/google/registry/model/tmch/ClaimsListShard.java index 4775f5ba5..967f00bbc 100644 --- a/java/google/registry/model/tmch/ClaimsListShard.java +++ b/java/google/registry/model/tmch/ClaimsListShard.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/tmch/TmchCrl.java b/java/google/registry/model/tmch/TmchCrl.java index dfabc9179..b550b0c70 100644 --- a/java/google/registry/model/tmch/TmchCrl.java +++ b/java/google/registry/model/tmch/TmchCrl.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/transfer/BaseTransferObject.java b/java/google/registry/model/transfer/BaseTransferObject.java index 4245be4c4..fe9b7637b 100644 --- a/java/google/registry/model/transfer/BaseTransferObject.java +++ b/java/google/registry/model/transfer/BaseTransferObject.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/transfer/TransferData.java b/java/google/registry/model/transfer/TransferData.java index ece4acceb..44059ef6d 100644 --- a/java/google/registry/model/transfer/TransferData.java +++ b/java/google/registry/model/transfer/TransferData.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/transfer/TransferResponse.java b/java/google/registry/model/transfer/TransferResponse.java index 46ee3f6c4..dfd0f97e9 100644 --- a/java/google/registry/model/transfer/TransferResponse.java +++ b/java/google/registry/model/transfer/TransferResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/transfer/TransferStatus.java b/java/google/registry/model/transfer/TransferStatus.java index 3457ff0a7..5633f2efe 100644 --- a/java/google/registry/model/transfer/TransferStatus.java +++ b/java/google/registry/model/transfer/TransferStatus.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/transfer/package-info.java b/java/google/registry/model/transfer/package-info.java index 3bcd1df33..328f9944a 100644 --- a/java/google/registry/model/transfer/package-info.java +++ b/java/google/registry/model/transfer/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/translators/AbstractSimpleTranslatorFactory.java b/java/google/registry/model/translators/AbstractSimpleTranslatorFactory.java index 21e854b34..2f762b811 100644 --- a/java/google/registry/model/translators/AbstractSimpleTranslatorFactory.java +++ b/java/google/registry/model/translators/AbstractSimpleTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/translators/CidrAddressBlockTranslatorFactory.java b/java/google/registry/model/translators/CidrAddressBlockTranslatorFactory.java index 97e9e6634..b0716ef28 100644 --- a/java/google/registry/model/translators/CidrAddressBlockTranslatorFactory.java +++ b/java/google/registry/model/translators/CidrAddressBlockTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/translators/CommitLogRevisionsTranslatorFactory.java b/java/google/registry/model/translators/CommitLogRevisionsTranslatorFactory.java index c47f3e2f8..45f9a65f0 100644 --- a/java/google/registry/model/translators/CommitLogRevisionsTranslatorFactory.java +++ b/java/google/registry/model/translators/CommitLogRevisionsTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/translators/CreateAutoTimestampTranslatorFactory.java b/java/google/registry/model/translators/CreateAutoTimestampTranslatorFactory.java index 7c4ebe1dd..b08acc268 100644 --- a/java/google/registry/model/translators/CreateAutoTimestampTranslatorFactory.java +++ b/java/google/registry/model/translators/CreateAutoTimestampTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/translators/CurrencyUnitAdapter.java b/java/google/registry/model/translators/CurrencyUnitAdapter.java index 3a6e9934e..7c55c5139 100644 --- a/java/google/registry/model/translators/CurrencyUnitAdapter.java +++ b/java/google/registry/model/translators/CurrencyUnitAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/translators/CurrencyUnitTranslatorFactory.java b/java/google/registry/model/translators/CurrencyUnitTranslatorFactory.java index e02ce752e..8efd340e7 100644 --- a/java/google/registry/model/translators/CurrencyUnitTranslatorFactory.java +++ b/java/google/registry/model/translators/CurrencyUnitTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/translators/DurationTranslatorFactory.java b/java/google/registry/model/translators/DurationTranslatorFactory.java index 9a82aa40a..43ce6b653 100644 --- a/java/google/registry/model/translators/DurationTranslatorFactory.java +++ b/java/google/registry/model/translators/DurationTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/translators/EnumToAttributeAdapter.java b/java/google/registry/model/translators/EnumToAttributeAdapter.java index 5e52c5435..9df1a8a22 100644 --- a/java/google/registry/model/translators/EnumToAttributeAdapter.java +++ b/java/google/registry/model/translators/EnumToAttributeAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/translators/ImmutableSortedMapTranslatorFactory.java b/java/google/registry/model/translators/ImmutableSortedMapTranslatorFactory.java index a13b2fc40..630fcba54 100644 --- a/java/google/registry/model/translators/ImmutableSortedMapTranslatorFactory.java +++ b/java/google/registry/model/translators/ImmutableSortedMapTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/translators/InetAddressTranslatorFactory.java b/java/google/registry/model/translators/InetAddressTranslatorFactory.java index 5b5c5bab6..67204e654 100644 --- a/java/google/registry/model/translators/InetAddressTranslatorFactory.java +++ b/java/google/registry/model/translators/InetAddressTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/translators/ReadableInstantUtcTranslatorFactory.java b/java/google/registry/model/translators/ReadableInstantUtcTranslatorFactory.java index 790d4d446..3dd50b859 100644 --- a/java/google/registry/model/translators/ReadableInstantUtcTranslatorFactory.java +++ b/java/google/registry/model/translators/ReadableInstantUtcTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/translators/StatusValueAdapter.java b/java/google/registry/model/translators/StatusValueAdapter.java index 6891935a2..db90ba5ea 100644 --- a/java/google/registry/model/translators/StatusValueAdapter.java +++ b/java/google/registry/model/translators/StatusValueAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/model/translators/UpdateAutoTimestampTranslatorFactory.java b/java/google/registry/model/translators/UpdateAutoTimestampTranslatorFactory.java index 9aefa39b2..267b6e12d 100644 --- a/java/google/registry/model/translators/UpdateAutoTimestampTranslatorFactory.java +++ b/java/google/registry/model/translators/UpdateAutoTimestampTranslatorFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/module/backend/BackendComponent.java b/java/google/registry/module/backend/BackendComponent.java index 59b4bd76b..1c84ffaeb 100644 --- a/java/google/registry/module/backend/BackendComponent.java +++ b/java/google/registry/module/backend/BackendComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/module/backend/BackendModule.java b/java/google/registry/module/backend/BackendModule.java index 219aeaf1c..f9a4f24df 100644 --- a/java/google/registry/module/backend/BackendModule.java +++ b/java/google/registry/module/backend/BackendModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/module/backend/BackendRequestComponent.java b/java/google/registry/module/backend/BackendRequestComponent.java index 33da24553..a4ca07e03 100644 --- a/java/google/registry/module/backend/BackendRequestComponent.java +++ b/java/google/registry/module/backend/BackendRequestComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/module/backend/BackendRequestHandler.java b/java/google/registry/module/backend/BackendRequestHandler.java index be92dc7ed..b1ec15d35 100644 --- a/java/google/registry/module/backend/BackendRequestHandler.java +++ b/java/google/registry/module/backend/BackendRequestHandler.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/module/backend/BackendServlet.java b/java/google/registry/module/backend/BackendServlet.java index bcf17d94a..17ac9cdec 100644 --- a/java/google/registry/module/backend/BackendServlet.java +++ b/java/google/registry/module/backend/BackendServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/module/backend/package-info.java b/java/google/registry/module/backend/package-info.java index cdfae35a6..75fa3ab95 100644 --- a/java/google/registry/module/backend/package-info.java +++ b/java/google/registry/module/backend/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/module/frontend/FrontendComponent.java b/java/google/registry/module/frontend/FrontendComponent.java index a120f79de..b801fd3d5 100644 --- a/java/google/registry/module/frontend/FrontendComponent.java +++ b/java/google/registry/module/frontend/FrontendComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/module/frontend/FrontendMetricsModule.java b/java/google/registry/module/frontend/FrontendMetricsModule.java index c68e609c9..3e77b87cb 100644 --- a/java/google/registry/module/frontend/FrontendMetricsModule.java +++ b/java/google/registry/module/frontend/FrontendMetricsModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/module/frontend/FrontendRequestComponent.java b/java/google/registry/module/frontend/FrontendRequestComponent.java index 25716fb86..d88cd4ca7 100644 --- a/java/google/registry/module/frontend/FrontendRequestComponent.java +++ b/java/google/registry/module/frontend/FrontendRequestComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/module/frontend/FrontendRequestHandler.java b/java/google/registry/module/frontend/FrontendRequestHandler.java index 03138719e..253cf3880 100644 --- a/java/google/registry/module/frontend/FrontendRequestHandler.java +++ b/java/google/registry/module/frontend/FrontendRequestHandler.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/module/frontend/FrontendServlet.java b/java/google/registry/module/frontend/FrontendServlet.java index ea1bb5ae3..d99dff0b7 100644 --- a/java/google/registry/module/frontend/FrontendServlet.java +++ b/java/google/registry/module/frontend/FrontendServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/module/frontend/package-info.java b/java/google/registry/module/frontend/package-info.java index 94b827658..667e67fbd 100644 --- a/java/google/registry/module/frontend/package-info.java +++ b/java/google/registry/module/frontend/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/module/tools/ToolsComponent.java b/java/google/registry/module/tools/ToolsComponent.java index 6414a6171..b9e8bf3e0 100644 --- a/java/google/registry/module/tools/ToolsComponent.java +++ b/java/google/registry/module/tools/ToolsComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/module/tools/ToolsRequestComponent.java b/java/google/registry/module/tools/ToolsRequestComponent.java index 735663b64..ac438428a 100644 --- a/java/google/registry/module/tools/ToolsRequestComponent.java +++ b/java/google/registry/module/tools/ToolsRequestComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/module/tools/ToolsRequestHandler.java b/java/google/registry/module/tools/ToolsRequestHandler.java index 5aa3b9824..0264fc9d9 100644 --- a/java/google/registry/module/tools/ToolsRequestHandler.java +++ b/java/google/registry/module/tools/ToolsRequestHandler.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/module/tools/ToolsServlet.java b/java/google/registry/module/tools/ToolsServlet.java index 5339f4951..4911d0875 100644 --- a/java/google/registry/module/tools/ToolsServlet.java +++ b/java/google/registry/module/tools/ToolsServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/AbstractMetric.java b/java/google/registry/monitoring/metrics/AbstractMetric.java index b07ee8711..72d1bf163 100644 --- a/java/google/registry/monitoring/metrics/AbstractMetric.java +++ b/java/google/registry/monitoring/metrics/AbstractMetric.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/Counter.java b/java/google/registry/monitoring/metrics/Counter.java index a1f94b6df..0969b442b 100644 --- a/java/google/registry/monitoring/metrics/Counter.java +++ b/java/google/registry/monitoring/metrics/Counter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/CustomFitter.java b/java/google/registry/monitoring/metrics/CustomFitter.java index e97f22b3e..353e5afd6 100644 --- a/java/google/registry/monitoring/metrics/CustomFitter.java +++ b/java/google/registry/monitoring/metrics/CustomFitter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/Distribution.java b/java/google/registry/monitoring/metrics/Distribution.java index 439ed79da..be8b8a118 100644 --- a/java/google/registry/monitoring/metrics/Distribution.java +++ b/java/google/registry/monitoring/metrics/Distribution.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/DistributionFitter.java b/java/google/registry/monitoring/metrics/DistributionFitter.java index d25aab92a..e88ea94b5 100644 --- a/java/google/registry/monitoring/metrics/DistributionFitter.java +++ b/java/google/registry/monitoring/metrics/DistributionFitter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/EventMetric.java b/java/google/registry/monitoring/metrics/EventMetric.java index e34908039..71669aa2a 100644 --- a/java/google/registry/monitoring/metrics/EventMetric.java +++ b/java/google/registry/monitoring/metrics/EventMetric.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/ExponentialFitter.java b/java/google/registry/monitoring/metrics/ExponentialFitter.java index 722c4e84b..70b62cfbe 100644 --- a/java/google/registry/monitoring/metrics/ExponentialFitter.java +++ b/java/google/registry/monitoring/metrics/ExponentialFitter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/ImmutableDistribution.java b/java/google/registry/monitoring/metrics/ImmutableDistribution.java index fbe8db8e3..bcd211ced 100644 --- a/java/google/registry/monitoring/metrics/ImmutableDistribution.java +++ b/java/google/registry/monitoring/metrics/ImmutableDistribution.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/IncrementableMetric.java b/java/google/registry/monitoring/metrics/IncrementableMetric.java index c7ca191fa..785957bfb 100644 --- a/java/google/registry/monitoring/metrics/IncrementableMetric.java +++ b/java/google/registry/monitoring/metrics/IncrementableMetric.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/LabelDescriptor.java b/java/google/registry/monitoring/metrics/LabelDescriptor.java index 5b9914f3c..7fb50356a 100644 --- a/java/google/registry/monitoring/metrics/LabelDescriptor.java +++ b/java/google/registry/monitoring/metrics/LabelDescriptor.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/LinearFitter.java b/java/google/registry/monitoring/metrics/LinearFitter.java index 2c2d09445..509bb4487 100644 --- a/java/google/registry/monitoring/metrics/LinearFitter.java +++ b/java/google/registry/monitoring/metrics/LinearFitter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/Metric.java b/java/google/registry/monitoring/metrics/Metric.java index aa9a51b14..b3eeac96f 100644 --- a/java/google/registry/monitoring/metrics/Metric.java +++ b/java/google/registry/monitoring/metrics/Metric.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/MetricExporter.java b/java/google/registry/monitoring/metrics/MetricExporter.java index 726bec204..a8f596504 100644 --- a/java/google/registry/monitoring/metrics/MetricExporter.java +++ b/java/google/registry/monitoring/metrics/MetricExporter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/MetricMetrics.java b/java/google/registry/monitoring/metrics/MetricMetrics.java index 6b635f176..cdec974d6 100644 --- a/java/google/registry/monitoring/metrics/MetricMetrics.java +++ b/java/google/registry/monitoring/metrics/MetricMetrics.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/MetricPoint.java b/java/google/registry/monitoring/metrics/MetricPoint.java index e4a6043dc..811f74114 100644 --- a/java/google/registry/monitoring/metrics/MetricPoint.java +++ b/java/google/registry/monitoring/metrics/MetricPoint.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/MetricRegistry.java b/java/google/registry/monitoring/metrics/MetricRegistry.java index 0a480afa3..5b4641b2d 100644 --- a/java/google/registry/monitoring/metrics/MetricRegistry.java +++ b/java/google/registry/monitoring/metrics/MetricRegistry.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/MetricRegistryImpl.java b/java/google/registry/monitoring/metrics/MetricRegistryImpl.java index f288ad8a1..32a7d6c5f 100644 --- a/java/google/registry/monitoring/metrics/MetricRegistryImpl.java +++ b/java/google/registry/monitoring/metrics/MetricRegistryImpl.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/MetricReporter.java b/java/google/registry/monitoring/metrics/MetricReporter.java index 78eb366f6..6d45e8f33 100644 --- a/java/google/registry/monitoring/metrics/MetricReporter.java +++ b/java/google/registry/monitoring/metrics/MetricReporter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/MetricSchema.java b/java/google/registry/monitoring/metrics/MetricSchema.java index 8dc9a040a..5a732a023 100644 --- a/java/google/registry/monitoring/metrics/MetricSchema.java +++ b/java/google/registry/monitoring/metrics/MetricSchema.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/MetricWriter.java b/java/google/registry/monitoring/metrics/MetricWriter.java index 4c7d5a673..374b06ae7 100644 --- a/java/google/registry/monitoring/metrics/MetricWriter.java +++ b/java/google/registry/monitoring/metrics/MetricWriter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/MetricsUtils.java b/java/google/registry/monitoring/metrics/MetricsUtils.java index 504dab1c0..1c3b27a41 100644 --- a/java/google/registry/monitoring/metrics/MetricsUtils.java +++ b/java/google/registry/monitoring/metrics/MetricsUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/MutableDistribution.java b/java/google/registry/monitoring/metrics/MutableDistribution.java index 2c8520d3a..4803e4e1c 100644 --- a/java/google/registry/monitoring/metrics/MutableDistribution.java +++ b/java/google/registry/monitoring/metrics/MutableDistribution.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/SettableMetric.java b/java/google/registry/monitoring/metrics/SettableMetric.java index 736f70fe8..4bd6e2b82 100644 --- a/java/google/registry/monitoring/metrics/SettableMetric.java +++ b/java/google/registry/monitoring/metrics/SettableMetric.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/StoredMetric.java b/java/google/registry/monitoring/metrics/StoredMetric.java index 168f0fb82..2bacccad7 100644 --- a/java/google/registry/monitoring/metrics/StoredMetric.java +++ b/java/google/registry/monitoring/metrics/StoredMetric.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/VirtualMetric.java b/java/google/registry/monitoring/metrics/VirtualMetric.java index 9f49cabc8..80b4f6ea7 100644 --- a/java/google/registry/monitoring/metrics/VirtualMetric.java +++ b/java/google/registry/monitoring/metrics/VirtualMetric.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/package-info.java b/java/google/registry/monitoring/metrics/package-info.java index 9fdf5ff77..599872b25 100644 --- a/java/google/registry/monitoring/metrics/package-info.java +++ b/java/google/registry/monitoring/metrics/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/metrics/stackdriver/StackdriverWriter.java b/java/google/registry/monitoring/metrics/stackdriver/StackdriverWriter.java index b8908cf04..d49e0ac0b 100644 --- a/java/google/registry/monitoring/metrics/stackdriver/StackdriverWriter.java +++ b/java/google/registry/monitoring/metrics/stackdriver/StackdriverWriter.java @@ -1,17 +1,3 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - package google.registry.monitoring.metrics.stackdriver; import static com.google.common.base.Preconditions.checkArgument; diff --git a/java/google/registry/monitoring/whitebox/BigQueryMetric.java b/java/google/registry/monitoring/whitebox/BigQueryMetric.java index b8655205f..70c9373ee 100644 --- a/java/google/registry/monitoring/whitebox/BigQueryMetric.java +++ b/java/google/registry/monitoring/whitebox/BigQueryMetric.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/whitebox/BigQueryMetricsEnqueuer.java b/java/google/registry/monitoring/whitebox/BigQueryMetricsEnqueuer.java index 229b968d0..7d2af415b 100644 --- a/java/google/registry/monitoring/whitebox/BigQueryMetricsEnqueuer.java +++ b/java/google/registry/monitoring/whitebox/BigQueryMetricsEnqueuer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/whitebox/EppMetric.java b/java/google/registry/monitoring/whitebox/EppMetric.java index ad97c8bb9..f2955d7e9 100644 --- a/java/google/registry/monitoring/whitebox/EppMetric.java +++ b/java/google/registry/monitoring/whitebox/EppMetric.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/whitebox/MetricsExportAction.java b/java/google/registry/monitoring/whitebox/MetricsExportAction.java index 44d8d1a08..9a03473e9 100644 --- a/java/google/registry/monitoring/whitebox/MetricsExportAction.java +++ b/java/google/registry/monitoring/whitebox/MetricsExportAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/whitebox/StackdriverModule.java b/java/google/registry/monitoring/whitebox/StackdriverModule.java index 58239ef5d..4fc2ef199 100644 --- a/java/google/registry/monitoring/whitebox/StackdriverModule.java +++ b/java/google/registry/monitoring/whitebox/StackdriverModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/whitebox/WhiteboxModule.java b/java/google/registry/monitoring/whitebox/WhiteboxModule.java index f94a8a697..32728be14 100644 --- a/java/google/registry/monitoring/whitebox/WhiteboxModule.java +++ b/java/google/registry/monitoring/whitebox/WhiteboxModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/monitoring/whitebox/package-info.java b/java/google/registry/monitoring/whitebox/package-info.java index ba59ae276..9302f0226 100644 --- a/java/google/registry/monitoring/whitebox/package-info.java +++ b/java/google/registry/monitoring/whitebox/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/pricing/PricingComponent.java b/java/google/registry/pricing/PricingComponent.java index 9fdf25ea7..1149f3880 100644 --- a/java/google/registry/pricing/PricingComponent.java +++ b/java/google/registry/pricing/PricingComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/pricing/PricingEngineProxy.java b/java/google/registry/pricing/PricingEngineProxy.java index e5396fd70..c5e75f305 100644 --- a/java/google/registry/pricing/PricingEngineProxy.java +++ b/java/google/registry/pricing/PricingEngineProxy.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/pricing/PricingModule.java b/java/google/registry/pricing/PricingModule.java index 1c9891d46..9991f245c 100644 --- a/java/google/registry/pricing/PricingModule.java +++ b/java/google/registry/pricing/PricingModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rdap/RdapActionBase.java b/java/google/registry/rdap/RdapActionBase.java index 986edaf2a..77c7322b2 100644 --- a/java/google/registry/rdap/RdapActionBase.java +++ b/java/google/registry/rdap/RdapActionBase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rdap/RdapAutnumAction.java b/java/google/registry/rdap/RdapAutnumAction.java index 54d37b39f..3df098a79 100644 --- a/java/google/registry/rdap/RdapAutnumAction.java +++ b/java/google/registry/rdap/RdapAutnumAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rdap/RdapDomainAction.java b/java/google/registry/rdap/RdapDomainAction.java index 7d5621896..6753900a3 100644 --- a/java/google/registry/rdap/RdapDomainAction.java +++ b/java/google/registry/rdap/RdapDomainAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rdap/RdapDomainSearchAction.java b/java/google/registry/rdap/RdapDomainSearchAction.java index 5582a3a70..757bd10a5 100644 --- a/java/google/registry/rdap/RdapDomainSearchAction.java +++ b/java/google/registry/rdap/RdapDomainSearchAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rdap/RdapEntityAction.java b/java/google/registry/rdap/RdapEntityAction.java index e53d50509..cf7766a6e 100644 --- a/java/google/registry/rdap/RdapEntityAction.java +++ b/java/google/registry/rdap/RdapEntityAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rdap/RdapEntitySearchAction.java b/java/google/registry/rdap/RdapEntitySearchAction.java index 6d9e3a1ba..113669c64 100644 --- a/java/google/registry/rdap/RdapEntitySearchAction.java +++ b/java/google/registry/rdap/RdapEntitySearchAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rdap/RdapHelpAction.java b/java/google/registry/rdap/RdapHelpAction.java index 09833554c..2870275aa 100644 --- a/java/google/registry/rdap/RdapHelpAction.java +++ b/java/google/registry/rdap/RdapHelpAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rdap/RdapIcannStandardInformation.java b/java/google/registry/rdap/RdapIcannStandardInformation.java index 7bea78e0c..7fdddf5d1 100644 --- a/java/google/registry/rdap/RdapIcannStandardInformation.java +++ b/java/google/registry/rdap/RdapIcannStandardInformation.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rdap/RdapIpAction.java b/java/google/registry/rdap/RdapIpAction.java index a7cafca8d..fbacb19f8 100644 --- a/java/google/registry/rdap/RdapIpAction.java +++ b/java/google/registry/rdap/RdapIpAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rdap/RdapJsonFormatter.java b/java/google/registry/rdap/RdapJsonFormatter.java index e86dc3b52..46e1b3a62 100644 --- a/java/google/registry/rdap/RdapJsonFormatter.java +++ b/java/google/registry/rdap/RdapJsonFormatter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rdap/RdapModule.java b/java/google/registry/rdap/RdapModule.java index ae02cbf43..d806cd821 100644 --- a/java/google/registry/rdap/RdapModule.java +++ b/java/google/registry/rdap/RdapModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rdap/RdapNameserverAction.java b/java/google/registry/rdap/RdapNameserverAction.java index 06345398c..101e86cf8 100644 --- a/java/google/registry/rdap/RdapNameserverAction.java +++ b/java/google/registry/rdap/RdapNameserverAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rdap/RdapNameserverSearchAction.java b/java/google/registry/rdap/RdapNameserverSearchAction.java index 99523b34f..1459ae6e8 100644 --- a/java/google/registry/rdap/RdapNameserverSearchAction.java +++ b/java/google/registry/rdap/RdapNameserverSearchAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rdap/RdapSearchPattern.java b/java/google/registry/rdap/RdapSearchPattern.java index 3f832bc61..acd8174f2 100644 --- a/java/google/registry/rdap/RdapSearchPattern.java +++ b/java/google/registry/rdap/RdapSearchPattern.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rdap/RdapSearchResults.java b/java/google/registry/rdap/RdapSearchResults.java index 26f06608a..11c4e5e63 100644 --- a/java/google/registry/rdap/RdapSearchResults.java +++ b/java/google/registry/rdap/RdapSearchResults.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/BrdaCopyAction.java b/java/google/registry/rde/BrdaCopyAction.java index c4e8890a4..5c3cba7ec 100644 --- a/java/google/registry/rde/BrdaCopyAction.java +++ b/java/google/registry/rde/BrdaCopyAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/ContactResourceToXjcConverter.java b/java/google/registry/rde/ContactResourceToXjcConverter.java index f149f0c57..e9773097f 100644 --- a/java/google/registry/rde/ContactResourceToXjcConverter.java +++ b/java/google/registry/rde/ContactResourceToXjcConverter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/DepositFragment.java b/java/google/registry/rde/DepositFragment.java index 0b5e41691..da85421c7 100644 --- a/java/google/registry/rde/DepositFragment.java +++ b/java/google/registry/rde/DepositFragment.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/DomainResourceToXjcConverter.java b/java/google/registry/rde/DomainResourceToXjcConverter.java index c5b8b9fc0..458474532 100644 --- a/java/google/registry/rde/DomainResourceToXjcConverter.java +++ b/java/google/registry/rde/DomainResourceToXjcConverter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/EscrowTaskRunner.java b/java/google/registry/rde/EscrowTaskRunner.java index b1c2fba82..a9e05edf7 100644 --- a/java/google/registry/rde/EscrowTaskRunner.java +++ b/java/google/registry/rde/EscrowTaskRunner.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/Ghostryde.java b/java/google/registry/rde/Ghostryde.java index 1905b7de5..5497b4701 100644 --- a/java/google/registry/rde/Ghostryde.java +++ b/java/google/registry/rde/Ghostryde.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/HostResourceToXjcConverter.java b/java/google/registry/rde/HostResourceToXjcConverter.java index e2b4f69ad..d2bf6ccc6 100644 --- a/java/google/registry/rde/HostResourceToXjcConverter.java +++ b/java/google/registry/rde/HostResourceToXjcConverter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/JSchModule.java b/java/google/registry/rde/JSchModule.java index a1173b4d5..70c9ab7b8 100644 --- a/java/google/registry/rde/JSchModule.java +++ b/java/google/registry/rde/JSchModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/JSchSftpChannel.java b/java/google/registry/rde/JSchSftpChannel.java index 72fb8f048..b0917ff1a 100644 --- a/java/google/registry/rde/JSchSftpChannel.java +++ b/java/google/registry/rde/JSchSftpChannel.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/JSchSshSession.java b/java/google/registry/rde/JSchSshSession.java index 52b1e9f4e..339e33289 100644 --- a/java/google/registry/rde/JSchSshSession.java +++ b/java/google/registry/rde/JSchSshSession.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/PendingDeposit.java b/java/google/registry/rde/PendingDeposit.java index f7ca98179..bf1dc4855 100644 --- a/java/google/registry/rde/PendingDeposit.java +++ b/java/google/registry/rde/PendingDeposit.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/PendingDepositChecker.java b/java/google/registry/rde/PendingDepositChecker.java index b32bdad6a..ca82a9c15 100644 --- a/java/google/registry/rde/PendingDepositChecker.java +++ b/java/google/registry/rde/PendingDepositChecker.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RdeAdapter.java b/java/google/registry/rde/RdeAdapter.java index c2962476f..c805242ca 100644 --- a/java/google/registry/rde/RdeAdapter.java +++ b/java/google/registry/rde/RdeAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RdeCounter.java b/java/google/registry/rde/RdeCounter.java index 71b41b5de..a447e2c13 100644 --- a/java/google/registry/rde/RdeCounter.java +++ b/java/google/registry/rde/RdeCounter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RdeMarshaller.java b/java/google/registry/rde/RdeMarshaller.java index ca038b811..227e7ada4 100644 --- a/java/google/registry/rde/RdeMarshaller.java +++ b/java/google/registry/rde/RdeMarshaller.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RdeModule.java b/java/google/registry/rde/RdeModule.java index 16101ad66..9ff3be9b1 100644 --- a/java/google/registry/rde/RdeModule.java +++ b/java/google/registry/rde/RdeModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RdeReportAction.java b/java/google/registry/rde/RdeReportAction.java index c92308f33..58a2c493f 100644 --- a/java/google/registry/rde/RdeReportAction.java +++ b/java/google/registry/rde/RdeReportAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RdeReporter.java b/java/google/registry/rde/RdeReporter.java index faa4f7efa..84d074da6 100644 --- a/java/google/registry/rde/RdeReporter.java +++ b/java/google/registry/rde/RdeReporter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RdeResourceType.java b/java/google/registry/rde/RdeResourceType.java index 778cbcbf2..50eec5f13 100644 --- a/java/google/registry/rde/RdeResourceType.java +++ b/java/google/registry/rde/RdeResourceType.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RdeStagingAction.java b/java/google/registry/rde/RdeStagingAction.java index 9040a01d2..4264fa122 100644 --- a/java/google/registry/rde/RdeStagingAction.java +++ b/java/google/registry/rde/RdeStagingAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RdeStagingMapper.java b/java/google/registry/rde/RdeStagingMapper.java index 00ccad22f..633976261 100644 --- a/java/google/registry/rde/RdeStagingMapper.java +++ b/java/google/registry/rde/RdeStagingMapper.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RdeStagingReducer.java b/java/google/registry/rde/RdeStagingReducer.java index 1c180beb1..90d8c2b71 100644 --- a/java/google/registry/rde/RdeStagingReducer.java +++ b/java/google/registry/rde/RdeStagingReducer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RdeUploadAction.java b/java/google/registry/rde/RdeUploadAction.java index 314184448..f1948303a 100644 --- a/java/google/registry/rde/RdeUploadAction.java +++ b/java/google/registry/rde/RdeUploadAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RdeUploadUrl.java b/java/google/registry/rde/RdeUploadUrl.java index 525c74517..f52cb54e4 100644 --- a/java/google/registry/rde/RdeUploadUrl.java +++ b/java/google/registry/rde/RdeUploadUrl.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RdeUtil.java b/java/google/registry/rde/RdeUtil.java index 3d8d075c5..ab59a0932 100644 --- a/java/google/registry/rde/RdeUtil.java +++ b/java/google/registry/rde/RdeUtil.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RegistrarToXjcConverter.java b/java/google/registry/rde/RegistrarToXjcConverter.java index b4c4ce00f..c3d4413d6 100644 --- a/java/google/registry/rde/RegistrarToXjcConverter.java +++ b/java/google/registry/rde/RegistrarToXjcConverter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RydePgpCompressionOutputStream.java b/java/google/registry/rde/RydePgpCompressionOutputStream.java index 51a29db0d..1784744ef 100644 --- a/java/google/registry/rde/RydePgpCompressionOutputStream.java +++ b/java/google/registry/rde/RydePgpCompressionOutputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RydePgpEncryptionOutputStream.java b/java/google/registry/rde/RydePgpEncryptionOutputStream.java index fb42d6829..d1eb8a69a 100644 --- a/java/google/registry/rde/RydePgpEncryptionOutputStream.java +++ b/java/google/registry/rde/RydePgpEncryptionOutputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RydePgpFileOutputStream.java b/java/google/registry/rde/RydePgpFileOutputStream.java index b9dcf53be..f6c165975 100644 --- a/java/google/registry/rde/RydePgpFileOutputStream.java +++ b/java/google/registry/rde/RydePgpFileOutputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RydePgpSigningOutputStream.java b/java/google/registry/rde/RydePgpSigningOutputStream.java index 69ee21690..1c82fd595 100644 --- a/java/google/registry/rde/RydePgpSigningOutputStream.java +++ b/java/google/registry/rde/RydePgpSigningOutputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/RydeTarOutputStream.java b/java/google/registry/rde/RydeTarOutputStream.java index 08f15e204..8951a2df2 100644 --- a/java/google/registry/rde/RydeTarOutputStream.java +++ b/java/google/registry/rde/RydeTarOutputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/imports/RdeContactImportAction.java b/java/google/registry/rde/imports/RdeContactImportAction.java index cebca67da..c39caf5a9 100644 --- a/java/google/registry/rde/imports/RdeContactImportAction.java +++ b/java/google/registry/rde/imports/RdeContactImportAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/imports/RdeContactInput.java b/java/google/registry/rde/imports/RdeContactInput.java index 0c2d268d8..4318b1821 100644 --- a/java/google/registry/rde/imports/RdeContactInput.java +++ b/java/google/registry/rde/imports/RdeContactInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/imports/RdeContactReader.java b/java/google/registry/rde/imports/RdeContactReader.java index b863768db..f498469b5 100644 --- a/java/google/registry/rde/imports/RdeContactReader.java +++ b/java/google/registry/rde/imports/RdeContactReader.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/imports/RdeHostImportAction.java b/java/google/registry/rde/imports/RdeHostImportAction.java index f4f7201cb..efd9466c0 100644 --- a/java/google/registry/rde/imports/RdeHostImportAction.java +++ b/java/google/registry/rde/imports/RdeHostImportAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/imports/RdeHostInput.java b/java/google/registry/rde/imports/RdeHostInput.java index 8737b575a..9ee4e9c5b 100644 --- a/java/google/registry/rde/imports/RdeHostInput.java +++ b/java/google/registry/rde/imports/RdeHostInput.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/imports/RdeHostReader.java b/java/google/registry/rde/imports/RdeHostReader.java index 5915f879f..6a86f4e8e 100644 --- a/java/google/registry/rde/imports/RdeHostReader.java +++ b/java/google/registry/rde/imports/RdeHostReader.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/imports/RdeImportUtils.java b/java/google/registry/rde/imports/RdeImportUtils.java index 4cea6496e..92587e489 100644 --- a/java/google/registry/rde/imports/RdeImportUtils.java +++ b/java/google/registry/rde/imports/RdeImportUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/imports/RdeImportsModule.java b/java/google/registry/rde/imports/RdeImportsModule.java index 384171e74..01e1d58df 100644 --- a/java/google/registry/rde/imports/RdeImportsModule.java +++ b/java/google/registry/rde/imports/RdeImportsModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/imports/RdeParser.java b/java/google/registry/rde/imports/RdeParser.java index 88c357fb4..8ef74afb5 100644 --- a/java/google/registry/rde/imports/RdeParser.java +++ b/java/google/registry/rde/imports/RdeParser.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/imports/XjcToContactResourceConverter.java b/java/google/registry/rde/imports/XjcToContactResourceConverter.java index a5df831fa..f9f9b7552 100644 --- a/java/google/registry/rde/imports/XjcToContactResourceConverter.java +++ b/java/google/registry/rde/imports/XjcToContactResourceConverter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/imports/XjcToDomainResourceConverter.java b/java/google/registry/rde/imports/XjcToDomainResourceConverter.java index f3c84e04a..c88062b68 100644 --- a/java/google/registry/rde/imports/XjcToDomainResourceConverter.java +++ b/java/google/registry/rde/imports/XjcToDomainResourceConverter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/imports/XjcToEppResourceConverter.java b/java/google/registry/rde/imports/XjcToEppResourceConverter.java index 1dda9bd7d..5f809d11a 100644 --- a/java/google/registry/rde/imports/XjcToEppResourceConverter.java +++ b/java/google/registry/rde/imports/XjcToEppResourceConverter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/imports/XjcToHostResourceConverter.java b/java/google/registry/rde/imports/XjcToHostResourceConverter.java index 3fa60603a..eb7d547ce 100644 --- a/java/google/registry/rde/imports/XjcToHostResourceConverter.java +++ b/java/google/registry/rde/imports/XjcToHostResourceConverter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/rde/package-info.java b/java/google/registry/rde/package-info.java index a2d4447e6..d8cd1092e 100644 --- a/java/google/registry/rde/package-info.java +++ b/java/google/registry/rde/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/repositories.bzl b/java/google/registry/repositories.bzl index 54e5379d9..46c334c7b 100644 --- a/java/google/registry/repositories.bzl +++ b/java/google/registry/repositories.bzl @@ -1,4 +1,4 @@ -# Copyright 2016 The Nomulus Authors. All Rights Reserved. +# Copyright 2017 The Nomulus Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/Action.java b/java/google/registry/request/Action.java index 980f49059..ebc618ace 100644 --- a/java/google/registry/request/Action.java +++ b/java/google/registry/request/Action.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/Actions.java b/java/google/registry/request/Actions.java index 61365ff20..4a836551f 100644 --- a/java/google/registry/request/Actions.java +++ b/java/google/registry/request/Actions.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/Header.java b/java/google/registry/request/Header.java index 994f61e45..5b59f6542 100644 --- a/java/google/registry/request/Header.java +++ b/java/google/registry/request/Header.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/HttpException.java b/java/google/registry/request/HttpException.java index c57c86e7f..0e7a1e118 100644 --- a/java/google/registry/request/HttpException.java +++ b/java/google/registry/request/HttpException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/JsonActionRunner.java b/java/google/registry/request/JsonActionRunner.java index 72e7dfd7f..72cc26774 100644 --- a/java/google/registry/request/JsonActionRunner.java +++ b/java/google/registry/request/JsonActionRunner.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/JsonPayload.java b/java/google/registry/request/JsonPayload.java index 6c66e248e..3eb25ee97 100644 --- a/java/google/registry/request/JsonPayload.java +++ b/java/google/registry/request/JsonPayload.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/JsonResponse.java b/java/google/registry/request/JsonResponse.java index 0595665d4..100e46709 100644 --- a/java/google/registry/request/JsonResponse.java +++ b/java/google/registry/request/JsonResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/Modules.java b/java/google/registry/request/Modules.java index efe0dcef9..fcd3278e1 100644 --- a/java/google/registry/request/Modules.java +++ b/java/google/registry/request/Modules.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/Parameter.java b/java/google/registry/request/Parameter.java index c39752ff8..43282c702 100644 --- a/java/google/registry/request/Parameter.java +++ b/java/google/registry/request/Parameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/ParameterMap.java b/java/google/registry/request/ParameterMap.java index b479e63f3..cd36c8e00 100644 --- a/java/google/registry/request/ParameterMap.java +++ b/java/google/registry/request/ParameterMap.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/Payload.java b/java/google/registry/request/Payload.java index 5c71051a3..e6412d122 100644 --- a/java/google/registry/request/Payload.java +++ b/java/google/registry/request/Payload.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/RequestComponentBuilder.java b/java/google/registry/request/RequestComponentBuilder.java index d857a6138..83ae2a21c 100644 --- a/java/google/registry/request/RequestComponentBuilder.java +++ b/java/google/registry/request/RequestComponentBuilder.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/RequestHandler.java b/java/google/registry/request/RequestHandler.java index 07c528d25..46353552c 100644 --- a/java/google/registry/request/RequestHandler.java +++ b/java/google/registry/request/RequestHandler.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/RequestMethod.java b/java/google/registry/request/RequestMethod.java index 1a28542e8..8debc8020 100644 --- a/java/google/registry/request/RequestMethod.java +++ b/java/google/registry/request/RequestMethod.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/RequestModule.java b/java/google/registry/request/RequestModule.java index ef39de76b..62ee20ccb 100644 --- a/java/google/registry/request/RequestModule.java +++ b/java/google/registry/request/RequestModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/RequestParameters.java b/java/google/registry/request/RequestParameters.java index 733906149..97e1b986e 100644 --- a/java/google/registry/request/RequestParameters.java +++ b/java/google/registry/request/RequestParameters.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/RequestPath.java b/java/google/registry/request/RequestPath.java index 33b74e62b..c75605b5d 100644 --- a/java/google/registry/request/RequestPath.java +++ b/java/google/registry/request/RequestPath.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/RequestScope.java b/java/google/registry/request/RequestScope.java index 2210817e7..9c4bc86ac 100644 --- a/java/google/registry/request/RequestScope.java +++ b/java/google/registry/request/RequestScope.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/Response.java b/java/google/registry/request/Response.java index 5e7740b3d..53490eb95 100644 --- a/java/google/registry/request/Response.java +++ b/java/google/registry/request/Response.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/ResponseImpl.java b/java/google/registry/request/ResponseImpl.java index d91e455af..884982061 100644 --- a/java/google/registry/request/ResponseImpl.java +++ b/java/google/registry/request/ResponseImpl.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/Route.java b/java/google/registry/request/Route.java index 33e205d89..e52a0cdac 100644 --- a/java/google/registry/request/Route.java +++ b/java/google/registry/request/Route.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/Router.java b/java/google/registry/request/Router.java index 607249bc2..fe659ecbd 100644 --- a/java/google/registry/request/Router.java +++ b/java/google/registry/request/Router.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/request/package-info.java b/java/google/registry/request/package-info.java index 5af12074f..45a7b1d85 100644 --- a/java/google/registry/request/package-info.java +++ b/java/google/registry/request/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/security/JsonHttp.java b/java/google/registry/security/JsonHttp.java index 0ea95e4af..e0132ccb4 100644 --- a/java/google/registry/security/JsonHttp.java +++ b/java/google/registry/security/JsonHttp.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/security/JsonResponseHelper.java b/java/google/registry/security/JsonResponseHelper.java index 60913ae44..96e84c169 100644 --- a/java/google/registry/security/JsonResponseHelper.java +++ b/java/google/registry/security/JsonResponseHelper.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/security/XsrfTokenManager.java b/java/google/registry/security/XsrfTokenManager.java index b22bc37a0..eb8207bc2 100644 --- a/java/google/registry/security/XsrfTokenManager.java +++ b/java/google/registry/security/XsrfTokenManager.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/security/package-info.java b/java/google/registry/security/package-info.java index 6cb01eecd..168433acf 100644 --- a/java/google/registry/security/package-info.java +++ b/java/google/registry/security/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/storage/drive/DriveConnection.java b/java/google/registry/storage/drive/DriveConnection.java index 52fdc7339..822ec8c8a 100644 --- a/java/google/registry/storage/drive/DriveConnection.java +++ b/java/google/registry/storage/drive/DriveConnection.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tldconfig/idn/IdnLabelValidator.java b/java/google/registry/tldconfig/idn/IdnLabelValidator.java index b1f4c9351..d21d16e54 100644 --- a/java/google/registry/tldconfig/idn/IdnLabelValidator.java +++ b/java/google/registry/tldconfig/idn/IdnLabelValidator.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tldconfig/idn/IdnTable.java b/java/google/registry/tldconfig/idn/IdnTable.java index bc03c669e..aec0f5ea6 100644 --- a/java/google/registry/tldconfig/idn/IdnTable.java +++ b/java/google/registry/tldconfig/idn/IdnTable.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tldconfig/idn/IdnTableEnum.java b/java/google/registry/tldconfig/idn/IdnTableEnum.java index f36392dd6..cd11d39fc 100644 --- a/java/google/registry/tldconfig/idn/IdnTableEnum.java +++ b/java/google/registry/tldconfig/idn/IdnTableEnum.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tldconfig/idn/JapaneseLanguageValidator.java b/java/google/registry/tldconfig/idn/JapaneseLanguageValidator.java index eb3af7937..da5277f62 100644 --- a/java/google/registry/tldconfig/idn/JapaneseLanguageValidator.java +++ b/java/google/registry/tldconfig/idn/JapaneseLanguageValidator.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tldconfig/idn/LanguageValidator.java b/java/google/registry/tldconfig/idn/LanguageValidator.java index 88ae4071d..24d1e484b 100644 --- a/java/google/registry/tldconfig/idn/LanguageValidator.java +++ b/java/google/registry/tldconfig/idn/LanguageValidator.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tmch/ClaimsListParser.java b/java/google/registry/tmch/ClaimsListParser.java index 93c019849..439566aad 100644 --- a/java/google/registry/tmch/ClaimsListParser.java +++ b/java/google/registry/tmch/ClaimsListParser.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tmch/LordnLog.java b/java/google/registry/tmch/LordnLog.java index 796bc5eb9..00ea46b87 100644 --- a/java/google/registry/tmch/LordnLog.java +++ b/java/google/registry/tmch/LordnLog.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tmch/LordnRequestInitializer.java b/java/google/registry/tmch/LordnRequestInitializer.java index 265b8c37e..5e3bc64b9 100644 --- a/java/google/registry/tmch/LordnRequestInitializer.java +++ b/java/google/registry/tmch/LordnRequestInitializer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tmch/LordnTask.java b/java/google/registry/tmch/LordnTask.java index baf6df4f8..908c3cfac 100644 --- a/java/google/registry/tmch/LordnTask.java +++ b/java/google/registry/tmch/LordnTask.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tmch/Marksdb.java b/java/google/registry/tmch/Marksdb.java index e5c5849ea..7c996ac2c 100644 --- a/java/google/registry/tmch/Marksdb.java +++ b/java/google/registry/tmch/Marksdb.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tmch/NordnUploadAction.java b/java/google/registry/tmch/NordnUploadAction.java index afe00432d..e9ae67945 100644 --- a/java/google/registry/tmch/NordnUploadAction.java +++ b/java/google/registry/tmch/NordnUploadAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tmch/NordnVerifyAction.java b/java/google/registry/tmch/NordnVerifyAction.java index 0e8383d0a..ec2a3e058 100644 --- a/java/google/registry/tmch/NordnVerifyAction.java +++ b/java/google/registry/tmch/NordnVerifyAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tmch/SmdrlCsvParser.java b/java/google/registry/tmch/SmdrlCsvParser.java index a5ef0ead8..9b5178b98 100644 --- a/java/google/registry/tmch/SmdrlCsvParser.java +++ b/java/google/registry/tmch/SmdrlCsvParser.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tmch/TmchCertificateAuthority.java b/java/google/registry/tmch/TmchCertificateAuthority.java index d5a2c2fdb..a3ec73f60 100644 --- a/java/google/registry/tmch/TmchCertificateAuthority.java +++ b/java/google/registry/tmch/TmchCertificateAuthority.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tmch/TmchCrlAction.java b/java/google/registry/tmch/TmchCrlAction.java index bb420a378..298653a90 100644 --- a/java/google/registry/tmch/TmchCrlAction.java +++ b/java/google/registry/tmch/TmchCrlAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tmch/TmchData.java b/java/google/registry/tmch/TmchData.java index 1842a759d..c6776dff1 100644 --- a/java/google/registry/tmch/TmchData.java +++ b/java/google/registry/tmch/TmchData.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tmch/TmchDnlAction.java b/java/google/registry/tmch/TmchDnlAction.java index 9e43d75a2..e23b5b258 100644 --- a/java/google/registry/tmch/TmchDnlAction.java +++ b/java/google/registry/tmch/TmchDnlAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tmch/TmchModule.java b/java/google/registry/tmch/TmchModule.java index 4ef09f942..33750ca14 100644 --- a/java/google/registry/tmch/TmchModule.java +++ b/java/google/registry/tmch/TmchModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tmch/TmchSmdrlAction.java b/java/google/registry/tmch/TmchSmdrlAction.java index 874f21cea..4202dfefe 100644 --- a/java/google/registry/tmch/TmchSmdrlAction.java +++ b/java/google/registry/tmch/TmchSmdrlAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tmch/TmchXmlSignature.java b/java/google/registry/tmch/TmchXmlSignature.java index 34386f04a..14d9d92af 100644 --- a/java/google/registry/tmch/TmchXmlSignature.java +++ b/java/google/registry/tmch/TmchXmlSignature.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tmch/package-info.java b/java/google/registry/tmch/package-info.java index 171be5b6a..cc875f4bc 100644 --- a/java/google/registry/tmch/package-info.java +++ b/java/google/registry/tmch/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/AllocateDomainCommand.java b/java/google/registry/tools/AllocateDomainCommand.java index 81a01ed21..59a3db6f2 100644 --- a/java/google/registry/tools/AllocateDomainCommand.java +++ b/java/google/registry/tools/AllocateDomainCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/AppEngineConnection.java b/java/google/registry/tools/AppEngineConnection.java index a27f0170f..c5949b8f9 100644 --- a/java/google/registry/tools/AppEngineConnection.java +++ b/java/google/registry/tools/AppEngineConnection.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/AppEngineConnectionFlags.java b/java/google/registry/tools/AppEngineConnectionFlags.java index 213173e79..ec6888f4d 100644 --- a/java/google/registry/tools/AppEngineConnectionFlags.java +++ b/java/google/registry/tools/AppEngineConnectionFlags.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/AppEngineConnectionFlagsModule.java b/java/google/registry/tools/AppEngineConnectionFlagsModule.java index ac1eea807..544f0c44e 100644 --- a/java/google/registry/tools/AppEngineConnectionFlagsModule.java +++ b/java/google/registry/tools/AppEngineConnectionFlagsModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/AuctionStatusCommand.java b/java/google/registry/tools/AuctionStatusCommand.java index 2cc6fb097..622de3e39 100644 --- a/java/google/registry/tools/AuctionStatusCommand.java +++ b/java/google/registry/tools/AuctionStatusCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/BasicHttpRequestFactoryComponent.java b/java/google/registry/tools/BasicHttpRequestFactoryComponent.java index 1b96d2182..5025f98ac 100644 --- a/java/google/registry/tools/BasicHttpRequestFactoryComponent.java +++ b/java/google/registry/tools/BasicHttpRequestFactoryComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/BigqueryCommand.java b/java/google/registry/tools/BigqueryCommand.java index ebf96160b..bf90360b3 100644 --- a/java/google/registry/tools/BigqueryCommand.java +++ b/java/google/registry/tools/BigqueryCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/BigqueryCommandUtilities.java b/java/google/registry/tools/BigqueryCommandUtilities.java index 26d680518..345ede466 100644 --- a/java/google/registry/tools/BigqueryCommandUtilities.java +++ b/java/google/registry/tools/BigqueryCommandUtilities.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/BigqueryParameters.java b/java/google/registry/tools/BigqueryParameters.java index 5bbf2e0a0..6389c98ed 100644 --- a/java/google/registry/tools/BigqueryParameters.java +++ b/java/google/registry/tools/BigqueryParameters.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CanonicalizeLabelsCommand.java b/java/google/registry/tools/CanonicalizeLabelsCommand.java index e1e7475cb..c3bc0774b 100644 --- a/java/google/registry/tools/CanonicalizeLabelsCommand.java +++ b/java/google/registry/tools/CanonicalizeLabelsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CheckSnapshotCommand.java b/java/google/registry/tools/CheckSnapshotCommand.java index 570ff2c98..f27328b39 100644 --- a/java/google/registry/tools/CheckSnapshotCommand.java +++ b/java/google/registry/tools/CheckSnapshotCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/Command.java b/java/google/registry/tools/Command.java index 8081fe212..628e2a8e5 100644 --- a/java/google/registry/tools/Command.java +++ b/java/google/registry/tools/Command.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CommandUtilities.java b/java/google/registry/tools/CommandUtilities.java index e3a2ef738..46aa0d5b7 100644 --- a/java/google/registry/tools/CommandUtilities.java +++ b/java/google/registry/tools/CommandUtilities.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ConfirmingCommand.java b/java/google/registry/tools/ConfirmingCommand.java index 4063acffd..ecb3e11bc 100644 --- a/java/google/registry/tools/ConfirmingCommand.java +++ b/java/google/registry/tools/ConfirmingCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ConvertIdnCommand.java b/java/google/registry/tools/ConvertIdnCommand.java index 52314f3a1..40c91d045 100644 --- a/java/google/registry/tools/ConvertIdnCommand.java +++ b/java/google/registry/tools/ConvertIdnCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CreateAnchorTenantCommand.java b/java/google/registry/tools/CreateAnchorTenantCommand.java index b2f380f6b..fbf2a1426 100644 --- a/java/google/registry/tools/CreateAnchorTenantCommand.java +++ b/java/google/registry/tools/CreateAnchorTenantCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CreateAuctionCreditsCommand.java b/java/google/registry/tools/CreateAuctionCreditsCommand.java index e6e6931a6..6cc917342 100644 --- a/java/google/registry/tools/CreateAuctionCreditsCommand.java +++ b/java/google/registry/tools/CreateAuctionCreditsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CreateContactCommand.java b/java/google/registry/tools/CreateContactCommand.java index 4e2b97fa8..b73f697a0 100644 --- a/java/google/registry/tools/CreateContactCommand.java +++ b/java/google/registry/tools/CreateContactCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CreateCreditBalanceCommand.java b/java/google/registry/tools/CreateCreditBalanceCommand.java index 65e9ed544..2b73d2b6f 100644 --- a/java/google/registry/tools/CreateCreditBalanceCommand.java +++ b/java/google/registry/tools/CreateCreditBalanceCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CreateCreditCommand.java b/java/google/registry/tools/CreateCreditCommand.java index 663bb0a2a..ae7a3c668 100644 --- a/java/google/registry/tools/CreateCreditCommand.java +++ b/java/google/registry/tools/CreateCreditCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CreateDomainCommand.java b/java/google/registry/tools/CreateDomainCommand.java index 6810bd73d..b4289e81d 100644 --- a/java/google/registry/tools/CreateDomainCommand.java +++ b/java/google/registry/tools/CreateDomainCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CreateHostCommand.java b/java/google/registry/tools/CreateHostCommand.java index de4e87b72..264e9ac9b 100644 --- a/java/google/registry/tools/CreateHostCommand.java +++ b/java/google/registry/tools/CreateHostCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CreateLrpTokensCommand.java b/java/google/registry/tools/CreateLrpTokensCommand.java index 2d52242fb..1c2b1fa4a 100644 --- a/java/google/registry/tools/CreateLrpTokensCommand.java +++ b/java/google/registry/tools/CreateLrpTokensCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CreateOrUpdatePremiumListCommand.java b/java/google/registry/tools/CreateOrUpdatePremiumListCommand.java index c5116adc7..0b36598b8 100644 --- a/java/google/registry/tools/CreateOrUpdatePremiumListCommand.java +++ b/java/google/registry/tools/CreateOrUpdatePremiumListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CreateOrUpdateRegistrarCommand.java b/java/google/registry/tools/CreateOrUpdateRegistrarCommand.java index 565763c66..bfac4097e 100644 --- a/java/google/registry/tools/CreateOrUpdateRegistrarCommand.java +++ b/java/google/registry/tools/CreateOrUpdateRegistrarCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CreateOrUpdateReservedListCommand.java b/java/google/registry/tools/CreateOrUpdateReservedListCommand.java index ef58829d3..bceb1e590 100644 --- a/java/google/registry/tools/CreateOrUpdateReservedListCommand.java +++ b/java/google/registry/tools/CreateOrUpdateReservedListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CreateOrUpdateTldCommand.java b/java/google/registry/tools/CreateOrUpdateTldCommand.java index 95457cf04..37cba4cc5 100644 --- a/java/google/registry/tools/CreateOrUpdateTldCommand.java +++ b/java/google/registry/tools/CreateOrUpdateTldCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CreatePremiumListCommand.java b/java/google/registry/tools/CreatePremiumListCommand.java index 228d09881..bd76cdaaa 100644 --- a/java/google/registry/tools/CreatePremiumListCommand.java +++ b/java/google/registry/tools/CreatePremiumListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CreateRegistrarCommand.java b/java/google/registry/tools/CreateRegistrarCommand.java index 99f6c7410..6b3996a8b 100644 --- a/java/google/registry/tools/CreateRegistrarCommand.java +++ b/java/google/registry/tools/CreateRegistrarCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CreateRegistrarGroupsCommand.java b/java/google/registry/tools/CreateRegistrarGroupsCommand.java index 18e6888d2..91b76d5bf 100644 --- a/java/google/registry/tools/CreateRegistrarGroupsCommand.java +++ b/java/google/registry/tools/CreateRegistrarGroupsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CreateReservedListCommand.java b/java/google/registry/tools/CreateReservedListCommand.java index ead99d0e5..2f5861211 100644 --- a/java/google/registry/tools/CreateReservedListCommand.java +++ b/java/google/registry/tools/CreateReservedListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/CreateTldCommand.java b/java/google/registry/tools/CreateTldCommand.java index 7e0bcd590..1c13b4c89 100644 --- a/java/google/registry/tools/CreateTldCommand.java +++ b/java/google/registry/tools/CreateTldCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/DeleteCreditCommand.java b/java/google/registry/tools/DeleteCreditCommand.java index 5804ff409..0fc0449f3 100644 --- a/java/google/registry/tools/DeleteCreditCommand.java +++ b/java/google/registry/tools/DeleteCreditCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/DeleteDomainCommand.java b/java/google/registry/tools/DeleteDomainCommand.java index 0dbc9e73b..8ab855d12 100644 --- a/java/google/registry/tools/DeleteDomainCommand.java +++ b/java/google/registry/tools/DeleteDomainCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/DeleteEntityCommand.java b/java/google/registry/tools/DeleteEntityCommand.java index 7282baa69..a84b901c0 100644 --- a/java/google/registry/tools/DeleteEntityCommand.java +++ b/java/google/registry/tools/DeleteEntityCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/DeleteEppResourceCommand.java b/java/google/registry/tools/DeleteEppResourceCommand.java index d0d793ac4..9859d1d53 100644 --- a/java/google/registry/tools/DeleteEppResourceCommand.java +++ b/java/google/registry/tools/DeleteEppResourceCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/DeletePremiumListCommand.java b/java/google/registry/tools/DeletePremiumListCommand.java index 28248022d..0d9be97ba 100644 --- a/java/google/registry/tools/DeletePremiumListCommand.java +++ b/java/google/registry/tools/DeletePremiumListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/DeleteReservedListCommand.java b/java/google/registry/tools/DeleteReservedListCommand.java index 4663f4b7f..501de8469 100644 --- a/java/google/registry/tools/DeleteReservedListCommand.java +++ b/java/google/registry/tools/DeleteReservedListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/DomainApplicationInfoCommand.java b/java/google/registry/tools/DomainApplicationInfoCommand.java index 0331ee9d9..777413bc0 100644 --- a/java/google/registry/tools/DomainApplicationInfoCommand.java +++ b/java/google/registry/tools/DomainApplicationInfoCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/DomainCheckClaimsCommand.java b/java/google/registry/tools/DomainCheckClaimsCommand.java index 198944ad1..a205e9d0d 100644 --- a/java/google/registry/tools/DomainCheckClaimsCommand.java +++ b/java/google/registry/tools/DomainCheckClaimsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/DomainCheckCommand.java b/java/google/registry/tools/DomainCheckCommand.java index 54355f4a3..7ecb6b5f3 100644 --- a/java/google/registry/tools/DomainCheckCommand.java +++ b/java/google/registry/tools/DomainCheckCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/DomainCheckFeeCommand.java b/java/google/registry/tools/DomainCheckFeeCommand.java index 817719ab0..6106e91d9 100644 --- a/java/google/registry/tools/DomainCheckFeeCommand.java +++ b/java/google/registry/tools/DomainCheckFeeCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/EncryptEscrowDepositCommand.java b/java/google/registry/tools/EncryptEscrowDepositCommand.java index f4e550f85..19c424949 100644 --- a/java/google/registry/tools/EncryptEscrowDepositCommand.java +++ b/java/google/registry/tools/EncryptEscrowDepositCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/EppToolCommand.java b/java/google/registry/tools/EppToolCommand.java index 8677ee41e..5566b75e4 100644 --- a/java/google/registry/tools/EppToolCommand.java +++ b/java/google/registry/tools/EppToolCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/EscrowDepositEncryptor.java b/java/google/registry/tools/EscrowDepositEncryptor.java index 24e992144..c53f84c0d 100644 --- a/java/google/registry/tools/EscrowDepositEncryptor.java +++ b/java/google/registry/tools/EscrowDepositEncryptor.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ExecuteEppCommand.java b/java/google/registry/tools/ExecuteEppCommand.java index 8b46d3354..e70bb7cec 100644 --- a/java/google/registry/tools/ExecuteEppCommand.java +++ b/java/google/registry/tools/ExecuteEppCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GenerateApplicationsReportCommand.java b/java/google/registry/tools/GenerateApplicationsReportCommand.java index aed4c8031..efd3e4b9a 100644 --- a/java/google/registry/tools/GenerateApplicationsReportCommand.java +++ b/java/google/registry/tools/GenerateApplicationsReportCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GenerateAuctionDataCommand.java b/java/google/registry/tools/GenerateAuctionDataCommand.java index 5c7290407..dd6a5027a 100644 --- a/java/google/registry/tools/GenerateAuctionDataCommand.java +++ b/java/google/registry/tools/GenerateAuctionDataCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GenerateDnsReportCommand.java b/java/google/registry/tools/GenerateDnsReportCommand.java index 323fb5f99..a1a195999 100644 --- a/java/google/registry/tools/GenerateDnsReportCommand.java +++ b/java/google/registry/tools/GenerateDnsReportCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GenerateEscrowDepositCommand.java b/java/google/registry/tools/GenerateEscrowDepositCommand.java index 37fdf7173..641c835b1 100644 --- a/java/google/registry/tools/GenerateEscrowDepositCommand.java +++ b/java/google/registry/tools/GenerateEscrowDepositCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GenerateLordnCommand.java b/java/google/registry/tools/GenerateLordnCommand.java index a48db38d4..406603d5c 100644 --- a/java/google/registry/tools/GenerateLordnCommand.java +++ b/java/google/registry/tools/GenerateLordnCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GenerateZoneFilesCommand.java b/java/google/registry/tools/GenerateZoneFilesCommand.java index b0fdefa46..76c12ec06 100644 --- a/java/google/registry/tools/GenerateZoneFilesCommand.java +++ b/java/google/registry/tools/GenerateZoneFilesCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GetApplicationCommand.java b/java/google/registry/tools/GetApplicationCommand.java index 076520750..ffa7bb6bf 100644 --- a/java/google/registry/tools/GetApplicationCommand.java +++ b/java/google/registry/tools/GetApplicationCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GetApplicationIdsCommand.java b/java/google/registry/tools/GetApplicationIdsCommand.java index e5d0dd70e..26f4b7c28 100644 --- a/java/google/registry/tools/GetApplicationIdsCommand.java +++ b/java/google/registry/tools/GetApplicationIdsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GetAppliedLabelsCommand.java b/java/google/registry/tools/GetAppliedLabelsCommand.java index ecba43dd8..1b9b63593 100644 --- a/java/google/registry/tools/GetAppliedLabelsCommand.java +++ b/java/google/registry/tools/GetAppliedLabelsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GetClaimsListCommand.java b/java/google/registry/tools/GetClaimsListCommand.java index d8647bc73..98ef7e2c8 100644 --- a/java/google/registry/tools/GetClaimsListCommand.java +++ b/java/google/registry/tools/GetClaimsListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GetContactCommand.java b/java/google/registry/tools/GetContactCommand.java index 7eb57261b..8869b7e03 100644 --- a/java/google/registry/tools/GetContactCommand.java +++ b/java/google/registry/tools/GetContactCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GetDomainCommand.java b/java/google/registry/tools/GetDomainCommand.java index 244414726..4119c2dba 100644 --- a/java/google/registry/tools/GetDomainCommand.java +++ b/java/google/registry/tools/GetDomainCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GetEppResourceCommand.java b/java/google/registry/tools/GetEppResourceCommand.java index 9c13257a3..162fa3e38 100644 --- a/java/google/registry/tools/GetEppResourceCommand.java +++ b/java/google/registry/tools/GetEppResourceCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GetHistoryEntriesCommand.java b/java/google/registry/tools/GetHistoryEntriesCommand.java index 9dd3186fc..470587e1c 100644 --- a/java/google/registry/tools/GetHistoryEntriesCommand.java +++ b/java/google/registry/tools/GetHistoryEntriesCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GetHostCommand.java b/java/google/registry/tools/GetHostCommand.java index 60b6b2731..786f68923 100644 --- a/java/google/registry/tools/GetHostCommand.java +++ b/java/google/registry/tools/GetHostCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GetLrpTokenCommand.java b/java/google/registry/tools/GetLrpTokenCommand.java index a44380fb7..311f67566 100644 --- a/java/google/registry/tools/GetLrpTokenCommand.java +++ b/java/google/registry/tools/GetLrpTokenCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GetRegistrarCommand.java b/java/google/registry/tools/GetRegistrarCommand.java index b4c52ea88..ed509e3ba 100644 --- a/java/google/registry/tools/GetRegistrarCommand.java +++ b/java/google/registry/tools/GetRegistrarCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GetResourceByKeyCommand.java b/java/google/registry/tools/GetResourceByKeyCommand.java index cd0865b95..9472977fd 100644 --- a/java/google/registry/tools/GetResourceByKeyCommand.java +++ b/java/google/registry/tools/GetResourceByKeyCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GetSchemaCommand.java b/java/google/registry/tools/GetSchemaCommand.java index daacc7d8d..382b9aeba 100644 --- a/java/google/registry/tools/GetSchemaCommand.java +++ b/java/google/registry/tools/GetSchemaCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GetSchemaTreeCommand.java b/java/google/registry/tools/GetSchemaTreeCommand.java index 1eb3fc148..592f9ad3f 100644 --- a/java/google/registry/tools/GetSchemaTreeCommand.java +++ b/java/google/registry/tools/GetSchemaTreeCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GetTldCommand.java b/java/google/registry/tools/GetTldCommand.java index 19866934c..438df5b98 100644 --- a/java/google/registry/tools/GetTldCommand.java +++ b/java/google/registry/tools/GetTldCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/GhostrydeCommand.java b/java/google/registry/tools/GhostrydeCommand.java index fab4f5172..ffe9d8e32 100644 --- a/java/google/registry/tools/GhostrydeCommand.java +++ b/java/google/registry/tools/GhostrydeCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/HashCertificateCommand.java b/java/google/registry/tools/HashCertificateCommand.java index a59570ded..d746ebab1 100644 --- a/java/google/registry/tools/HashCertificateCommand.java +++ b/java/google/registry/tools/HashCertificateCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/HelpCommand.java b/java/google/registry/tools/HelpCommand.java index 4b3090f54..5407cd9e6 100644 --- a/java/google/registry/tools/HelpCommand.java +++ b/java/google/registry/tools/HelpCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/HttpRequestFactoryComponent.java b/java/google/registry/tools/HttpRequestFactoryComponent.java index 3e5b5003e..1b5eacc57 100644 --- a/java/google/registry/tools/HttpRequestFactoryComponent.java +++ b/java/google/registry/tools/HttpRequestFactoryComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/Injector.java b/java/google/registry/tools/Injector.java index 09ada9573..bd9aa7075 100644 --- a/java/google/registry/tools/Injector.java +++ b/java/google/registry/tools/Injector.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ListCreditsCommand.java b/java/google/registry/tools/ListCreditsCommand.java index 69cea0687..4cf24bb74 100644 --- a/java/google/registry/tools/ListCreditsCommand.java +++ b/java/google/registry/tools/ListCreditsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ListCursorsCommand.java b/java/google/registry/tools/ListCursorsCommand.java index 9d2b560da..e6400f746 100644 --- a/java/google/registry/tools/ListCursorsCommand.java +++ b/java/google/registry/tools/ListCursorsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ListDomainsCommand.java b/java/google/registry/tools/ListDomainsCommand.java index f9a634a48..30638974c 100644 --- a/java/google/registry/tools/ListDomainsCommand.java +++ b/java/google/registry/tools/ListDomainsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ListHostsCommand.java b/java/google/registry/tools/ListHostsCommand.java index 6d970212b..f53da3ff3 100644 --- a/java/google/registry/tools/ListHostsCommand.java +++ b/java/google/registry/tools/ListHostsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ListObjectsCommand.java b/java/google/registry/tools/ListObjectsCommand.java index c8af7da7d..c481375e4 100644 --- a/java/google/registry/tools/ListObjectsCommand.java +++ b/java/google/registry/tools/ListObjectsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ListPremiumListsCommand.java b/java/google/registry/tools/ListPremiumListsCommand.java index 2ab5441a5..9f4efad65 100644 --- a/java/google/registry/tools/ListPremiumListsCommand.java +++ b/java/google/registry/tools/ListPremiumListsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ListRegistrarsCommand.java b/java/google/registry/tools/ListRegistrarsCommand.java index 5902cdb68..016f23c02 100644 --- a/java/google/registry/tools/ListRegistrarsCommand.java +++ b/java/google/registry/tools/ListRegistrarsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ListReservedListsCommand.java b/java/google/registry/tools/ListReservedListsCommand.java index e2506d973..f71a7c837 100644 --- a/java/google/registry/tools/ListReservedListsCommand.java +++ b/java/google/registry/tools/ListReservedListsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ListTldsCommand.java b/java/google/registry/tools/ListTldsCommand.java index 5d8b34021..293ce8113 100644 --- a/java/google/registry/tools/ListTldsCommand.java +++ b/java/google/registry/tools/ListTldsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/LoadSnapshotCommand.java b/java/google/registry/tools/LoadSnapshotCommand.java index a680a8de1..11cc9e9ab 100644 --- a/java/google/registry/tools/LoadSnapshotCommand.java +++ b/java/google/registry/tools/LoadSnapshotCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/LocalhostRequestFactoryComponent.java b/java/google/registry/tools/LocalhostRequestFactoryComponent.java index d660b05b2..5c8e88bad 100644 --- a/java/google/registry/tools/LocalhostRequestFactoryComponent.java +++ b/java/google/registry/tools/LocalhostRequestFactoryComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/LoggingParameters.java b/java/google/registry/tools/LoggingParameters.java index ba3c70da2..474dd3b17 100644 --- a/java/google/registry/tools/LoggingParameters.java +++ b/java/google/registry/tools/LoggingParameters.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/MakeBillingTablesCommand.java b/java/google/registry/tools/MakeBillingTablesCommand.java index dbef49dd8..091e1b47c 100644 --- a/java/google/registry/tools/MakeBillingTablesCommand.java +++ b/java/google/registry/tools/MakeBillingTablesCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/MutatingCommand.java b/java/google/registry/tools/MutatingCommand.java index 2b29da3e8..384c299ab 100644 --- a/java/google/registry/tools/MutatingCommand.java +++ b/java/google/registry/tools/MutatingCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/MutatingEppToolCommand.java b/java/google/registry/tools/MutatingEppToolCommand.java index 6d5611993..33b802ae1 100644 --- a/java/google/registry/tools/MutatingEppToolCommand.java +++ b/java/google/registry/tools/MutatingEppToolCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/PendingEscrowCommand.java b/java/google/registry/tools/PendingEscrowCommand.java index 2c6bc4863..1e51ff947 100644 --- a/java/google/registry/tools/PendingEscrowCommand.java +++ b/java/google/registry/tools/PendingEscrowCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/PublishDetailReportCommand.java b/java/google/registry/tools/PublishDetailReportCommand.java index 17cb29d3a..689137243 100644 --- a/java/google/registry/tools/PublishDetailReportCommand.java +++ b/java/google/registry/tools/PublishDetailReportCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/RegistrarActivityReportCommand.java b/java/google/registry/tools/RegistrarActivityReportCommand.java index 99492d1b0..700a68377 100644 --- a/java/google/registry/tools/RegistrarActivityReportCommand.java +++ b/java/google/registry/tools/RegistrarActivityReportCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/RegistrarContactCommand.java b/java/google/registry/tools/RegistrarContactCommand.java index 01300838d..858336683 100644 --- a/java/google/registry/tools/RegistrarContactCommand.java +++ b/java/google/registry/tools/RegistrarContactCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/RegistryCli.java b/java/google/registry/tools/RegistryCli.java index 59273dbfc..397353a74 100644 --- a/java/google/registry/tools/RegistryCli.java +++ b/java/google/registry/tools/RegistryCli.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/RegistryTool.java b/java/google/registry/tools/RegistryTool.java index ab803ee0b..29a3c79e8 100644 --- a/java/google/registry/tools/RegistryTool.java +++ b/java/google/registry/tools/RegistryTool.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/RegistryToolComponent.java b/java/google/registry/tools/RegistryToolComponent.java index 5c9fb0aec..5c5f46b42 100644 --- a/java/google/registry/tools/RegistryToolComponent.java +++ b/java/google/registry/tools/RegistryToolComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/RegistryToolEnvironment.java b/java/google/registry/tools/RegistryToolEnvironment.java index 0351dff13..2ae018cce 100644 --- a/java/google/registry/tools/RegistryToolEnvironment.java +++ b/java/google/registry/tools/RegistryToolEnvironment.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/RegistryToolModule.java b/java/google/registry/tools/RegistryToolModule.java index 66e7abb8a..3e4cbf870 100644 --- a/java/google/registry/tools/RegistryToolModule.java +++ b/java/google/registry/tools/RegistryToolModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ResaveEntitiesCommand.java b/java/google/registry/tools/ResaveEntitiesCommand.java index 1dfc9c4f0..7b3b736db 100644 --- a/java/google/registry/tools/ResaveEntitiesCommand.java +++ b/java/google/registry/tools/ResaveEntitiesCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ResaveEnvironmentEntitiesCommand.java b/java/google/registry/tools/ResaveEnvironmentEntitiesCommand.java index d441ec7d2..b207d4fe4 100644 --- a/java/google/registry/tools/ResaveEnvironmentEntitiesCommand.java +++ b/java/google/registry/tools/ResaveEnvironmentEntitiesCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ResaveEppResourceCommand.java b/java/google/registry/tools/ResaveEppResourceCommand.java index a838e6257..39ccfdba1 100644 --- a/java/google/registry/tools/ResaveEppResourceCommand.java +++ b/java/google/registry/tools/ResaveEppResourceCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/SendEscrowReportToIcannCommand.java b/java/google/registry/tools/SendEscrowReportToIcannCommand.java index 25a863d64..6a901d642 100644 --- a/java/google/registry/tools/SendEscrowReportToIcannCommand.java +++ b/java/google/registry/tools/SendEscrowReportToIcannCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ServerSideCommand.java b/java/google/registry/tools/ServerSideCommand.java index ec6cad2b4..f854c85b3 100644 --- a/java/google/registry/tools/ServerSideCommand.java +++ b/java/google/registry/tools/ServerSideCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/SetupOteCommand.java b/java/google/registry/tools/SetupOteCommand.java index 552d4f7ae..8a0c16448 100644 --- a/java/google/registry/tools/SetupOteCommand.java +++ b/java/google/registry/tools/SetupOteCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/UniformRapidSuspensionCommand.java b/java/google/registry/tools/UniformRapidSuspensionCommand.java index ee806b4af..57748d045 100644 --- a/java/google/registry/tools/UniformRapidSuspensionCommand.java +++ b/java/google/registry/tools/UniformRapidSuspensionCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/UpdateApplicationStatusCommand.java b/java/google/registry/tools/UpdateApplicationStatusCommand.java index 2ef834699..da110d64d 100644 --- a/java/google/registry/tools/UpdateApplicationStatusCommand.java +++ b/java/google/registry/tools/UpdateApplicationStatusCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/UpdateClaimsNoticeCommand.java b/java/google/registry/tools/UpdateClaimsNoticeCommand.java index b98fc785d..4cc6be8b6 100644 --- a/java/google/registry/tools/UpdateClaimsNoticeCommand.java +++ b/java/google/registry/tools/UpdateClaimsNoticeCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/UpdateCreditsCommand.java b/java/google/registry/tools/UpdateCreditsCommand.java index fddcfdb95..b749d4f5a 100644 --- a/java/google/registry/tools/UpdateCreditsCommand.java +++ b/java/google/registry/tools/UpdateCreditsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/UpdateCursorsCommand.java b/java/google/registry/tools/UpdateCursorsCommand.java index 80391396c..3c1f8910f 100644 --- a/java/google/registry/tools/UpdateCursorsCommand.java +++ b/java/google/registry/tools/UpdateCursorsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/UpdatePremiumListCommand.java b/java/google/registry/tools/UpdatePremiumListCommand.java index 475809abb..9bb95f2c8 100644 --- a/java/google/registry/tools/UpdatePremiumListCommand.java +++ b/java/google/registry/tools/UpdatePremiumListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/UpdateRegistrarCommand.java b/java/google/registry/tools/UpdateRegistrarCommand.java index 7fe5ea0aa..d727a21e5 100644 --- a/java/google/registry/tools/UpdateRegistrarCommand.java +++ b/java/google/registry/tools/UpdateRegistrarCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/UpdateReservedListCommand.java b/java/google/registry/tools/UpdateReservedListCommand.java index 092facb74..a9892d075 100644 --- a/java/google/registry/tools/UpdateReservedListCommand.java +++ b/java/google/registry/tools/UpdateReservedListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/UpdateServerLocksCommand.java b/java/google/registry/tools/UpdateServerLocksCommand.java index a581d2928..945e9b30d 100644 --- a/java/google/registry/tools/UpdateServerLocksCommand.java +++ b/java/google/registry/tools/UpdateServerLocksCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/UpdateSmdCommand.java b/java/google/registry/tools/UpdateSmdCommand.java index e44839794..38c01d52d 100644 --- a/java/google/registry/tools/UpdateSmdCommand.java +++ b/java/google/registry/tools/UpdateSmdCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/UpdateTldCommand.java b/java/google/registry/tools/UpdateTldCommand.java index 779cb763a..4a1e5f2ae 100644 --- a/java/google/registry/tools/UpdateTldCommand.java +++ b/java/google/registry/tools/UpdateTldCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/UploadClaimsListCommand.java b/java/google/registry/tools/UploadClaimsListCommand.java index d5e325b50..371fd0ac7 100644 --- a/java/google/registry/tools/UploadClaimsListCommand.java +++ b/java/google/registry/tools/UploadClaimsListCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/UserIdProvider.java b/java/google/registry/tools/UserIdProvider.java index 3384fb9e7..c170180d5 100644 --- a/java/google/registry/tools/UserIdProvider.java +++ b/java/google/registry/tools/UserIdProvider.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ValidateEscrowDepositCommand.java b/java/google/registry/tools/ValidateEscrowDepositCommand.java index ee3609448..dbba80c5f 100644 --- a/java/google/registry/tools/ValidateEscrowDepositCommand.java +++ b/java/google/registry/tools/ValidateEscrowDepositCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/ValidateLoginCredentialsCommand.java b/java/google/registry/tools/ValidateLoginCredentialsCommand.java index d6a384cce..c19975a1c 100644 --- a/java/google/registry/tools/ValidateLoginCredentialsCommand.java +++ b/java/google/registry/tools/ValidateLoginCredentialsCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/VerifyOteCommand.java b/java/google/registry/tools/VerifyOteCommand.java index eb8ec5b09..1d23599c6 100644 --- a/java/google/registry/tools/VerifyOteCommand.java +++ b/java/google/registry/tools/VerifyOteCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/WhoisQueryCommand.java b/java/google/registry/tools/WhoisQueryCommand.java index 645bf3b3c..088c084e5 100644 --- a/java/google/registry/tools/WhoisQueryCommand.java +++ b/java/google/registry/tools/WhoisQueryCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/javascrap/RemoveDomainTransferDataCommand.java b/java/google/registry/tools/javascrap/RemoveDomainTransferDataCommand.java index fc282942a..ae21ccd72 100644 --- a/java/google/registry/tools/javascrap/RemoveDomainTransferDataCommand.java +++ b/java/google/registry/tools/javascrap/RemoveDomainTransferDataCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/javascrap/RemoveIpAddressCommand.java b/java/google/registry/tools/javascrap/RemoveIpAddressCommand.java index 8c544649e..27e309432 100644 --- a/java/google/registry/tools/javascrap/RemoveIpAddressCommand.java +++ b/java/google/registry/tools/javascrap/RemoveIpAddressCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/package-info.java b/java/google/registry/tools/package-info.java index db5ec904f..516527a80 100644 --- a/java/google/registry/tools/package-info.java +++ b/java/google/registry/tools/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/DateTimeParameter.java b/java/google/registry/tools/params/DateTimeParameter.java index 7b8092e73..6f8e9dda8 100644 --- a/java/google/registry/tools/params/DateTimeParameter.java +++ b/java/google/registry/tools/params/DateTimeParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/DurationParameter.java b/java/google/registry/tools/params/DurationParameter.java index 08ccc7af2..3f7680757 100644 --- a/java/google/registry/tools/params/DurationParameter.java +++ b/java/google/registry/tools/params/DurationParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/EnumParameter.java b/java/google/registry/tools/params/EnumParameter.java index 94f490e29..cbe4032aa 100644 --- a/java/google/registry/tools/params/EnumParameter.java +++ b/java/google/registry/tools/params/EnumParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/EppResourceTypeParameter.java b/java/google/registry/tools/params/EppResourceTypeParameter.java index 92853606f..e6e4e3d4a 100644 --- a/java/google/registry/tools/params/EppResourceTypeParameter.java +++ b/java/google/registry/tools/params/EppResourceTypeParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/HostAndPortParameter.java b/java/google/registry/tools/params/HostAndPortParameter.java index 04e2cb7c1..a6f840b4d 100644 --- a/java/google/registry/tools/params/HostAndPortParameter.java +++ b/java/google/registry/tools/params/HostAndPortParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/InternetDomainNameParameter.java b/java/google/registry/tools/params/InternetDomainNameParameter.java index 5e4fd0963..5653841c2 100644 --- a/java/google/registry/tools/params/InternetDomainNameParameter.java +++ b/java/google/registry/tools/params/InternetDomainNameParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/IntervalParameter.java b/java/google/registry/tools/params/IntervalParameter.java index 2331255d5..951bb28bd 100644 --- a/java/google/registry/tools/params/IntervalParameter.java +++ b/java/google/registry/tools/params/IntervalParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/KeyValueMapParameter.java b/java/google/registry/tools/params/KeyValueMapParameter.java index 1389c0228..792e84ce9 100644 --- a/java/google/registry/tools/params/KeyValueMapParameter.java +++ b/java/google/registry/tools/params/KeyValueMapParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/LocalDateParameter.java b/java/google/registry/tools/params/LocalDateParameter.java index 2a974f53b..213cc25f5 100644 --- a/java/google/registry/tools/params/LocalDateParameter.java +++ b/java/google/registry/tools/params/LocalDateParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/LoggingLevelParameter.java b/java/google/registry/tools/params/LoggingLevelParameter.java index 5da6e7d1b..a1a3b615a 100644 --- a/java/google/registry/tools/params/LoggingLevelParameter.java +++ b/java/google/registry/tools/params/LoggingLevelParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/LongParameter.java b/java/google/registry/tools/params/LongParameter.java index f5ddac36a..c40951fe7 100644 --- a/java/google/registry/tools/params/LongParameter.java +++ b/java/google/registry/tools/params/LongParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/MoneyParameter.java b/java/google/registry/tools/params/MoneyParameter.java index efc9ab1af..785abe452 100644 --- a/java/google/registry/tools/params/MoneyParameter.java +++ b/java/google/registry/tools/params/MoneyParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/OptionalIntervalParameter.java b/java/google/registry/tools/params/OptionalIntervalParameter.java index 1c6217d14..99e7c8dc0 100644 --- a/java/google/registry/tools/params/OptionalIntervalParameter.java +++ b/java/google/registry/tools/params/OptionalIntervalParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/OptionalLongParameter.java b/java/google/registry/tools/params/OptionalLongParameter.java index 4193b19ee..0dcbd577e 100644 --- a/java/google/registry/tools/params/OptionalLongParameter.java +++ b/java/google/registry/tools/params/OptionalLongParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/OptionalParameterConverterValidator.java b/java/google/registry/tools/params/OptionalParameterConverterValidator.java index d0a23996e..50f18dc64 100644 --- a/java/google/registry/tools/params/OptionalParameterConverterValidator.java +++ b/java/google/registry/tools/params/OptionalParameterConverterValidator.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/OptionalPhoneNumberParameter.java b/java/google/registry/tools/params/OptionalPhoneNumberParameter.java index b88550328..f2e8332df 100644 --- a/java/google/registry/tools/params/OptionalPhoneNumberParameter.java +++ b/java/google/registry/tools/params/OptionalPhoneNumberParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/OptionalStringParameter.java b/java/google/registry/tools/params/OptionalStringParameter.java index 21caeeded..7b58bd762 100644 --- a/java/google/registry/tools/params/OptionalStringParameter.java +++ b/java/google/registry/tools/params/OptionalStringParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/ParameterConverterValidator.java b/java/google/registry/tools/params/ParameterConverterValidator.java index 6e96e279e..a05936f79 100644 --- a/java/google/registry/tools/params/ParameterConverterValidator.java +++ b/java/google/registry/tools/params/ParameterConverterValidator.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/ParameterFactory.java b/java/google/registry/tools/params/ParameterFactory.java index fa6fc7697..239abe392 100644 --- a/java/google/registry/tools/params/ParameterFactory.java +++ b/java/google/registry/tools/params/ParameterFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/PathParameter.java b/java/google/registry/tools/params/PathParameter.java index bfb867c8f..442b13ca1 100644 --- a/java/google/registry/tools/params/PathParameter.java +++ b/java/google/registry/tools/params/PathParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/PhoneNumberParameter.java b/java/google/registry/tools/params/PhoneNumberParameter.java index 065966770..402fa792b 100644 --- a/java/google/registry/tools/params/PhoneNumberParameter.java +++ b/java/google/registry/tools/params/PhoneNumberParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/StringParameter.java b/java/google/registry/tools/params/StringParameter.java index b810b6973..3195aef57 100644 --- a/java/google/registry/tools/params/StringParameter.java +++ b/java/google/registry/tools/params/StringParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/TldStateParameter.java b/java/google/registry/tools/params/TldStateParameter.java index 1ddbaaa95..7fc3e11b0 100644 --- a/java/google/registry/tools/params/TldStateParameter.java +++ b/java/google/registry/tools/params/TldStateParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/TransitionListParameter.java b/java/google/registry/tools/params/TransitionListParameter.java index 08f3b7b39..d07d65c43 100644 --- a/java/google/registry/tools/params/TransitionListParameter.java +++ b/java/google/registry/tools/params/TransitionListParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/YearMonthParameter.java b/java/google/registry/tools/params/YearMonthParameter.java index 17ff49798..e329a6b8c 100644 --- a/java/google/registry/tools/params/YearMonthParameter.java +++ b/java/google/registry/tools/params/YearMonthParameter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/params/package-info.java b/java/google/registry/tools/params/package-info.java index 991025d22..85b6db82f 100644 --- a/java/google/registry/tools/params/package-info.java +++ b/java/google/registry/tools/params/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/CreateGroupsAction.java b/java/google/registry/tools/server/CreateGroupsAction.java index da2713c82..c4f316ecc 100644 --- a/java/google/registry/tools/server/CreateGroupsAction.java +++ b/java/google/registry/tools/server/CreateGroupsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/CreateOrUpdatePremiumListAction.java b/java/google/registry/tools/server/CreateOrUpdatePremiumListAction.java index 96014ef05..5e9e5fccd 100644 --- a/java/google/registry/tools/server/CreateOrUpdatePremiumListAction.java +++ b/java/google/registry/tools/server/CreateOrUpdatePremiumListAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/CreatePremiumListAction.java b/java/google/registry/tools/server/CreatePremiumListAction.java index a25f801c3..6299b6516 100644 --- a/java/google/registry/tools/server/CreatePremiumListAction.java +++ b/java/google/registry/tools/server/CreatePremiumListAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/DeleteEntityAction.java b/java/google/registry/tools/server/DeleteEntityAction.java index 210b3be87..f64fb7a1e 100644 --- a/java/google/registry/tools/server/DeleteEntityAction.java +++ b/java/google/registry/tools/server/DeleteEntityAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/GenerateZoneFilesAction.java b/java/google/registry/tools/server/GenerateZoneFilesAction.java index 6985224a8..893be5bbc 100644 --- a/java/google/registry/tools/server/GenerateZoneFilesAction.java +++ b/java/google/registry/tools/server/GenerateZoneFilesAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/KillAllCommitLogsAction.java b/java/google/registry/tools/server/KillAllCommitLogsAction.java index 2697e7a7f..946573d33 100644 --- a/java/google/registry/tools/server/KillAllCommitLogsAction.java +++ b/java/google/registry/tools/server/KillAllCommitLogsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/KillAllEntitiesReducer.java b/java/google/registry/tools/server/KillAllEntitiesReducer.java index c29732607..65c6f1a70 100644 --- a/java/google/registry/tools/server/KillAllEntitiesReducer.java +++ b/java/google/registry/tools/server/KillAllEntitiesReducer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/KillAllEppResourcesAction.java b/java/google/registry/tools/server/KillAllEppResourcesAction.java index 9f58c3b4d..a495c2cdb 100644 --- a/java/google/registry/tools/server/KillAllEppResourcesAction.java +++ b/java/google/registry/tools/server/KillAllEppResourcesAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/ListDomainsAction.java b/java/google/registry/tools/server/ListDomainsAction.java index d54a58e7c..76fcd350c 100644 --- a/java/google/registry/tools/server/ListDomainsAction.java +++ b/java/google/registry/tools/server/ListDomainsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/ListHostsAction.java b/java/google/registry/tools/server/ListHostsAction.java index 345abdde5..ae5ed76b9 100644 --- a/java/google/registry/tools/server/ListHostsAction.java +++ b/java/google/registry/tools/server/ListHostsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/ListObjectsAction.java b/java/google/registry/tools/server/ListObjectsAction.java index 9d6012928..8902e4e3e 100644 --- a/java/google/registry/tools/server/ListObjectsAction.java +++ b/java/google/registry/tools/server/ListObjectsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/ListPremiumListsAction.java b/java/google/registry/tools/server/ListPremiumListsAction.java index a5286e0c3..778196175 100644 --- a/java/google/registry/tools/server/ListPremiumListsAction.java +++ b/java/google/registry/tools/server/ListPremiumListsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/ListRegistrarsAction.java b/java/google/registry/tools/server/ListRegistrarsAction.java index ba1312284..4cd74ff90 100644 --- a/java/google/registry/tools/server/ListRegistrarsAction.java +++ b/java/google/registry/tools/server/ListRegistrarsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/ListReservedListsAction.java b/java/google/registry/tools/server/ListReservedListsAction.java index 76abe11ab..05ef81bc9 100644 --- a/java/google/registry/tools/server/ListReservedListsAction.java +++ b/java/google/registry/tools/server/ListReservedListsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/ListTldsAction.java b/java/google/registry/tools/server/ListTldsAction.java index 484a80830..19f9c79be 100644 --- a/java/google/registry/tools/server/ListTldsAction.java +++ b/java/google/registry/tools/server/ListTldsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/ResaveAllEppResourcesAction.java b/java/google/registry/tools/server/ResaveAllEppResourcesAction.java index dac159697..864839680 100644 --- a/java/google/registry/tools/server/ResaveAllEppResourcesAction.java +++ b/java/google/registry/tools/server/ResaveAllEppResourcesAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/ToolsServerModule.java b/java/google/registry/tools/server/ToolsServerModule.java index d08303a01..662b65959 100644 --- a/java/google/registry/tools/server/ToolsServerModule.java +++ b/java/google/registry/tools/server/ToolsServerModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/UpdatePremiumListAction.java b/java/google/registry/tools/server/UpdatePremiumListAction.java index f2d018969..a1cd5e648 100644 --- a/java/google/registry/tools/server/UpdatePremiumListAction.java +++ b/java/google/registry/tools/server/UpdatePremiumListAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/VerifyOteAction.java b/java/google/registry/tools/server/VerifyOteAction.java index 63c6db0f9..d89283348 100644 --- a/java/google/registry/tools/server/VerifyOteAction.java +++ b/java/google/registry/tools/server/VerifyOteAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/server/javascrap/RefreshAllDomainsAction.java b/java/google/registry/tools/server/javascrap/RefreshAllDomainsAction.java index eb45c74ed..b9773dc86 100644 --- a/java/google/registry/tools/server/javascrap/RefreshAllDomainsAction.java +++ b/java/google/registry/tools/server/javascrap/RefreshAllDomainsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/soy/ContactCreate.soy b/java/google/registry/tools/soy/ContactCreate.soy index 00b43095a..6fdc8cd16 100644 --- a/java/google/registry/tools/soy/ContactCreate.soy +++ b/java/google/registry/tools/soy/ContactCreate.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/soy/CreateAnchorTenant.soy b/java/google/registry/tools/soy/CreateAnchorTenant.soy index 84a69e3ab..eab428e58 100644 --- a/java/google/registry/tools/soy/CreateAnchorTenant.soy +++ b/java/google/registry/tools/soy/CreateAnchorTenant.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/soy/DeleteDomain.soy b/java/google/registry/tools/soy/DeleteDomain.soy index 685dba677..0f3a507d1 100644 --- a/java/google/registry/tools/soy/DeleteDomain.soy +++ b/java/google/registry/tools/soy/DeleteDomain.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/soy/DomainAllocate.soy b/java/google/registry/tools/soy/DomainAllocate.soy index e33d62b96..0507e7ee4 100644 --- a/java/google/registry/tools/soy/DomainAllocate.soy +++ b/java/google/registry/tools/soy/DomainAllocate.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/soy/DomainApplicationInfo.soy b/java/google/registry/tools/soy/DomainApplicationInfo.soy index e5f375c0e..8e93332b2 100644 --- a/java/google/registry/tools/soy/DomainApplicationInfo.soy +++ b/java/google/registry/tools/soy/DomainApplicationInfo.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/soy/DomainCheck.soy b/java/google/registry/tools/soy/DomainCheck.soy index ba513ad97..8f94e62a2 100644 --- a/java/google/registry/tools/soy/DomainCheck.soy +++ b/java/google/registry/tools/soy/DomainCheck.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/soy/DomainCheckClaims.soy b/java/google/registry/tools/soy/DomainCheckClaims.soy index b81d77636..b8fd847b2 100644 --- a/java/google/registry/tools/soy/DomainCheckClaims.soy +++ b/java/google/registry/tools/soy/DomainCheckClaims.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/soy/DomainCheckFee.soy b/java/google/registry/tools/soy/DomainCheckFee.soy index 11aad15fb..9dcb35e55 100644 --- a/java/google/registry/tools/soy/DomainCheckFee.soy +++ b/java/google/registry/tools/soy/DomainCheckFee.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/soy/DomainCreate.soy b/java/google/registry/tools/soy/DomainCreate.soy index 2529415ce..ef83d565b 100644 --- a/java/google/registry/tools/soy/DomainCreate.soy +++ b/java/google/registry/tools/soy/DomainCreate.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/soy/HostCreate.soy b/java/google/registry/tools/soy/HostCreate.soy index 1b276662c..23a2b2487 100644 --- a/java/google/registry/tools/soy/HostCreate.soy +++ b/java/google/registry/tools/soy/HostCreate.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/soy/RemoveIpAddress.soy b/java/google/registry/tools/soy/RemoveIpAddress.soy index 7da3070fc..5a4f3b1f9 100644 --- a/java/google/registry/tools/soy/RemoveIpAddress.soy +++ b/java/google/registry/tools/soy/RemoveIpAddress.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/soy/UniformRapidSuspension.soy b/java/google/registry/tools/soy/UniformRapidSuspension.soy index b0d75ecab..dc74331c5 100644 --- a/java/google/registry/tools/soy/UniformRapidSuspension.soy +++ b/java/google/registry/tools/soy/UniformRapidSuspension.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/soy/UpdateServerLocks.soy b/java/google/registry/tools/soy/UpdateServerLocks.soy index 44cdc4102..1c2470069 100644 --- a/java/google/registry/tools/soy/UpdateServerLocks.soy +++ b/java/google/registry/tools/soy/UpdateServerLocks.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/sql/ReportingHistory.sql b/java/google/registry/tools/sql/ReportingHistory.sql index 53f37b9bb..660c15c62 100644 --- a/java/google/registry/tools/sql/ReportingHistory.sql +++ b/java/google/registry/tools/sql/ReportingHistory.sql @@ -1,4 +1,4 @@ --- Copyright 2016 The Nomulus Authors. All Rights Reserved. +-- Copyright 2017 The Nomulus Authors. All Rights Reserved. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/sql/ReportingIdentifiers.sql b/java/google/registry/tools/sql/ReportingIdentifiers.sql index 85ea37819..e31d2b55c 100644 --- a/java/google/registry/tools/sql/ReportingIdentifiers.sql +++ b/java/google/registry/tools/sql/ReportingIdentifiers.sql @@ -1,4 +1,4 @@ --- Copyright 2016 The Nomulus Authors. All Rights Reserved. +-- Copyright 2017 The Nomulus Authors. All Rights Reserved. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/sql/billing_data_view.sql b/java/google/registry/tools/sql/billing_data_view.sql index b7d85747b..24f85a3c2 100644 --- a/java/google/registry/tools/sql/billing_data_view.sql +++ b/java/google/registry/tools/sql/billing_data_view.sql @@ -1,4 +1,4 @@ --- Copyright 2016 The Nomulus Authors. All Rights Reserved. +-- Copyright 2017 The Nomulus Authors. All Rights Reserved. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/sql/credit_balance_data_view.sql b/java/google/registry/tools/sql/credit_balance_data_view.sql index 1d06084ac..21574aa63 100644 --- a/java/google/registry/tools/sql/credit_balance_data_view.sql +++ b/java/google/registry/tools/sql/credit_balance_data_view.sql @@ -1,4 +1,4 @@ --- Copyright 2016 The Nomulus Authors. All Rights Reserved. +-- Copyright 2017 The Nomulus Authors. All Rights Reserved. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/sql/credit_data_view.sql b/java/google/registry/tools/sql/credit_data_view.sql index 5572a0de9..123e52942 100644 --- a/java/google/registry/tools/sql/credit_data_view.sql +++ b/java/google/registry/tools/sql/credit_data_view.sql @@ -1,4 +1,4 @@ --- Copyright 2016 The Nomulus Authors. All Rights Reserved. +-- Copyright 2017 The Nomulus Authors. All Rights Reserved. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/sql/currency_table.sql b/java/google/registry/tools/sql/currency_table.sql index 9e6d43314..fc34a533a 100644 --- a/java/google/registry/tools/sql/currency_table.sql +++ b/java/google/registry/tools/sql/currency_table.sql @@ -1,4 +1,4 @@ --- Copyright 2016 The Nomulus Authors. All Rights Reserved. +-- Copyright 2017 The Nomulus Authors. All Rights Reserved. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/sql/premium_list_data_view.sql b/java/google/registry/tools/sql/premium_list_data_view.sql index fc643feff..b1c3e49d4 100644 --- a/java/google/registry/tools/sql/premium_list_data_view.sql +++ b/java/google/registry/tools/sql/premium_list_data_view.sql @@ -1,4 +1,4 @@ --- Copyright 2016 The Nomulus Authors. All Rights Reserved. +-- Copyright 2017 The Nomulus Authors. All Rights Reserved. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/sql/recurring_event_data_view.sql b/java/google/registry/tools/sql/recurring_event_data_view.sql index a7297e9ff..3d679e96d 100644 --- a/java/google/registry/tools/sql/recurring_event_data_view.sql +++ b/java/google/registry/tools/sql/recurring_event_data_view.sql @@ -1,4 +1,4 @@ --- Copyright 2016 The Nomulus Authors. All Rights Reserved. +-- Copyright 2017 The Nomulus Authors. All Rights Reserved. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/sql/registrar_activity_report.sql b/java/google/registry/tools/sql/registrar_activity_report.sql index b21082bee..897539584 100644 --- a/java/google/registry/tools/sql/registrar_activity_report.sql +++ b/java/google/registry/tools/sql/registrar_activity_report.sql @@ -1,4 +1,4 @@ --- Copyright 2016 The Nomulus Authors. All Rights Reserved. +-- Copyright 2017 The Nomulus Authors. All Rights Reserved. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/sql/registrar_data_view.sql b/java/google/registry/tools/sql/registrar_data_view.sql index e2c0d202b..90f2e7eec 100644 --- a/java/google/registry/tools/sql/registrar_data_view.sql +++ b/java/google/registry/tools/sql/registrar_data_view.sql @@ -1,4 +1,4 @@ --- Copyright 2016 The Nomulus Authors. All Rights Reserved. +-- Copyright 2017 The Nomulus Authors. All Rights Reserved. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/java/google/registry/tools/sql/registry_data_view.sql b/java/google/registry/tools/sql/registry_data_view.sql index c73260996..8ecd74c42 100644 --- a/java/google/registry/tools/sql/registry_data_view.sql +++ b/java/google/registry/tools/sql/registry_data_view.sql @@ -1,4 +1,4 @@ --- Copyright 2016 The Nomulus Authors. All Rights Reserved. +-- Copyright 2017 The Nomulus Authors. All Rights Reserved. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/ConsoleConfigModule.java b/java/google/registry/ui/ConsoleConfigModule.java index 176ee3f0c..15bf5ee64 100644 --- a/java/google/registry/ui/ConsoleConfigModule.java +++ b/java/google/registry/ui/ConsoleConfigModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/ConsoleDebug.java b/java/google/registry/ui/ConsoleDebug.java index fcae98c0e..f9e7e2d16 100644 --- a/java/google/registry/ui/ConsoleDebug.java +++ b/java/google/registry/ui/ConsoleDebug.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/compile_test.js b/java/google/registry/ui/compile_test.js index aa3d35c00..ee392a5aa 100644 --- a/java/google/registry/ui/compile_test.js +++ b/java/google/registry/ui/compile_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/externs/braintree.js b/java/google/registry/ui/externs/braintree.js index fd914a12b..ac71586e9 100644 --- a/java/google/registry/ui/externs/braintree.js +++ b/java/google/registry/ui/externs/braintree.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/externs/json.js b/java/google/registry/ui/externs/json.js index 8b46590e9..cc47052ab 100644 --- a/java/google/registry/ui/externs/json.js +++ b/java/google/registry/ui/externs/json.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/externs/rpc_payment.js b/java/google/registry/ui/externs/rpc_payment.js index 87ad4aa55..8fefc4b19 100644 --- a/java/google/registry/ui/externs/rpc_payment.js +++ b/java/google/registry/ui/externs/rpc_payment.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/externs/rpc_paymentsetup.js b/java/google/registry/ui/externs/rpc_paymentsetup.js index 6bcd4d42c..c6d8cab36 100644 --- a/java/google/registry/ui/externs/rpc_paymentsetup.js +++ b/java/google/registry/ui/externs/rpc_paymentsetup.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/forms/FormException.java b/java/google/registry/ui/forms/FormException.java index 7569cc997..91581345d 100644 --- a/java/google/registry/ui/forms/FormException.java +++ b/java/google/registry/ui/forms/FormException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/forms/FormField.java b/java/google/registry/ui/forms/FormField.java index bc8971726..e6af39184 100644 --- a/java/google/registry/ui/forms/FormField.java +++ b/java/google/registry/ui/forms/FormField.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/forms/FormFieldException.java b/java/google/registry/ui/forms/FormFieldException.java index 74ed56263..183e66087 100644 --- a/java/google/registry/ui/forms/FormFieldException.java +++ b/java/google/registry/ui/forms/FormFieldException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/forms/FormFields.java b/java/google/registry/ui/forms/FormFields.java index 2a4e47975..2b51e7760 100644 --- a/java/google/registry/ui/forms/FormFields.java +++ b/java/google/registry/ui/forms/FormFields.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/forms/package-info.java b/java/google/registry/ui/forms/package-info.java index 1f61d491a..b01aa93dd 100644 --- a/java/google/registry/ui/forms/package-info.java +++ b/java/google/registry/ui/forms/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/component.js b/java/google/registry/ui/js/component.js index 6c953d4c2..9299a0a25 100644 --- a/java/google/registry/ui/js/component.js +++ b/java/google/registry/ui/js/component.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/console.js b/java/google/registry/ui/js/console.js index 35b744282..74115aa44 100644 --- a/java/google/registry/ui/js/console.js +++ b/java/google/registry/ui/js/console.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/edit_item.js b/java/google/registry/ui/js/edit_item.js index a80b319f5..bea826867 100644 --- a/java/google/registry/ui/js/edit_item.js +++ b/java/google/registry/ui/js/edit_item.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/forms.js b/java/google/registry/ui/js/forms.js index 321a9b4cd..f852c0e09 100644 --- a/java/google/registry/ui/js/forms.js +++ b/java/google/registry/ui/js/forms.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/menu_button.js b/java/google/registry/ui/js/menu_button.js index 24597c7bd..1d238ee62 100644 --- a/java/google/registry/ui/js/menu_button.js +++ b/java/google/registry/ui/js/menu_button.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/registrar/brainframe.js b/java/google/registry/ui/js/registrar/brainframe.js index 96254fd00..81cd2e109 100644 --- a/java/google/registry/ui/js/registrar/brainframe.js +++ b/java/google/registry/ui/js/registrar/brainframe.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/registrar/console.js b/java/google/registry/ui/js/registrar/console.js index a4fde4b0f..a763ef929 100644 --- a/java/google/registry/ui/js/registrar/console.js +++ b/java/google/registry/ui/js/registrar/console.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/registrar/contact.js b/java/google/registry/ui/js/registrar/contact.js index f96662a8a..7988ed559 100644 --- a/java/google/registry/ui/js/registrar/contact.js +++ b/java/google/registry/ui/js/registrar/contact.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/registrar/contact_settings.js b/java/google/registry/ui/js/registrar/contact_settings.js index 4b47afd14..5b0c8444f 100644 --- a/java/google/registry/ui/js/registrar/contact_settings.js +++ b/java/google/registry/ui/js/registrar/contact_settings.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/registrar/contact_us.js b/java/google/registry/ui/js/registrar/contact_us.js index 317b5925f..ae7870d0f 100644 --- a/java/google/registry/ui/js/registrar/contact_us.js +++ b/java/google/registry/ui/js/registrar/contact_us.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/registrar/dashboard.js b/java/google/registry/ui/js/registrar/dashboard.js index 0d3c56f02..1fdb7b980 100644 --- a/java/google/registry/ui/js/registrar/dashboard.js +++ b/java/google/registry/ui/js/registrar/dashboard.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/registrar/domain.js b/java/google/registry/ui/js/registrar/domain.js index 71ff073c9..4a09c84c9 100644 --- a/java/google/registry/ui/js/registrar/domain.js +++ b/java/google/registry/ui/js/registrar/domain.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/registrar/epp_session.js b/java/google/registry/ui/js/registrar/epp_session.js index 58ec9d1de..188eae24d 100644 --- a/java/google/registry/ui/js/registrar/epp_session.js +++ b/java/google/registry/ui/js/registrar/epp_session.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/registrar/host.js b/java/google/registry/ui/js/registrar/host.js index c9833c7c8..098ed9b79 100644 --- a/java/google/registry/ui/js/registrar/host.js +++ b/java/google/registry/ui/js/registrar/host.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/registrar/main.js b/java/google/registry/ui/js/registrar/main.js index d56953eef..dfc5817e9 100644 --- a/java/google/registry/ui/js/registrar/main.js +++ b/java/google/registry/ui/js/registrar/main.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/registrar/payment.js b/java/google/registry/ui/js/registrar/payment.js index 682cdac50..f46345d47 100644 --- a/java/google/registry/ui/js/registrar/payment.js +++ b/java/google/registry/ui/js/registrar/payment.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/registrar/resources.js b/java/google/registry/ui/js/registrar/resources.js index 99ee75d9d..00ffa163b 100644 --- a/java/google/registry/ui/js/registrar/resources.js +++ b/java/google/registry/ui/js/registrar/resources.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/registrar/security_settings.js b/java/google/registry/ui/js/registrar/security_settings.js index 02b3463bf..849c8fb9a 100644 --- a/java/google/registry/ui/js/registrar/security_settings.js +++ b/java/google/registry/ui/js/registrar/security_settings.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/registrar/whois_settings.js b/java/google/registry/ui/js/registrar/whois_settings.js index 1ce09d333..7234c5117 100644 --- a/java/google/registry/ui/js/registrar/whois_settings.js +++ b/java/google/registry/ui/js/registrar/whois_settings.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/registrar/xml_resource_component.js b/java/google/registry/ui/js/registrar/xml_resource_component.js index 0b57156bb..c7fac18aa 100644 --- a/java/google/registry/ui/js/registrar/xml_resource_component.js +++ b/java/google/registry/ui/js/registrar/xml_resource_component.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/resource.js b/java/google/registry/ui/js/resource.js index 1a5696896..f01105a00 100644 --- a/java/google/registry/ui/js/resource.js +++ b/java/google/registry/ui/js/resource.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/resource_component.js b/java/google/registry/ui/js/resource_component.js index 6fa54e5e8..6ad2ae402 100644 --- a/java/google/registry/ui/js/resource_component.js +++ b/java/google/registry/ui/js/resource_component.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/session.js b/java/google/registry/ui/js/session.js index 880c66c7a..8df8e6b6d 100644 --- a/java/google/registry/ui/js/session.js +++ b/java/google/registry/ui/js/session.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/util.js b/java/google/registry/ui/js/util.js index 348d697dc..b9847dc75 100644 --- a/java/google/registry/ui/js/util.js +++ b/java/google/registry/ui/js/util.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/js/xml.js b/java/google/registry/ui/js/xml.js index 144a6efa4..fba15bdbc 100644 --- a/java/google/registry/ui/js/xml.js +++ b/java/google/registry/ui/js/xml.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/package-info.java b/java/google/registry/ui/package-info.java index f19f92616..ddff37c68 100644 --- a/java/google/registry/ui/package-info.java +++ b/java/google/registry/ui/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/server/RegistrarFormFields.java b/java/google/registry/ui/server/RegistrarFormFields.java index 021bf61b2..8fe53f9d2 100644 --- a/java/google/registry/ui/server/RegistrarFormFields.java +++ b/java/google/registry/ui/server/RegistrarFormFields.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/server/SoyTemplateUtils.java b/java/google/registry/ui/server/SoyTemplateUtils.java index 256c54863..4c5e36400 100644 --- a/java/google/registry/ui/server/SoyTemplateUtils.java +++ b/java/google/registry/ui/server/SoyTemplateUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/server/StateCode.java b/java/google/registry/ui/server/StateCode.java index 233a67bb2..4bf7ef12c 100644 --- a/java/google/registry/ui/server/StateCode.java +++ b/java/google/registry/ui/server/StateCode.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/server/package-info.java b/java/google/registry/ui/server/package-info.java index b5bd82d8a..d5246ed76 100644 --- a/java/google/registry/ui/server/package-info.java +++ b/java/google/registry/ui/server/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/server/registrar/ConsoleUiAction.java b/java/google/registry/ui/server/registrar/ConsoleUiAction.java index 70bdb1d7b..d4b9bd80b 100644 --- a/java/google/registry/ui/server/registrar/ConsoleUiAction.java +++ b/java/google/registry/ui/server/registrar/ConsoleUiAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/server/registrar/RegistrarPaymentAction.java b/java/google/registry/ui/server/registrar/RegistrarPaymentAction.java index a1052a86e..9411697c4 100644 --- a/java/google/registry/ui/server/registrar/RegistrarPaymentAction.java +++ b/java/google/registry/ui/server/registrar/RegistrarPaymentAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/server/registrar/RegistrarPaymentSetupAction.java b/java/google/registry/ui/server/registrar/RegistrarPaymentSetupAction.java index 8359054a3..1f6ebb516 100644 --- a/java/google/registry/ui/server/registrar/RegistrarPaymentSetupAction.java +++ b/java/google/registry/ui/server/registrar/RegistrarPaymentSetupAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/server/registrar/RegistrarSettingsAction.java b/java/google/registry/ui/server/registrar/RegistrarSettingsAction.java index 6abb87166..5bff733a3 100644 --- a/java/google/registry/ui/server/registrar/RegistrarSettingsAction.java +++ b/java/google/registry/ui/server/registrar/RegistrarSettingsAction.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/server/registrar/RegistrarUserModule.java b/java/google/registry/ui/server/registrar/RegistrarUserModule.java index 330937602..91f685d63 100644 --- a/java/google/registry/ui/server/registrar/RegistrarUserModule.java +++ b/java/google/registry/ui/server/registrar/RegistrarUserModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/server/registrar/SendEmailUtils.java b/java/google/registry/ui/server/registrar/SendEmailUtils.java index c2ca3f564..04a8e06d1 100644 --- a/java/google/registry/ui/server/registrar/SendEmailUtils.java +++ b/java/google/registry/ui/server/registrar/SendEmailUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/server/registrar/SessionUtils.java b/java/google/registry/ui/server/registrar/SessionUtils.java index ed85614c6..0bf9287c6 100644 --- a/java/google/registry/ui/server/registrar/SessionUtils.java +++ b/java/google/registry/ui/server/registrar/SessionUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/server/registrar/package-info.java b/java/google/registry/ui/server/registrar/package-info.java index 131770cca..508f80830 100644 --- a/java/google/registry/ui/server/registrar/package-info.java +++ b/java/google/registry/ui/server/registrar/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/soy/Console.soy b/java/google/registry/ui/soy/Console.soy index 8fb387134..287c175c1 100644 --- a/java/google/registry/ui/soy/Console.soy +++ b/java/google/registry/ui/soy/Console.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/soy/Forms.soy b/java/google/registry/ui/soy/Forms.soy index 863a85c49..a9a6e3210 100644 --- a/java/google/registry/ui/soy/Forms.soy +++ b/java/google/registry/ui/soy/Forms.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/soy/registrar/Console.soy b/java/google/registry/ui/soy/registrar/Console.soy index 514f2d48d..d1eee9098 100644 --- a/java/google/registry/ui/soy/registrar/Console.soy +++ b/java/google/registry/ui/soy/registrar/Console.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/soy/registrar/Contact.soy b/java/google/registry/ui/soy/registrar/Contact.soy index 627a5c348..fe0c3162d 100644 --- a/java/google/registry/ui/soy/registrar/Contact.soy +++ b/java/google/registry/ui/soy/registrar/Contact.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/soy/registrar/ContactEpp.soy b/java/google/registry/ui/soy/registrar/ContactEpp.soy index 7fbfa801a..fa895f3b7 100644 --- a/java/google/registry/ui/soy/registrar/ContactEpp.soy +++ b/java/google/registry/ui/soy/registrar/ContactEpp.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/soy/registrar/ContactSettings.soy b/java/google/registry/ui/soy/registrar/ContactSettings.soy index 23e68cbc3..d61e9b42c 100644 --- a/java/google/registry/ui/soy/registrar/ContactSettings.soy +++ b/java/google/registry/ui/soy/registrar/ContactSettings.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/soy/registrar/Domain.soy b/java/google/registry/ui/soy/registrar/Domain.soy index c945b6bb2..545aee988 100644 --- a/java/google/registry/ui/soy/registrar/Domain.soy +++ b/java/google/registry/ui/soy/registrar/Domain.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/soy/registrar/DomainEpp.soy b/java/google/registry/ui/soy/registrar/DomainEpp.soy index 5c2b06465..4fbc3428b 100644 --- a/java/google/registry/ui/soy/registrar/DomainEpp.soy +++ b/java/google/registry/ui/soy/registrar/DomainEpp.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/soy/registrar/Epp.soy b/java/google/registry/ui/soy/registrar/Epp.soy index 6d571d18d..50e9a354b 100644 --- a/java/google/registry/ui/soy/registrar/Epp.soy +++ b/java/google/registry/ui/soy/registrar/Epp.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/soy/registrar/Host.soy b/java/google/registry/ui/soy/registrar/Host.soy index dfc399957..89dad07ff 100644 --- a/java/google/registry/ui/soy/registrar/Host.soy +++ b/java/google/registry/ui/soy/registrar/Host.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/soy/registrar/HostEpp.soy b/java/google/registry/ui/soy/registrar/HostEpp.soy index 5d87bed42..fc87f43aa 100644 --- a/java/google/registry/ui/soy/registrar/HostEpp.soy +++ b/java/google/registry/ui/soy/registrar/HostEpp.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/soy/registrar/Payment.soy b/java/google/registry/ui/soy/registrar/Payment.soy index b012f2b32..f10e464c9 100644 --- a/java/google/registry/ui/soy/registrar/Payment.soy +++ b/java/google/registry/ui/soy/registrar/Payment.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/soy/registrar/SecuritySettings.soy b/java/google/registry/ui/soy/registrar/SecuritySettings.soy index 79612d096..3a93b61f1 100644 --- a/java/google/registry/ui/soy/registrar/SecuritySettings.soy +++ b/java/google/registry/ui/soy/registrar/SecuritySettings.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/ui/soy/registrar/WhoisSettings.soy b/java/google/registry/ui/soy/registrar/WhoisSettings.soy index 17596d515..2bddc849d 100644 --- a/java/google/registry/ui/soy/registrar/WhoisSettings.soy +++ b/java/google/registry/ui/soy/registrar/WhoisSettings.soy @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/AppEngineTimeLimiter.java b/java/google/registry/util/AppEngineTimeLimiter.java index 72fc469fd..eab7df838 100644 --- a/java/google/registry/util/AppEngineTimeLimiter.java +++ b/java/google/registry/util/AppEngineTimeLimiter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/CapturingLogHandler.java b/java/google/registry/util/CapturingLogHandler.java index dba69ece8..d1ec1289e 100644 --- a/java/google/registry/util/CapturingLogHandler.java +++ b/java/google/registry/util/CapturingLogHandler.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/CidrAddressBlock.java b/java/google/registry/util/CidrAddressBlock.java index 4e306c056..7df1aa88e 100644 --- a/java/google/registry/util/CidrAddressBlock.java +++ b/java/google/registry/util/CidrAddressBlock.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/Clock.java b/java/google/registry/util/Clock.java index 433dd84f1..4e53cd0e8 100644 --- a/java/google/registry/util/Clock.java +++ b/java/google/registry/util/Clock.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/CollectionUtils.java b/java/google/registry/util/CollectionUtils.java index fa416566b..0a6ad1c73 100644 --- a/java/google/registry/util/CollectionUtils.java +++ b/java/google/registry/util/CollectionUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/Concurrent.java b/java/google/registry/util/Concurrent.java index c5a6f033d..e9e7358e8 100644 --- a/java/google/registry/util/Concurrent.java +++ b/java/google/registry/util/Concurrent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/DatastoreServiceUtils.java b/java/google/registry/util/DatastoreServiceUtils.java index 09d500bc5..a14a3fa85 100644 --- a/java/google/registry/util/DatastoreServiceUtils.java +++ b/java/google/registry/util/DatastoreServiceUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/DateTimeUtils.java b/java/google/registry/util/DateTimeUtils.java index 7cd58cdbc..74512f604 100644 --- a/java/google/registry/util/DateTimeUtils.java +++ b/java/google/registry/util/DateTimeUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/DiffUtils.java b/java/google/registry/util/DiffUtils.java index 98ac9fddd..dc54dd107 100644 --- a/java/google/registry/util/DiffUtils.java +++ b/java/google/registry/util/DiffUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/DomainNameUtils.java b/java/google/registry/util/DomainNameUtils.java index 94130b262..4cfa942b1 100644 --- a/java/google/registry/util/DomainNameUtils.java +++ b/java/google/registry/util/DomainNameUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/FixedClock.java b/java/google/registry/util/FixedClock.java index 14dfc5543..9ff970c83 100644 --- a/java/google/registry/util/FixedClock.java +++ b/java/google/registry/util/FixedClock.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/FormattingLogger.java b/java/google/registry/util/FormattingLogger.java index 376d65da6..6ce12a7cf 100644 --- a/java/google/registry/util/FormattingLogger.java +++ b/java/google/registry/util/FormattingLogger.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/HexDumper.java b/java/google/registry/util/HexDumper.java index 1d1ecd2af..86274ac4a 100644 --- a/java/google/registry/util/HexDumper.java +++ b/java/google/registry/util/HexDumper.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/Idn.java b/java/google/registry/util/Idn.java index 42432efce..3b417453c 100644 --- a/java/google/registry/util/Idn.java +++ b/java/google/registry/util/Idn.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/ImprovedInputStream.java b/java/google/registry/util/ImprovedInputStream.java index 3727917a3..82204edaa 100644 --- a/java/google/registry/util/ImprovedInputStream.java +++ b/java/google/registry/util/ImprovedInputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/ImprovedOutputStream.java b/java/google/registry/util/ImprovedOutputStream.java index af4fa90cb..8efee5bd2 100644 --- a/java/google/registry/util/ImprovedOutputStream.java +++ b/java/google/registry/util/ImprovedOutputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/ListNamingUtils.java b/java/google/registry/util/ListNamingUtils.java index 2e48a518e..1c7ba1dd6 100644 --- a/java/google/registry/util/ListNamingUtils.java +++ b/java/google/registry/util/ListNamingUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/NetworkUtils.java b/java/google/registry/util/NetworkUtils.java index 3048b7227..bfe6ada2a 100644 --- a/java/google/registry/util/NetworkUtils.java +++ b/java/google/registry/util/NetworkUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/NonFinalForTesting.java b/java/google/registry/util/NonFinalForTesting.java index 848c65fc2..0f961b070 100644 --- a/java/google/registry/util/NonFinalForTesting.java +++ b/java/google/registry/util/NonFinalForTesting.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/ObjectifyUtils.java b/java/google/registry/util/ObjectifyUtils.java index 77ad6c647..c19c6179d 100644 --- a/java/google/registry/util/ObjectifyUtils.java +++ b/java/google/registry/util/ObjectifyUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/PipelineUtils.java b/java/google/registry/util/PipelineUtils.java index 59c03bf4d..63e4ef3cd 100644 --- a/java/google/registry/util/PipelineUtils.java +++ b/java/google/registry/util/PipelineUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/PosixTarHeader.java b/java/google/registry/util/PosixTarHeader.java index 60c7547be..d65b21be8 100644 --- a/java/google/registry/util/PosixTarHeader.java +++ b/java/google/registry/util/PosixTarHeader.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/PreconditionsUtils.java b/java/google/registry/util/PreconditionsUtils.java index 40c98be67..ba58778f5 100644 --- a/java/google/registry/util/PreconditionsUtils.java +++ b/java/google/registry/util/PreconditionsUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/PredicateUtils.java b/java/google/registry/util/PredicateUtils.java index 84e104aff..aafac6645 100644 --- a/java/google/registry/util/PredicateUtils.java +++ b/java/google/registry/util/PredicateUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/RandomStringGenerator.java b/java/google/registry/util/RandomStringGenerator.java index 89d0a1310..40cf16e1f 100644 --- a/java/google/registry/util/RandomStringGenerator.java +++ b/java/google/registry/util/RandomStringGenerator.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/RegistrarUtils.java b/java/google/registry/util/RegistrarUtils.java index 26834865f..d856c618a 100644 --- a/java/google/registry/util/RegistrarUtils.java +++ b/java/google/registry/util/RegistrarUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/ResourceUtils.java b/java/google/registry/util/ResourceUtils.java index 28fc177cd..096b83363 100644 --- a/java/google/registry/util/ResourceUtils.java +++ b/java/google/registry/util/ResourceUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/Retrier.java b/java/google/registry/util/Retrier.java index 98a4d7086..82090a403 100644 --- a/java/google/registry/util/Retrier.java +++ b/java/google/registry/util/Retrier.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/SendEmailService.java b/java/google/registry/util/SendEmailService.java index 9d0e4accc..0a73d315f 100644 --- a/java/google/registry/util/SendEmailService.java +++ b/java/google/registry/util/SendEmailService.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/SerializeUtils.java b/java/google/registry/util/SerializeUtils.java index 6a3fa171d..efa44e107 100644 --- a/java/google/registry/util/SerializeUtils.java +++ b/java/google/registry/util/SerializeUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/Sleeper.java b/java/google/registry/util/Sleeper.java index 61aafdd3a..12e5d48ab 100644 --- a/java/google/registry/util/Sleeper.java +++ b/java/google/registry/util/Sleeper.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/SqlTemplate.java b/java/google/registry/util/SqlTemplate.java index febcf8f57..752347b83 100644 --- a/java/google/registry/util/SqlTemplate.java +++ b/java/google/registry/util/SqlTemplate.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/StringGenerator.java b/java/google/registry/util/StringGenerator.java index 722a5824a..d34795496 100644 --- a/java/google/registry/util/StringGenerator.java +++ b/java/google/registry/util/StringGenerator.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/SystemClock.java b/java/google/registry/util/SystemClock.java index 5d9197f0e..b50c9f894 100644 --- a/java/google/registry/util/SystemClock.java +++ b/java/google/registry/util/SystemClock.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/SystemSleeper.java b/java/google/registry/util/SystemSleeper.java index ecb739118..e660cf315 100644 --- a/java/google/registry/util/SystemSleeper.java +++ b/java/google/registry/util/SystemSleeper.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/TaskEnqueuer.java b/java/google/registry/util/TaskEnqueuer.java index 9b5147816..076918b72 100644 --- a/java/google/registry/util/TaskEnqueuer.java +++ b/java/google/registry/util/TaskEnqueuer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/TeeOutputStream.java b/java/google/registry/util/TeeOutputStream.java index 7082317e7..aa96fae93 100644 --- a/java/google/registry/util/TeeOutputStream.java +++ b/java/google/registry/util/TeeOutputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/TokenUtils.java b/java/google/registry/util/TokenUtils.java index 41f03b363..dcafc5390 100644 --- a/java/google/registry/util/TokenUtils.java +++ b/java/google/registry/util/TokenUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/TypeUtils.java b/java/google/registry/util/TypeUtils.java index c9cda6551..c04174107 100644 --- a/java/google/registry/util/TypeUtils.java +++ b/java/google/registry/util/TypeUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/UrlFetchException.java b/java/google/registry/util/UrlFetchException.java index 16af31b8d..80043af68 100644 --- a/java/google/registry/util/UrlFetchException.java +++ b/java/google/registry/util/UrlFetchException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/UrlFetchUtils.java b/java/google/registry/util/UrlFetchUtils.java index e40637d72..d0fbe04f5 100644 --- a/java/google/registry/util/UrlFetchUtils.java +++ b/java/google/registry/util/UrlFetchUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/X509Utils.java b/java/google/registry/util/X509Utils.java index 2c0cbfeb6..029d28773 100644 --- a/java/google/registry/util/X509Utils.java +++ b/java/google/registry/util/X509Utils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/XmlEnumUtils.java b/java/google/registry/util/XmlEnumUtils.java index 162ab5a16..ad8045773 100644 --- a/java/google/registry/util/XmlEnumUtils.java +++ b/java/google/registry/util/XmlEnumUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/XmlToEnumMapper.java b/java/google/registry/util/XmlToEnumMapper.java index e30d45b2a..4dea2f570 100644 --- a/java/google/registry/util/XmlToEnumMapper.java +++ b/java/google/registry/util/XmlToEnumMapper.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/util/package-info.java b/java/google/registry/util/package-info.java index b4a64ccdf..3dae12105 100644 --- a/java/google/registry/util/package-info.java +++ b/java/google/registry/util/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/DomainLookupCommand.java b/java/google/registry/whois/DomainLookupCommand.java index a91510640..2c9ca86b7 100644 --- a/java/google/registry/whois/DomainLookupCommand.java +++ b/java/google/registry/whois/DomainLookupCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/DomainOrHostLookupCommand.java b/java/google/registry/whois/DomainOrHostLookupCommand.java index a59084ed2..a0dde7b3a 100644 --- a/java/google/registry/whois/DomainOrHostLookupCommand.java +++ b/java/google/registry/whois/DomainOrHostLookupCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/DomainWhoisResponse.java b/java/google/registry/whois/DomainWhoisResponse.java index e0155407e..abdebe7c0 100644 --- a/java/google/registry/whois/DomainWhoisResponse.java +++ b/java/google/registry/whois/DomainWhoisResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/NameserverLookupByHostCommand.java b/java/google/registry/whois/NameserverLookupByHostCommand.java index d376a4108..022bdf6f1 100644 --- a/java/google/registry/whois/NameserverLookupByHostCommand.java +++ b/java/google/registry/whois/NameserverLookupByHostCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/NameserverLookupByIpCommand.java b/java/google/registry/whois/NameserverLookupByIpCommand.java index 491069d38..b0c7da108 100644 --- a/java/google/registry/whois/NameserverLookupByIpCommand.java +++ b/java/google/registry/whois/NameserverLookupByIpCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/NameserverWhoisResponse.java b/java/google/registry/whois/NameserverWhoisResponse.java index f97865722..fa9e6729f 100644 --- a/java/google/registry/whois/NameserverWhoisResponse.java +++ b/java/google/registry/whois/NameserverWhoisResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/RegistrarLookupCommand.java b/java/google/registry/whois/RegistrarLookupCommand.java index 0636ca275..4393697bc 100644 --- a/java/google/registry/whois/RegistrarLookupCommand.java +++ b/java/google/registry/whois/RegistrarLookupCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/RegistrarWhoisResponse.java b/java/google/registry/whois/RegistrarWhoisResponse.java index d63478ed6..cc341da20 100644 --- a/java/google/registry/whois/RegistrarWhoisResponse.java +++ b/java/google/registry/whois/RegistrarWhoisResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/Whois.java b/java/google/registry/whois/Whois.java index 9c296b5fc..bcbe66f5d 100644 --- a/java/google/registry/whois/Whois.java +++ b/java/google/registry/whois/Whois.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/WhoisCommand.java b/java/google/registry/whois/WhoisCommand.java index ee4d4ea0f..f3448cbcb 100644 --- a/java/google/registry/whois/WhoisCommand.java +++ b/java/google/registry/whois/WhoisCommand.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/WhoisCommandFactory.java b/java/google/registry/whois/WhoisCommandFactory.java index 0067b42be..f8d552a5e 100644 --- a/java/google/registry/whois/WhoisCommandFactory.java +++ b/java/google/registry/whois/WhoisCommandFactory.java @@ -1,11 +1,11 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. -// +// Copyright 2017 The Nomulus Authors. All Rights Reserved. +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/java/google/registry/whois/WhoisException.java b/java/google/registry/whois/WhoisException.java index a6ac55ae0..a077dce55 100644 --- a/java/google/registry/whois/WhoisException.java +++ b/java/google/registry/whois/WhoisException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/WhoisHttpServer.java b/java/google/registry/whois/WhoisHttpServer.java index 7f73d64b5..86528788c 100644 --- a/java/google/registry/whois/WhoisHttpServer.java +++ b/java/google/registry/whois/WhoisHttpServer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/WhoisModule.java b/java/google/registry/whois/WhoisModule.java index e1eaaace7..a953246c9 100644 --- a/java/google/registry/whois/WhoisModule.java +++ b/java/google/registry/whois/WhoisModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/WhoisReader.java b/java/google/registry/whois/WhoisReader.java index 244d64814..401e1fcda 100644 --- a/java/google/registry/whois/WhoisReader.java +++ b/java/google/registry/whois/WhoisReader.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/WhoisResponse.java b/java/google/registry/whois/WhoisResponse.java index 5f6fa8885..037889314 100644 --- a/java/google/registry/whois/WhoisResponse.java +++ b/java/google/registry/whois/WhoisResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/WhoisResponseImpl.java b/java/google/registry/whois/WhoisResponseImpl.java index 4f0cd9953..43faafec2 100644 --- a/java/google/registry/whois/WhoisResponseImpl.java +++ b/java/google/registry/whois/WhoisResponseImpl.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/WhoisServer.java b/java/google/registry/whois/WhoisServer.java index 745d34025..b7264d851 100644 --- a/java/google/registry/whois/WhoisServer.java +++ b/java/google/registry/whois/WhoisServer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/whois/package-info.java b/java/google/registry/whois/package-info.java index f18a7e8dd..b50f5b364 100644 --- a/java/google/registry/whois/package-info.java +++ b/java/google/registry/whois/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/xjc/XjcObject.java b/java/google/registry/xjc/XjcObject.java index 5778dcdf9..5e4e8cf1b 100644 --- a/java/google/registry/xjc/XjcObject.java +++ b/java/google/registry/xjc/XjcObject.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/xjc/XjcXmlTransformer.java b/java/google/registry/xjc/XjcXmlTransformer.java index d25210328..dada73a83 100644 --- a/java/google/registry/xjc/XjcXmlTransformer.java +++ b/java/google/registry/xjc/XjcXmlTransformer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/xjc/generated_files.bzl b/java/google/registry/xjc/generated_files.bzl index d8fc2feae..05d233236 100644 --- a/java/google/registry/xjc/generated_files.bzl +++ b/java/google/registry/xjc/generated_files.bzl @@ -1,4 +1,4 @@ -# Copyright 2016 The Nomulus Authors. All Rights Reserved. +# Copyright 2017 The Nomulus Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/java/google/registry/xjc/list_generated_files.sh b/java/google/registry/xjc/list_generated_files.sh index dda51b687..454bcf5c8 100755 --- a/java/google/registry/xjc/list_generated_files.sh +++ b/java/google/registry/xjc/list_generated_files.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2016 The Nomulus Authors. All Rights Reserved. +# Copyright 2017 The Nomulus Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/java/google/registry/xjc/make_pkginfo.sh b/java/google/registry/xjc/make_pkginfo.sh index e8f3cd52f..d509faeaf 100755 --- a/java/google/registry/xjc/make_pkginfo.sh +++ b/java/google/registry/xjc/make_pkginfo.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2016 The Nomulus Authors. All Rights Reserved. +# Copyright 2017 The Nomulus Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/java/google/registry/xjc/package-info.java b/java/google/registry/xjc/package-info.java index 2ce050e36..5b5456585 100644 --- a/java/google/registry/xjc/package-info.java +++ b/java/google/registry/xjc/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/xml/DateAdapter.java b/java/google/registry/xml/DateAdapter.java index 79c4e4291..4fd098e37 100644 --- a/java/google/registry/xml/DateAdapter.java +++ b/java/google/registry/xml/DateAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/xml/PeriodAdapter.java b/java/google/registry/xml/PeriodAdapter.java index 87df251b3..45f8ae62d 100644 --- a/java/google/registry/xml/PeriodAdapter.java +++ b/java/google/registry/xml/PeriodAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/xml/UtcDateTimeAdapter.java b/java/google/registry/xml/UtcDateTimeAdapter.java index d8d56d769..f162fc8d5 100644 --- a/java/google/registry/xml/UtcDateTimeAdapter.java +++ b/java/google/registry/xml/UtcDateTimeAdapter.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/xml/ValidationMode.java b/java/google/registry/xml/ValidationMode.java index 402901d5e..655f4ddfd 100644 --- a/java/google/registry/xml/ValidationMode.java +++ b/java/google/registry/xml/ValidationMode.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/xml/XmlException.java b/java/google/registry/xml/XmlException.java index dfc63dc33..fe8682864 100644 --- a/java/google/registry/xml/XmlException.java +++ b/java/google/registry/xml/XmlException.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/xml/XmlFragmentMarshaller.java b/java/google/registry/xml/XmlFragmentMarshaller.java index 50fec54f3..c8e02e707 100644 --- a/java/google/registry/xml/XmlFragmentMarshaller.java +++ b/java/google/registry/xml/XmlFragmentMarshaller.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/xml/XmlTransformer.java b/java/google/registry/xml/XmlTransformer.java index 338a30afd..c142873b5 100644 --- a/java/google/registry/xml/XmlTransformer.java +++ b/java/google/registry/xml/XmlTransformer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/java/google/registry/xml/package-info.java b/java/google/registry/xml/package-info.java index 73cf6b09e..f8e42585e 100644 --- a/java/google/registry/xml/package-info.java +++ b/java/google/registry/xml/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/backup/CommitLogCheckpointActionTest.java b/javatests/google/registry/backup/CommitLogCheckpointActionTest.java index 561fc343d..3169704f5 100644 --- a/javatests/google/registry/backup/CommitLogCheckpointActionTest.java +++ b/javatests/google/registry/backup/CommitLogCheckpointActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/backup/CommitLogCheckpointStrategyTest.java b/javatests/google/registry/backup/CommitLogCheckpointStrategyTest.java index dccfa2a0f..d76b17485 100644 --- a/javatests/google/registry/backup/CommitLogCheckpointStrategyTest.java +++ b/javatests/google/registry/backup/CommitLogCheckpointStrategyTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/backup/DeleteOldCommitLogsActionTest.java b/javatests/google/registry/backup/DeleteOldCommitLogsActionTest.java index 786628187..1c495d474 100644 --- a/javatests/google/registry/backup/DeleteOldCommitLogsActionTest.java +++ b/javatests/google/registry/backup/DeleteOldCommitLogsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/backup/ExportCommitLogDiffActionTest.java b/javatests/google/registry/backup/ExportCommitLogDiffActionTest.java index 652da1ba9..78f528940 100644 --- a/javatests/google/registry/backup/ExportCommitLogDiffActionTest.java +++ b/javatests/google/registry/backup/ExportCommitLogDiffActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/backup/GcsDiffFileListerTest.java b/javatests/google/registry/backup/GcsDiffFileListerTest.java index bb591f300..a85bbfdc8 100644 --- a/javatests/google/registry/backup/GcsDiffFileListerTest.java +++ b/javatests/google/registry/backup/GcsDiffFileListerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/backup/RestoreCommitLogsActionTest.java b/javatests/google/registry/backup/RestoreCommitLogsActionTest.java index f4333624c..1c500239e 100644 --- a/javatests/google/registry/backup/RestoreCommitLogsActionTest.java +++ b/javatests/google/registry/backup/RestoreCommitLogsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/batch/DeleteContactsAndHostsActionTest.java b/javatests/google/registry/batch/DeleteContactsAndHostsActionTest.java index 8ac5a0c21..2731f7cc7 100644 --- a/javatests/google/registry/batch/DeleteContactsAndHostsActionTest.java +++ b/javatests/google/registry/batch/DeleteContactsAndHostsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/batch/DeleteProberDataActionTest.java b/javatests/google/registry/batch/DeleteProberDataActionTest.java index 5ba6e6659..ff7e2d3ec 100644 --- a/javatests/google/registry/batch/DeleteProberDataActionTest.java +++ b/javatests/google/registry/batch/DeleteProberDataActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/batch/ExpandRecurringBillingEventsActionTest.java b/javatests/google/registry/batch/ExpandRecurringBillingEventsActionTest.java index 4d454e008..0b01ba08c 100644 --- a/javatests/google/registry/batch/ExpandRecurringBillingEventsActionTest.java +++ b/javatests/google/registry/batch/ExpandRecurringBillingEventsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/batch/RefreshDnsOnHostRenameActionTest.java b/javatests/google/registry/batch/RefreshDnsOnHostRenameActionTest.java index fe348351e..156691532 100644 --- a/javatests/google/registry/batch/RefreshDnsOnHostRenameActionTest.java +++ b/javatests/google/registry/batch/RefreshDnsOnHostRenameActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/batch/VerifyEntityIntegrityActionTest.java b/javatests/google/registry/batch/VerifyEntityIntegrityActionTest.java index 41c9be3e2..63d7ffa21 100644 --- a/javatests/google/registry/batch/VerifyEntityIntegrityActionTest.java +++ b/javatests/google/registry/batch/VerifyEntityIntegrityActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/bigquery/BigqueryConnectionTest.java b/javatests/google/registry/bigquery/BigqueryConnectionTest.java index 9fd84b003..554495e46 100644 --- a/javatests/google/registry/bigquery/BigqueryConnectionTest.java +++ b/javatests/google/registry/bigquery/BigqueryConnectionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/bigquery/BigqueryFactoryTest.java b/javatests/google/registry/bigquery/BigqueryFactoryTest.java index 40ffd80c3..82c3b131b 100644 --- a/javatests/google/registry/bigquery/BigqueryFactoryTest.java +++ b/javatests/google/registry/bigquery/BigqueryFactoryTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/bigquery/BigqueryUtilsTest.java b/javatests/google/registry/bigquery/BigqueryUtilsTest.java index 30759e907..e69050434 100644 --- a/javatests/google/registry/bigquery/BigqueryUtilsTest.java +++ b/javatests/google/registry/bigquery/BigqueryUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/builddefs/zip_contents_test.bzl b/javatests/google/registry/builddefs/zip_contents_test.bzl index dc41e8269..f02bc7c7e 100644 --- a/javatests/google/registry/builddefs/zip_contents_test.bzl +++ b/javatests/google/registry/builddefs/zip_contents_test.bzl @@ -1,4 +1,4 @@ -# Copyright 2016 The Nomulus Authors. All Rights Reserved. +# Copyright 2017 The Nomulus Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/config/RegistryEnvironmentTest.java b/javatests/google/registry/config/RegistryEnvironmentTest.java index 4a8a2267e..95cf4351a 100644 --- a/javatests/google/registry/config/RegistryEnvironmentTest.java +++ b/javatests/google/registry/config/RegistryEnvironmentTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/config/YamlUtilsTest.java b/javatests/google/registry/config/YamlUtilsTest.java index fb5bfcc7a..944d4a4d0 100644 --- a/javatests/google/registry/config/YamlUtilsTest.java +++ b/javatests/google/registry/config/YamlUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/cron/CommitLogFanoutActionTest.java b/javatests/google/registry/cron/CommitLogFanoutActionTest.java index 09c5ddca1..ccf22888c 100644 --- a/javatests/google/registry/cron/CommitLogFanoutActionTest.java +++ b/javatests/google/registry/cron/CommitLogFanoutActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/cron/TldFanoutActionTest.java b/javatests/google/registry/cron/TldFanoutActionTest.java index 25a482d09..d8245bd06 100644 --- a/javatests/google/registry/cron/TldFanoutActionTest.java +++ b/javatests/google/registry/cron/TldFanoutActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/dns/DnsInjectionTest.java b/javatests/google/registry/dns/DnsInjectionTest.java index 132498a24..0f27efff6 100644 --- a/javatests/google/registry/dns/DnsInjectionTest.java +++ b/javatests/google/registry/dns/DnsInjectionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/dns/DnsQueueTest.java b/javatests/google/registry/dns/DnsQueueTest.java index 70c681481..481da62f0 100644 --- a/javatests/google/registry/dns/DnsQueueTest.java +++ b/javatests/google/registry/dns/DnsQueueTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/dns/DnsTestComponent.java b/javatests/google/registry/dns/DnsTestComponent.java index 50e394baf..c422f01d5 100644 --- a/javatests/google/registry/dns/DnsTestComponent.java +++ b/javatests/google/registry/dns/DnsTestComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/dns/PublishDnsUpdatesActionTest.java b/javatests/google/registry/dns/PublishDnsUpdatesActionTest.java index a3b19507f..160b49a7d 100644 --- a/javatests/google/registry/dns/PublishDnsUpdatesActionTest.java +++ b/javatests/google/registry/dns/PublishDnsUpdatesActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/dns/ReadDnsQueueActionTest.java b/javatests/google/registry/dns/ReadDnsQueueActionTest.java index d2ba37cd0..43a884930 100644 --- a/javatests/google/registry/dns/ReadDnsQueueActionTest.java +++ b/javatests/google/registry/dns/ReadDnsQueueActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/dns/RefreshDnsActionTest.java b/javatests/google/registry/dns/RefreshDnsActionTest.java index a6c085d5f..eb2809418 100644 --- a/javatests/google/registry/dns/RefreshDnsActionTest.java +++ b/javatests/google/registry/dns/RefreshDnsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/dns/writer/clouddns/CloudDnsWriterTest.java b/javatests/google/registry/dns/writer/clouddns/CloudDnsWriterTest.java index c0bea3660..a07dc1879 100644 --- a/javatests/google/registry/dns/writer/clouddns/CloudDnsWriterTest.java +++ b/javatests/google/registry/dns/writer/clouddns/CloudDnsWriterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/dns/writer/dnsupdate/DnsMessageTransportTest.java b/javatests/google/registry/dns/writer/dnsupdate/DnsMessageTransportTest.java index 71c1593b1..1b66f65ee 100644 --- a/javatests/google/registry/dns/writer/dnsupdate/DnsMessageTransportTest.java +++ b/javatests/google/registry/dns/writer/dnsupdate/DnsMessageTransportTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/dns/writer/dnsupdate/DnsUpdateWriterTest.java b/javatests/google/registry/dns/writer/dnsupdate/DnsUpdateWriterTest.java index 12e7234f3..9e21a07ab 100644 --- a/javatests/google/registry/dns/writer/dnsupdate/DnsUpdateWriterTest.java +++ b/javatests/google/registry/dns/writer/dnsupdate/DnsUpdateWriterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/export/BigqueryPollJobActionTest.java b/javatests/google/registry/export/BigqueryPollJobActionTest.java index e928a1483..1940c4841 100644 --- a/javatests/google/registry/export/BigqueryPollJobActionTest.java +++ b/javatests/google/registry/export/BigqueryPollJobActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/export/CheckSnapshotActionTest.java b/javatests/google/registry/export/CheckSnapshotActionTest.java index 39e444dda..fff52b07a 100644 --- a/javatests/google/registry/export/CheckSnapshotActionTest.java +++ b/javatests/google/registry/export/CheckSnapshotActionTest.java @@ -1,17 +1,3 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - package google.registry.export; import static com.google.common.truth.Truth.assertThat; diff --git a/javatests/google/registry/export/DatastoreBackupInfoTest.java b/javatests/google/registry/export/DatastoreBackupInfoTest.java index 80ba229fc..5939c777d 100644 --- a/javatests/google/registry/export/DatastoreBackupInfoTest.java +++ b/javatests/google/registry/export/DatastoreBackupInfoTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/export/DatastoreBackupServiceTest.java b/javatests/google/registry/export/DatastoreBackupServiceTest.java index cf49c5ad9..be8a9ac96 100644 --- a/javatests/google/registry/export/DatastoreBackupServiceTest.java +++ b/javatests/google/registry/export/DatastoreBackupServiceTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/export/ExportConstantsTest.java b/javatests/google/registry/export/ExportConstantsTest.java index 474831b8e..11ec840f4 100644 --- a/javatests/google/registry/export/ExportConstantsTest.java +++ b/javatests/google/registry/export/ExportConstantsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/export/ExportDomainListsActionTest.java b/javatests/google/registry/export/ExportDomainListsActionTest.java index 75cd653a2..2f02656a5 100644 --- a/javatests/google/registry/export/ExportDomainListsActionTest.java +++ b/javatests/google/registry/export/ExportDomainListsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/export/ExportReservedTermsActionTest.java b/javatests/google/registry/export/ExportReservedTermsActionTest.java index 3da2906c8..489a20d45 100644 --- a/javatests/google/registry/export/ExportReservedTermsActionTest.java +++ b/javatests/google/registry/export/ExportReservedTermsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/export/ExportSnapshotActionTest.java b/javatests/google/registry/export/ExportSnapshotActionTest.java index 8d4499122..981c469bb 100644 --- a/javatests/google/registry/export/ExportSnapshotActionTest.java +++ b/javatests/google/registry/export/ExportSnapshotActionTest.java @@ -1,17 +1,3 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - package google.registry.export; import static com.google.common.truth.Truth.assertThat; diff --git a/javatests/google/registry/export/ExportUtilsTest.java b/javatests/google/registry/export/ExportUtilsTest.java index eabc4b60e..0100d96f5 100644 --- a/javatests/google/registry/export/ExportUtilsTest.java +++ b/javatests/google/registry/export/ExportUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/export/LoadSnapshotActionTest.java b/javatests/google/registry/export/LoadSnapshotActionTest.java index 3178b8403..68d007d51 100644 --- a/javatests/google/registry/export/LoadSnapshotActionTest.java +++ b/javatests/google/registry/export/LoadSnapshotActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/export/PublishDetailReportActionTest.java b/javatests/google/registry/export/PublishDetailReportActionTest.java index 074d1f606..2426e70a0 100644 --- a/javatests/google/registry/export/PublishDetailReportActionTest.java +++ b/javatests/google/registry/export/PublishDetailReportActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/export/SyncGroupMembersActionTest.java b/javatests/google/registry/export/SyncGroupMembersActionTest.java index e056d2042..1264ac705 100644 --- a/javatests/google/registry/export/SyncGroupMembersActionTest.java +++ b/javatests/google/registry/export/SyncGroupMembersActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/export/UpdateSnapshotViewActionTest.java b/javatests/google/registry/export/UpdateSnapshotViewActionTest.java index 06d83d11d..f5d541816 100644 --- a/javatests/google/registry/export/UpdateSnapshotViewActionTest.java +++ b/javatests/google/registry/export/UpdateSnapshotViewActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/export/sheet/SheetSynchronizerTest.java b/javatests/google/registry/export/sheet/SheetSynchronizerTest.java index b5f747c51..4981b1c19 100644 --- a/javatests/google/registry/export/sheet/SheetSynchronizerTest.java +++ b/javatests/google/registry/export/sheet/SheetSynchronizerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/export/sheet/SyncRegistrarsSheetActionTest.java b/javatests/google/registry/export/sheet/SyncRegistrarsSheetActionTest.java index b09e67788..740ce8d4f 100644 --- a/javatests/google/registry/export/sheet/SyncRegistrarsSheetActionTest.java +++ b/javatests/google/registry/export/sheet/SyncRegistrarsSheetActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/export/sheet/SyncRegistrarsSheetTest.java b/javatests/google/registry/export/sheet/SyncRegistrarsSheetTest.java index 4b0208dfb..ea01ee9f2 100644 --- a/javatests/google/registry/export/sheet/SyncRegistrarsSheetTest.java +++ b/javatests/google/registry/export/sheet/SyncRegistrarsSheetTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/CheckApiActionTest.java b/javatests/google/registry/flows/CheckApiActionTest.java index 3c3039118..6a24bf358 100644 --- a/javatests/google/registry/flows/CheckApiActionTest.java +++ b/javatests/google/registry/flows/CheckApiActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/EppCommitLogsTest.java b/javatests/google/registry/flows/EppCommitLogsTest.java index b220b10be..22cac4163 100644 --- a/javatests/google/registry/flows/EppCommitLogsTest.java +++ b/javatests/google/registry/flows/EppCommitLogsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/EppConsoleActionTest.java b/javatests/google/registry/flows/EppConsoleActionTest.java index 6bd4fc898..dc1938810 100644 --- a/javatests/google/registry/flows/EppConsoleActionTest.java +++ b/javatests/google/registry/flows/EppConsoleActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/EppControllerTest.java b/javatests/google/registry/flows/EppControllerTest.java index 0ca2cfdac..ca9130909 100644 --- a/javatests/google/registry/flows/EppControllerTest.java +++ b/javatests/google/registry/flows/EppControllerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/EppLifecycleContactTest.java b/javatests/google/registry/flows/EppLifecycleContactTest.java index 9a7904ab6..971d1ba3d 100644 --- a/javatests/google/registry/flows/EppLifecycleContactTest.java +++ b/javatests/google/registry/flows/EppLifecycleContactTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/EppLifecycleDomainApplicationTest.java b/javatests/google/registry/flows/EppLifecycleDomainApplicationTest.java index 79fe57b05..f1a75c781 100644 --- a/javatests/google/registry/flows/EppLifecycleDomainApplicationTest.java +++ b/javatests/google/registry/flows/EppLifecycleDomainApplicationTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/EppLifecycleDomainTest.java b/javatests/google/registry/flows/EppLifecycleDomainTest.java index 643f208b0..b6d81449d 100644 --- a/javatests/google/registry/flows/EppLifecycleDomainTest.java +++ b/javatests/google/registry/flows/EppLifecycleDomainTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/EppLifecycleHostTest.java b/javatests/google/registry/flows/EppLifecycleHostTest.java index dd60df45a..48c327e65 100644 --- a/javatests/google/registry/flows/EppLifecycleHostTest.java +++ b/javatests/google/registry/flows/EppLifecycleHostTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/EppLoggedOutTest.java b/javatests/google/registry/flows/EppLoggedOutTest.java index d7aa8ed84..5371e080b 100644 --- a/javatests/google/registry/flows/EppLoggedOutTest.java +++ b/javatests/google/registry/flows/EppLoggedOutTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/EppLoginAdminUserTest.java b/javatests/google/registry/flows/EppLoginAdminUserTest.java index 6496ca174..3effe5a6a 100644 --- a/javatests/google/registry/flows/EppLoginAdminUserTest.java +++ b/javatests/google/registry/flows/EppLoginAdminUserTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/EppLoginTlsTest.java b/javatests/google/registry/flows/EppLoginTlsTest.java index 16324c9cf..824a5c6e4 100644 --- a/javatests/google/registry/flows/EppLoginTlsTest.java +++ b/javatests/google/registry/flows/EppLoginTlsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/EppLoginUserTest.java b/javatests/google/registry/flows/EppLoginUserTest.java index b347add1b..728c9f1eb 100644 --- a/javatests/google/registry/flows/EppLoginUserTest.java +++ b/javatests/google/registry/flows/EppLoginUserTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/EppTestCase.java b/javatests/google/registry/flows/EppTestCase.java index 2ba803eab..7294e1198 100644 --- a/javatests/google/registry/flows/EppTestCase.java +++ b/javatests/google/registry/flows/EppTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/EppTestComponent.java b/javatests/google/registry/flows/EppTestComponent.java index 6a9d9c62e..96a960d84 100644 --- a/javatests/google/registry/flows/EppTestComponent.java +++ b/javatests/google/registry/flows/EppTestComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/EppTlsActionTest.java b/javatests/google/registry/flows/EppTlsActionTest.java index ff539e1ff..b911f28a4 100644 --- a/javatests/google/registry/flows/EppTlsActionTest.java +++ b/javatests/google/registry/flows/EppTlsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/EppToolActionTest.java b/javatests/google/registry/flows/EppToolActionTest.java index 300e50fa0..f290e2a37 100644 --- a/javatests/google/registry/flows/EppToolActionTest.java +++ b/javatests/google/registry/flows/EppToolActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/EppXmlTransformerTest.java b/javatests/google/registry/flows/EppXmlTransformerTest.java index 1e820e5d6..f7034f6b1 100644 --- a/javatests/google/registry/flows/EppXmlTransformerTest.java +++ b/javatests/google/registry/flows/EppXmlTransformerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/EppXxeAttackTest.java b/javatests/google/registry/flows/EppXxeAttackTest.java index 73cf9b731..968edad53 100644 --- a/javatests/google/registry/flows/EppXxeAttackTest.java +++ b/javatests/google/registry/flows/EppXxeAttackTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/ExtensionManagerTest.java b/javatests/google/registry/flows/ExtensionManagerTest.java index 62ff4a004..952f842fe 100644 --- a/javatests/google/registry/flows/ExtensionManagerTest.java +++ b/javatests/google/registry/flows/ExtensionManagerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/FlowRunnerTest.java b/javatests/google/registry/flows/FlowRunnerTest.java index 787d14717..1267f64a2 100644 --- a/javatests/google/registry/flows/FlowRunnerTest.java +++ b/javatests/google/registry/flows/FlowRunnerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/FlowTestCase.java b/javatests/google/registry/flows/FlowTestCase.java index 546be44f7..11780be36 100644 --- a/javatests/google/registry/flows/FlowTestCase.java +++ b/javatests/google/registry/flows/FlowTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/ResourceCheckFlowTestCase.java b/javatests/google/registry/flows/ResourceCheckFlowTestCase.java index d15879a1d..309fc4b33 100644 --- a/javatests/google/registry/flows/ResourceCheckFlowTestCase.java +++ b/javatests/google/registry/flows/ResourceCheckFlowTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/ResourceFlowTestCase.java b/javatests/google/registry/flows/ResourceFlowTestCase.java index e3c33ccc0..213e674fb 100644 --- a/javatests/google/registry/flows/ResourceFlowTestCase.java +++ b/javatests/google/registry/flows/ResourceFlowTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/contact/ContactCheckFlowTest.java b/javatests/google/registry/flows/contact/ContactCheckFlowTest.java index a4eb8d3e8..9a546aac6 100644 --- a/javatests/google/registry/flows/contact/ContactCheckFlowTest.java +++ b/javatests/google/registry/flows/contact/ContactCheckFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/contact/ContactCreateFlowTest.java b/javatests/google/registry/flows/contact/ContactCreateFlowTest.java index f3c144cc3..c38b12207 100644 --- a/javatests/google/registry/flows/contact/ContactCreateFlowTest.java +++ b/javatests/google/registry/flows/contact/ContactCreateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/contact/ContactDeleteFlowTest.java b/javatests/google/registry/flows/contact/ContactDeleteFlowTest.java index 28a72dff5..9d3b97e34 100644 --- a/javatests/google/registry/flows/contact/ContactDeleteFlowTest.java +++ b/javatests/google/registry/flows/contact/ContactDeleteFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/contact/ContactInfoFlowTest.java b/javatests/google/registry/flows/contact/ContactInfoFlowTest.java index 4e348feab..aa808a49e 100644 --- a/javatests/google/registry/flows/contact/ContactInfoFlowTest.java +++ b/javatests/google/registry/flows/contact/ContactInfoFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/contact/ContactTransferApproveFlowTest.java b/javatests/google/registry/flows/contact/ContactTransferApproveFlowTest.java index 0d80c6e87..dbfd56524 100644 --- a/javatests/google/registry/flows/contact/ContactTransferApproveFlowTest.java +++ b/javatests/google/registry/flows/contact/ContactTransferApproveFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/contact/ContactTransferCancelFlowTest.java b/javatests/google/registry/flows/contact/ContactTransferCancelFlowTest.java index d1303b90e..a22582502 100644 --- a/javatests/google/registry/flows/contact/ContactTransferCancelFlowTest.java +++ b/javatests/google/registry/flows/contact/ContactTransferCancelFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/contact/ContactTransferFlowTestCase.java b/javatests/google/registry/flows/contact/ContactTransferFlowTestCase.java index b6564a4b8..26aaedd79 100644 --- a/javatests/google/registry/flows/contact/ContactTransferFlowTestCase.java +++ b/javatests/google/registry/flows/contact/ContactTransferFlowTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/contact/ContactTransferQueryFlowTest.java b/javatests/google/registry/flows/contact/ContactTransferQueryFlowTest.java index 03f0aad83..ca6674b4b 100644 --- a/javatests/google/registry/flows/contact/ContactTransferQueryFlowTest.java +++ b/javatests/google/registry/flows/contact/ContactTransferQueryFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/contact/ContactTransferRejectFlowTest.java b/javatests/google/registry/flows/contact/ContactTransferRejectFlowTest.java index 298c91e15..e5296c289 100644 --- a/javatests/google/registry/flows/contact/ContactTransferRejectFlowTest.java +++ b/javatests/google/registry/flows/contact/ContactTransferRejectFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/contact/ContactTransferRequestFlowTest.java b/javatests/google/registry/flows/contact/ContactTransferRequestFlowTest.java index bbe88fc35..fa90ef5a9 100644 --- a/javatests/google/registry/flows/contact/ContactTransferRequestFlowTest.java +++ b/javatests/google/registry/flows/contact/ContactTransferRequestFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/contact/ContactUpdateFlowTest.java b/javatests/google/registry/flows/contact/ContactUpdateFlowTest.java index b2fbef2da..911bb344d 100644 --- a/javatests/google/registry/flows/contact/ContactUpdateFlowTest.java +++ b/javatests/google/registry/flows/contact/ContactUpdateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/custom/TestCustomLogicFactory.java b/javatests/google/registry/flows/custom/TestCustomLogicFactory.java index 31285e80b..d741db300 100644 --- a/javatests/google/registry/flows/custom/TestCustomLogicFactory.java +++ b/javatests/google/registry/flows/custom/TestCustomLogicFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/custom/TestDomainCreateFlowCustomLogic.java b/javatests/google/registry/flows/custom/TestDomainCreateFlowCustomLogic.java index 89b4e423b..b574fcbae 100644 --- a/javatests/google/registry/flows/custom/TestDomainCreateFlowCustomLogic.java +++ b/javatests/google/registry/flows/custom/TestDomainCreateFlowCustomLogic.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/custom/TestDomainPricingCustomLogic.java b/javatests/google/registry/flows/custom/TestDomainPricingCustomLogic.java index 19648c239..a04781671 100644 --- a/javatests/google/registry/flows/custom/TestDomainPricingCustomLogic.java +++ b/javatests/google/registry/flows/custom/TestDomainPricingCustomLogic.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/ClaimsCheckFlowTest.java b/javatests/google/registry/flows/domain/ClaimsCheckFlowTest.java index 78861225c..4b0d3eeb3 100644 --- a/javatests/google/registry/flows/domain/ClaimsCheckFlowTest.java +++ b/javatests/google/registry/flows/domain/ClaimsCheckFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainAllocateFlowTest.java b/javatests/google/registry/flows/domain/DomainAllocateFlowTest.java index 6dd8451a5..d68af746d 100644 --- a/javatests/google/registry/flows/domain/DomainAllocateFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainAllocateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainApplicationCreateFlowTest.java b/javatests/google/registry/flows/domain/DomainApplicationCreateFlowTest.java index f45431f1c..074cb1653 100644 --- a/javatests/google/registry/flows/domain/DomainApplicationCreateFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainApplicationCreateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainApplicationDeleteFlowTest.java b/javatests/google/registry/flows/domain/DomainApplicationDeleteFlowTest.java index 918cf00b0..91894d53a 100644 --- a/javatests/google/registry/flows/domain/DomainApplicationDeleteFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainApplicationDeleteFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainApplicationInfoFlowTest.java b/javatests/google/registry/flows/domain/DomainApplicationInfoFlowTest.java index 11415102d..2b459d856 100644 --- a/javatests/google/registry/flows/domain/DomainApplicationInfoFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainApplicationInfoFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainApplicationUpdateFlowTest.java b/javatests/google/registry/flows/domain/DomainApplicationUpdateFlowTest.java index 47a2e1d41..090bdbd7b 100644 --- a/javatests/google/registry/flows/domain/DomainApplicationUpdateFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainApplicationUpdateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainCheckFlowTest.java b/javatests/google/registry/flows/domain/DomainCheckFlowTest.java index daf0b12ea..59ef82d90 100644 --- a/javatests/google/registry/flows/domain/DomainCheckFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainCheckFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainCreateFlowTest.java b/javatests/google/registry/flows/domain/DomainCreateFlowTest.java index a02281662..583f230d1 100644 --- a/javatests/google/registry/flows/domain/DomainCreateFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainCreateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainDeleteFlowTest.java b/javatests/google/registry/flows/domain/DomainDeleteFlowTest.java index b70f4e19c..06059e31d 100644 --- a/javatests/google/registry/flows/domain/DomainDeleteFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainDeleteFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainInfoFlowTest.java b/javatests/google/registry/flows/domain/DomainInfoFlowTest.java index 0c346be78..f46cd524f 100644 --- a/javatests/google/registry/flows/domain/DomainInfoFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainInfoFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainRenewFlowTest.java b/javatests/google/registry/flows/domain/DomainRenewFlowTest.java index cce2b9714..e032fb6fc 100644 --- a/javatests/google/registry/flows/domain/DomainRenewFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainRenewFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainRestoreRequestFlowTest.java b/javatests/google/registry/flows/domain/DomainRestoreRequestFlowTest.java index 2ecdec5e3..5f6b2a157 100644 --- a/javatests/google/registry/flows/domain/DomainRestoreRequestFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainRestoreRequestFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainTransferApproveFlowTest.java b/javatests/google/registry/flows/domain/DomainTransferApproveFlowTest.java index b3f3de567..e8c19c644 100644 --- a/javatests/google/registry/flows/domain/DomainTransferApproveFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainTransferApproveFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainTransferCancelFlowTest.java b/javatests/google/registry/flows/domain/DomainTransferCancelFlowTest.java index 50eaa5e69..6ce3a8c8f 100644 --- a/javatests/google/registry/flows/domain/DomainTransferCancelFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainTransferCancelFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainTransferFlowTestCase.java b/javatests/google/registry/flows/domain/DomainTransferFlowTestCase.java index 5f24b888d..393ecafc9 100644 --- a/javatests/google/registry/flows/domain/DomainTransferFlowTestCase.java +++ b/javatests/google/registry/flows/domain/DomainTransferFlowTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainTransferQueryFlowTest.java b/javatests/google/registry/flows/domain/DomainTransferQueryFlowTest.java index 6b09f5b87..23b32c4ff 100644 --- a/javatests/google/registry/flows/domain/DomainTransferQueryFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainTransferQueryFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainTransferRejectFlowTest.java b/javatests/google/registry/flows/domain/DomainTransferRejectFlowTest.java index 6c4f3dbb7..c0c90a299 100644 --- a/javatests/google/registry/flows/domain/DomainTransferRejectFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainTransferRejectFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainTransferRequestFlowTest.java b/javatests/google/registry/flows/domain/DomainTransferRequestFlowTest.java index c8a0ed959..81e98b8e8 100644 --- a/javatests/google/registry/flows/domain/DomainTransferRequestFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainTransferRequestFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/domain/DomainUpdateFlowTest.java b/javatests/google/registry/flows/domain/DomainUpdateFlowTest.java index 96794aea5..2f1eff36b 100644 --- a/javatests/google/registry/flows/domain/DomainUpdateFlowTest.java +++ b/javatests/google/registry/flows/domain/DomainUpdateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/host/HostCheckFlowTest.java b/javatests/google/registry/flows/host/HostCheckFlowTest.java index b92d143b2..cd4927af3 100644 --- a/javatests/google/registry/flows/host/HostCheckFlowTest.java +++ b/javatests/google/registry/flows/host/HostCheckFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/host/HostCreateFlowTest.java b/javatests/google/registry/flows/host/HostCreateFlowTest.java index 26d0a6953..f91ce5a99 100644 --- a/javatests/google/registry/flows/host/HostCreateFlowTest.java +++ b/javatests/google/registry/flows/host/HostCreateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/host/HostDeleteFlowTest.java b/javatests/google/registry/flows/host/HostDeleteFlowTest.java index 1aadfe119..4dfd0f509 100644 --- a/javatests/google/registry/flows/host/HostDeleteFlowTest.java +++ b/javatests/google/registry/flows/host/HostDeleteFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/host/HostFlowUtilsTest.java b/javatests/google/registry/flows/host/HostFlowUtilsTest.java index 1c345651f..1286057ef 100644 --- a/javatests/google/registry/flows/host/HostFlowUtilsTest.java +++ b/javatests/google/registry/flows/host/HostFlowUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/host/HostInfoFlowTest.java b/javatests/google/registry/flows/host/HostInfoFlowTest.java index d51e1d626..986fc2c9f 100644 --- a/javatests/google/registry/flows/host/HostInfoFlowTest.java +++ b/javatests/google/registry/flows/host/HostInfoFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/host/HostUpdateFlowTest.java b/javatests/google/registry/flows/host/HostUpdateFlowTest.java index 03e150796..0e6c412db 100644 --- a/javatests/google/registry/flows/host/HostUpdateFlowTest.java +++ b/javatests/google/registry/flows/host/HostUpdateFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/poll/PollAckFlowTest.java b/javatests/google/registry/flows/poll/PollAckFlowTest.java index 410d53370..5c0330b22 100644 --- a/javatests/google/registry/flows/poll/PollAckFlowTest.java +++ b/javatests/google/registry/flows/poll/PollAckFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/poll/PollRequestFlowTest.java b/javatests/google/registry/flows/poll/PollRequestFlowTest.java index 72f474c95..248f9ecae 100644 --- a/javatests/google/registry/flows/poll/PollRequestFlowTest.java +++ b/javatests/google/registry/flows/poll/PollRequestFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/session/HelloFlowTest.java b/javatests/google/registry/flows/session/HelloFlowTest.java index 2f8966884..66d7ed02d 100644 --- a/javatests/google/registry/flows/session/HelloFlowTest.java +++ b/javatests/google/registry/flows/session/HelloFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/session/LoginFlowTestCase.java b/javatests/google/registry/flows/session/LoginFlowTestCase.java index 33a8463f4..7452c39fb 100644 --- a/javatests/google/registry/flows/session/LoginFlowTestCase.java +++ b/javatests/google/registry/flows/session/LoginFlowTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/session/LoginFlowViaConsoleTest.java b/javatests/google/registry/flows/session/LoginFlowViaConsoleTest.java index bd09b6af1..bec594206 100644 --- a/javatests/google/registry/flows/session/LoginFlowViaConsoleTest.java +++ b/javatests/google/registry/flows/session/LoginFlowViaConsoleTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/session/LoginFlowViaTlsTest.java b/javatests/google/registry/flows/session/LoginFlowViaTlsTest.java index ce639d192..f185296a0 100644 --- a/javatests/google/registry/flows/session/LoginFlowViaTlsTest.java +++ b/javatests/google/registry/flows/session/LoginFlowViaTlsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/flows/session/LogoutFlowTest.java b/javatests/google/registry/flows/session/LogoutFlowTest.java index bda9f1263..c3a77a265 100644 --- a/javatests/google/registry/flows/session/LogoutFlowTest.java +++ b/javatests/google/registry/flows/session/LogoutFlowTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/groups/DirectoryGroupsConnectionTest.java b/javatests/google/registry/groups/DirectoryGroupsConnectionTest.java index 9a9585ac0..9d251bb34 100644 --- a/javatests/google/registry/groups/DirectoryGroupsConnectionTest.java +++ b/javatests/google/registry/groups/DirectoryGroupsConnectionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/mapreduce/inputs/ChildEntityInputTest.java b/javatests/google/registry/mapreduce/inputs/ChildEntityInputTest.java index 5fe0da28f..7bb3ea64d 100644 --- a/javatests/google/registry/mapreduce/inputs/ChildEntityInputTest.java +++ b/javatests/google/registry/mapreduce/inputs/ChildEntityInputTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/mapreduce/inputs/EppResourceInputsTest.java b/javatests/google/registry/mapreduce/inputs/EppResourceInputsTest.java index 25c427943..1ea2866b5 100644 --- a/javatests/google/registry/mapreduce/inputs/EppResourceInputsTest.java +++ b/javatests/google/registry/mapreduce/inputs/EppResourceInputsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/CreateAutoTimestampTest.java b/javatests/google/registry/model/CreateAutoTimestampTest.java index dbbdf39cf..8d17f34c3 100644 --- a/javatests/google/registry/model/CreateAutoTimestampTest.java +++ b/javatests/google/registry/model/CreateAutoTimestampTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/EntityClassesTest.java b/javatests/google/registry/model/EntityClassesTest.java index 162ef8baf..c5c3483e0 100644 --- a/javatests/google/registry/model/EntityClassesTest.java +++ b/javatests/google/registry/model/EntityClassesTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/EntityTestCase.java b/javatests/google/registry/model/EntityTestCase.java index 25d7e5292..ee98672b7 100644 --- a/javatests/google/registry/model/EntityTestCase.java +++ b/javatests/google/registry/model/EntityTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/EppResourceUtilsTest.java b/javatests/google/registry/model/EppResourceUtilsTest.java index 39ab34a4f..25d3d1308 100644 --- a/javatests/google/registry/model/EppResourceUtilsTest.java +++ b/javatests/google/registry/model/EppResourceUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/ImmutableObjectTest.java b/javatests/google/registry/model/ImmutableObjectTest.java index 2cf764c9f..7b31d1b68 100644 --- a/javatests/google/registry/model/ImmutableObjectTest.java +++ b/javatests/google/registry/model/ImmutableObjectTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/ModelUtilsTest.java b/javatests/google/registry/model/ModelUtilsTest.java index 84f4f792e..b8d71ed5f 100644 --- a/javatests/google/registry/model/ModelUtilsTest.java +++ b/javatests/google/registry/model/ModelUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/ResourceCommandTestCase.java b/javatests/google/registry/model/ResourceCommandTestCase.java index aa2c3556a..83ccdaa21 100644 --- a/javatests/google/registry/model/ResourceCommandTestCase.java +++ b/javatests/google/registry/model/ResourceCommandTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/SchemaVersionTest.java b/javatests/google/registry/model/SchemaVersionTest.java index 18ba88701..91ac515a3 100644 --- a/javatests/google/registry/model/SchemaVersionTest.java +++ b/javatests/google/registry/model/SchemaVersionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/UpdateAutoTimestampTest.java b/javatests/google/registry/model/UpdateAutoTimestampTest.java index b97c2ca73..61b8cd515 100644 --- a/javatests/google/registry/model/UpdateAutoTimestampTest.java +++ b/javatests/google/registry/model/UpdateAutoTimestampTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/billing/BillingEventTest.java b/javatests/google/registry/model/billing/BillingEventTest.java index 094083dce..afccfb5f2 100644 --- a/javatests/google/registry/model/billing/BillingEventTest.java +++ b/javatests/google/registry/model/billing/BillingEventTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/billing/RegistrarBillingEntryTest.java b/javatests/google/registry/model/billing/RegistrarBillingEntryTest.java index cf7660b14..948a17e0a 100644 --- a/javatests/google/registry/model/billing/RegistrarBillingEntryTest.java +++ b/javatests/google/registry/model/billing/RegistrarBillingEntryTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/billing/RegistrarBillingUtilsTest.java b/javatests/google/registry/model/billing/RegistrarBillingUtilsTest.java index 66ca88277..66fdf27d4 100644 --- a/javatests/google/registry/model/billing/RegistrarBillingUtilsTest.java +++ b/javatests/google/registry/model/billing/RegistrarBillingUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/billing/RegistrarCreditBalanceTest.java b/javatests/google/registry/model/billing/RegistrarCreditBalanceTest.java index 8e85b0d41..9de54d5d9 100644 --- a/javatests/google/registry/model/billing/RegistrarCreditBalanceTest.java +++ b/javatests/google/registry/model/billing/RegistrarCreditBalanceTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/billing/RegistrarCreditTest.java b/javatests/google/registry/model/billing/RegistrarCreditTest.java index cd67c953a..a54d0c681 100644 --- a/javatests/google/registry/model/billing/RegistrarCreditTest.java +++ b/javatests/google/registry/model/billing/RegistrarCreditTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/common/CursorTest.java b/javatests/google/registry/model/common/CursorTest.java index 520bed0ae..c14e250bf 100644 --- a/javatests/google/registry/model/common/CursorTest.java +++ b/javatests/google/registry/model/common/CursorTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/common/GaeUserIdConverterTest.java b/javatests/google/registry/model/common/GaeUserIdConverterTest.java index 9df00d9aa..39e830899 100644 --- a/javatests/google/registry/model/common/GaeUserIdConverterTest.java +++ b/javatests/google/registry/model/common/GaeUserIdConverterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/common/PersistedRangeLongTest.java b/javatests/google/registry/model/common/PersistedRangeLongTest.java index 12f7efc73..4b3e1d4e2 100644 --- a/javatests/google/registry/model/common/PersistedRangeLongTest.java +++ b/javatests/google/registry/model/common/PersistedRangeLongTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/common/TimeOfYearTest.java b/javatests/google/registry/model/common/TimeOfYearTest.java index 63297f51a..a03b24515 100644 --- a/javatests/google/registry/model/common/TimeOfYearTest.java +++ b/javatests/google/registry/model/common/TimeOfYearTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/common/TimedTransitionPropertyTest.java b/javatests/google/registry/model/common/TimedTransitionPropertyTest.java index a3c0349f1..cb9319045 100644 --- a/javatests/google/registry/model/common/TimedTransitionPropertyTest.java +++ b/javatests/google/registry/model/common/TimedTransitionPropertyTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/contact/ContactCommandTest.java b/javatests/google/registry/model/contact/ContactCommandTest.java index fc0f9f275..d7a4942d2 100644 --- a/javatests/google/registry/model/contact/ContactCommandTest.java +++ b/javatests/google/registry/model/contact/ContactCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/contact/ContactResourceTest.java b/javatests/google/registry/model/contact/ContactResourceTest.java index cf228b616..bd1d78beb 100644 --- a/javatests/google/registry/model/contact/ContactResourceTest.java +++ b/javatests/google/registry/model/contact/ContactResourceTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/domain/DomainApplicationTest.java b/javatests/google/registry/model/domain/DomainApplicationTest.java index c884cc37e..4927f5076 100644 --- a/javatests/google/registry/model/domain/DomainApplicationTest.java +++ b/javatests/google/registry/model/domain/DomainApplicationTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/domain/DomainCommandTest.java b/javatests/google/registry/model/domain/DomainCommandTest.java index 7b5ea7879..1a3d3b986 100644 --- a/javatests/google/registry/model/domain/DomainCommandTest.java +++ b/javatests/google/registry/model/domain/DomainCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/domain/DomainResourceTest.java b/javatests/google/registry/model/domain/DomainResourceTest.java index 55b67af47..32663fd41 100644 --- a/javatests/google/registry/model/domain/DomainResourceTest.java +++ b/javatests/google/registry/model/domain/DomainResourceTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/domain/GracePeriodTest.java b/javatests/google/registry/model/domain/GracePeriodTest.java index 443609096..304371a3b 100644 --- a/javatests/google/registry/model/domain/GracePeriodTest.java +++ b/javatests/google/registry/model/domain/GracePeriodTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/domain/LrpTokenEntityTest.java b/javatests/google/registry/model/domain/LrpTokenEntityTest.java index cbc73c89d..620410901 100644 --- a/javatests/google/registry/model/domain/LrpTokenEntityTest.java +++ b/javatests/google/registry/model/domain/LrpTokenEntityTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/eppinput/EppInputTest.java b/javatests/google/registry/model/eppinput/EppInputTest.java index a26cc41c0..87cd858f2 100644 --- a/javatests/google/registry/model/eppinput/EppInputTest.java +++ b/javatests/google/registry/model/eppinput/EppInputTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/eppoutput/ResultTest.java b/javatests/google/registry/model/eppoutput/ResultTest.java index 4656031e9..1960c8ca4 100644 --- a/javatests/google/registry/model/eppoutput/ResultTest.java +++ b/javatests/google/registry/model/eppoutput/ResultTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/export/LogsExportCursorTest.java b/javatests/google/registry/model/export/LogsExportCursorTest.java index e87ab78d4..714642017 100644 --- a/javatests/google/registry/model/export/LogsExportCursorTest.java +++ b/javatests/google/registry/model/export/LogsExportCursorTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/host/HostCommandTest.java b/javatests/google/registry/model/host/HostCommandTest.java index c6e283970..dc96866ac 100644 --- a/javatests/google/registry/model/host/HostCommandTest.java +++ b/javatests/google/registry/model/host/HostCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/host/HostResourceTest.java b/javatests/google/registry/model/host/HostResourceTest.java index e73d1d384..6de2f8ca6 100644 --- a/javatests/google/registry/model/host/HostResourceTest.java +++ b/javatests/google/registry/model/host/HostResourceTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/index/DomainApplicationIndexTest.java b/javatests/google/registry/model/index/DomainApplicationIndexTest.java index 72aa8783a..1493feff5 100644 --- a/javatests/google/registry/model/index/DomainApplicationIndexTest.java +++ b/javatests/google/registry/model/index/DomainApplicationIndexTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/index/EppResourceIndexTest.java b/javatests/google/registry/model/index/EppResourceIndexTest.java index 74f1ba231..b3b3085fd 100644 --- a/javatests/google/registry/model/index/EppResourceIndexTest.java +++ b/javatests/google/registry/model/index/EppResourceIndexTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/index/ForeignKeyIndexTest.java b/javatests/google/registry/model/index/ForeignKeyIndexTest.java index 30a203474..6bf83216b 100644 --- a/javatests/google/registry/model/index/ForeignKeyIndexTest.java +++ b/javatests/google/registry/model/index/ForeignKeyIndexTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/mark/MarkContactTest.java b/javatests/google/registry/model/mark/MarkContactTest.java index 8cf55f0b3..7f7f99e42 100644 --- a/javatests/google/registry/model/mark/MarkContactTest.java +++ b/javatests/google/registry/model/mark/MarkContactTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/mark/MarkHolderTest.java b/javatests/google/registry/model/mark/MarkHolderTest.java index 7f1318411..9836801b2 100644 --- a/javatests/google/registry/model/mark/MarkHolderTest.java +++ b/javatests/google/registry/model/mark/MarkHolderTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/mark/MarkProtectionTest.java b/javatests/google/registry/model/mark/MarkProtectionTest.java index ec6697506..844cbd6c6 100644 --- a/javatests/google/registry/model/mark/MarkProtectionTest.java +++ b/javatests/google/registry/model/mark/MarkProtectionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/ofy/CommitLogBucketTest.java b/javatests/google/registry/model/ofy/CommitLogBucketTest.java index 8aeb705ac..8cef3624d 100644 --- a/javatests/google/registry/model/ofy/CommitLogBucketTest.java +++ b/javatests/google/registry/model/ofy/CommitLogBucketTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/ofy/CommitLogCheckpointTest.java b/javatests/google/registry/model/ofy/CommitLogCheckpointTest.java index d93e1ac7d..f5cf6c7c6 100644 --- a/javatests/google/registry/model/ofy/CommitLogCheckpointTest.java +++ b/javatests/google/registry/model/ofy/CommitLogCheckpointTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/ofy/CommitLogMutationTest.java b/javatests/google/registry/model/ofy/CommitLogMutationTest.java index 38369beae..ef7f29afb 100644 --- a/javatests/google/registry/model/ofy/CommitLogMutationTest.java +++ b/javatests/google/registry/model/ofy/CommitLogMutationTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/ofy/ObjectifyServiceTest.java b/javatests/google/registry/model/ofy/ObjectifyServiceTest.java index f86344355..6e6ca5381 100644 --- a/javatests/google/registry/model/ofy/ObjectifyServiceTest.java +++ b/javatests/google/registry/model/ofy/ObjectifyServiceTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/ofy/OfyCommitLogTest.java b/javatests/google/registry/model/ofy/OfyCommitLogTest.java index dd763a30a..5a3111ee4 100644 --- a/javatests/google/registry/model/ofy/OfyCommitLogTest.java +++ b/javatests/google/registry/model/ofy/OfyCommitLogTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/ofy/OfyFilterTest.java b/javatests/google/registry/model/ofy/OfyFilterTest.java index 6c04eb565..865e046c0 100644 --- a/javatests/google/registry/model/ofy/OfyFilterTest.java +++ b/javatests/google/registry/model/ofy/OfyFilterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/ofy/OfyTest.java b/javatests/google/registry/model/ofy/OfyTest.java index c6b9d5dbf..11a1650c3 100644 --- a/javatests/google/registry/model/ofy/OfyTest.java +++ b/javatests/google/registry/model/ofy/OfyTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/poll/PollMessageExternalKeyConverterTest.java b/javatests/google/registry/model/poll/PollMessageExternalKeyConverterTest.java index 764b23946..ec4349249 100644 --- a/javatests/google/registry/model/poll/PollMessageExternalKeyConverterTest.java +++ b/javatests/google/registry/model/poll/PollMessageExternalKeyConverterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/poll/PollMessageTest.java b/javatests/google/registry/model/poll/PollMessageTest.java index c22744877..ab2e00cb9 100644 --- a/javatests/google/registry/model/poll/PollMessageTest.java +++ b/javatests/google/registry/model/poll/PollMessageTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/rde/RdeNamingUtilsTest.java b/javatests/google/registry/model/rde/RdeNamingUtilsTest.java index b9ef5cda6..9534a1b34 100644 --- a/javatests/google/registry/model/rde/RdeNamingUtilsTest.java +++ b/javatests/google/registry/model/rde/RdeNamingUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/rde/RdeRevisionTest.java b/javatests/google/registry/model/rde/RdeRevisionTest.java index eb31016b4..2c81ac6a8 100644 --- a/javatests/google/registry/model/rde/RdeRevisionTest.java +++ b/javatests/google/registry/model/rde/RdeRevisionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/registrar/RegistrarTest.java b/javatests/google/registry/model/registrar/RegistrarTest.java index d7dfa24e9..393ca1f0d 100644 --- a/javatests/google/registry/model/registrar/RegistrarTest.java +++ b/javatests/google/registry/model/registrar/RegistrarTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/registry/RegistriesTest.java b/javatests/google/registry/model/registry/RegistriesTest.java index c2944070a..98e95cc93 100644 --- a/javatests/google/registry/model/registry/RegistriesTest.java +++ b/javatests/google/registry/model/registry/RegistriesTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/registry/RegistryTest.java b/javatests/google/registry/model/registry/RegistryTest.java index 0d5eb715a..cb60e31dc 100644 --- a/javatests/google/registry/model/registry/RegistryTest.java +++ b/javatests/google/registry/model/registry/RegistryTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/registry/label/PremiumListTest.java b/javatests/google/registry/model/registry/label/PremiumListTest.java index ce4b4a97e..3321bd689 100644 --- a/javatests/google/registry/model/registry/label/PremiumListTest.java +++ b/javatests/google/registry/model/registry/label/PremiumListTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/registry/label/ReservedListTest.java b/javatests/google/registry/model/registry/label/ReservedListTest.java index ba8738efc..968ca30f6 100644 --- a/javatests/google/registry/model/registry/label/ReservedListTest.java +++ b/javatests/google/registry/model/registry/label/ReservedListTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/reporting/HistoryEntryTest.java b/javatests/google/registry/model/reporting/HistoryEntryTest.java index 0588969e6..8abe37ade 100644 --- a/javatests/google/registry/model/reporting/HistoryEntryTest.java +++ b/javatests/google/registry/model/reporting/HistoryEntryTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/server/LockTest.java b/javatests/google/registry/model/server/LockTest.java index 8bafaa408..c2f890e7a 100644 --- a/javatests/google/registry/model/server/LockTest.java +++ b/javatests/google/registry/model/server/LockTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/smd/IssuerInfoTest.java b/javatests/google/registry/model/smd/IssuerInfoTest.java index 1349330eb..9bc997b14 100644 --- a/javatests/google/registry/model/smd/IssuerInfoTest.java +++ b/javatests/google/registry/model/smd/IssuerInfoTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/smd/SignedMarkRevocationListTest.java b/javatests/google/registry/model/smd/SignedMarkRevocationListTest.java index 5624fe3c8..89aeb3c5a 100644 --- a/javatests/google/registry/model/smd/SignedMarkRevocationListTest.java +++ b/javatests/google/registry/model/smd/SignedMarkRevocationListTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/tmch/ClaimsListShardTest.java b/javatests/google/registry/model/tmch/ClaimsListShardTest.java index 661354331..e773d6a80 100644 --- a/javatests/google/registry/model/tmch/ClaimsListShardTest.java +++ b/javatests/google/registry/model/tmch/ClaimsListShardTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/tmch/TmchCrlTest.java b/javatests/google/registry/model/tmch/TmchCrlTest.java index f80d3121b..9c5680c73 100644 --- a/javatests/google/registry/model/tmch/TmchCrlTest.java +++ b/javatests/google/registry/model/tmch/TmchCrlTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/transfer/TransferDataTest.java b/javatests/google/registry/model/transfer/TransferDataTest.java index 346c2854e..7d286139e 100644 --- a/javatests/google/registry/model/transfer/TransferDataTest.java +++ b/javatests/google/registry/model/transfer/TransferDataTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/translators/CommitLogRevisionsTranslatorFactoryTest.java b/javatests/google/registry/model/translators/CommitLogRevisionsTranslatorFactoryTest.java index 64a2aabe9..615ab6aab 100644 --- a/javatests/google/registry/model/translators/CommitLogRevisionsTranslatorFactoryTest.java +++ b/javatests/google/registry/model/translators/CommitLogRevisionsTranslatorFactoryTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/model/translators/StatusValueAdapterTest.java b/javatests/google/registry/model/translators/StatusValueAdapterTest.java index 7b6d4b34a..d703294b2 100644 --- a/javatests/google/registry/model/translators/StatusValueAdapterTest.java +++ b/javatests/google/registry/model/translators/StatusValueAdapterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/module/backend/BackendServletTest.java b/javatests/google/registry/module/backend/BackendServletTest.java index 4b4c036ce..0db3f0f10 100644 --- a/javatests/google/registry/module/backend/BackendServletTest.java +++ b/javatests/google/registry/module/backend/BackendServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/module/frontend/FrontendServletTest.java b/javatests/google/registry/module/frontend/FrontendServletTest.java index d9cc7b4e0..f02c02b47 100644 --- a/javatests/google/registry/module/frontend/FrontendServletTest.java +++ b/javatests/google/registry/module/frontend/FrontendServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/module/tools/ToolsServletTest.java b/javatests/google/registry/module/tools/ToolsServletTest.java index 3d6058884..b62ab895a 100644 --- a/javatests/google/registry/module/tools/ToolsServletTest.java +++ b/javatests/google/registry/module/tools/ToolsServletTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/monitoring/metrics/CounterTest.java b/javatests/google/registry/monitoring/metrics/CounterTest.java index 4abddfab8..91d67f09a 100644 --- a/javatests/google/registry/monitoring/metrics/CounterTest.java +++ b/javatests/google/registry/monitoring/metrics/CounterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/monitoring/metrics/CustomFitterTest.java b/javatests/google/registry/monitoring/metrics/CustomFitterTest.java index 4fbe7c7dc..a1d9ec4f6 100644 --- a/javatests/google/registry/monitoring/metrics/CustomFitterTest.java +++ b/javatests/google/registry/monitoring/metrics/CustomFitterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/monitoring/metrics/EventMetricTest.java b/javatests/google/registry/monitoring/metrics/EventMetricTest.java index d13a47317..54143a503 100644 --- a/javatests/google/registry/monitoring/metrics/EventMetricTest.java +++ b/javatests/google/registry/monitoring/metrics/EventMetricTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/monitoring/metrics/ExponentialFitterTest.java b/javatests/google/registry/monitoring/metrics/ExponentialFitterTest.java index 6204f3d25..8790e5b66 100644 --- a/javatests/google/registry/monitoring/metrics/ExponentialFitterTest.java +++ b/javatests/google/registry/monitoring/metrics/ExponentialFitterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/monitoring/metrics/LabelDescriptorTest.java b/javatests/google/registry/monitoring/metrics/LabelDescriptorTest.java index 2509fb18d..7cfb2a3b8 100644 --- a/javatests/google/registry/monitoring/metrics/LabelDescriptorTest.java +++ b/javatests/google/registry/monitoring/metrics/LabelDescriptorTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/monitoring/metrics/LinearFitterTest.java b/javatests/google/registry/monitoring/metrics/LinearFitterTest.java index f3cecc6e2..8716f2597 100644 --- a/javatests/google/registry/monitoring/metrics/LinearFitterTest.java +++ b/javatests/google/registry/monitoring/metrics/LinearFitterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/monitoring/metrics/MetricExporterTest.java b/javatests/google/registry/monitoring/metrics/MetricExporterTest.java index 99358bccd..98f097482 100644 --- a/javatests/google/registry/monitoring/metrics/MetricExporterTest.java +++ b/javatests/google/registry/monitoring/metrics/MetricExporterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/monitoring/metrics/MetricRegistryImplTest.java b/javatests/google/registry/monitoring/metrics/MetricRegistryImplTest.java index 46e7ad971..92f3f431b 100644 --- a/javatests/google/registry/monitoring/metrics/MetricRegistryImplTest.java +++ b/javatests/google/registry/monitoring/metrics/MetricRegistryImplTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/monitoring/metrics/MetricReporterTest.java b/javatests/google/registry/monitoring/metrics/MetricReporterTest.java index 98cf44a88..9b0022ffd 100644 --- a/javatests/google/registry/monitoring/metrics/MetricReporterTest.java +++ b/javatests/google/registry/monitoring/metrics/MetricReporterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/monitoring/metrics/MetricSchemaTest.java b/javatests/google/registry/monitoring/metrics/MetricSchemaTest.java index 897e31714..ccf64334c 100644 --- a/javatests/google/registry/monitoring/metrics/MetricSchemaTest.java +++ b/javatests/google/registry/monitoring/metrics/MetricSchemaTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/monitoring/metrics/MutableDistributionTest.java b/javatests/google/registry/monitoring/metrics/MutableDistributionTest.java index 202fe48fe..4da8c4868 100644 --- a/javatests/google/registry/monitoring/metrics/MutableDistributionTest.java +++ b/javatests/google/registry/monitoring/metrics/MutableDistributionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/monitoring/metrics/StoredMetricTest.java b/javatests/google/registry/monitoring/metrics/StoredMetricTest.java index 611c8a8fd..b41c85b8a 100644 --- a/javatests/google/registry/monitoring/metrics/StoredMetricTest.java +++ b/javatests/google/registry/monitoring/metrics/StoredMetricTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/monitoring/metrics/VirtualMetricTest.java b/javatests/google/registry/monitoring/metrics/VirtualMetricTest.java index 7b356e5be..a987f31a6 100644 --- a/javatests/google/registry/monitoring/metrics/VirtualMetricTest.java +++ b/javatests/google/registry/monitoring/metrics/VirtualMetricTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/monitoring/metrics/example/SheepCounterExample.java b/javatests/google/registry/monitoring/metrics/example/SheepCounterExample.java index c9b58fd15..8bc814546 100644 --- a/javatests/google/registry/monitoring/metrics/example/SheepCounterExample.java +++ b/javatests/google/registry/monitoring/metrics/example/SheepCounterExample.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/monitoring/metrics/stackdriver/GoogleJsonResponseExceptionHelper.java b/javatests/google/registry/monitoring/metrics/stackdriver/GoogleJsonResponseExceptionHelper.java index b3f918ece..a8f64edae 100644 --- a/javatests/google/registry/monitoring/metrics/stackdriver/GoogleJsonResponseExceptionHelper.java +++ b/javatests/google/registry/monitoring/metrics/stackdriver/GoogleJsonResponseExceptionHelper.java @@ -1,17 +1,3 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - package google.registry.monitoring.metrics.stackdriver; import com.google.api.client.googleapis.json.GoogleJsonResponseException; diff --git a/javatests/google/registry/monitoring/metrics/stackdriver/StackdriverWriterTest.java b/javatests/google/registry/monitoring/metrics/stackdriver/StackdriverWriterTest.java index 4dea28353..8f78ae19f 100644 --- a/javatests/google/registry/monitoring/metrics/stackdriver/StackdriverWriterTest.java +++ b/javatests/google/registry/monitoring/metrics/stackdriver/StackdriverWriterTest.java @@ -1,17 +1,3 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - package google.registry.monitoring.metrics.stackdriver; import static com.google.common.truth.Truth.assertThat; diff --git a/javatests/google/registry/monitoring/whitebox/BigQueryMetricsEnqueuerTest.java b/javatests/google/registry/monitoring/whitebox/BigQueryMetricsEnqueuerTest.java index 1af722fff..cccd0d5e0 100644 --- a/javatests/google/registry/monitoring/whitebox/BigQueryMetricsEnqueuerTest.java +++ b/javatests/google/registry/monitoring/whitebox/BigQueryMetricsEnqueuerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/monitoring/whitebox/EppMetricTest.java b/javatests/google/registry/monitoring/whitebox/EppMetricTest.java index cab11c12d..5358234e3 100644 --- a/javatests/google/registry/monitoring/whitebox/EppMetricTest.java +++ b/javatests/google/registry/monitoring/whitebox/EppMetricTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/monitoring/whitebox/MetricsExportActionTest.java b/javatests/google/registry/monitoring/whitebox/MetricsExportActionTest.java index a458047dc..90df59a66 100644 --- a/javatests/google/registry/monitoring/whitebox/MetricsExportActionTest.java +++ b/javatests/google/registry/monitoring/whitebox/MetricsExportActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/pricing/PricingEngineProxyTest.java b/javatests/google/registry/pricing/PricingEngineProxyTest.java index 9b3f29bba..7773954e9 100644 --- a/javatests/google/registry/pricing/PricingEngineProxyTest.java +++ b/javatests/google/registry/pricing/PricingEngineProxyTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rdap/RdapActionBaseTest.java b/javatests/google/registry/rdap/RdapActionBaseTest.java index 605594d72..55f482c40 100644 --- a/javatests/google/registry/rdap/RdapActionBaseTest.java +++ b/javatests/google/registry/rdap/RdapActionBaseTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rdap/RdapDomainActionTest.java b/javatests/google/registry/rdap/RdapDomainActionTest.java index 8b16af9b0..19ac0cc3d 100644 --- a/javatests/google/registry/rdap/RdapDomainActionTest.java +++ b/javatests/google/registry/rdap/RdapDomainActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rdap/RdapDomainSearchActionTest.java b/javatests/google/registry/rdap/RdapDomainSearchActionTest.java index 03cb05447..7447635b9 100644 --- a/javatests/google/registry/rdap/RdapDomainSearchActionTest.java +++ b/javatests/google/registry/rdap/RdapDomainSearchActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rdap/RdapEntityActionTest.java b/javatests/google/registry/rdap/RdapEntityActionTest.java index 55105a688..4836eacaf 100644 --- a/javatests/google/registry/rdap/RdapEntityActionTest.java +++ b/javatests/google/registry/rdap/RdapEntityActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rdap/RdapEntitySearchActionTest.java b/javatests/google/registry/rdap/RdapEntitySearchActionTest.java index 0783187d7..3b948dd4c 100644 --- a/javatests/google/registry/rdap/RdapEntitySearchActionTest.java +++ b/javatests/google/registry/rdap/RdapEntitySearchActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rdap/RdapHelpActionTest.java b/javatests/google/registry/rdap/RdapHelpActionTest.java index 0b25fc097..7700bd6ad 100644 --- a/javatests/google/registry/rdap/RdapHelpActionTest.java +++ b/javatests/google/registry/rdap/RdapHelpActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rdap/RdapJsonFormatterTest.java b/javatests/google/registry/rdap/RdapJsonFormatterTest.java index abb663c49..18cae9f5c 100644 --- a/javatests/google/registry/rdap/RdapJsonFormatterTest.java +++ b/javatests/google/registry/rdap/RdapJsonFormatterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rdap/RdapNameserverActionTest.java b/javatests/google/registry/rdap/RdapNameserverActionTest.java index 73aa4c7c7..c34d56b6b 100644 --- a/javatests/google/registry/rdap/RdapNameserverActionTest.java +++ b/javatests/google/registry/rdap/RdapNameserverActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rdap/RdapNameserverSearchActionTest.java b/javatests/google/registry/rdap/RdapNameserverSearchActionTest.java index 1c1860778..8a611962a 100644 --- a/javatests/google/registry/rdap/RdapNameserverSearchActionTest.java +++ b/javatests/google/registry/rdap/RdapNameserverSearchActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rdap/RdapSearchPatternTest.java b/javatests/google/registry/rdap/RdapSearchPatternTest.java index 37eb04db2..e4bca0155 100644 --- a/javatests/google/registry/rdap/RdapSearchPatternTest.java +++ b/javatests/google/registry/rdap/RdapSearchPatternTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rdap/RdapTestHelper.java b/javatests/google/registry/rdap/RdapTestHelper.java index 38a4e7dae..fe9222b60 100644 --- a/javatests/google/registry/rdap/RdapTestHelper.java +++ b/javatests/google/registry/rdap/RdapTestHelper.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/BouncyCastleTest.java b/javatests/google/registry/rde/BouncyCastleTest.java index 014aa7836..b2ea84aeb 100644 --- a/javatests/google/registry/rde/BouncyCastleTest.java +++ b/javatests/google/registry/rde/BouncyCastleTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/BrdaCopyActionTest.java b/javatests/google/registry/rde/BrdaCopyActionTest.java index c338fd46c..a6a26a012 100644 --- a/javatests/google/registry/rde/BrdaCopyActionTest.java +++ b/javatests/google/registry/rde/BrdaCopyActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/ContactResourceToXjcConverterTest.java b/javatests/google/registry/rde/ContactResourceToXjcConverterTest.java index 48ad41df9..f9652ca65 100644 --- a/javatests/google/registry/rde/ContactResourceToXjcConverterTest.java +++ b/javatests/google/registry/rde/ContactResourceToXjcConverterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/DomainResourceToXjcConverterTest.java b/javatests/google/registry/rde/DomainResourceToXjcConverterTest.java index ae583ea3f..61fac4833 100644 --- a/javatests/google/registry/rde/DomainResourceToXjcConverterTest.java +++ b/javatests/google/registry/rde/DomainResourceToXjcConverterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/EscrowTaskRunnerTest.java b/javatests/google/registry/rde/EscrowTaskRunnerTest.java index 102c14013..2fe95ed60 100644 --- a/javatests/google/registry/rde/EscrowTaskRunnerTest.java +++ b/javatests/google/registry/rde/EscrowTaskRunnerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/GhostrydeGpgIntegrationTest.java b/javatests/google/registry/rde/GhostrydeGpgIntegrationTest.java index 0b7cc75d7..f4f23f279 100644 --- a/javatests/google/registry/rde/GhostrydeGpgIntegrationTest.java +++ b/javatests/google/registry/rde/GhostrydeGpgIntegrationTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/GhostrydeTest.java b/javatests/google/registry/rde/GhostrydeTest.java index 0ef26e78f..3c357c150 100644 --- a/javatests/google/registry/rde/GhostrydeTest.java +++ b/javatests/google/registry/rde/GhostrydeTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/HostResourceToXjcConverterTest.java b/javatests/google/registry/rde/HostResourceToXjcConverterTest.java index b5dad30b3..755100b57 100644 --- a/javatests/google/registry/rde/HostResourceToXjcConverterTest.java +++ b/javatests/google/registry/rde/HostResourceToXjcConverterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/PendingDepositCheckerTest.java b/javatests/google/registry/rde/PendingDepositCheckerTest.java index e6ca39a32..8ca0d1780 100644 --- a/javatests/google/registry/rde/PendingDepositCheckerTest.java +++ b/javatests/google/registry/rde/PendingDepositCheckerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/RdeFixtures.java b/javatests/google/registry/rde/RdeFixtures.java index ba8d153d3..147d509a0 100644 --- a/javatests/google/registry/rde/RdeFixtures.java +++ b/javatests/google/registry/rde/RdeFixtures.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/RdeKeyringModule.java b/javatests/google/registry/rde/RdeKeyringModule.java index 7e9dc35a1..b150a61e9 100644 --- a/javatests/google/registry/rde/RdeKeyringModule.java +++ b/javatests/google/registry/rde/RdeKeyringModule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/RdeMarshallerTest.java b/javatests/google/registry/rde/RdeMarshallerTest.java index 510408ea3..bab2f736f 100644 --- a/javatests/google/registry/rde/RdeMarshallerTest.java +++ b/javatests/google/registry/rde/RdeMarshallerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/RdeReportActionTest.java b/javatests/google/registry/rde/RdeReportActionTest.java index 082e30221..1ffab599d 100644 --- a/javatests/google/registry/rde/RdeReportActionTest.java +++ b/javatests/google/registry/rde/RdeReportActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/RdeStagingActionTest.java b/javatests/google/registry/rde/RdeStagingActionTest.java index 470039d60..a291e5425 100644 --- a/javatests/google/registry/rde/RdeStagingActionTest.java +++ b/javatests/google/registry/rde/RdeStagingActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/RdeTestData.java b/javatests/google/registry/rde/RdeTestData.java index e60cb0446..148a7f068 100644 --- a/javatests/google/registry/rde/RdeTestData.java +++ b/javatests/google/registry/rde/RdeTestData.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/RdeTestSuite.java b/javatests/google/registry/rde/RdeTestSuite.java index 56d3a7599..4d2723345 100644 --- a/javatests/google/registry/rde/RdeTestSuite.java +++ b/javatests/google/registry/rde/RdeTestSuite.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/RdeUploadActionTest.java b/javatests/google/registry/rde/RdeUploadActionTest.java index 5f3f055c3..09d8c0811 100644 --- a/javatests/google/registry/rde/RdeUploadActionTest.java +++ b/javatests/google/registry/rde/RdeUploadActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/RegistrarToXjcConverterTest.java b/javatests/google/registry/rde/RegistrarToXjcConverterTest.java index 83e033ea3..a8ba98815 100644 --- a/javatests/google/registry/rde/RegistrarToXjcConverterTest.java +++ b/javatests/google/registry/rde/RegistrarToXjcConverterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/RydeGpgIntegrationTest.java b/javatests/google/registry/rde/RydeGpgIntegrationTest.java index aec422a46..37bd3bb5b 100644 --- a/javatests/google/registry/rde/RydeGpgIntegrationTest.java +++ b/javatests/google/registry/rde/RydeGpgIntegrationTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/imports/RdeContactImportActionTest.java b/javatests/google/registry/rde/imports/RdeContactImportActionTest.java index 721873f11..f50132726 100644 --- a/javatests/google/registry/rde/imports/RdeContactImportActionTest.java +++ b/javatests/google/registry/rde/imports/RdeContactImportActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/imports/RdeContactInputTest.java b/javatests/google/registry/rde/imports/RdeContactInputTest.java index f50c68181..06700688f 100644 --- a/javatests/google/registry/rde/imports/RdeContactInputTest.java +++ b/javatests/google/registry/rde/imports/RdeContactInputTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/imports/RdeContactReaderTest.java b/javatests/google/registry/rde/imports/RdeContactReaderTest.java index 8cb5e045d..c617e55c8 100644 --- a/javatests/google/registry/rde/imports/RdeContactReaderTest.java +++ b/javatests/google/registry/rde/imports/RdeContactReaderTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/imports/RdeHostImportActionTest.java b/javatests/google/registry/rde/imports/RdeHostImportActionTest.java index 1c6b2aec7..52bbf46ea 100644 --- a/javatests/google/registry/rde/imports/RdeHostImportActionTest.java +++ b/javatests/google/registry/rde/imports/RdeHostImportActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/imports/RdeHostInputTest.java b/javatests/google/registry/rde/imports/RdeHostInputTest.java index 2154d4efb..5814f8674 100644 --- a/javatests/google/registry/rde/imports/RdeHostInputTest.java +++ b/javatests/google/registry/rde/imports/RdeHostInputTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/imports/RdeHostReaderTest.java b/javatests/google/registry/rde/imports/RdeHostReaderTest.java index e2beb70d1..2c68386e7 100644 --- a/javatests/google/registry/rde/imports/RdeHostReaderTest.java +++ b/javatests/google/registry/rde/imports/RdeHostReaderTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/imports/RdeImportUtilsTest.java b/javatests/google/registry/rde/imports/RdeImportUtilsTest.java index 2fcf24e94..9fde58911 100644 --- a/javatests/google/registry/rde/imports/RdeImportUtilsTest.java +++ b/javatests/google/registry/rde/imports/RdeImportUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/imports/RdeImportsTestData.java b/javatests/google/registry/rde/imports/RdeImportsTestData.java index 34bc5b5cf..5c06c28cb 100644 --- a/javatests/google/registry/rde/imports/RdeImportsTestData.java +++ b/javatests/google/registry/rde/imports/RdeImportsTestData.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/imports/RdeParserTest.java b/javatests/google/registry/rde/imports/RdeParserTest.java index 37c369056..679287656 100644 --- a/javatests/google/registry/rde/imports/RdeParserTest.java +++ b/javatests/google/registry/rde/imports/RdeParserTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/imports/XjcToContactResourceConverterTest.java b/javatests/google/registry/rde/imports/XjcToContactResourceConverterTest.java index f74a287ee..cfc12d2e1 100644 --- a/javatests/google/registry/rde/imports/XjcToContactResourceConverterTest.java +++ b/javatests/google/registry/rde/imports/XjcToContactResourceConverterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/imports/XjcToDomainResourceConverterTest.java b/javatests/google/registry/rde/imports/XjcToDomainResourceConverterTest.java index e4c93b172..7134d5ef0 100644 --- a/javatests/google/registry/rde/imports/XjcToDomainResourceConverterTest.java +++ b/javatests/google/registry/rde/imports/XjcToDomainResourceConverterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/rde/imports/XjcToHostResourceConverterTest.java b/javatests/google/registry/rde/imports/XjcToHostResourceConverterTest.java index 6166cee07..410ecd575 100644 --- a/javatests/google/registry/rde/imports/XjcToHostResourceConverterTest.java +++ b/javatests/google/registry/rde/imports/XjcToHostResourceConverterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/request/JsonResponseTest.java b/javatests/google/registry/request/JsonResponseTest.java index a5d436846..aa86a0402 100644 --- a/javatests/google/registry/request/JsonResponseTest.java +++ b/javatests/google/registry/request/JsonResponseTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/request/RequestHandlerTest.java b/javatests/google/registry/request/RequestHandlerTest.java index 0990452a7..436a972e7 100644 --- a/javatests/google/registry/request/RequestHandlerTest.java +++ b/javatests/google/registry/request/RequestHandlerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/request/RequestModuleTest.java b/javatests/google/registry/request/RequestModuleTest.java index 1d2deeda5..25d373102 100644 --- a/javatests/google/registry/request/RequestModuleTest.java +++ b/javatests/google/registry/request/RequestModuleTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/request/RequestParametersTest.java b/javatests/google/registry/request/RequestParametersTest.java index 75eb59dd1..52b33a74b 100644 --- a/javatests/google/registry/request/RequestParametersTest.java +++ b/javatests/google/registry/request/RequestParametersTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/request/ResponseImplTest.java b/javatests/google/registry/request/ResponseImplTest.java index 7366a2bb2..274f33410 100644 --- a/javatests/google/registry/request/ResponseImplTest.java +++ b/javatests/google/registry/request/ResponseImplTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/request/RouterTest.java b/javatests/google/registry/request/RouterTest.java index 2134332db..34484e2d4 100644 --- a/javatests/google/registry/request/RouterTest.java +++ b/javatests/google/registry/request/RouterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/security/JsonHttpTest.java b/javatests/google/registry/security/JsonHttpTest.java index d6420d487..17d5c752c 100644 --- a/javatests/google/registry/security/JsonHttpTest.java +++ b/javatests/google/registry/security/JsonHttpTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/security/JsonHttpTestUtils.java b/javatests/google/registry/security/JsonHttpTestUtils.java index 1b8ba79b3..f1f0b1332 100644 --- a/javatests/google/registry/security/JsonHttpTestUtils.java +++ b/javatests/google/registry/security/JsonHttpTestUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/security/XsrfTokenManagerTest.java b/javatests/google/registry/security/XsrfTokenManagerTest.java index 5140f1514..a5dce9e51 100644 --- a/javatests/google/registry/security/XsrfTokenManagerTest.java +++ b/javatests/google/registry/security/XsrfTokenManagerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/server/Fixture.java b/javatests/google/registry/server/Fixture.java index c54a2636e..573834ec0 100644 --- a/javatests/google/registry/server/Fixture.java +++ b/javatests/google/registry/server/Fixture.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/server/HealthzServlet.java b/javatests/google/registry/server/HealthzServlet.java index b950ff56a..36a4018a4 100644 --- a/javatests/google/registry/server/HealthzServlet.java +++ b/javatests/google/registry/server/HealthzServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/server/RegistryTestServer.java b/javatests/google/registry/server/RegistryTestServer.java index ccdf44da7..ceb641b7e 100644 --- a/javatests/google/registry/server/RegistryTestServer.java +++ b/javatests/google/registry/server/RegistryTestServer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/server/RegistryTestServerMain.java b/javatests/google/registry/server/RegistryTestServerMain.java index da11d65e3..7c644c581 100644 --- a/javatests/google/registry/server/RegistryTestServerMain.java +++ b/javatests/google/registry/server/RegistryTestServerMain.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/server/Route.java b/javatests/google/registry/server/Route.java index c02691ef2..9b0343c5a 100644 --- a/javatests/google/registry/server/Route.java +++ b/javatests/google/registry/server/Route.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/server/ServletWrapperDelegatorServlet.java b/javatests/google/registry/server/ServletWrapperDelegatorServlet.java index 77ca0bad6..28e31043d 100644 --- a/javatests/google/registry/server/ServletWrapperDelegatorServlet.java +++ b/javatests/google/registry/server/ServletWrapperDelegatorServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/server/StaticResourceServlet.java b/javatests/google/registry/server/StaticResourceServlet.java index b4d31b153..2762bc224 100644 --- a/javatests/google/registry/server/StaticResourceServlet.java +++ b/javatests/google/registry/server/StaticResourceServlet.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/server/TestServer.java b/javatests/google/registry/server/TestServer.java index be62eaa58..2780446d6 100644 --- a/javatests/google/registry/server/TestServer.java +++ b/javatests/google/registry/server/TestServer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/server/UrlChecker.java b/javatests/google/registry/server/UrlChecker.java index 8efcfed3e..d54e2328f 100644 --- a/javatests/google/registry/server/UrlChecker.java +++ b/javatests/google/registry/server/UrlChecker.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/storage/drive/DriveConnectionTest.java b/javatests/google/registry/storage/drive/DriveConnectionTest.java index d23fac73e..505813d2e 100644 --- a/javatests/google/registry/storage/drive/DriveConnectionTest.java +++ b/javatests/google/registry/storage/drive/DriveConnectionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/AbstractDomainBaseSubject.java b/javatests/google/registry/testing/AbstractDomainBaseSubject.java index 3cc892f2a..ed2909f9c 100644 --- a/javatests/google/registry/testing/AbstractDomainBaseSubject.java +++ b/javatests/google/registry/testing/AbstractDomainBaseSubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/AbstractEppResourceSubject.java b/javatests/google/registry/testing/AbstractEppResourceSubject.java index d3b04f765..75b648142 100644 --- a/javatests/google/registry/testing/AbstractEppResourceSubject.java +++ b/javatests/google/registry/testing/AbstractEppResourceSubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/AppEngineRule.java b/javatests/google/registry/testing/AppEngineRule.java index e845d7c09..a03e49008 100644 --- a/javatests/google/registry/testing/AppEngineRule.java +++ b/javatests/google/registry/testing/AppEngineRule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/BouncyCastleProviderRule.java b/javatests/google/registry/testing/BouncyCastleProviderRule.java index 2e6452f87..2957b69a3 100644 --- a/javatests/google/registry/testing/BouncyCastleProviderRule.java +++ b/javatests/google/registry/testing/BouncyCastleProviderRule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/CertificateSamples.java b/javatests/google/registry/testing/CertificateSamples.java index 8da52e0e6..a0043b2db 100644 --- a/javatests/google/registry/testing/CertificateSamples.java +++ b/javatests/google/registry/testing/CertificateSamples.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/ContactResourceSubject.java b/javatests/google/registry/testing/ContactResourceSubject.java index a5554ed5a..0991e63da 100644 --- a/javatests/google/registry/testing/ContactResourceSubject.java +++ b/javatests/google/registry/testing/ContactResourceSubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/DatastoreHelper.java b/javatests/google/registry/testing/DatastoreHelper.java index d619030af..87b5b8aae 100644 --- a/javatests/google/registry/testing/DatastoreHelper.java +++ b/javatests/google/registry/testing/DatastoreHelper.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/DeterministicStringGenerator.java b/javatests/google/registry/testing/DeterministicStringGenerator.java index aaaaf17a9..8d1b8f7d6 100644 --- a/javatests/google/registry/testing/DeterministicStringGenerator.java +++ b/javatests/google/registry/testing/DeterministicStringGenerator.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/DomainApplicationSubject.java b/javatests/google/registry/testing/DomainApplicationSubject.java index ba58c7b57..57fa7dd51 100644 --- a/javatests/google/registry/testing/DomainApplicationSubject.java +++ b/javatests/google/registry/testing/DomainApplicationSubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/DomainResourceSubject.java b/javatests/google/registry/testing/DomainResourceSubject.java index 470ecaf78..3757bf759 100644 --- a/javatests/google/registry/testing/DomainResourceSubject.java +++ b/javatests/google/registry/testing/DomainResourceSubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/EppExceptionSubject.java b/javatests/google/registry/testing/EppExceptionSubject.java index 0eb2520d4..7ee831d14 100644 --- a/javatests/google/registry/testing/EppExceptionSubject.java +++ b/javatests/google/registry/testing/EppExceptionSubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/EppLoader.java b/javatests/google/registry/testing/EppLoader.java index 28275a8db..79a1748eb 100644 --- a/javatests/google/registry/testing/EppLoader.java +++ b/javatests/google/registry/testing/EppLoader.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/ExceptionRule.java b/javatests/google/registry/testing/ExceptionRule.java index bbd1aa734..9724d6665 100644 --- a/javatests/google/registry/testing/ExceptionRule.java +++ b/javatests/google/registry/testing/ExceptionRule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/FailAnswer.java b/javatests/google/registry/testing/FailAnswer.java index 90568e54e..e3701e125 100644 --- a/javatests/google/registry/testing/FailAnswer.java +++ b/javatests/google/registry/testing/FailAnswer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/FakeClock.java b/javatests/google/registry/testing/FakeClock.java index 452820314..24d20456b 100644 --- a/javatests/google/registry/testing/FakeClock.java +++ b/javatests/google/registry/testing/FakeClock.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/FakeHttpSession.java b/javatests/google/registry/testing/FakeHttpSession.java index e85041f75..eaf326999 100644 --- a/javatests/google/registry/testing/FakeHttpSession.java +++ b/javatests/google/registry/testing/FakeHttpSession.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/FakeJsonResponse.java b/javatests/google/registry/testing/FakeJsonResponse.java index 132b5eb4f..28783411c 100644 --- a/javatests/google/registry/testing/FakeJsonResponse.java +++ b/javatests/google/registry/testing/FakeJsonResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/FakeResponse.java b/javatests/google/registry/testing/FakeResponse.java index 16b482c0d..775ecb2e5 100644 --- a/javatests/google/registry/testing/FakeResponse.java +++ b/javatests/google/registry/testing/FakeResponse.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/FakeServletInputStream.java b/javatests/google/registry/testing/FakeServletInputStream.java index 30d84db1c..6c694fcc8 100644 --- a/javatests/google/registry/testing/FakeServletInputStream.java +++ b/javatests/google/registry/testing/FakeServletInputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/FakeServletOutputStream.java b/javatests/google/registry/testing/FakeServletOutputStream.java index 1a5a2c900..a361c8058 100644 --- a/javatests/google/registry/testing/FakeServletOutputStream.java +++ b/javatests/google/registry/testing/FakeServletOutputStream.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/FakeSleeper.java b/javatests/google/registry/testing/FakeSleeper.java index 4a53614d2..2ce63513f 100644 --- a/javatests/google/registry/testing/FakeSleeper.java +++ b/javatests/google/registry/testing/FakeSleeper.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/FakeURLFetchService.java b/javatests/google/registry/testing/FakeURLFetchService.java index f52b5cf5e..6f47414f2 100644 --- a/javatests/google/registry/testing/FakeURLFetchService.java +++ b/javatests/google/registry/testing/FakeURLFetchService.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/ForwardingURLFetchService.java b/javatests/google/registry/testing/ForwardingURLFetchService.java index 8179878f4..56ab78083 100644 --- a/javatests/google/registry/testing/ForwardingURLFetchService.java +++ b/javatests/google/registry/testing/ForwardingURLFetchService.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/FullFieldsTestEntityHelper.java b/javatests/google/registry/testing/FullFieldsTestEntityHelper.java index 46fcb2af8..daa0a3b65 100644 --- a/javatests/google/registry/testing/FullFieldsTestEntityHelper.java +++ b/javatests/google/registry/testing/FullFieldsTestEntityHelper.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/GcsTestingUtils.java b/javatests/google/registry/testing/GcsTestingUtils.java index 828edde66..8f0befc86 100644 --- a/javatests/google/registry/testing/GcsTestingUtils.java +++ b/javatests/google/registry/testing/GcsTestingUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/GenericEppResourceSubject.java b/javatests/google/registry/testing/GenericEppResourceSubject.java index dbbb4d0a9..800c44280 100644 --- a/javatests/google/registry/testing/GenericEppResourceSubject.java +++ b/javatests/google/registry/testing/GenericEppResourceSubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/GpgSystemCommandRule.java b/javatests/google/registry/testing/GpgSystemCommandRule.java index 5c03c7026..ffcf9c7ff 100644 --- a/javatests/google/registry/testing/GpgSystemCommandRule.java +++ b/javatests/google/registry/testing/GpgSystemCommandRule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/HistoryEntrySubject.java b/javatests/google/registry/testing/HistoryEntrySubject.java index 698ac4a86..86d0c0703 100644 --- a/javatests/google/registry/testing/HistoryEntrySubject.java +++ b/javatests/google/registry/testing/HistoryEntrySubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/HostResourceSubject.java b/javatests/google/registry/testing/HostResourceSubject.java index b184fb4cc..d5f4335ce 100644 --- a/javatests/google/registry/testing/HostResourceSubject.java +++ b/javatests/google/registry/testing/HostResourceSubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/InjectRule.java b/javatests/google/registry/testing/InjectRule.java index 5d60fc99f..a1629f70e 100644 --- a/javatests/google/registry/testing/InjectRule.java +++ b/javatests/google/registry/testing/InjectRule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/IoSpyRule.java b/javatests/google/registry/testing/IoSpyRule.java index 695ad83e5..dcc4f0e08 100644 --- a/javatests/google/registry/testing/IoSpyRule.java +++ b/javatests/google/registry/testing/IoSpyRule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/LogsSubject.java b/javatests/google/registry/testing/LogsSubject.java index aee8abfca..b7d7f74f4 100644 --- a/javatests/google/registry/testing/LogsSubject.java +++ b/javatests/google/registry/testing/LogsSubject.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/Providers.java b/javatests/google/registry/testing/Providers.java index d9ed173b2..dcef86fd4 100644 --- a/javatests/google/registry/testing/Providers.java +++ b/javatests/google/registry/testing/Providers.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/ReflectiveFieldExtractor.java b/javatests/google/registry/testing/ReflectiveFieldExtractor.java index e6e397ead..2e215c636 100644 --- a/javatests/google/registry/testing/ReflectiveFieldExtractor.java +++ b/javatests/google/registry/testing/ReflectiveFieldExtractor.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/ReflectiveSubjectFactory.java b/javatests/google/registry/testing/ReflectiveSubjectFactory.java index f4afc4943..8a8a4b7b6 100644 --- a/javatests/google/registry/testing/ReflectiveSubjectFactory.java +++ b/javatests/google/registry/testing/ReflectiveSubjectFactory.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/ShardableTestCase.java b/javatests/google/registry/testing/ShardableTestCase.java index 90c1332d1..3d9ba9d3b 100644 --- a/javatests/google/registry/testing/ShardableTestCase.java +++ b/javatests/google/registry/testing/ShardableTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/SlurpAnswer.java b/javatests/google/registry/testing/SlurpAnswer.java index 204cc8c91..d6b94a389 100644 --- a/javatests/google/registry/testing/SlurpAnswer.java +++ b/javatests/google/registry/testing/SlurpAnswer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/SystemInfo.java b/javatests/google/registry/testing/SystemInfo.java index 2cd12499c..62783cad7 100644 --- a/javatests/google/registry/testing/SystemInfo.java +++ b/javatests/google/registry/testing/SystemInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/SystemPropertyRule.java b/javatests/google/registry/testing/SystemPropertyRule.java index 0284b05a7..1c5696cf4 100644 --- a/javatests/google/registry/testing/SystemPropertyRule.java +++ b/javatests/google/registry/testing/SystemPropertyRule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/TaskQueueHelper.java b/javatests/google/registry/testing/TaskQueueHelper.java index d69a1a36a..4bbe13e8c 100644 --- a/javatests/google/registry/testing/TaskQueueHelper.java +++ b/javatests/google/registry/testing/TaskQueueHelper.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/TestDataHelper.java b/javatests/google/registry/testing/TestDataHelper.java index b03478253..83ce3f273 100644 --- a/javatests/google/registry/testing/TestDataHelper.java +++ b/javatests/google/registry/testing/TestDataHelper.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/TestObject.java b/javatests/google/registry/testing/TestObject.java index 85291d71e..cab10271f 100644 --- a/javatests/google/registry/testing/TestObject.java +++ b/javatests/google/registry/testing/TestObject.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/TruthChainer.java b/javatests/google/registry/testing/TruthChainer.java index a2242eabb..ed6731a0d 100644 --- a/javatests/google/registry/testing/TruthChainer.java +++ b/javatests/google/registry/testing/TruthChainer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/UriParameters.java b/javatests/google/registry/testing/UriParameters.java index f626444db..336fa85f8 100644 --- a/javatests/google/registry/testing/UriParameters.java +++ b/javatests/google/registry/testing/UriParameters.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/UserInfo.java b/javatests/google/registry/testing/UserInfo.java index afc49818b..f13d55b60 100644 --- a/javatests/google/registry/testing/UserInfo.java +++ b/javatests/google/registry/testing/UserInfo.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/mapreduce/MapreduceTestCase.java b/javatests/google/registry/testing/mapreduce/MapreduceTestCase.java index 941ee452d..fd72d3809 100644 --- a/javatests/google/registry/testing/mapreduce/MapreduceTestCase.java +++ b/javatests/google/registry/testing/mapreduce/MapreduceTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/package-info.java b/javatests/google/registry/testing/package-info.java index 84db66ce2..2ae46b549 100644 --- a/javatests/google/registry/testing/package-info.java +++ b/javatests/google/registry/testing/package-info.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/sftp/SftpServerRule.java b/javatests/google/registry/testing/sftp/SftpServerRule.java index 29ad1fa8f..2814173a6 100644 --- a/javatests/google/registry/testing/sftp/SftpServerRule.java +++ b/javatests/google/registry/testing/sftp/SftpServerRule.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/testing/sftp/TestSftpServer.java b/javatests/google/registry/testing/sftp/TestSftpServer.java index 661723316..af56ee558 100644 --- a/javatests/google/registry/testing/sftp/TestSftpServer.java +++ b/javatests/google/registry/testing/sftp/TestSftpServer.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tldconfig/idn/IdnLabelValidatorTest.java b/javatests/google/registry/tldconfig/idn/IdnLabelValidatorTest.java index 75442d665..56945d1e2 100644 --- a/javatests/google/registry/tldconfig/idn/IdnLabelValidatorTest.java +++ b/javatests/google/registry/tldconfig/idn/IdnLabelValidatorTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tldconfig/idn/IdnTableTest.java b/javatests/google/registry/tldconfig/idn/IdnTableTest.java index de311e173..899b0bba2 100644 --- a/javatests/google/registry/tldconfig/idn/IdnTableTest.java +++ b/javatests/google/registry/tldconfig/idn/IdnTableTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tmch/LordnLogTest.java b/javatests/google/registry/tmch/LordnLogTest.java index aa2dc2449..cd46e5f31 100644 --- a/javatests/google/registry/tmch/LordnLogTest.java +++ b/javatests/google/registry/tmch/LordnLogTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tmch/LordnTaskTest.java b/javatests/google/registry/tmch/LordnTaskTest.java index 82b9cc082..8d3a9ea94 100644 --- a/javatests/google/registry/tmch/LordnTaskTest.java +++ b/javatests/google/registry/tmch/LordnTaskTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tmch/NordnUploadActionTest.java b/javatests/google/registry/tmch/NordnUploadActionTest.java index 0099f1da3..784a9f9ba 100644 --- a/javatests/google/registry/tmch/NordnUploadActionTest.java +++ b/javatests/google/registry/tmch/NordnUploadActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tmch/NordnVerifyActionTest.java b/javatests/google/registry/tmch/NordnVerifyActionTest.java index e72b440d1..a0569a697 100644 --- a/javatests/google/registry/tmch/NordnVerifyActionTest.java +++ b/javatests/google/registry/tmch/NordnVerifyActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tmch/SmdrlCsvParserTest.java b/javatests/google/registry/tmch/SmdrlCsvParserTest.java index 97830a8c4..610887c2f 100644 --- a/javatests/google/registry/tmch/SmdrlCsvParserTest.java +++ b/javatests/google/registry/tmch/SmdrlCsvParserTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tmch/TmchActionTestCase.java b/javatests/google/registry/tmch/TmchActionTestCase.java index e3a0179ec..b91ece3ae 100644 --- a/javatests/google/registry/tmch/TmchActionTestCase.java +++ b/javatests/google/registry/tmch/TmchActionTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tmch/TmchCertificateAuthorityTest.java b/javatests/google/registry/tmch/TmchCertificateAuthorityTest.java index 61f45ee14..352d452d9 100644 --- a/javatests/google/registry/tmch/TmchCertificateAuthorityTest.java +++ b/javatests/google/registry/tmch/TmchCertificateAuthorityTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tmch/TmchCrlActionTest.java b/javatests/google/registry/tmch/TmchCrlActionTest.java index c053085b8..770b5dee8 100644 --- a/javatests/google/registry/tmch/TmchCrlActionTest.java +++ b/javatests/google/registry/tmch/TmchCrlActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tmch/TmchDnlActionTest.java b/javatests/google/registry/tmch/TmchDnlActionTest.java index af3d9129e..24dd96241 100644 --- a/javatests/google/registry/tmch/TmchDnlActionTest.java +++ b/javatests/google/registry/tmch/TmchDnlActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tmch/TmchSmdrlActionTest.java b/javatests/google/registry/tmch/TmchSmdrlActionTest.java index 814908ae1..b958068e9 100644 --- a/javatests/google/registry/tmch/TmchSmdrlActionTest.java +++ b/javatests/google/registry/tmch/TmchSmdrlActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tmch/TmchTestData.java b/javatests/google/registry/tmch/TmchTestData.java index 5af15dd5d..706a6c7a5 100644 --- a/javatests/google/registry/tmch/TmchTestData.java +++ b/javatests/google/registry/tmch/TmchTestData.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tmch/TmchTestSuite.java b/javatests/google/registry/tmch/TmchTestSuite.java index eeed6b456..630b057b1 100644 --- a/javatests/google/registry/tmch/TmchTestSuite.java +++ b/javatests/google/registry/tmch/TmchTestSuite.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tmch/TmchXmlSignatureTest.java b/javatests/google/registry/tmch/TmchXmlSignatureTest.java index 26b7448cc..0b8102c7b 100644 --- a/javatests/google/registry/tmch/TmchXmlSignatureTest.java +++ b/javatests/google/registry/tmch/TmchXmlSignatureTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/AllocateDomainCommandTest.java b/javatests/google/registry/tools/AllocateDomainCommandTest.java index 4cbf3d081..172f4d04a 100644 --- a/javatests/google/registry/tools/AllocateDomainCommandTest.java +++ b/javatests/google/registry/tools/AllocateDomainCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/CommandTestCase.java b/javatests/google/registry/tools/CommandTestCase.java index cf0340c9b..cab10ccfa 100644 --- a/javatests/google/registry/tools/CommandTestCase.java +++ b/javatests/google/registry/tools/CommandTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/CreateAnchorTenantCommandTest.java b/javatests/google/registry/tools/CreateAnchorTenantCommandTest.java index 8affa809c..a8309f216 100644 --- a/javatests/google/registry/tools/CreateAnchorTenantCommandTest.java +++ b/javatests/google/registry/tools/CreateAnchorTenantCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/CreateContactCommandTest.java b/javatests/google/registry/tools/CreateContactCommandTest.java index 40b117978..023c34a2c 100644 --- a/javatests/google/registry/tools/CreateContactCommandTest.java +++ b/javatests/google/registry/tools/CreateContactCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/CreateCreditBalanceCommandTest.java b/javatests/google/registry/tools/CreateCreditBalanceCommandTest.java index 994fef34a..698f33ac3 100644 --- a/javatests/google/registry/tools/CreateCreditBalanceCommandTest.java +++ b/javatests/google/registry/tools/CreateCreditBalanceCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/CreateCreditCommandTest.java b/javatests/google/registry/tools/CreateCreditCommandTest.java index c26f6307c..2cfbaff51 100644 --- a/javatests/google/registry/tools/CreateCreditCommandTest.java +++ b/javatests/google/registry/tools/CreateCreditCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/CreateDomainCommandTest.java b/javatests/google/registry/tools/CreateDomainCommandTest.java index b1c439ded..2b092df98 100644 --- a/javatests/google/registry/tools/CreateDomainCommandTest.java +++ b/javatests/google/registry/tools/CreateDomainCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/CreateHostCommandTest.java b/javatests/google/registry/tools/CreateHostCommandTest.java index 95f250046..1c98701b1 100644 --- a/javatests/google/registry/tools/CreateHostCommandTest.java +++ b/javatests/google/registry/tools/CreateHostCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/CreateLrpTokensCommandTest.java b/javatests/google/registry/tools/CreateLrpTokensCommandTest.java index fc38e241c..c58c35e00 100644 --- a/javatests/google/registry/tools/CreateLrpTokensCommandTest.java +++ b/javatests/google/registry/tools/CreateLrpTokensCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/CreateOrUpdatePremiumListCommandTestCase.java b/javatests/google/registry/tools/CreateOrUpdatePremiumListCommandTestCase.java index 716583070..a500cd3fd 100644 --- a/javatests/google/registry/tools/CreateOrUpdatePremiumListCommandTestCase.java +++ b/javatests/google/registry/tools/CreateOrUpdatePremiumListCommandTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/CreateOrUpdateReservedListCommandTestCase.java b/javatests/google/registry/tools/CreateOrUpdateReservedListCommandTestCase.java index 7e842928d..958075aab 100644 --- a/javatests/google/registry/tools/CreateOrUpdateReservedListCommandTestCase.java +++ b/javatests/google/registry/tools/CreateOrUpdateReservedListCommandTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/CreatePremiumListCommandTest.java b/javatests/google/registry/tools/CreatePremiumListCommandTest.java index da3bec17e..4b51b56f2 100644 --- a/javatests/google/registry/tools/CreatePremiumListCommandTest.java +++ b/javatests/google/registry/tools/CreatePremiumListCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/CreateRegistrarCommandTest.java b/javatests/google/registry/tools/CreateRegistrarCommandTest.java index c59ddecd6..6482a595b 100644 --- a/javatests/google/registry/tools/CreateRegistrarCommandTest.java +++ b/javatests/google/registry/tools/CreateRegistrarCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/CreateRegistrarGroupsCommandTest.java b/javatests/google/registry/tools/CreateRegistrarGroupsCommandTest.java index 115572c49..a86485f2c 100644 --- a/javatests/google/registry/tools/CreateRegistrarGroupsCommandTest.java +++ b/javatests/google/registry/tools/CreateRegistrarGroupsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/CreateReservedListCommandTest.java b/javatests/google/registry/tools/CreateReservedListCommandTest.java index f8b746df6..18bfd6590 100644 --- a/javatests/google/registry/tools/CreateReservedListCommandTest.java +++ b/javatests/google/registry/tools/CreateReservedListCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/CreateTldCommandTest.java b/javatests/google/registry/tools/CreateTldCommandTest.java index f3745f7e5..1c45469c8 100644 --- a/javatests/google/registry/tools/CreateTldCommandTest.java +++ b/javatests/google/registry/tools/CreateTldCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/DeleteCreditCommandTest.java b/javatests/google/registry/tools/DeleteCreditCommandTest.java index 9c382cf67..ea836e522 100644 --- a/javatests/google/registry/tools/DeleteCreditCommandTest.java +++ b/javatests/google/registry/tools/DeleteCreditCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/DeleteDomainCommandTest.java b/javatests/google/registry/tools/DeleteDomainCommandTest.java index 9881db007..309ae4350 100644 --- a/javatests/google/registry/tools/DeleteDomainCommandTest.java +++ b/javatests/google/registry/tools/DeleteDomainCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/DeleteEntityCommandTest.java b/javatests/google/registry/tools/DeleteEntityCommandTest.java index 215b7af6e..c08eba008 100644 --- a/javatests/google/registry/tools/DeleteEntityCommandTest.java +++ b/javatests/google/registry/tools/DeleteEntityCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/DeletePremiumListCommandTest.java b/javatests/google/registry/tools/DeletePremiumListCommandTest.java index 908fe2ca0..a41a3f997 100644 --- a/javatests/google/registry/tools/DeletePremiumListCommandTest.java +++ b/javatests/google/registry/tools/DeletePremiumListCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/DeleteReservedListCommandTest.java b/javatests/google/registry/tools/DeleteReservedListCommandTest.java index 6a295866d..467b78e6a 100644 --- a/javatests/google/registry/tools/DeleteReservedListCommandTest.java +++ b/javatests/google/registry/tools/DeleteReservedListCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/DomainApplicationInfoCommandTest.java b/javatests/google/registry/tools/DomainApplicationInfoCommandTest.java index c14717838..1615d30e7 100644 --- a/javatests/google/registry/tools/DomainApplicationInfoCommandTest.java +++ b/javatests/google/registry/tools/DomainApplicationInfoCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/DomainCheckClaimsCommandTest.java b/javatests/google/registry/tools/DomainCheckClaimsCommandTest.java index 691b9baa1..6cbf72f6a 100644 --- a/javatests/google/registry/tools/DomainCheckClaimsCommandTest.java +++ b/javatests/google/registry/tools/DomainCheckClaimsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/DomainCheckCommandTest.java b/javatests/google/registry/tools/DomainCheckCommandTest.java index 06f79ded8..33bbeb757 100644 --- a/javatests/google/registry/tools/DomainCheckCommandTest.java +++ b/javatests/google/registry/tools/DomainCheckCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/DomainCheckFeeCommandTest.java b/javatests/google/registry/tools/DomainCheckFeeCommandTest.java index fa7a4c496..306dc2c43 100644 --- a/javatests/google/registry/tools/DomainCheckFeeCommandTest.java +++ b/javatests/google/registry/tools/DomainCheckFeeCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/EncryptEscrowDepositCommandTest.java b/javatests/google/registry/tools/EncryptEscrowDepositCommandTest.java index bdd7bb7c8..a515dcf64 100644 --- a/javatests/google/registry/tools/EncryptEscrowDepositCommandTest.java +++ b/javatests/google/registry/tools/EncryptEscrowDepositCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/EppToolCommandTest.java b/javatests/google/registry/tools/EppToolCommandTest.java index 2884e03b3..be3fe16be 100644 --- a/javatests/google/registry/tools/EppToolCommandTest.java +++ b/javatests/google/registry/tools/EppToolCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/EppToolCommandTestCase.java b/javatests/google/registry/tools/EppToolCommandTestCase.java index b43518f16..8c6a33278 100644 --- a/javatests/google/registry/tools/EppToolCommandTestCase.java +++ b/javatests/google/registry/tools/EppToolCommandTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/EppToolVerifier.java b/javatests/google/registry/tools/EppToolVerifier.java index 7a1905787..63c76746b 100644 --- a/javatests/google/registry/tools/EppToolVerifier.java +++ b/javatests/google/registry/tools/EppToolVerifier.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/ExecuteEppCommandTest.java b/javatests/google/registry/tools/ExecuteEppCommandTest.java index 7f5dfdb92..5b515d9ca 100644 --- a/javatests/google/registry/tools/ExecuteEppCommandTest.java +++ b/javatests/google/registry/tools/ExecuteEppCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/GenerateAuctionDataCommandTest.java b/javatests/google/registry/tools/GenerateAuctionDataCommandTest.java index df28ee21d..7e7cb8a8d 100644 --- a/javatests/google/registry/tools/GenerateAuctionDataCommandTest.java +++ b/javatests/google/registry/tools/GenerateAuctionDataCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/GenerateDnsReportCommandTest.java b/javatests/google/registry/tools/GenerateDnsReportCommandTest.java index 9e90a259a..e413a0b0d 100644 --- a/javatests/google/registry/tools/GenerateDnsReportCommandTest.java +++ b/javatests/google/registry/tools/GenerateDnsReportCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/GenerateEscrowDepositCommandTest.java b/javatests/google/registry/tools/GenerateEscrowDepositCommandTest.java index 89180d7ea..b91e15664 100644 --- a/javatests/google/registry/tools/GenerateEscrowDepositCommandTest.java +++ b/javatests/google/registry/tools/GenerateEscrowDepositCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/GetApplicationCommandTest.java b/javatests/google/registry/tools/GetApplicationCommandTest.java index b3ffacd03..02df23012 100644 --- a/javatests/google/registry/tools/GetApplicationCommandTest.java +++ b/javatests/google/registry/tools/GetApplicationCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/GetApplicationIdsCommandTest.java b/javatests/google/registry/tools/GetApplicationIdsCommandTest.java index 8bc21efbf..86943d45d 100644 --- a/javatests/google/registry/tools/GetApplicationIdsCommandTest.java +++ b/javatests/google/registry/tools/GetApplicationIdsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/GetClaimsListCommandTest.java b/javatests/google/registry/tools/GetClaimsListCommandTest.java index 0a8460ace..39fb675a2 100644 --- a/javatests/google/registry/tools/GetClaimsListCommandTest.java +++ b/javatests/google/registry/tools/GetClaimsListCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/GetContactCommandTest.java b/javatests/google/registry/tools/GetContactCommandTest.java index 1ef3adcf8..7405d8010 100644 --- a/javatests/google/registry/tools/GetContactCommandTest.java +++ b/javatests/google/registry/tools/GetContactCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/GetDomainCommandTest.java b/javatests/google/registry/tools/GetDomainCommandTest.java index bf1cf161e..4c5db340d 100644 --- a/javatests/google/registry/tools/GetDomainCommandTest.java +++ b/javatests/google/registry/tools/GetDomainCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/GetHostCommandTest.java b/javatests/google/registry/tools/GetHostCommandTest.java index 02e4a1d2c..e4975a5f7 100644 --- a/javatests/google/registry/tools/GetHostCommandTest.java +++ b/javatests/google/registry/tools/GetHostCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/GetLrpTokenCommandTest.java b/javatests/google/registry/tools/GetLrpTokenCommandTest.java index 257f98472..0e8060440 100644 --- a/javatests/google/registry/tools/GetLrpTokenCommandTest.java +++ b/javatests/google/registry/tools/GetLrpTokenCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/GetRegistrarCommandTest.java b/javatests/google/registry/tools/GetRegistrarCommandTest.java index be570688e..07a073a5c 100644 --- a/javatests/google/registry/tools/GetRegistrarCommandTest.java +++ b/javatests/google/registry/tools/GetRegistrarCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/GetResourceByKeyCommandTest.java b/javatests/google/registry/tools/GetResourceByKeyCommandTest.java index c579eb948..34f0e3cb7 100644 --- a/javatests/google/registry/tools/GetResourceByKeyCommandTest.java +++ b/javatests/google/registry/tools/GetResourceByKeyCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/GetSchemaTreeCommandTest.java b/javatests/google/registry/tools/GetSchemaTreeCommandTest.java index abc663e49..f04753029 100644 --- a/javatests/google/registry/tools/GetSchemaTreeCommandTest.java +++ b/javatests/google/registry/tools/GetSchemaTreeCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/GetTldCommandTest.java b/javatests/google/registry/tools/GetTldCommandTest.java index 9348aaa6e..52eb7a83b 100644 --- a/javatests/google/registry/tools/GetTldCommandTest.java +++ b/javatests/google/registry/tools/GetTldCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/GhostrydeCommandTest.java b/javatests/google/registry/tools/GhostrydeCommandTest.java index 1e8bf62b0..d3850bb3c 100644 --- a/javatests/google/registry/tools/GhostrydeCommandTest.java +++ b/javatests/google/registry/tools/GhostrydeCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/ListCursorsCommandTest.java b/javatests/google/registry/tools/ListCursorsCommandTest.java index 553b9a4fc..25a8b32c7 100644 --- a/javatests/google/registry/tools/ListCursorsCommandTest.java +++ b/javatests/google/registry/tools/ListCursorsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/ListDomainsCommandTest.java b/javatests/google/registry/tools/ListDomainsCommandTest.java index 37ce7e498..929ae58b9 100644 --- a/javatests/google/registry/tools/ListDomainsCommandTest.java +++ b/javatests/google/registry/tools/ListDomainsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/ListHostsCommandTest.java b/javatests/google/registry/tools/ListHostsCommandTest.java index 2263893d1..c5a9d31bd 100644 --- a/javatests/google/registry/tools/ListHostsCommandTest.java +++ b/javatests/google/registry/tools/ListHostsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/ListObjectsCommandTestCase.java b/javatests/google/registry/tools/ListObjectsCommandTestCase.java index 62355b9bb..7858a0d01 100644 --- a/javatests/google/registry/tools/ListObjectsCommandTestCase.java +++ b/javatests/google/registry/tools/ListObjectsCommandTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/ListPremiumListsCommandTest.java b/javatests/google/registry/tools/ListPremiumListsCommandTest.java index 288bbc1a7..c4c7353f0 100644 --- a/javatests/google/registry/tools/ListPremiumListsCommandTest.java +++ b/javatests/google/registry/tools/ListPremiumListsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/ListRegistrarsCommandTest.java b/javatests/google/registry/tools/ListRegistrarsCommandTest.java index 491f193af..a7ec6ca57 100644 --- a/javatests/google/registry/tools/ListRegistrarsCommandTest.java +++ b/javatests/google/registry/tools/ListRegistrarsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/ListReservedListsCommandTest.java b/javatests/google/registry/tools/ListReservedListsCommandTest.java index 585910766..4e07d5040 100644 --- a/javatests/google/registry/tools/ListReservedListsCommandTest.java +++ b/javatests/google/registry/tools/ListReservedListsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/ListTldsCommandTest.java b/javatests/google/registry/tools/ListTldsCommandTest.java index 1045c4acb..f9f8e029d 100644 --- a/javatests/google/registry/tools/ListTldsCommandTest.java +++ b/javatests/google/registry/tools/ListTldsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/MutatingCommandTest.java b/javatests/google/registry/tools/MutatingCommandTest.java index a26c2f734..9131f4652 100644 --- a/javatests/google/registry/tools/MutatingCommandTest.java +++ b/javatests/google/registry/tools/MutatingCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/PublishDetailReportCommandTest.java b/javatests/google/registry/tools/PublishDetailReportCommandTest.java index 46a9a1037..f057b82a8 100644 --- a/javatests/google/registry/tools/PublishDetailReportCommandTest.java +++ b/javatests/google/registry/tools/PublishDetailReportCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/RegistrarContactCommandTest.java b/javatests/google/registry/tools/RegistrarContactCommandTest.java index c498222d8..ba2cd219a 100644 --- a/javatests/google/registry/tools/RegistrarContactCommandTest.java +++ b/javatests/google/registry/tools/RegistrarContactCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/RegistryToolEnvironmentTest.java b/javatests/google/registry/tools/RegistryToolEnvironmentTest.java index c8cfe122d..0dc8eeb84 100644 --- a/javatests/google/registry/tools/RegistryToolEnvironmentTest.java +++ b/javatests/google/registry/tools/RegistryToolEnvironmentTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/RegistryToolTest.java b/javatests/google/registry/tools/RegistryToolTest.java index 3c8e72b03..f55cc70df 100644 --- a/javatests/google/registry/tools/RegistryToolTest.java +++ b/javatests/google/registry/tools/RegistryToolTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/ResaveEntitiesCommandTest.java b/javatests/google/registry/tools/ResaveEntitiesCommandTest.java index 31d972b92..694db437b 100644 --- a/javatests/google/registry/tools/ResaveEntitiesCommandTest.java +++ b/javatests/google/registry/tools/ResaveEntitiesCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/ResaveEnvironmentEntitiesCommandTest.java b/javatests/google/registry/tools/ResaveEnvironmentEntitiesCommandTest.java index fa5b19a65..e79e2ab9e 100644 --- a/javatests/google/registry/tools/ResaveEnvironmentEntitiesCommandTest.java +++ b/javatests/google/registry/tools/ResaveEnvironmentEntitiesCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/ResaveEppResourcesCommandTest.java b/javatests/google/registry/tools/ResaveEppResourcesCommandTest.java index f4c26431c..fd1f3f012 100644 --- a/javatests/google/registry/tools/ResaveEppResourcesCommandTest.java +++ b/javatests/google/registry/tools/ResaveEppResourcesCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/SetupOteCommandTest.java b/javatests/google/registry/tools/SetupOteCommandTest.java index cdaf657e2..687a8e66c 100644 --- a/javatests/google/registry/tools/SetupOteCommandTest.java +++ b/javatests/google/registry/tools/SetupOteCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/UniformRapidSuspensionCommandTest.java b/javatests/google/registry/tools/UniformRapidSuspensionCommandTest.java index 309d1203c..93c5c555a 100644 --- a/javatests/google/registry/tools/UniformRapidSuspensionCommandTest.java +++ b/javatests/google/registry/tools/UniformRapidSuspensionCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/UpdateApplicationStatusCommandTest.java b/javatests/google/registry/tools/UpdateApplicationStatusCommandTest.java index 5fc30985b..4d21dd29f 100644 --- a/javatests/google/registry/tools/UpdateApplicationStatusCommandTest.java +++ b/javatests/google/registry/tools/UpdateApplicationStatusCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/UpdateClaimsNoticeCommandTest.java b/javatests/google/registry/tools/UpdateClaimsNoticeCommandTest.java index a2c9b0d75..034a9942c 100644 --- a/javatests/google/registry/tools/UpdateClaimsNoticeCommandTest.java +++ b/javatests/google/registry/tools/UpdateClaimsNoticeCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/UpdateCursorsCommandTest.java b/javatests/google/registry/tools/UpdateCursorsCommandTest.java index 3a604b83d..7e8aec0ec 100644 --- a/javatests/google/registry/tools/UpdateCursorsCommandTest.java +++ b/javatests/google/registry/tools/UpdateCursorsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/UpdatePremiumListCommandTest.java b/javatests/google/registry/tools/UpdatePremiumListCommandTest.java index 6c62d5b4a..de4eca826 100644 --- a/javatests/google/registry/tools/UpdatePremiumListCommandTest.java +++ b/javatests/google/registry/tools/UpdatePremiumListCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/UpdateRegistrarCommandTest.java b/javatests/google/registry/tools/UpdateRegistrarCommandTest.java index bf67749bd..a71686239 100644 --- a/javatests/google/registry/tools/UpdateRegistrarCommandTest.java +++ b/javatests/google/registry/tools/UpdateRegistrarCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/UpdateReservedListCommandTest.java b/javatests/google/registry/tools/UpdateReservedListCommandTest.java index ad7eea7dc..b80266484 100644 --- a/javatests/google/registry/tools/UpdateReservedListCommandTest.java +++ b/javatests/google/registry/tools/UpdateReservedListCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/UpdateServerLocksCommandTest.java b/javatests/google/registry/tools/UpdateServerLocksCommandTest.java index e65681613..c553b4e98 100644 --- a/javatests/google/registry/tools/UpdateServerLocksCommandTest.java +++ b/javatests/google/registry/tools/UpdateServerLocksCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/UpdateSmdCommandTest.java b/javatests/google/registry/tools/UpdateSmdCommandTest.java index f00ae1782..0b839ee5d 100644 --- a/javatests/google/registry/tools/UpdateSmdCommandTest.java +++ b/javatests/google/registry/tools/UpdateSmdCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/UpdateTldCommandTest.java b/javatests/google/registry/tools/UpdateTldCommandTest.java index 3896d098e..26257e765 100644 --- a/javatests/google/registry/tools/UpdateTldCommandTest.java +++ b/javatests/google/registry/tools/UpdateTldCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/UploadClaimsListCommandTest.java b/javatests/google/registry/tools/UploadClaimsListCommandTest.java index 8830bb19d..341ba2a91 100644 --- a/javatests/google/registry/tools/UploadClaimsListCommandTest.java +++ b/javatests/google/registry/tools/UploadClaimsListCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/ValidateEscrowDepositCommandTest.java b/javatests/google/registry/tools/ValidateEscrowDepositCommandTest.java index 13e6da1a3..572ad26a9 100644 --- a/javatests/google/registry/tools/ValidateEscrowDepositCommandTest.java +++ b/javatests/google/registry/tools/ValidateEscrowDepositCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/ValidateLoginCredentialsCommandTest.java b/javatests/google/registry/tools/ValidateLoginCredentialsCommandTest.java index ffe458694..295b128aa 100644 --- a/javatests/google/registry/tools/ValidateLoginCredentialsCommandTest.java +++ b/javatests/google/registry/tools/ValidateLoginCredentialsCommandTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/params/DateTimeParameterTest.java b/javatests/google/registry/tools/params/DateTimeParameterTest.java index d7cde9009..4e599a03b 100644 --- a/javatests/google/registry/tools/params/DateTimeParameterTest.java +++ b/javatests/google/registry/tools/params/DateTimeParameterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/params/DurationParameterTest.java b/javatests/google/registry/tools/params/DurationParameterTest.java index fbe11a826..3e898547d 100644 --- a/javatests/google/registry/tools/params/DurationParameterTest.java +++ b/javatests/google/registry/tools/params/DurationParameterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/params/EnumParameterTest.java b/javatests/google/registry/tools/params/EnumParameterTest.java index 1c7369c69..f035b6a82 100644 --- a/javatests/google/registry/tools/params/EnumParameterTest.java +++ b/javatests/google/registry/tools/params/EnumParameterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/params/HostAndPortParameterTest.java b/javatests/google/registry/tools/params/HostAndPortParameterTest.java index 82de7ae6c..53deab02d 100644 --- a/javatests/google/registry/tools/params/HostAndPortParameterTest.java +++ b/javatests/google/registry/tools/params/HostAndPortParameterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/params/IntervalParameterTest.java b/javatests/google/registry/tools/params/IntervalParameterTest.java index 68680da0d..009bfc966 100644 --- a/javatests/google/registry/tools/params/IntervalParameterTest.java +++ b/javatests/google/registry/tools/params/IntervalParameterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/params/KeyValueMapParameterTest.java b/javatests/google/registry/tools/params/KeyValueMapParameterTest.java index ddbdf37e8..b1bc5859b 100644 --- a/javatests/google/registry/tools/params/KeyValueMapParameterTest.java +++ b/javatests/google/registry/tools/params/KeyValueMapParameterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/params/MoneyParameterTest.java b/javatests/google/registry/tools/params/MoneyParameterTest.java index 7c849bd7f..ef24426b7 100644 --- a/javatests/google/registry/tools/params/MoneyParameterTest.java +++ b/javatests/google/registry/tools/params/MoneyParameterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/params/PathParameterTest.java b/javatests/google/registry/tools/params/PathParameterTest.java index aff9f3094..667f64445 100644 --- a/javatests/google/registry/tools/params/PathParameterTest.java +++ b/javatests/google/registry/tools/params/PathParameterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/params/PhoneNumberParameterTest.java b/javatests/google/registry/tools/params/PhoneNumberParameterTest.java index 54c848de0..a135c68c6 100644 --- a/javatests/google/registry/tools/params/PhoneNumberParameterTest.java +++ b/javatests/google/registry/tools/params/PhoneNumberParameterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/params/YearMonthParameterTest.java b/javatests/google/registry/tools/params/YearMonthParameterTest.java index 1439fafe2..8a0787462 100644 --- a/javatests/google/registry/tools/params/YearMonthParameterTest.java +++ b/javatests/google/registry/tools/params/YearMonthParameterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/server/CreateGroupsActionTest.java b/javatests/google/registry/tools/server/CreateGroupsActionTest.java index 22bd08958..ae2bb5032 100644 --- a/javatests/google/registry/tools/server/CreateGroupsActionTest.java +++ b/javatests/google/registry/tools/server/CreateGroupsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/server/CreatePremiumListActionTest.java b/javatests/google/registry/tools/server/CreatePremiumListActionTest.java index 85b67fe50..a41999241 100644 --- a/javatests/google/registry/tools/server/CreatePremiumListActionTest.java +++ b/javatests/google/registry/tools/server/CreatePremiumListActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/server/DeleteEntityActionTest.java b/javatests/google/registry/tools/server/DeleteEntityActionTest.java index c4bf6c959..b433f6c31 100644 --- a/javatests/google/registry/tools/server/DeleteEntityActionTest.java +++ b/javatests/google/registry/tools/server/DeleteEntityActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/server/GenerateZoneFilesActionTest.java b/javatests/google/registry/tools/server/GenerateZoneFilesActionTest.java index 88bf09ee6..46fdee9ee 100644 --- a/javatests/google/registry/tools/server/GenerateZoneFilesActionTest.java +++ b/javatests/google/registry/tools/server/GenerateZoneFilesActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/server/KillAllCommitLogsActionTest.java b/javatests/google/registry/tools/server/KillAllCommitLogsActionTest.java index 0980be8e8..57064bd87 100644 --- a/javatests/google/registry/tools/server/KillAllCommitLogsActionTest.java +++ b/javatests/google/registry/tools/server/KillAllCommitLogsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/server/KillAllEppResourcesActionTest.java b/javatests/google/registry/tools/server/KillAllEppResourcesActionTest.java index 3e32f75a2..ca1550fe8 100644 --- a/javatests/google/registry/tools/server/KillAllEppResourcesActionTest.java +++ b/javatests/google/registry/tools/server/KillAllEppResourcesActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/server/ListActionTestCase.java b/javatests/google/registry/tools/server/ListActionTestCase.java index f85951883..75ef4f596 100644 --- a/javatests/google/registry/tools/server/ListActionTestCase.java +++ b/javatests/google/registry/tools/server/ListActionTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/server/ListDomainsActionTest.java b/javatests/google/registry/tools/server/ListDomainsActionTest.java index aa5da0cc1..4bcf5b753 100644 --- a/javatests/google/registry/tools/server/ListDomainsActionTest.java +++ b/javatests/google/registry/tools/server/ListDomainsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/server/ListHostsActionTest.java b/javatests/google/registry/tools/server/ListHostsActionTest.java index 8145f6b99..7047e20d8 100644 --- a/javatests/google/registry/tools/server/ListHostsActionTest.java +++ b/javatests/google/registry/tools/server/ListHostsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/server/ListPremiumListsActionTest.java b/javatests/google/registry/tools/server/ListPremiumListsActionTest.java index 29e4e7f48..34109a5bf 100644 --- a/javatests/google/registry/tools/server/ListPremiumListsActionTest.java +++ b/javatests/google/registry/tools/server/ListPremiumListsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/server/ListRegistrarsActionTest.java b/javatests/google/registry/tools/server/ListRegistrarsActionTest.java index a96ca1199..991452a88 100644 --- a/javatests/google/registry/tools/server/ListRegistrarsActionTest.java +++ b/javatests/google/registry/tools/server/ListRegistrarsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/server/ListReservedListsActionTest.java b/javatests/google/registry/tools/server/ListReservedListsActionTest.java index 0ff5c41a2..9c2c54739 100644 --- a/javatests/google/registry/tools/server/ListReservedListsActionTest.java +++ b/javatests/google/registry/tools/server/ListReservedListsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/server/ListTldsActionTest.java b/javatests/google/registry/tools/server/ListTldsActionTest.java index 680d872b7..e0decbe76 100644 --- a/javatests/google/registry/tools/server/ListTldsActionTest.java +++ b/javatests/google/registry/tools/server/ListTldsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/server/ResaveAllEppResourcesActionTest.java b/javatests/google/registry/tools/server/ResaveAllEppResourcesActionTest.java index d1f533f4e..766fcc0a3 100644 --- a/javatests/google/registry/tools/server/ResaveAllEppResourcesActionTest.java +++ b/javatests/google/registry/tools/server/ResaveAllEppResourcesActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/tools/server/UpdatePremiumListActionTest.java b/javatests/google/registry/tools/server/UpdatePremiumListActionTest.java index 144f7448c..280f99d53 100644 --- a/javatests/google/registry/tools/server/UpdatePremiumListActionTest.java +++ b/javatests/google/registry/tools/server/UpdatePremiumListActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/forms/FormFieldExceptionTest.java b/javatests/google/registry/ui/forms/FormFieldExceptionTest.java index 3af6bdde7..93ee5d481 100644 --- a/javatests/google/registry/ui/forms/FormFieldExceptionTest.java +++ b/javatests/google/registry/ui/forms/FormFieldExceptionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/forms/FormFieldTest.java b/javatests/google/registry/ui/forms/FormFieldTest.java index 560fc3d76..06257b78a 100644 --- a/javatests/google/registry/ui/forms/FormFieldTest.java +++ b/javatests/google/registry/ui/forms/FormFieldTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/forms/FormFieldsTest.java b/javatests/google/registry/ui/forms/FormFieldsTest.java index 0a30a901a..7db80dd7e 100644 --- a/javatests/google/registry/ui/forms/FormFieldsTest.java +++ b/javatests/google/registry/ui/forms/FormFieldsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/js/component_test.js b/javatests/google/registry/ui/js/component_test.js index d87542ab3..43a28dd9b 100644 --- a/javatests/google/registry/ui/js/component_test.js +++ b/javatests/google/registry/ui/js/component_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/js/registrar/brainframe_test.js b/javatests/google/registry/ui/js/registrar/brainframe_test.js index 8d914be22..876d03351 100644 --- a/javatests/google/registry/ui/js/registrar/brainframe_test.js +++ b/javatests/google/registry/ui/js/registrar/brainframe_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/js/registrar/console_test.js b/javatests/google/registry/ui/js/registrar/console_test.js index cf3f81b16..06a77a749 100644 --- a/javatests/google/registry/ui/js/registrar/console_test.js +++ b/javatests/google/registry/ui/js/registrar/console_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/js/registrar/console_test_util.js b/javatests/google/registry/ui/js/registrar/console_test_util.js index eb269d620..2c670d09e 100644 --- a/javatests/google/registry/ui/js/registrar/console_test_util.js +++ b/javatests/google/registry/ui/js/registrar/console_test_util.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/js/registrar/contact_settings_test.js b/javatests/google/registry/ui/js/registrar/contact_settings_test.js index f79414943..856dc2495 100644 --- a/javatests/google/registry/ui/js/registrar/contact_settings_test.js +++ b/javatests/google/registry/ui/js/registrar/contact_settings_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/js/registrar/contact_test.js b/javatests/google/registry/ui/js/registrar/contact_test.js index 3e0e63393..71299581b 100644 --- a/javatests/google/registry/ui/js/registrar/contact_test.js +++ b/javatests/google/registry/ui/js/registrar/contact_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/js/registrar/domain_test.js b/javatests/google/registry/ui/js/registrar/domain_test.js index 8cded55c8..7c6b1ea53 100644 --- a/javatests/google/registry/ui/js/registrar/domain_test.js +++ b/javatests/google/registry/ui/js/registrar/domain_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/js/registrar/host_test.js b/javatests/google/registry/ui/js/registrar/host_test.js index b541a6a8e..77e45c350 100644 --- a/javatests/google/registry/ui/js/registrar/host_test.js +++ b/javatests/google/registry/ui/js/registrar/host_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/js/registrar/payment_test.js b/javatests/google/registry/ui/js/registrar/payment_test.js index 563bef684..e9543a072 100644 --- a/javatests/google/registry/ui/js/registrar/payment_test.js +++ b/javatests/google/registry/ui/js/registrar/payment_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/js/registrar/security_settings_test.js b/javatests/google/registry/ui/js/registrar/security_settings_test.js index 56b4e2179..0c362ee9f 100644 --- a/javatests/google/registry/ui/js/registrar/security_settings_test.js +++ b/javatests/google/registry/ui/js/registrar/security_settings_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/js/registrar/whois_settings_test.js b/javatests/google/registry/ui/js/registrar/whois_settings_test.js index a5911779c..c3b945ab4 100644 --- a/javatests/google/registry/ui/js/registrar/whois_settings_test.js +++ b/javatests/google/registry/ui/js/registrar/whois_settings_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/js/testing.js b/javatests/google/registry/ui/js/testing.js index a6acbce94..c772a33ef 100644 --- a/javatests/google/registry/ui/js/testing.js +++ b/javatests/google/registry/ui/js/testing.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/js/xml_test.js b/javatests/google/registry/ui/js/xml_test.js index c2698796c..f9faba346 100644 --- a/javatests/google/registry/ui/js/xml_test.js +++ b/javatests/google/registry/ui/js/xml_test.js @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/server/RegistrarFormFieldsTest.java b/javatests/google/registry/ui/server/RegistrarFormFieldsTest.java index 424e4fa54..00b49169a 100644 --- a/javatests/google/registry/ui/server/RegistrarFormFieldsTest.java +++ b/javatests/google/registry/ui/server/RegistrarFormFieldsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/server/registrar/ConsoleUiActionTest.java b/javatests/google/registry/ui/server/registrar/ConsoleUiActionTest.java index 57f4e0414..4a18bc026 100644 --- a/javatests/google/registry/ui/server/registrar/ConsoleUiActionTest.java +++ b/javatests/google/registry/ui/server/registrar/ConsoleUiActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/server/registrar/ContactSettingsTest.java b/javatests/google/registry/ui/server/registrar/ContactSettingsTest.java index c0876dfb5..e4d81fc7b 100644 --- a/javatests/google/registry/ui/server/registrar/ContactSettingsTest.java +++ b/javatests/google/registry/ui/server/registrar/ContactSettingsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/server/registrar/RegistrarPaymentActionTest.java b/javatests/google/registry/ui/server/registrar/RegistrarPaymentActionTest.java index 7390b91be..ae6d347f6 100644 --- a/javatests/google/registry/ui/server/registrar/RegistrarPaymentActionTest.java +++ b/javatests/google/registry/ui/server/registrar/RegistrarPaymentActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/server/registrar/RegistrarPaymentSetupActionTest.java b/javatests/google/registry/ui/server/registrar/RegistrarPaymentSetupActionTest.java index 8226febf4..d30d9de57 100644 --- a/javatests/google/registry/ui/server/registrar/RegistrarPaymentSetupActionTest.java +++ b/javatests/google/registry/ui/server/registrar/RegistrarPaymentSetupActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/server/registrar/RegistrarSettingsActionTest.java b/javatests/google/registry/ui/server/registrar/RegistrarSettingsActionTest.java index 007b8e923..d96ad8572 100644 --- a/javatests/google/registry/ui/server/registrar/RegistrarSettingsActionTest.java +++ b/javatests/google/registry/ui/server/registrar/RegistrarSettingsActionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/server/registrar/RegistrarSettingsActionTestCase.java b/javatests/google/registry/ui/server/registrar/RegistrarSettingsActionTestCase.java index d219c2cb2..ada0953cd 100644 --- a/javatests/google/registry/ui/server/registrar/RegistrarSettingsActionTestCase.java +++ b/javatests/google/registry/ui/server/registrar/RegistrarSettingsActionTestCase.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/server/registrar/SecuritySettingsTest.java b/javatests/google/registry/ui/server/registrar/SecuritySettingsTest.java index 46eeac7ae..8de514ee1 100644 --- a/javatests/google/registry/ui/server/registrar/SecuritySettingsTest.java +++ b/javatests/google/registry/ui/server/registrar/SecuritySettingsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/server/registrar/SendEmailUtilsTest.java b/javatests/google/registry/ui/server/registrar/SendEmailUtilsTest.java index fc3a21719..2a5fed699 100644 --- a/javatests/google/registry/ui/server/registrar/SendEmailUtilsTest.java +++ b/javatests/google/registry/ui/server/registrar/SendEmailUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/server/registrar/SessionUtilsTest.java b/javatests/google/registry/ui/server/registrar/SessionUtilsTest.java index 554dc7099..56e4dcd89 100644 --- a/javatests/google/registry/ui/server/registrar/SessionUtilsTest.java +++ b/javatests/google/registry/ui/server/registrar/SessionUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/ui/server/registrar/WhoisSettingsTest.java b/javatests/google/registry/ui/server/registrar/WhoisSettingsTest.java index 29b16be36..fbbcad5c1 100644 --- a/javatests/google/registry/ui/server/registrar/WhoisSettingsTest.java +++ b/javatests/google/registry/ui/server/registrar/WhoisSettingsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/util/CidrAddressBlockTest.java b/javatests/google/registry/util/CidrAddressBlockTest.java index 2a9458c9e..d2958764e 100644 --- a/javatests/google/registry/util/CidrAddressBlockTest.java +++ b/javatests/google/registry/util/CidrAddressBlockTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/util/CollectionUtilsTest.java b/javatests/google/registry/util/CollectionUtilsTest.java index def122119..df58ac33e 100644 --- a/javatests/google/registry/util/CollectionUtilsTest.java +++ b/javatests/google/registry/util/CollectionUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/util/ConcurrentTest.java b/javatests/google/registry/util/ConcurrentTest.java index 2502714c4..ad7924941 100644 --- a/javatests/google/registry/util/ConcurrentTest.java +++ b/javatests/google/registry/util/ConcurrentTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/util/DateTimeUtilsTest.java b/javatests/google/registry/util/DateTimeUtilsTest.java index f6cebe78e..57b4de12e 100644 --- a/javatests/google/registry/util/DateTimeUtilsTest.java +++ b/javatests/google/registry/util/DateTimeUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/util/DiffUtilsTest.java b/javatests/google/registry/util/DiffUtilsTest.java index 364158de0..bbc50a065 100644 --- a/javatests/google/registry/util/DiffUtilsTest.java +++ b/javatests/google/registry/util/DiffUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/util/DomainNameUtilsTest.java b/javatests/google/registry/util/DomainNameUtilsTest.java index 74c92284e..9daa2c561 100644 --- a/javatests/google/registry/util/DomainNameUtilsTest.java +++ b/javatests/google/registry/util/DomainNameUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/util/HexDumperTest.java b/javatests/google/registry/util/HexDumperTest.java index 383efdc92..dbf6a0ff5 100644 --- a/javatests/google/registry/util/HexDumperTest.java +++ b/javatests/google/registry/util/HexDumperTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/util/PosixTarHeaderSystemTest.java b/javatests/google/registry/util/PosixTarHeaderSystemTest.java index 82a3c8b9a..3e9d92ecb 100644 --- a/javatests/google/registry/util/PosixTarHeaderSystemTest.java +++ b/javatests/google/registry/util/PosixTarHeaderSystemTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/util/PosixTarHeaderTest.java b/javatests/google/registry/util/PosixTarHeaderTest.java index 4f3dbf8b7..4501b826f 100644 --- a/javatests/google/registry/util/PosixTarHeaderTest.java +++ b/javatests/google/registry/util/PosixTarHeaderTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/util/RetrierTest.java b/javatests/google/registry/util/RetrierTest.java index f5c91dade..52d2ac1d4 100644 --- a/javatests/google/registry/util/RetrierTest.java +++ b/javatests/google/registry/util/RetrierTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/util/SerializeUtilsTest.java b/javatests/google/registry/util/SerializeUtilsTest.java index 9b180c566..a3c6bf7e6 100644 --- a/javatests/google/registry/util/SerializeUtilsTest.java +++ b/javatests/google/registry/util/SerializeUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/util/SqlTemplateTest.java b/javatests/google/registry/util/SqlTemplateTest.java index e02f29e92..f72eb81c4 100644 --- a/javatests/google/registry/util/SqlTemplateTest.java +++ b/javatests/google/registry/util/SqlTemplateTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/util/TaskEnqueuerTest.java b/javatests/google/registry/util/TaskEnqueuerTest.java index 0b6436700..77a72f6bc 100644 --- a/javatests/google/registry/util/TaskEnqueuerTest.java +++ b/javatests/google/registry/util/TaskEnqueuerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/util/TeeOutputStreamTest.java b/javatests/google/registry/util/TeeOutputStreamTest.java index 05cdddd8d..dff8ea2ab 100644 --- a/javatests/google/registry/util/TeeOutputStreamTest.java +++ b/javatests/google/registry/util/TeeOutputStreamTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/util/TypeUtilsTest.java b/javatests/google/registry/util/TypeUtilsTest.java index 9420ab77d..073e73094 100644 --- a/javatests/google/registry/util/TypeUtilsTest.java +++ b/javatests/google/registry/util/TypeUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/util/UrlFetchUtilsTest.java b/javatests/google/registry/util/UrlFetchUtilsTest.java index 21af3d01a..b54133c96 100644 --- a/javatests/google/registry/util/UrlFetchUtilsTest.java +++ b/javatests/google/registry/util/UrlFetchUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/whois/DomainWhoisResponseTest.java b/javatests/google/registry/whois/DomainWhoisResponseTest.java index 873413662..65c54ea6c 100644 --- a/javatests/google/registry/whois/DomainWhoisResponseTest.java +++ b/javatests/google/registry/whois/DomainWhoisResponseTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/whois/NameserverWhoisResponseTest.java b/javatests/google/registry/whois/NameserverWhoisResponseTest.java index 863ca1b56..090d43aa2 100644 --- a/javatests/google/registry/whois/NameserverWhoisResponseTest.java +++ b/javatests/google/registry/whois/NameserverWhoisResponseTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/whois/RegistrarWhoisResponseTest.java b/javatests/google/registry/whois/RegistrarWhoisResponseTest.java index 495fcdd75..6de958717 100644 --- a/javatests/google/registry/whois/RegistrarWhoisResponseTest.java +++ b/javatests/google/registry/whois/RegistrarWhoisResponseTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/whois/WhoisHelper.java b/javatests/google/registry/whois/WhoisHelper.java index 8160142b0..a53302477 100644 --- a/javatests/google/registry/whois/WhoisHelper.java +++ b/javatests/google/registry/whois/WhoisHelper.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/whois/WhoisHttpServerTest.java b/javatests/google/registry/whois/WhoisHttpServerTest.java index c1888952b..1bfac7a9d 100644 --- a/javatests/google/registry/whois/WhoisHttpServerTest.java +++ b/javatests/google/registry/whois/WhoisHttpServerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/whois/WhoisInjectionTest.java b/javatests/google/registry/whois/WhoisInjectionTest.java index 630e802a8..ab5752237 100644 --- a/javatests/google/registry/whois/WhoisInjectionTest.java +++ b/javatests/google/registry/whois/WhoisInjectionTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/whois/WhoisReaderTest.java b/javatests/google/registry/whois/WhoisReaderTest.java index 0a8e77d1d..1a41f4137 100644 --- a/javatests/google/registry/whois/WhoisReaderTest.java +++ b/javatests/google/registry/whois/WhoisReaderTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/whois/WhoisServerTest.java b/javatests/google/registry/whois/WhoisServerTest.java index 7e11e8914..6d9002d32 100644 --- a/javatests/google/registry/whois/WhoisServerTest.java +++ b/javatests/google/registry/whois/WhoisServerTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/whois/WhoisTestComponent.java b/javatests/google/registry/whois/WhoisTestComponent.java index 0ec730834..53d604d9a 100644 --- a/javatests/google/registry/whois/WhoisTestComponent.java +++ b/javatests/google/registry/whois/WhoisTestComponent.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/xjc/XjcObjectTest.java b/javatests/google/registry/xjc/XjcObjectTest.java index 14814d514..f291c6e0e 100644 --- a/javatests/google/registry/xjc/XjcObjectTest.java +++ b/javatests/google/registry/xjc/XjcObjectTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/xjc/XmlTestdataTest.java b/javatests/google/registry/xjc/XmlTestdataTest.java index 49e93dd5d..8d3e12d6e 100644 --- a/javatests/google/registry/xjc/XmlTestdataTest.java +++ b/javatests/google/registry/xjc/XmlTestdataTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/xml/DateAdapterTest.java b/javatests/google/registry/xml/DateAdapterTest.java index de5b92f5a..dbc82b9ef 100644 --- a/javatests/google/registry/xml/DateAdapterTest.java +++ b/javatests/google/registry/xml/DateAdapterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/xml/UtcDateTimeAdapterTest.java b/javatests/google/registry/xml/UtcDateTimeAdapterTest.java index b68ab79f7..8913ba728 100644 --- a/javatests/google/registry/xml/UtcDateTimeAdapterTest.java +++ b/javatests/google/registry/xml/UtcDateTimeAdapterTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/xml/XmlTestUtils.java b/javatests/google/registry/xml/XmlTestUtils.java index 9ba4f6864..fc7488391 100644 --- a/javatests/google/registry/xml/XmlTestUtils.java +++ b/javatests/google/registry/xml/XmlTestUtils.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/javatests/google/registry/xml/XmlTestUtilsTest.java b/javatests/google/registry/xml/XmlTestUtilsTest.java index cc91de390..a44f3c5f3 100644 --- a/javatests/google/registry/xml/XmlTestUtilsTest.java +++ b/javatests/google/registry/xml/XmlTestUtilsTest.java @@ -1,4 +1,4 @@ -// Copyright 2016 The Nomulus Authors. All Rights Reserved. +// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/python/google/registry/reporting/icann_report_query_builder.py b/python/google/registry/reporting/icann_report_query_builder.py index d85d841ec..7ca995e9b 100644 --- a/python/google/registry/reporting/icann_report_query_builder.py +++ b/python/google/registry/reporting/icann_report_query_builder.py @@ -1,5 +1,4 @@ - -# Copyright 2016 The Nomulus Authors. All Rights Reserved. +# Copyright 2017 The Nomulus Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/google/registry/reporting/icann_report_query_builder_test.py b/python/google/registry/reporting/icann_report_query_builder_test.py index 4cb1df9e7..7c9a49f82 100644 --- a/python/google/registry/reporting/icann_report_query_builder_test.py +++ b/python/google/registry/reporting/icann_report_query_builder_test.py @@ -1,5 +1,4 @@ - -# Copyright 2016 The Nomulus Authors. All Rights Reserved. +# Copyright 2017 The Nomulus Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/python/google/registry/reporting/testdata/golden_activity_query.sql b/python/google/registry/reporting/testdata/golden_activity_query.sql index 8a645e97c..917ff04c6 100644 --- a/python/google/registry/reporting/testdata/golden_activity_query.sql +++ b/python/google/registry/reporting/testdata/golden_activity_query.sql @@ -1,4 +1,4 @@ --- Copyright 2016 The Nomulus Authors. All Rights Reserved. +-- Copyright 2017 The Nomulus Authors. All Rights Reserved. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. @@ -12,7 +12,6 @@ -- See the License for the specific language governing permissions and -- limitations under the License. - SELECT Tld.tld AS tld, SUM(IF(metricName = 'operational-registrars', count, 0)) AS operational_registrars, diff --git a/scripts/setup_eclipse.py b/scripts/setup_eclipse.py index 7acd0b3c9..8e6f9d936 100644 --- a/scripts/setup_eclipse.py +++ b/scripts/setup_eclipse.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright 2016 The Nomulus Authors. All Rights Reserved. +# Copyright 2017 The Nomulus Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - """Script for generating eclipse .project and .classpath files.""" import os