You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by jf...@apache.org on 2014/03/28 14:26:26 UTC

git commit: AURORA-278: Review Incubator release check list

Repository: incubator-aurora
Updated Branches:
  refs/heads/master a7e0db6eb -> 6db811d72


AURORA-278: Review Incubator release check list

License header cleanup due to recently added files missind headers.

Also updates LICENSE and NOTICE to correctly address bundled dependencies.

Bugs closed: AURORA-278

Reviewed at https://reviews.apache.org/r/19727/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/6db811d7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/6db811d7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/6db811d7

Branch: refs/heads/master
Commit: 6db811d725c3315419be777bfa4bac2e4370e317
Parents: a7e0db6
Author: Jake Farrell <jf...@apache.org>
Authored: Thu Mar 27 21:36:07 2014 -0400
Committer: jfarrell <jf...@apache.org>
Committed: Thu Mar 27 21:36:07 2014 -0400

----------------------------------------------------------------------
 3rdparty/javascript/thrift.js                   |  25 ++---
 BUILD                                           |  15 +++
 LICENSE                                         | 111 ++++++++++++++++++-
 NOTICE                                          |  49 +-------
 build-support/gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 50514 bytes
 .../gradle/wrapper/gradle-wrapper.properties    |   6 +
 build-support/release/make-python-sdists        |  16 +++
 build-support/tools/list-missing-shipits        |  15 +++
 build-support/virtualenv                        |  15 +++
 build.gradle                                    |   1 +
 examples/scheduler/scheduler-local.sh           |  16 +++
 examples/vagrant/provision-aurora-scheduler.sh  |  16 +++
 examples/vagrant/provision-dev-environment.sh   |  17 +++
 examples/vagrant/provision-mesos-master.sh      |  16 +++
 examples/vagrant/provision-mesos-slave.sh       |  16 +++
 examples/vagrant/provision-zookeeper.sh         |  18 ++-
 gradle/wrapper/gradle-wrapper.jar               | Bin 50514 -> 0 bytes
 gradle/wrapper/gradle-wrapper.properties        |   6 -
 gradlew                                         |  17 ++-
 .../python/apache/aurora/client/cli/bridge.py   |  15 +++
 .../python/apache/aurora/client/cli/client.py   |  15 +++
 .../apache/aurora/client/cli/test_bridge.py     |  15 +++
 .../apache/aurora/client/cli/test_restart.py    |  15 +++
 .../apache/aurora/client/cli/test_update.py     |  15 +++
 src/test/sh/org/apache/aurora/e2e/flask/BUILD   |  15 +++
 .../apache/aurora/e2e/flask/flask_example.py    |  15 +++
 .../sh/org/apache/aurora/e2e/test_common.sh     |  17 +++
 .../sh/org/apache/aurora/e2e/test_end_to_end.sh |  16 +++
 28 files changed, 442 insertions(+), 71 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/3rdparty/javascript/thrift.js
----------------------------------------------------------------------
diff --git a/3rdparty/javascript/thrift.js b/3rdparty/javascript/thrift.js
index 5dcfec1..bd3a488 100644
--- a/3rdparty/javascript/thrift.js
+++ b/3rdparty/javascript/thrift.js
@@ -1,20 +1,17 @@
 /*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you 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
+ * Copyright 2014 Apache Software Foundation
  *
- *   http://www.apache.org/licenses/LICENSE-2.0
+ * 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
  *
- * 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.
+ *     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.
  */
 var Thrift = {
     Version: '0.9.1',

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/BUILD
----------------------------------------------------------------------
diff --git a/BUILD b/BUILD
index eb2ff0d..c075158 100644
--- a/BUILD
+++ b/BUILD
@@ -1 +1,16 @@
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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.
+#
 maven_layout()

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index bc7ee73..720805e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -206,7 +206,114 @@ SOFTWARE DISTRIBUTED WITH APACHE AURORA:
 
 The Apache Aurora software includes a number of subcomponents with
 separate copyright notices and license terms. Your use of the source
-code for the these subcomponents is subject to the terms and
-conditions as outlined in the NOTICE file.
+code for the these subcomponents is subject to the terms and conditions
+of the following licenses.
 
 -------------------------------------------------------------------------------
+
+Angular.js (http://angularjs.org/)
+  Location: 3rdparty/javascript/bower_components/angular
+  From: 'Google, Inc.' (http://www.google.com/)
+  License: MIT License
+
+The MIT License
+
+Copyright (c) 2010-2014 Google, Inc. http://angularjs.org
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+-------------------------------------------------------------------------------
+
+
+Twitter Bootstrap (http://twitter.github.com/bootstrap)
+  Location: 3rdparty/javascript/bower_components/bootstrap.css
+  From: 'Twitter, Inc.' (http://www.twitter.com/)
+  License: Apache License, Version 2.0
+
+Copyright 2012 Twitter, Inc.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this work except in compliance with the License.
+You may obtain a copy of the License in the LICENSE file, or 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.
+
+-------------------------------------------------------------------------------
+
+
+jQuery (http://jquery.com/)
+  Location: 3rdparty/javascript/bower_components/jquery
+  From: 'The jQuery Foundation' (http://www.jquery.com/)
+  License:  MIT License
+
+Copyright 2014 jQuery Foundation and other contributors
+http://jquery.com/
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+-------------------------------------------------------------------------------
+
+
+smart-table (http://lorenzofox3.github.io/smart-table-website/)
+  Location: 3rdparty/javascript/bower_components/smart-table
+  From: 'Laurent Renard' (http://lorenzofox3.github.io/smart-table-website/)
+  License:  MIT License
+
+Copyright (C) 2013 Laurent Renard.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 145370d..86fbd70 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,50 +1,5 @@
 Apache Aurora
-Copyright 2013 The Apache Software Foundation
+Copyright 2014 The Apache Software Foundation
 
 This product includes software developed by The Apache Software
-Foundation (http://www.apache.org/).
-
-
-From: 'An unknown organization'
-  - AOP alliance (http://aopalliance.sourceforge.net)
-    License: Public Domain
-  - FindBugs (http://findbugs.sourceforge.net/)
-    License: The Apache Software License, Version 2.0
-
-From: 'Antlr' (http://www.antlr.org/)
-  - Antlr (http://www.antlr.org/)
-    License: BSD License
-
-From: 'The Apache Software Foundation' (http://www.apache.org)
-  - Apache Commons Lang (http://commons.apache.org/)
-    License: The Apache Software License, Version 2.0
-  - Apache Log4j (http://logging.apache.org/)
-    License: The Apache Software License, Version 2.0
-  - Apache Mesos (http://mesos.apache.org/)
-    License: The Apache Software License, Version 2.0
-  - Apache Thrift (http://thrift.apache.org/)
-    License: The Apache Software License, Version 2.0
-  - Apache Zookeeper (http://zookeeper.apache.org/)
-    License: The Apache Software License, Version 2.0
-
-From: 'Google, Inc.' (http://www.google.com)
-  - Google Guava (http://code.google.com/p/guava-libraries)
-    License: The Apache Software License, Version 2.0
-  - Google Guice (http://code.google.com/p/google-guice/)
-    License: The Apache Software License, Version 2.0
-  - Google Protocol Buffers (http://code.google.com/p/protobuf)
-    License: BSD 3 License
-
-From: 'Oracle, Inc.' (http://www.oracle.com)
-  - Jersey (https://jersey.java.net/)
-    License: Common Development and Distrobution License (CDDL - Version 1.1)
-
-From: 'Twitter, Inc.' (http://www.twitter.com)
-  - Twitter Commons (https://github.com/twitter/commons)
-    License: The Apache Software License, Version 2.0
-
-From: 'QOS.ch' (http://www.qos.ch)
-  - Log4j Implemented Over SLF4J (http://www.slf4j.org)
-    License: Apache Software Licenses
-  - SLF4J (http://www.slf4j.org)
-    License: MIT License
+Foundation (http://www.apache.org/).
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/build-support/gradle/wrapper/gradle-wrapper.jar
----------------------------------------------------------------------
diff --git a/build-support/gradle/wrapper/gradle-wrapper.jar b/build-support/gradle/wrapper/gradle-wrapper.jar
new file mode 100644
index 0000000..667288a
Binary files /dev/null and b/build-support/gradle/wrapper/gradle-wrapper.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/build-support/gradle/wrapper/gradle-wrapper.properties
----------------------------------------------------------------------
diff --git a/build-support/gradle/wrapper/gradle-wrapper.properties b/build-support/gradle/wrapper/gradle-wrapper.properties
new file mode 100644
index 0000000..7a2b29f
--- /dev/null
+++ b/build-support/gradle/wrapper/gradle-wrapper.properties
@@ -0,0 +1,6 @@
+#Thu Feb 20 09:41:43 PST 2014
+distributionBase=GRADLE_USER_HOME
+distributionPath=wrapper/dists
+zipStoreBase=GRADLE_USER_HOME
+zipStorePath=wrapper/dists
+distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/build-support/release/make-python-sdists
----------------------------------------------------------------------
diff --git a/build-support/release/make-python-sdists b/build-support/release/make-python-sdists
index f5bd19c..e3abd99 100755
--- a/build-support/release/make-python-sdists
+++ b/build-support/release/make-python-sdists
@@ -1,4 +1,20 @@
 #!/bin/bash
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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.
+#
+
 # make-python-sdists: Generate sdists for Aurora Python code for use with pip or upload to PyPI.
 # Usage:
 #   ./build-support/make-python-sdists

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/build-support/tools/list-missing-shipits
----------------------------------------------------------------------
diff --git a/build-support/tools/list-missing-shipits b/build-support/tools/list-missing-shipits
index 1bad980..33a4c41 100755
--- a/build-support/tools/list-missing-shipits
+++ b/build-support/tools/list-missing-shipits
@@ -1,4 +1,19 @@
 #!/usr/bin/env python
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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.
+#
 """Utility to show outstanding reviews for the project
 
 Usage: list-missing-shipits [--rb-server=RB_SERVER_URL]

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/build-support/virtualenv
----------------------------------------------------------------------
diff --git a/build-support/virtualenv b/build-support/virtualenv
index e04a472..e2c1ec4 100755
--- a/build-support/virtualenv
+++ b/build-support/virtualenv
@@ -1,4 +1,19 @@
 #!/usr/bin/env bash
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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.
+#
 # Wrapper for self-bootstrapping virtualenv
 set -ex
 VIRTUALENV_VERSION=1.10.1

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index c2a70b0..f6eb2f3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -57,6 +57,7 @@ tasks.matching { it instanceof Compile && it.getName() != 'compileGeneratedJava'
 
 task wrapper(type: Wrapper) {
   gradleVersion = '1.11'
+  jarFile = "/build-support/gradle/wrapper/gradle-wrapper.jar"
 }
 
 task sourceJar(type: Jar) {

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/examples/scheduler/scheduler-local.sh
----------------------------------------------------------------------
diff --git a/examples/scheduler/scheduler-local.sh b/examples/scheduler/scheduler-local.sh
index 0c01cb5..8b69a45 100755
--- a/examples/scheduler/scheduler-local.sh
+++ b/examples/scheduler/scheduler-local.sh
@@ -1,4 +1,20 @@
 #!/usr/bin/env bash
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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.
+#
+
 # An example scheduler launch script.
 # It assumes a local ZooKeeper ensemble running at localhost:2181 and a master under /mesos/master
 

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/examples/vagrant/provision-aurora-scheduler.sh
----------------------------------------------------------------------
diff --git a/examples/vagrant/provision-aurora-scheduler.sh b/examples/vagrant/provision-aurora-scheduler.sh
index 49b54f2..87c369e 100755
--- a/examples/vagrant/provision-aurora-scheduler.sh
+++ b/examples/vagrant/provision-aurora-scheduler.sh
@@ -1,4 +1,20 @@
 #!/bin/bash -ex
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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.
+#
+
 # TODO(ksweeney): Use public and versioned URLs instead of local artifacts.
 AURORA_VERSION=$(cat /vagrant/.auroraversion | tr '[a-z]' '[A-Z]')
 

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/examples/vagrant/provision-dev-environment.sh
----------------------------------------------------------------------
diff --git a/examples/vagrant/provision-dev-environment.sh b/examples/vagrant/provision-dev-environment.sh
index e066293..2306911 100755
--- a/examples/vagrant/provision-dev-environment.sh
+++ b/examples/vagrant/provision-dev-environment.sh
@@ -1,3 +1,20 @@
+#!/bin/bash -x
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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.
+#
+
 apt-get update
 apt-get -y install \
     git automake libtool g++ java7-runtime-headless curl \

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/examples/vagrant/provision-mesos-master.sh
----------------------------------------------------------------------
diff --git a/examples/vagrant/provision-mesos-master.sh b/examples/vagrant/provision-mesos-master.sh
index 8ca811a..075d23d 100755
--- a/examples/vagrant/provision-mesos-master.sh
+++ b/examples/vagrant/provision-mesos-master.sh
@@ -1,4 +1,20 @@
 #!/bin/bash -x
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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.
+#
+
 apt-get update
 apt-get -y install java7-runtime-headless curl
 wget -c http://downloads.mesosphere.io/master/ubuntu/12.04/mesos_0.17.0_amd64.deb

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/examples/vagrant/provision-mesos-slave.sh
----------------------------------------------------------------------
diff --git a/examples/vagrant/provision-mesos-slave.sh b/examples/vagrant/provision-mesos-slave.sh
index 96ebf5c..f42b5c3 100755
--- a/examples/vagrant/provision-mesos-slave.sh
+++ b/examples/vagrant/provision-mesos-slave.sh
@@ -1,4 +1,20 @@
 #!/bin/bash -x
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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.
+#
+
 apt-get update
 apt-get -y install java7-runtime-headless curl
 wget -c http://downloads.mesosphere.io/master/ubuntu/12.04/mesos_0.17.0_amd64.deb

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/examples/vagrant/provision-zookeeper.sh
----------------------------------------------------------------------
diff --git a/examples/vagrant/provision-zookeeper.sh b/examples/vagrant/provision-zookeeper.sh
index b68e801..64db4a1 100755
--- a/examples/vagrant/provision-zookeeper.sh
+++ b/examples/vagrant/provision-zookeeper.sh
@@ -1,4 +1,20 @@
-#!/bin/bash
+#!/bin/bash -x
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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.
+#
+
 apt-get update
 apt-get -y install zookeeper
 echo "JVMFLAGS=\"-Djava.net.preferIPv4Stack=true\"" >> /etc/zookeeper/conf/environment

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/gradle/wrapper/gradle-wrapper.jar
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
deleted file mode 100644
index 667288a..0000000
Binary files a/gradle/wrapper/gradle-wrapper.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/gradle/wrapper/gradle-wrapper.properties
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
deleted file mode 100644
index 7a2b29f..0000000
--- a/gradle/wrapper/gradle-wrapper.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-#Thu Feb 20 09:41:43 PST 2014
-distributionBase=GRADLE_USER_HOME
-distributionPath=wrapper/dists
-zipStoreBase=GRADLE_USER_HOME
-zipStorePath=wrapper/dists
-distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/gradlew
----------------------------------------------------------------------
diff --git a/gradlew b/gradlew
index 91a7e26..7e2b34e 100755
--- a/gradlew
+++ b/gradlew
@@ -1,4 +1,19 @@
 #!/usr/bin/env bash
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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.
+#
 
 ##############################################################################
 ##
@@ -65,7 +80,7 @@ cd "`dirname \"$PRG\"`/" >&-
 APP_HOME="`pwd -P`"
 cd "$SAVED" >&-
 
-CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
+CLASSPATH=$APP_HOME/build-support/gradle/wrapper/gradle-wrapper.jar
 
 # Determine the Java command to use to start the JVM.
 if [ -n "$JAVA_HOME" ] ; then

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/src/main/python/apache/aurora/client/cli/bridge.py
----------------------------------------------------------------------
diff --git a/src/main/python/apache/aurora/client/cli/bridge.py b/src/main/python/apache/aurora/client/cli/bridge.py
index 801facc..37964b6 100644
--- a/src/main/python/apache/aurora/client/cli/bridge.py
+++ b/src/main/python/apache/aurora/client/cli/bridge.py
@@ -1,3 +1,18 @@
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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 sys
 
 

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/src/main/python/apache/aurora/client/cli/client.py
----------------------------------------------------------------------
diff --git a/src/main/python/apache/aurora/client/cli/client.py b/src/main/python/apache/aurora/client/cli/client.py
index 86c2615..f7bafca 100644
--- a/src/main/python/apache/aurora/client/cli/client.py
+++ b/src/main/python/apache/aurora/client/cli/client.py
@@ -1,3 +1,18 @@
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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 sys
 
 from apache.aurora.client.cli import CommandLine

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/src/test/python/apache/aurora/client/cli/test_bridge.py
----------------------------------------------------------------------
diff --git a/src/test/python/apache/aurora/client/cli/test_bridge.py b/src/test/python/apache/aurora/client/cli/test_bridge.py
index d944981..094bc1c 100644
--- a/src/test/python/apache/aurora/client/cli/test_bridge.py
+++ b/src/test/python/apache/aurora/client/cli/test_bridge.py
@@ -1,3 +1,18 @@
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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 unittest
 
 from apache.aurora.client.cli.bridge import Bridge, CommandProcessor

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/src/test/python/apache/aurora/client/cli/test_restart.py
----------------------------------------------------------------------
diff --git a/src/test/python/apache/aurora/client/cli/test_restart.py b/src/test/python/apache/aurora/client/cli/test_restart.py
index 6bcdd6a..834c603 100644
--- a/src/test/python/apache/aurora/client/cli/test_restart.py
+++ b/src/test/python/apache/aurora/client/cli/test_restart.py
@@ -1,3 +1,18 @@
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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 contextlib
 import functools
 

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/src/test/python/apache/aurora/client/cli/test_update.py
----------------------------------------------------------------------
diff --git a/src/test/python/apache/aurora/client/cli/test_update.py b/src/test/python/apache/aurora/client/cli/test_update.py
index 51858b9..e321b4c 100644
--- a/src/test/python/apache/aurora/client/cli/test_update.py
+++ b/src/test/python/apache/aurora/client/cli/test_update.py
@@ -1,3 +1,18 @@
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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 contextlib
 import functools
 

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/src/test/sh/org/apache/aurora/e2e/flask/BUILD
----------------------------------------------------------------------
diff --git a/src/test/sh/org/apache/aurora/e2e/flask/BUILD b/src/test/sh/org/apache/aurora/e2e/flask/BUILD
index d7f3f63..eaadcfc 100644
--- a/src/test/sh/org/apache/aurora/e2e/flask/BUILD
+++ b/src/test/sh/org/apache/aurora/e2e/flask/BUILD
@@ -1,3 +1,18 @@
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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.
+#
 python_binary(
   name = 'flask_example',
   source = 'flask_example.py',

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/src/test/sh/org/apache/aurora/e2e/flask/flask_example.py
----------------------------------------------------------------------
diff --git a/src/test/sh/org/apache/aurora/e2e/flask/flask_example.py b/src/test/sh/org/apache/aurora/e2e/flask/flask_example.py
index ac5e245..0a01c00 100644
--- a/src/test/sh/org/apache/aurora/e2e/flask/flask_example.py
+++ b/src/test/sh/org/apache/aurora/e2e/flask/flask_example.py
@@ -1,3 +1,18 @@
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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.
+#
 from sys import argv
 
 from flask import Flask

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/src/test/sh/org/apache/aurora/e2e/test_common.sh
----------------------------------------------------------------------
diff --git a/src/test/sh/org/apache/aurora/e2e/test_common.sh b/src/test/sh/org/apache/aurora/e2e/test_common.sh
index 8d7ae10..4ad91e6 100644
--- a/src/test/sh/org/apache/aurora/e2e/test_common.sh
+++ b/src/test/sh/org/apache/aurora/e2e/test_common.sh
@@ -1,3 +1,20 @@
+#!/bin/bash -x
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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.
+#
+#
 # Common utility functions used by different variants of the
 # end to end tests.
 

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/6db811d7/src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
----------------------------------------------------------------------
diff --git a/src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh b/src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
index e7d7a78..b3292f4 100755
--- a/src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
+++ b/src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+#
+# Copyright 2014 Apache Software Foundation
+#
+# 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.
+#
+#
 # A simple integration test for the mesos client, intended to be run  before checkin of major
 #client changes, and as a part of an integrated build process.
 #