diff --git a/java/com/google/testing/builddefs/GenTestRules.bzl b/java/com/google/testing/builddefs/GenTestRules.bzl index 818951c46..47ac34bfb 100644 --- a/java/com/google/testing/builddefs/GenTestRules.bzl +++ b/java/com/google/testing/builddefs/GenTestRules.bzl @@ -12,22 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- mode:python; -*- -# -# Copyright 2016 The Domain Registry Authors. All 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. - """Generate java test rules from given test_files. Instead of having to create one test rule per test in the BUILD file, this rule diff --git a/java/google/registry/model/generate_field_exposer.sh b/java/google/registry/model/generate_field_exposer.sh index a1592dd86..71fa647ff 100755 --- a/java/google/registry/model/generate_field_exposer.sh +++ b/java/google/registry/model/generate_field_exposer.sh @@ -13,20 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -# Copyright 2016 The Domain Registry Authors. All 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. # Generate a FieldExposer for a given package diff --git a/java/google/registry/model/generate_field_exposer_registry.sh b/java/google/registry/model/generate_field_exposer_registry.sh index 03c022318..ff001ac7e 100755 --- a/java/google/registry/model/generate_field_exposer_registry.sh +++ b/java/google/registry/model/generate_field_exposer_registry.sh @@ -13,20 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -# Copyright 2016 The Domain Registry Authors. All 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. # Generate a FieldExposer for a given package diff --git a/java/google/registry/rde/RdeImportUtils.java b/java/google/registry/rde/RdeImportUtils.java index f3ce5dc23..c615997a7 100644 --- a/java/google/registry/rde/RdeImportUtils.java +++ b/java/google/registry/rde/RdeImportUtils.java @@ -12,20 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Copyright 2016 The Domain Registry Authors. All 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.rde; import static com.google.common.base.Preconditions.checkState; diff --git a/java/google/registry/rde/XjcToContactResourceConverter.java b/java/google/registry/rde/XjcToContactResourceConverter.java index 15a81c15c..8005c4a7a 100644 --- a/java/google/registry/rde/XjcToContactResourceConverter.java +++ b/java/google/registry/rde/XjcToContactResourceConverter.java @@ -12,20 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Copyright 2016 The Domain Registry Authors. All 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.rde; import com.google.common.base.Function; diff --git a/java/google/registry/repositories.bzl b/java/google/registry/repositories.bzl index 0c5fc6b6c..4b2bfe9d1 100644 --- a/java/google/registry/repositories.bzl +++ b/java/google/registry/repositories.bzl @@ -12,22 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -*- mode: python; -*- -# -# Copyright 2016 The Domain Registry Authors. All 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. - """External dependencies for Domain Registry.""" def domain_registry_repositories(): diff --git a/java/google/registry/xjc/list_generated_files.sh b/java/google/registry/xjc/list_generated_files.sh index 505d518e5..3780681f6 100755 --- a/java/google/registry/xjc/list_generated_files.sh +++ b/java/google/registry/xjc/list_generated_files.sh @@ -13,20 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -# Copyright 2016 The Domain Registry Authors. All 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. tmp="$(mktemp -d "${TMPDIR:-/tmp}/list_generated_files.XXXXXXXX")" [[ "${tmp}" != "" ]] || exit 1 diff --git a/java/google/registry/xjc/make_pkginfo.sh b/java/google/registry/xjc/make_pkginfo.sh index 78694ccaa..0f699a0f8 100755 --- a/java/google/registry/xjc/make_pkginfo.sh +++ b/java/google/registry/xjc/make_pkginfo.sh @@ -13,20 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -# Copyright 2016 The Domain Registry Authors. All 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. [[ $# != 2 ]] && { echo "usage: $0 template outdir" >&2; exit 1; } diff --git a/javatests/google/registry/rde/RdeImportUtilsTest.java b/javatests/google/registry/rde/RdeImportUtilsTest.java index 29bbc2c06..92f933ca1 100644 --- a/javatests/google/registry/rde/RdeImportUtilsTest.java +++ b/javatests/google/registry/rde/RdeImportUtilsTest.java @@ -12,20 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Copyright 2016 The Domain Registry Authors. All 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.rde; import static com.google.common.truth.Truth.assertThat; diff --git a/javatests/google/registry/rde/XjcToContactResourceConverterTest.java b/javatests/google/registry/rde/XjcToContactResourceConverterTest.java index 8f7905f7d..f4b2a4ca3 100644 --- a/javatests/google/registry/rde/XjcToContactResourceConverterTest.java +++ b/javatests/google/registry/rde/XjcToContactResourceConverterTest.java @@ -12,20 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Copyright 2016 The Domain Registry Authors. All 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.rde; import static com.google.common.truth.Truth.assertThat; diff --git a/python/google/registry/reporting/icann_report_query_builder.py b/python/google/registry/reporting/icann_report_query_builder.py index 1722f0d28..1e3bfde7f 100644 --- a/python/google/registry/reporting/icann_report_query_builder.py +++ b/python/google/registry/reporting/icann_report_query_builder.py @@ -1,4 +1,4 @@ -"""ICANN reporting BigQuery query construction logic. + # Copyright 2016 The Domain Registry Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +"""ICANN reporting BigQuery query construction logic. The IcannReportQueryBuilder class contains logic for constructing the multi-part BigQuery queries used to produce ICANN monthly reports. These 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 9fdcbe09f..6bcab2fd1 100644 --- a/python/google/registry/reporting/icann_report_query_builder_test.py +++ b/python/google/registry/reporting/icann_report_query_builder_test.py @@ -1,4 +1,4 @@ -"""Tests for google.registry.reporting.icann_report_query_builder.""" + # Copyright 2016 The Domain Registry Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +"""Tests for google.registry.reporting.icann_report_query_builder.""" import os import unittest diff --git a/scripts/setup_eclipse.py b/scripts/setup_eclipse.py index cabc4a764..703790136 100644 --- a/scripts/setup_eclipse.py +++ b/scripts/setup_eclipse.py @@ -13,20 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# -# Copyright 2016 The Domain Registry Authors. All 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. """Script for generating eclipse .project and .classpath files."""