Repository: incubator-myriad
Updated Branches:
  refs/heads/master 048727634 -> 6c11c7338


docker/build.gradle was missing header file
Pull Request:
  Closes #73
Author: DarinJ <dar...@apache.org>


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

Branch: refs/heads/master
Commit: 6c11c73387c67b6b06db5fcf8d3923065f89d6e1
Parents: 0487276
Author: darinj <darinj.w...@gmail.com>
Authored: Thu May 12 21:56:25 2016 -0400
Committer: darinj <dar...@apache.org>
Committed: Thu May 12 22:00:57 2016 -0400

----------------------------------------------------------------------
 docker/build.gradle | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/6c11c733/docker/build.gradle
----------------------------------------------------------------------
diff --git a/docker/build.gradle b/docker/build.gradle
index 38f61e6..5c5e23d 100644
--- a/docker/build.gradle
+++ b/docker/build.gradle
@@ -1,3 +1,21 @@
+/**
+ * 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
+ *
+ *     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.
+ */
 task wrapper(type: Wrapper) {
     gradleVersion = '2.9'
 }

Reply via email to