Author: blee Date: Wed Nov 9 07:46:29 2011 New Revision: 1199636 URL: http://svn.apache.org/viewvc?rev=1199636&view=rev Log: Preparing for release 1.4.0-incubating-rc1 Removed: incubator/sqoop/branches/branch-1.4.0/doc/ incubator/sqoop/branches/branch-1.4.0/lib/hadoop-mrunit-0.20.2-CDH3b2-SNAPSHOT.jar incubator/sqoop/branches/branch-1.4.0/src/java/org/apache/hadoop/ Modified: incubator/sqoop/branches/branch-1.4.0/NOTICE.txt incubator/sqoop/branches/branch-1.4.0/src/scripts/rat-violations.sh Modified: incubator/sqoop/branches/branch-1.4.0/NOTICE.txt URL: http://svn.apache.org/viewvc/incubator/sqoop/branches/branch-1.4.0/NOTICE.txt?rev=1199636&r1=1199635&r2=1199636&view=diff ============================================================================== --- incubator/sqoop/branches/branch-1.4.0/NOTICE.txt (original) +++ incubator/sqoop/branches/branch-1.4.0/NOTICE.txt Wed Nov 9 07:46:29 2011 @@ -1,4 +1,4 @@ -Apache SQOOP +Apache Sqoop Copyright 2011 The Apache Software Foundation This product includes software developed at Modified: incubator/sqoop/branches/branch-1.4.0/src/scripts/rat-violations.sh URL: http://svn.apache.org/viewvc/incubator/sqoop/branches/branch-1.4.0/src/scripts/rat-violations.sh?rev=1199636&r1=1199635&r2=1199636&view=diff ============================================================================== --- incubator/sqoop/branches/branch-1.4.0/src/scripts/rat-violations.sh (original) +++ incubator/sqoop/branches/branch-1.4.0/src/scripts/rat-violations.sh Wed Nov 9 07:46:29 2011 @@ -45,9 +45,11 @@ sed -i -e "s|${basedir}||" ${auditlog} # Exclude paths that don't count. # Anything in /docs is auto-generated. # Anything in /testdata is a file that is supposed to represent exact output. +# Change log does not need a license. grep '!?????' ${auditlog} \ | grep -v ' \/docs\/' \ | grep -v ' \/testdata\/' \ + | grep -v ' \/CHANGES.txt' \ > ${filtered} # Check: did we find any violations after filtering?