You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2015/10/13 19:14:28 UTC

[6/8] incubator-trafodion git commit: Missed a couple of files in the previous checkin

Missed a couple of files in the previous checkin


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

Branch: refs/heads/master
Commit: 206b9e9b06cf6477aa7b836cdbdf92e1b7a9b493
Parents: 4a34a04
Author: Sandhya Sundaresan <sa...@esgyn.com>
Authored: Sun Oct 11 05:02:35 2015 +0000
Committer: Sandhya Sundaresan <sa...@esgyn.com>
Committed: Sun Oct 11 05:02:35 2015 +0000

----------------------------------------------------------------------
 .rat-excludes             |  1 +
 RAT_README.txt            |  4 ++++
 dcs/conf/realm.properties | 23 +++++++++++++++++++++++
 3 files changed, 28 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/206b9e9b/.rat-excludes
----------------------------------------------------------------------
diff --git a/.rat-excludes b/.rat-excludes
index 17a92a5..543a6f3 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -54,6 +54,7 @@ LICENSE.rtf*
 resource.h*
 resource.hm*
 .rat-excludes*
+RAT_README.txt
 readme.md
 eclipse.project
 usage.csv

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/206b9e9b/RAT_README.txt
----------------------------------------------------------------------
diff --git a/RAT_README.txt b/RAT_README.txt
index 4e2c945..8efe8c4 100644
--- a/RAT_README.txt
+++ b/RAT_README.txt
@@ -1,5 +1,9 @@
 ------------------------------------------------------------------------------
 This readme contains the list of excluded files that don't have apache headers and explanations on why they don't and cannnot have headers 
+To run the RAT report for Trafodion:
+1. Install Apache Rat. Taht will install the needed jar file. 
+2. Use command line:
+   java -jar apache-rat-0.11.jar  -E $MY_SQROOT/../../.rat-excludes -d $MY_SQROOT/../.. > <RAT output log file>
 ------------------------------------------------------------------------------
 FILE           :                      NOTES
 ------------------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/206b9e9b/dcs/conf/realm.properties
----------------------------------------------------------------------
diff --git a/dcs/conf/realm.properties b/dcs/conf/realm.properties
index cd18583..fecd195 100644
--- a/dcs/conf/realm.properties
+++ b/dcs/conf/realm.properties
@@ -1 +1,24 @@
+# @@@ 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 @@@
+#
+
+
 admin: MD5:21232f297a57a5a743894a0e4a801fc3,user,admin
\ No newline at end of file