You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gr...@apache.org on 2017/09/15 20:43:16 UTC

[2/4] flink git commit: [FLINK-7494] [build] Add license header to '.travis.yml' file

[FLINK-7494] [build] Add license header to '.travis.yml' file

This closes #4575


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

Branch: refs/heads/master
Commit: 94bc2c0452f91ccea8c531a86d6d05e023ef62b2
Parents: a8dffff
Author: yew1eb <ye...@gmail.com>
Authored: Thu Aug 24 00:09:37 2017 +0800
Committer: Greg Hogan <co...@greghogan.com>
Committed: Fri Sep 15 16:41:05 2017 -0400

----------------------------------------------------------------------
 .travis.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/94bc2c04/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index a087f45..72dcfac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,18 @@
+# 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.
+
 # s3 deployment based on http://about.travis-ci.org/blog/2012-12-18-travis-artifacts/
 
 # send to fully-virtualized infrastructure: https://docs.travis-ci.com/user/trusty-ci-environment/