You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by su...@apache.org on 2015/11/03 20:33:02 UTC

[2/3] incubator-trafodion git commit: Added copyright

Added copyright


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

Branch: refs/heads/master
Commit: 4cb48a44916fb8d587d4085e0cbe6829662fad9c
Parents: 8cc979d
Author: Amanda Moran <am...@apache.com>
Authored: Mon Nov 2 22:25:18 2015 +0000
Committer: Amanda Moran <am...@apache.com>
Committed: Mon Nov 2 22:25:18 2015 +0000

----------------------------------------------------------------------
 install/installer/traf_start | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/4cb48a44/install/installer/traf_start
----------------------------------------------------------------------
diff --git a/install/installer/traf_start b/install/installer/traf_start
index 17078fb..5f1b44b 100755
--- a/install/installer/traf_start
+++ b/install/installer/traf_start
@@ -1,5 +1,33 @@
 #!/bin/bash
 
+#!/bin/bash
+
+# @@@ START COPYRIGHT @@@
+#
+# 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.
+#
+# @@@ END COPYRIGHT @@@
+
+#=================================================
+#Start Trafodion
+
+#=================================================
+
 export TRAF_CONFIG=/etc/trafodion/trafodion_config
 
 source $TRAF_CONFIG