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:24 UTC

[2/8] incubator-trafodion git commit: Includes cleanup, rat-excludes file and rat_readme to explain exceptions.

Includes cleanup, rat-excludes file and rat_readme to explain exceptions.


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

Branch: refs/heads/master
Commit: 2ce3fb98908abba16cdfbf79b71d74d550b4a983
Parents: 26fe0b3
Author: Sandhya Sundaresan <sa...@esgyn.com>
Authored: Fri Oct 9 21:58:37 2015 +0000
Committer: Sandhya Sundaresan <sa...@esgyn.com>
Committed: Fri Oct 9 21:58:37 2015 +0000

----------------------------------------------------------------------
 .rat-excludes  | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 RAT_README.txt |  64 +++++++++++++++++++++++++++++++
 2 files changed, 170 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/2ce3fb98/.rat-excludes
----------------------------------------------------------------------
diff --git a/.rat-excludes b/.rat-excludes
new file mode 100644
index 0000000..17a92a5
--- /dev/null
+++ b/.rat-excludes
@@ -0,0 +1,106 @@
+EXPECTED*
+DIFF*
+eqat*
+qat*
+.gitignore
+.data*
+sample_events*
+FILTER*
+lob_input*
+romeo*
+expected*
+COMPARE*
+expat*
+regress*
+.gitignore
+.qrc
+regtest_*
+dtm*.*.pb.cc
+trafodion_license
+protobuf*
+package.exclude.*
+jdbct2.jar.version*
+jdbct4.jar.version*
+genvers*
+readme*
+README*
+package.exclude
+eclipse.*cproject*
+.classpath*
+.project*
+Hbase_server.skeleton.cpp*
+__init__.py*
+run_me*
+SqlciErrors.txt
+doxygen_tmudr.1.6.config
+backup-masters
+servers
+stylesheet.css
+license*.txt*
+demo*.css*
+Sortingicons.psd*
+jquery-ui.css*
+jquery-ui.js*
+jquery-ui.structure.css*
+jquery-ui.theme.css*
+jquery-1.11.0.js*
+test-requirements.txt*
+SetCertificateDirReg_os.sln*
+SetCertificateDirReg.rc*
+.props*
+.sln*
+LICENSE.rtf*
+.ism*
+resource.h*
+resource.hm*
+.rat-excludes*
+readme.md
+eclipse.project
+usage.csv
+montest_readme.txt
+Resource.qrc
+SetCertificateDirReg_os.vcxproj*
+SetCertificateDirReg_os.vcxproj.*
+odbccp32.props
+UpdateDSN_os.sln
+UpdateDSN*.vcxproj*
+UpdateDSN*.vcxproj.*
+UpdateDSN_os.vcxproj*
+UpdateDSN_os.vcxproj.*
+win64_installer_os.ism
+odbcclient_os.sln
+Drvr35*.rc*
+Drvr35Res.rc
+Drvr35Res.rc2
+Drvr35*.vcxproj*
+Drvr35*.vcxproj.*
+Drvr35Adm_os.*
+DrvMsg35.rc
+Drvr35Res_os.rc*
+Drvr35Msg_os.*
+Drvr35Res_os.vcxproj*
+Drvr35Res_os.vcxproj.*
+drvr35*.rc*
+drvr35*.vcxproj*
+drvr35adm.*
+TranslationDll.rc
+TranslationDll*.vcxproj*
+TranslationDll*.vcxproj.*
+TranslationDll_os.vcxproj*
+TranslationDll_os.vcxproj.*
+drvr35.rc
+drvr35*.vcxproj*
+drvr35*.vcxproj.*
+drvr35_os.rc
+drvr35_os.vcxproj*
+drvr35_os.vcxproj.*
+openssl.props
+version_drvr.cpp
+TCPIPV4.*
+TCPIPV6.*
+TCPIPV4_os.*
+TCPIPV6_os.*
+
+
+
+

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/2ce3fb98/RAT_README.txt
----------------------------------------------------------------------
diff --git a/RAT_README.txt b/RAT_README.txt
new file mode 100644
index 0000000..4e2c945
--- /dev/null
+++ b/RAT_README.txt
@@ -0,0 +1,64 @@
+------------------------------------------------------------------------------
+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 
+------------------------------------------------------------------------------
+FILE           :                      NOTES
+------------------------------------------------------------------------------
+          
+          
+.gitignore  : File contains pattterns that GIT reads. Cannot have comments 
+.rat-excludes   : This file used by RAT cannot have a comment section 
+package.exclude* : List of files to exclude from packaging - cannot pargse comments.      
+eclipse.*project* : Eclipse related project file
+*.csv     :  Macro file cannot have comments.
+*/hbase-trx/hbase-protocol/* : Copied from Hbse and cannot haveApache copyrights
+*/hbase-trx/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/*      :  Generated from Google protoc compiler and cannot have Apache copyright.
+*.pb.cc    :  Generated from Google protoc compiler and cannot have Apache copyright.
+/hbase-trx/src/main/cpp/gen-cpp/Hbase_server.skeleton.cpp : Autogenerated skeleton file copied from hbase cannot have Apache Trafodion copyright.
+hbase-trx/src/main/python/thrift1/gen-py/hbase/__init__.py : Autogenerated python file copied from hbase  cannot have Apache Trafodion copyright.
+
+*/core/sql/regress/*/EXPECTED* : EXPECTED files for regression tests cannot have a comment header since they get compared with diff.
+*/core/sql/regress/*/COMPARE* : COMPARE files for tests cannot have a comment header since they get compared with diff
+*/core/sql/regress/*/DIFF* : DIFF files for tests cannot have a comment header since they get compared with diff
+core/sql/regress/executor/lob_input*.txt : input text files for tests. Cannot have any header
+core/sql/regress/udr/romeo*.txt :  input text files for tests. Cannot have any header
+*.qrc : Generated file cannot have comment header.
+core/sql/qmscommon/expat/* : These files was copied and have their own GPL license in the same directory
+/doxygen_*.1.6.config : Generated file by Doxygen cannot have header. 
+install/installer/trafodion_license: license file
+servers : Code does not handle comments in these files
+backup-masters : Code does not handle comments in these files.
+dcs/src/main/resources/dcs-webapps/master/css/stylesheet.css : Header acknowledges Codify Design Studio. We cannot add our own copyright to this. 
+dcs/src/test/pytests/test-requirements.txt:Code/test cannot handle comments – needed to download dependent software
+--------------------------------------------------------------------
+The following files in the win-odbc directory are Visual Studio generated project files. Cannot add Apache license.
+*.rc
+*.vcxproj*
+*.props
+*.sln
+*.ism
+resource.h
+*.rc2
+*.RC
+
+
+-------------------------------------------------------------------
+The following files in dcs directory have their own GPL license :
+ 
+ dcs/src/main/resources/dcs-webapps/master/datatables/license-bsd.txt
+ dcs/src/main/resources/dcs-webapps/master/datatables/license-gpl2.txt
+ dcs/src/main/resources/dcs-webapps/master/datatables/css/demo_page.css
+ dcs/src/main/resources/dcs-webapps/master/datatables/css/demo_table.css
+ dcs/src/main/resources/dcs-webapps/master/datatables/css/demo_table_jui.css
+ dcs/src/main/resources/dcs-webapps/master/datatables/css/jquery.dataTables.css
+ dcs/src/main/resources/dcs-webapps/master/datatables/css/jquery.dataTables_themeroller.css
+ dcs/src/main/resources/dcs-webapps/master/datatables/images/Sorting icons.psd
+ dcs/src/main/resources/dcs-webapps/master/datatables/js/jquery.dataTables.js
+ dcs/src/main/resources/dcs-webapps/master/jquery-ui/jquery-ui.css
+ dcs/src/main/resources/dcs-webapps/master/jquery-ui/jquery-ui.js
+ dcs/src/main/resources/dcs-webapps/master/jquery-ui/jquery-ui.structure.css
+ dcs/src/main/resources/dcs-webapps/master/jquery-ui/jquery-ui.theme.css
+ dcs/src/main/resources/dcs-webapps/master/js/lib/jquery-1.11.0.js
+ 
+ 
+  
+