You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2014/08/24 10:59:59 UTC

git commit: Forgot license header (which causes apache-rat to fail the build)

Repository: incubator-flink
Updated Branches:
  refs/heads/master 48e6b9f24 -> bcc2af935


Forgot license header (which causes apache-rat to fail the build)


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

Branch: refs/heads/master
Commit: bcc2af9357afbe0625f72c4e17735acbf21d7f2e
Parents: 48e6b9f
Author: Robert Metzger <rm...@apache.org>
Authored: Sun Aug 24 10:59:52 2014 +0200
Committer: Robert Metzger <rm...@apache.org>
Committed: Sun Aug 24 10:59:52 2014 +0200

----------------------------------------------------------------------
 tools/test_deploy_to_maven.sh | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/bcc2af93/tools/test_deploy_to_maven.sh
----------------------------------------------------------------------
diff --git a/tools/test_deploy_to_maven.sh b/tools/test_deploy_to_maven.sh
index f83d538..6aa1b3c 100755
--- a/tools/test_deploy_to_maven.sh
+++ b/tools/test_deploy_to_maven.sh
@@ -1,3 +1,21 @@
+#!/usr/bin/env bash
+################################################################################
+#  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.
+################################################################################
 
 echo "Call this in the tools/ directory!"
 sleep 2