From 2f2cc875d2776768c8b43c91200a7e8722218e1a Mon Sep 17 00:00:00 2001 From: Dan Halperin Date: Thu, 5 Jan 2017 11:33:44 -0800 Subject: [PATCH] Add copyright and license throughout --- .gitattributes | 14 ++++++++++++++ .gitignore | 14 ++++++++++++++ .travis.yml | 14 ++++++++++++++ CONTRIBUTING.md | 16 ++++++++++++++++ README.md | 16 ++++++++++++++++ .../META-INF/maven/archetype-metadata.xml | 15 +++++++++++++++ .../META-INF/maven/archetype-metadata.xml | 15 +++++++++++++++ .../main/resources/archetype-resources/pom.xml | 16 ++++++++++++++++ .../resources/projects/basic/reference/pom.xml | 16 ++++++++++++++++ 9 files changed, 136 insertions(+) diff --git a/.gitattributes b/.gitattributes index cce74a2d90..c39158cf00 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,17 @@ +# Copyright (C) 2017 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. + # The default behavior, which overrides 'core.autocrlf', is to use Git's # built-in heuristics to determine whether a particular file is text or binary. # Text files are automatically normalized to the user's platforms. diff --git a/.gitignore b/.gitignore index 0ba351f6d6..2a27023c28 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,17 @@ +# Copyright (C) 2017 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. + target/ # Ignore IntelliJ files. diff --git a/.travis.yml b/.travis.yml index d3c5cf99e4..1d59774ff6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,17 @@ +# Copyright (C) 2017 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. + language: java sudo: false diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 606049f5a2..9b616e5fe3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,19 @@ + + Want to contribute? Great! First, read this page (including the small print at the end). diff --git a/README.md b/README.md index b3f85b2451..a644049218 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ + + # Google Cloud Dataflow SDK for Java [Google Cloud Dataflow](https://cloud.google.com/dataflow/) provides a simple, diff --git a/maven-archetypes/examples/src/main/resources/META-INF/maven/archetype-metadata.xml b/maven-archetypes/examples/src/main/resources/META-INF/maven/archetype-metadata.xml index 7742af4e72..2b9eb52d80 100644 --- a/maven-archetypes/examples/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/maven-archetypes/examples/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -1,4 +1,19 @@ + + + diff --git a/maven-archetypes/starter/src/test/resources/projects/basic/reference/pom.xml b/maven-archetypes/starter/src/test/resources/projects/basic/reference/pom.xml index 336de14adf..db4b1c9784 100644 --- a/maven-archetypes/starter/src/test/resources/projects/basic/reference/pom.xml +++ b/maven-archetypes/starter/src/test/resources/projects/basic/reference/pom.xml @@ -1,3 +1,19 @@ + +