diff --git a/docs/conf.py b/docs/conf.py index 6679723..da323aa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,16 @@ -# -*- coding: utf-8 -*- +# Copyright 2016 Google Inc. +# +# 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. # # google.cloud.happybase documentation build configuration file, created by # sphinx-quickstart on Tue Jan 21 22:24:47 2014. diff --git a/scripts/generate_json_docs.py b/scripts/generate_json_docs.py index 1d05533..f172c85 100644 --- a/scripts/generate_json_docs.py +++ b/scripts/generate_json_docs.py @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/get_version.py b/scripts/get_version.py index c029b5b..2a108f5 100644 --- a/scripts/get_version.py +++ b/scripts/get_version.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/pycodestyle_on_repo.py b/scripts/pycodestyle_on_repo.py index 02f69e9..7889394 100644 --- a/scripts/pycodestyle_on_repo.py +++ b/scripts/pycodestyle_on_repo.py @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/run_pylint.py b/scripts/run_pylint.py index 8338a6b..81cc578 100644 --- a/scripts/run_pylint.py +++ b/scripts/run_pylint.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/update_docs.sh b/scripts/update_docs.sh index ff74f0b..5c1eebc 100755 --- a/scripts/update_docs.sh +++ b/scripts/update_docs.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/update_json_docs.sh b/scripts/update_json_docs.sh index c4f8893..2df696e 100755 --- a/scripts/update_json_docs.sh +++ b/scripts/update_json_docs.sh @@ -1,5 +1,19 @@ #!/bin/bash +# Copyright 2016 Google Inc. +# +# 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. + set -e function pushDocs () { diff --git a/scripts/update_versions.py b/scripts/update_versions.py index 6d22cdb..6399376 100644 --- a/scripts/update_versions.py +++ b/scripts/update_versions.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/verify_included_modules.py b/scripts/verify_included_modules.py index 886ec37..a32438a 100644 --- a/scripts/verify_included_modules.py +++ b/scripts/verify_included_modules.py @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/setup.py b/setup.py index 76d4487..da85fac 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,17 @@ +# Copyright 2016 Google Inc. +# +# 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. + import os from setuptools import setup diff --git a/src/google/__init__.py b/src/google/__init__.py index 0762290..3af9949 100644 --- a/src/google/__init__.py +++ b/src/google/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/cloud/__init__.py b/src/google/cloud/__init__.py index 0762290..3af9949 100644 --- a/src/google/cloud/__init__.py +++ b/src/google/cloud/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/cloud/happybase/__init__.py b/src/google/cloud/happybase/__init__.py index 71891fd..8777a61 100644 --- a/src/google/cloud/happybase/__init__.py +++ b/src/google/cloud/happybase/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/cloud/happybase/batch.py b/src/google/cloud/happybase/batch.py index 961fb92..52aadd2 100644 --- a/src/google/cloud/happybase/batch.py +++ b/src/google/cloud/happybase/batch.py @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/cloud/happybase/connection.py b/src/google/cloud/happybase/connection.py index ac80ddc..bad7517 100644 --- a/src/google/cloud/happybase/connection.py +++ b/src/google/cloud/happybase/connection.py @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/cloud/happybase/pool.py b/src/google/cloud/happybase/pool.py index fefa699..8c84896 100644 --- a/src/google/cloud/happybase/pool.py +++ b/src/google/cloud/happybase/pool.py @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/cloud/happybase/table.py b/src/google/cloud/happybase/table.py index 2869ed7..71f5fda 100644 --- a/src/google/cloud/happybase/table.py +++ b/src/google/cloud/happybase/table.py @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/cloud/happybase/test_batch.py b/src/google/cloud/happybase/test_batch.py index d674aeb..61b1d53 100644 --- a/src/google/cloud/happybase/test_batch.py +++ b/src/google/cloud/happybase/test_batch.py @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/cloud/happybase/test_connection.py b/src/google/cloud/happybase/test_connection.py index 9adf044..5bbcf7e 100644 --- a/src/google/cloud/happybase/test_connection.py +++ b/src/google/cloud/happybase/test_connection.py @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/cloud/happybase/test_pool.py b/src/google/cloud/happybase/test_pool.py index cf387a7..0f8243c 100644 --- a/src/google/cloud/happybase/test_pool.py +++ b/src/google/cloud/happybase/test_pool.py @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/google/cloud/happybase/test_table.py b/src/google/cloud/happybase/test_table.py index 2b3e55e..f64c168 100644 --- a/src/google/cloud/happybase/test_table.py +++ b/src/google/cloud/happybase/test_table.py @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/system_tests/attempt_system_tests.py b/system_tests/attempt_system_tests.py index 78ef773..2ed8ffe 100644 --- a/system_tests/attempt_system_tests.py +++ b/system_tests/attempt_system_tests.py @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/system_tests/happybase.py b/system_tests/happybase.py index f837e2d..f15ebec 100644 --- a/system_tests/happybase.py +++ b/system_tests/happybase.py @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/system_tests/retry.py b/system_tests/retry.py index 34e2bf9..f9ab2dd 100644 --- a/system_tests/retry.py +++ b/system_tests/retry.py @@ -1,3 +1,17 @@ +# Copyright 2016 Google Inc. +# +# 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. + import time from functools import wraps diff --git a/system_tests/run_emulator.py b/system_tests/run_emulator.py index c3ea8fd..46edbcb 100644 --- a/system_tests/run_emulator.py +++ b/system_tests/run_emulator.py @@ -1,4 +1,4 @@ -# Copyright 2016 Google Inc. All rights reserved. +# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/system_tests/run_system_test.py b/system_tests/run_system_test.py index 7a8f041..ad832de 100644 --- a/system_tests/run_system_test.py +++ b/system_tests/run_system_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/system_tests/system_test_utils.py b/system_tests/system_test_utils.py index dc36ef3..1529872 100644 --- a/system_tests/system_test_utils.py +++ b/system_tests/system_test_utils.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.