cvs commit: jakarta-oro/src/java/tools oroToApache.java
[email protected] 7 Nov 2003 20:16:26 -0000
| Newsgroups | gmane.comp.jakarta.oro.devel |
|---|---|
| Message-ID | <[email protected]> |
dfs 2003/11/07 12:16:26
Modified: . LICENSE
src/java/examples MatcherDemoApplet.java addCommas.java
didNotMatch.java filter.java grep.java groups.java
jdfix.java matchResultExample.java
matchesContainsExample.java prefixExample.java
printPasswd.java semicolon.java splitExample.java
substituteExample.java
src/java/examples/awk matchesContainsExample.java
prefixExample.java splitExample.java
streamInputExample.java substituteExample.java
src/java/org/apache/oro/io AwkFilenameFilter.java
GlobFilenameFilter.java Perl5FilenameFilter.java
RegexFilenameFilter.java
src/java/org/apache/oro/text DefaultMatchAction.java
GenericPatternCache.java GlobCompiler.java
MalformedCachePatternException.java
MatchAction.java MatchActionInfo.java
MatchActionProcessor.java PatternCache.java
PatternCacheFIFO.java PatternCacheFIFO2.java
PatternCacheLRU.java PatternCacheRandom.java
src/java/org/apache/oro/text/awk AwkCompiler.java
AwkMatchResult.java AwkMatcher.java AwkPattern.java
AwkStreamInput.java CatNode.java
CharacterClassNode.java EpsilonNode.java
LeafNode.java NegativeCharacterClassNode.java
OrNode.java PlusNode.java QuestionNode.java
StarNode.java SyntaxNode.java SyntaxTree.java
TokenNode.java
src/java/org/apache/oro/text/perl
MalformedPerl5PatternException.java
ParsedSubstitutionEntry.java Perl5Util.java
src/java/org/apache/oro/text/regex CharStringPointer.java
MalformedPatternException.java MatchResult.java
OpCode.java Pattern.java PatternCompiler.java
PatternMatcher.java PatternMatcherInput.java
Perl5Compiler.java Perl5Debug.java
Perl5MatchResult.java Perl5Matcher.java
Perl5Pattern.java Perl5Repetition.java
Perl5Substitution.java StringSubstitution.java
Substitution.java Util.java
src/java/org/apache/oro/util Cache.java CacheFIFO.java
CacheFIFO2.java CacheLRU.java CacheRandom.java
GenericCache.java GenericCacheEntry.java
src/java/tools oroToApache.java
Log:
Removed the contribution acknowledgement Jon Stevens originally placed
in the license because the readme file already serves the purpose.
Revision Changes Path
1.3 +0 -3 jakarta-oro/LICENSE
Index: LICENSE
===================================================================
RCS file: /home/cvs/jakarta-oro/LICENSE,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- LICENSE 17 Jan 2002 19:30:28 -0000 1.2
+++ LICENSE 7 Nov 2003 20:16:23 -0000 1.3
@@ -50,7 +50,4 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.5 +1 -4 jakarta-oro/src/java/examples/MatcherDemoApplet.java
Index: MatcherDemoApplet.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/MatcherDemoApplet.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MatcherDemoApplet.java 12 Aug 2003 18:11:30 -0000 1.4
+++ MatcherDemoApplet.java 7 Nov 2003 20:16:23 -0000 1.5
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/examples/addCommas.java
Index: addCommas.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/addCommas.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- addCommas.java 12 Aug 2003 18:11:30 -0000 1.6
+++ addCommas.java 7 Nov 2003 20:16:23 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/examples/didNotMatch.java
Index: didNotMatch.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/didNotMatch.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- didNotMatch.java 12 Aug 2003 18:11:30 -0000 1.6
+++ didNotMatch.java 7 Nov 2003 20:16:23 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.8 +1 -4 jakarta-oro/src/java/examples/filter.java
Index: filter.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/filter.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- filter.java 12 Aug 2003 18:11:30 -0000 1.7
+++ filter.java 7 Nov 2003 20:16:23 -0000 1.8
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/examples/grep.java
Index: grep.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/grep.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- grep.java 12 Aug 2003 18:11:30 -0000 1.6
+++ grep.java 7 Nov 2003 20:16:23 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.8 +1 -4 jakarta-oro/src/java/examples/groups.java
Index: groups.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/groups.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- groups.java 12 Aug 2003 18:11:30 -0000 1.7
+++ groups.java 7 Nov 2003 20:16:23 -0000 1.8
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.8 +1 -4 jakarta-oro/src/java/examples/jdfix.java
Index: jdfix.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/jdfix.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jdfix.java 12 Aug 2003 18:11:30 -0000 1.7
+++ jdfix.java 7 Nov 2003 20:16:23 -0000 1.8
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/examples/matchResultExample.java
Index: matchResultExample.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/matchResultExample.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- matchResultExample.java 12 Aug 2003 18:11:30 -0000 1.6
+++ matchResultExample.java 7 Nov 2003 20:16:23 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/examples/matchesContainsExample.java
Index: matchesContainsExample.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/matchesContainsExample.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- matchesContainsExample.java 12 Aug 2003 18:11:30 -0000 1.6
+++ matchesContainsExample.java 7 Nov 2003 20:16:23 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/examples/prefixExample.java
Index: prefixExample.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/prefixExample.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- prefixExample.java 12 Aug 2003 18:11:30 -0000 1.6
+++ prefixExample.java 7 Nov 2003 20:16:23 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.8 +1 -4 jakarta-oro/src/java/examples/printPasswd.java
Index: printPasswd.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/printPasswd.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- printPasswd.java 12 Aug 2003 18:11:30 -0000 1.7
+++ printPasswd.java 7 Nov 2003 20:16:23 -0000 1.8
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.8 +1 -4 jakarta-oro/src/java/examples/semicolon.java
Index: semicolon.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/semicolon.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- semicolon.java 12 Aug 2003 18:11:30 -0000 1.7
+++ semicolon.java 7 Nov 2003 20:16:23 -0000 1.8
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.8 +1 -4 jakarta-oro/src/java/examples/splitExample.java
Index: splitExample.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/splitExample.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- splitExample.java 12 Aug 2003 18:11:30 -0000 1.7
+++ splitExample.java 7 Nov 2003 20:16:23 -0000 1.8
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.9 +1 -4 jakarta-oro/src/java/examples/substituteExample.java
Index: substituteExample.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/substituteExample.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- substituteExample.java 12 Aug 2003 18:11:30 -0000 1.8
+++ substituteExample.java 7 Nov 2003 20:16:23 -0000 1.9
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/examples/awk/matchesContainsExample.java
Index: matchesContainsExample.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/awk/matchesContainsExample.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- matchesContainsExample.java 12 Aug 2003 18:11:30 -0000 1.6
+++ matchesContainsExample.java 7 Nov 2003 20:16:23 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/examples/awk/prefixExample.java
Index: prefixExample.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/awk/prefixExample.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- prefixExample.java 12 Aug 2003 18:11:30 -0000 1.6
+++ prefixExample.java 7 Nov 2003 20:16:23 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.8 +1 -4 jakarta-oro/src/java/examples/awk/splitExample.java
Index: splitExample.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/awk/splitExample.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- splitExample.java 12 Aug 2003 18:11:30 -0000 1.7
+++ splitExample.java 7 Nov 2003 20:16:23 -0000 1.8
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/examples/awk/streamInputExample.java
Index: streamInputExample.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/awk/streamInputExample.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- streamInputExample.java 12 Aug 2003 18:11:30 -0000 1.6
+++ streamInputExample.java 7 Nov 2003 20:16:23 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.8 +1 -4 jakarta-oro/src/java/examples/awk/substituteExample.java
Index: substituteExample.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/examples/awk/substituteExample.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- substituteExample.java 12 Aug 2003 18:11:30 -0000 1.7
+++ substituteExample.java 7 Nov 2003 20:16:23 -0000 1.8
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/io/AwkFilenameFilter.java
Index: AwkFilenameFilter.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/io/AwkFilenameFilter.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- AwkFilenameFilter.java 12 Aug 2003 18:11:30 -0000 1.6
+++ AwkFilenameFilter.java 7 Nov 2003 20:16:23 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/io/GlobFilenameFilter.java
Index: GlobFilenameFilter.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/io/GlobFilenameFilter.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- GlobFilenameFilter.java 12 Aug 2003 18:11:30 -0000 1.6
+++ GlobFilenameFilter.java 7 Nov 2003 20:16:23 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/io/Perl5FilenameFilter.java
Index: Perl5FilenameFilter.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/io/Perl5FilenameFilter.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Perl5FilenameFilter.java 12 Aug 2003 18:11:30 -0000 1.6
+++ Perl5FilenameFilter.java 7 Nov 2003 20:16:23 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.9 +1 -4 jakarta-oro/src/java/org/apache/oro/io/RegexFilenameFilter.java
Index: RegexFilenameFilter.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/io/RegexFilenameFilter.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- RegexFilenameFilter.java 12 Aug 2003 18:11:30 -0000 1.8
+++ RegexFilenameFilter.java 7 Nov 2003 20:16:23 -0000 1.9
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/DefaultMatchAction.java
Index: DefaultMatchAction.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/DefaultMatchAction.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DefaultMatchAction.java 12 Aug 2003 18:11:31 -0000 1.6
+++ DefaultMatchAction.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/GenericPatternCache.java
Index: GenericPatternCache.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/GenericPatternCache.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- GenericPatternCache.java 12 Aug 2003 18:11:31 -0000 1.6
+++ GenericPatternCache.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.8 +1 -4 jakarta-oro/src/java/org/apache/oro/text/GlobCompiler.java
Index: GlobCompiler.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/GlobCompiler.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- GlobCompiler.java 12 Aug 2003 18:11:31 -0000 1.7
+++ GlobCompiler.java 7 Nov 2003 20:16:24 -0000 1.8
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/MalformedCachePatternException.java
Index: MalformedCachePatternException.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/MalformedCachePatternException.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- MalformedCachePatternException.java 12 Aug 2003 18:11:31 -0000 1.6
+++ MalformedCachePatternException.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/MatchAction.java
Index: MatchAction.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/MatchAction.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- MatchAction.java 12 Aug 2003 18:11:31 -0000 1.6
+++ MatchAction.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.8 +1 -4 jakarta-oro/src/java/org/apache/oro/text/MatchActionInfo.java
Index: MatchActionInfo.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/MatchActionInfo.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- MatchActionInfo.java 12 Aug 2003 18:11:31 -0000 1.7
+++ MatchActionInfo.java 7 Nov 2003 20:16:24 -0000 1.8
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.10 +1 -4 jakarta-oro/src/java/org/apache/oro/text/MatchActionProcessor.java
Index: MatchActionProcessor.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/MatchActionProcessor.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- MatchActionProcessor.java 12 Aug 2003 18:11:31 -0000 1.9
+++ MatchActionProcessor.java 7 Nov 2003 20:16:24 -0000 1.10
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/PatternCache.java
Index: PatternCache.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/PatternCache.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PatternCache.java 12 Aug 2003 18:11:31 -0000 1.6
+++ PatternCache.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/PatternCacheFIFO.java
Index: PatternCacheFIFO.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/PatternCacheFIFO.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PatternCacheFIFO.java 12 Aug 2003 18:11:31 -0000 1.6
+++ PatternCacheFIFO.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/PatternCacheFIFO2.java
Index: PatternCacheFIFO2.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/PatternCacheFIFO2.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PatternCacheFIFO2.java 12 Aug 2003 18:11:31 -0000 1.6
+++ PatternCacheFIFO2.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/PatternCacheLRU.java
Index: PatternCacheLRU.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/PatternCacheLRU.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PatternCacheLRU.java 12 Aug 2003 18:11:31 -0000 1.6
+++ PatternCacheLRU.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/PatternCacheRandom.java
Index: PatternCacheRandom.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/PatternCacheRandom.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PatternCacheRandom.java 12 Aug 2003 18:11:31 -0000 1.6
+++ PatternCacheRandom.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.10 +1 -4 jakarta-oro/src/java/org/apache/oro/text/awk/AwkCompiler.java
Index: AwkCompiler.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/awk/AwkCompiler.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- AwkCompiler.java 12 Aug 2003 18:11:31 -0000 1.9
+++ AwkCompiler.java 7 Nov 2003 20:16:24 -0000 1.10
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.8 +1 -4 jakarta-oro/src/java/org/apache/oro/text/awk/AwkMatchResult.java
Index: AwkMatchResult.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/awk/AwkMatchResult.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- AwkMatchResult.java 12 Aug 2003 18:11:31 -0000 1.7
+++ AwkMatchResult.java 7 Nov 2003 20:16:24 -0000 1.8
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.11 +1 -4 jakarta-oro/src/java/org/apache/oro/text/awk/AwkMatcher.java
Index: AwkMatcher.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/awk/AwkMatcher.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- AwkMatcher.java 12 Aug 2003 18:11:31 -0000 1.10
+++ AwkMatcher.java 7 Nov 2003 20:16:24 -0000 1.11
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/awk/AwkPattern.java
Index: AwkPattern.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/awk/AwkPattern.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- AwkPattern.java 12 Aug 2003 18:11:31 -0000 1.6
+++ AwkPattern.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/awk/AwkStreamInput.java
Index: AwkStreamInput.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/awk/AwkStreamInput.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- AwkStreamInput.java 12 Aug 2003 18:11:31 -0000 1.6
+++ AwkStreamInput.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/awk/CatNode.java
Index: CatNode.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/awk/CatNode.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- CatNode.java 12 Aug 2003 18:11:31 -0000 1.6
+++ CatNode.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/awk/CharacterClassNode.java
Index: CharacterClassNode.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/awk/CharacterClassNode.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- CharacterClassNode.java 12 Aug 2003 18:11:31 -0000 1.6
+++ CharacterClassNode.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/awk/EpsilonNode.java
Index: EpsilonNode.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/awk/EpsilonNode.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- EpsilonNode.java 12 Aug 2003 18:11:31 -0000 1.6
+++ EpsilonNode.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/awk/LeafNode.java
Index: LeafNode.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/awk/LeafNode.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- LeafNode.java 12 Aug 2003 18:11:31 -0000 1.6
+++ LeafNode.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/awk/NegativeCharacterClassNode.java
Index: NegativeCharacterClassNode.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/awk/NegativeCharacterClassNode.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- NegativeCharacterClassNode.java 12 Aug 2003 18:11:31 -0000 1.6
+++ NegativeCharacterClassNode.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/awk/OrNode.java
Index: OrNode.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/awk/OrNode.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- OrNode.java 12 Aug 2003 18:11:31 -0000 1.6
+++ OrNode.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/awk/PlusNode.java
Index: PlusNode.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/awk/PlusNode.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PlusNode.java 12 Aug 2003 18:11:31 -0000 1.6
+++ PlusNode.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/awk/QuestionNode.java
Index: QuestionNode.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/awk/QuestionNode.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- QuestionNode.java 12 Aug 2003 18:11:31 -0000 1.6
+++ QuestionNode.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/awk/StarNode.java
Index: StarNode.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/awk/StarNode.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- StarNode.java 12 Aug 2003 18:11:31 -0000 1.6
+++ StarNode.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/awk/SyntaxNode.java
Index: SyntaxNode.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/awk/SyntaxNode.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- SyntaxNode.java 12 Aug 2003 18:11:31 -0000 1.6
+++ SyntaxNode.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.8 +1 -4 jakarta-oro/src/java/org/apache/oro/text/awk/SyntaxTree.java
Index: SyntaxTree.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/awk/SyntaxTree.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- SyntaxTree.java 12 Aug 2003 18:11:31 -0000 1.7
+++ SyntaxTree.java 7 Nov 2003 20:16:24 -0000 1.8
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/awk/TokenNode.java
Index: TokenNode.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/awk/TokenNode.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- TokenNode.java 12 Aug 2003 18:11:31 -0000 1.6
+++ TokenNode.java 7 Nov 2003 20:16:24 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/perl/MalformedPerl5PatternException.java
Index: MalformedPerl5PatternException.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/perl/MalformedPerl5PatternException.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- MalformedPerl5PatternException.java 12 Aug 2003 18:11:31 -0000 1.6
+++ MalformedPerl5PatternException.java 7 Nov 2003 20:16:25 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/perl/ParsedSubstitutionEntry.java
Index: ParsedSubstitutionEntry.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/perl/ParsedSubstitutionEntry.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ParsedSubstitutionEntry.java 12 Aug 2003 18:11:31 -0000 1.6
+++ ParsedSubstitutionEntry.java 7 Nov 2003 20:16:25 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.19 +1 -4 jakarta-oro/src/java/org/apache/oro/text/perl/Perl5Util.java
Index: Perl5Util.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/perl/Perl5Util.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Perl5Util.java 12 Aug 2003 18:11:31 -0000 1.18
+++ Perl5Util.java 7 Nov 2003 20:16:25 -0000 1.19
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/CharStringPointer.java
Index: CharStringPointer.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/CharStringPointer.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- CharStringPointer.java 12 Aug 2003 18:11:31 -0000 1.6
+++ CharStringPointer.java 7 Nov 2003 20:16:25 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.8 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/MalformedPatternException.java
Index: MalformedPatternException.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/MalformedPatternException.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- MalformedPatternException.java 12 Aug 2003 18:11:31 -0000 1.7
+++ MalformedPatternException.java 7 Nov 2003 20:16:25 -0000 1.8
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/MatchResult.java
Index: MatchResult.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/MatchResult.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- MatchResult.java 12 Aug 2003 18:11:31 -0000 1.6
+++ MatchResult.java 7 Nov 2003 20:16:25 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.11 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/OpCode.java
Index: OpCode.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/OpCode.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- OpCode.java 12 Aug 2003 18:11:31 -0000 1.10
+++ OpCode.java 7 Nov 2003 20:16:25 -0000 1.11
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/Pattern.java
Index: Pattern.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/Pattern.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Pattern.java 12 Aug 2003 18:11:31 -0000 1.6
+++ Pattern.java 7 Nov 2003 20:16:25 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/PatternCompiler.java
Index: PatternCompiler.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/PatternCompiler.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PatternCompiler.java 12 Aug 2003 18:11:31 -0000 1.6
+++ PatternCompiler.java 7 Nov 2003 20:16:25 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/PatternMatcher.java
Index: PatternMatcher.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/PatternMatcher.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PatternMatcher.java 12 Aug 2003 18:11:31 -0000 1.6
+++ PatternMatcher.java 7 Nov 2003 20:16:25 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/PatternMatcherInput.java
Index: PatternMatcherInput.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/PatternMatcherInput.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PatternMatcherInput.java 12 Aug 2003 18:11:31 -0000 1.6
+++ PatternMatcherInput.java 7 Nov 2003 20:16:25 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.21 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/Perl5Compiler.java
Index: Perl5Compiler.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/Perl5Compiler.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Perl5Compiler.java 12 Aug 2003 18:11:31 -0000 1.20
+++ Perl5Compiler.java 7 Nov 2003 20:16:25 -0000 1.21
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.11 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/Perl5Debug.java
Index: Perl5Debug.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/Perl5Debug.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Perl5Debug.java 12 Aug 2003 18:11:31 -0000 1.10
+++ Perl5Debug.java 7 Nov 2003 20:16:25 -0000 1.11
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.8 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/Perl5MatchResult.java
Index: Perl5MatchResult.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/Perl5MatchResult.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Perl5MatchResult.java 12 Aug 2003 18:11:31 -0000 1.7
+++ Perl5MatchResult.java 7 Nov 2003 20:16:25 -0000 1.8
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.27 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/Perl5Matcher.java
Index: Perl5Matcher.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/Perl5Matcher.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- Perl5Matcher.java 12 Aug 2003 18:11:31 -0000 1.26
+++ Perl5Matcher.java 7 Nov 2003 20:16:25 -0000 1.27
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.8 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/Perl5Pattern.java
Index: Perl5Pattern.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/Perl5Pattern.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Perl5Pattern.java 12 Aug 2003 18:11:31 -0000 1.7
+++ Perl5Pattern.java 7 Nov 2003 20:16:25 -0000 1.8
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/Perl5Repetition.java
Index: Perl5Repetition.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/Perl5Repetition.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Perl5Repetition.java 12 Aug 2003 18:11:31 -0000 1.6
+++ Perl5Repetition.java 7 Nov 2003 20:16:25 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.13 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/Perl5Substitution.java
Index: Perl5Substitution.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/Perl5Substitution.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Perl5Substitution.java 12 Aug 2003 18:11:31 -0000 1.12
+++ Perl5Substitution.java 7 Nov 2003 20:16:25 -0000 1.13
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.8 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/StringSubstitution.java
Index: StringSubstitution.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/StringSubstitution.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- StringSubstitution.java 12 Aug 2003 18:11:31 -0000 1.7
+++ StringSubstitution.java 7 Nov 2003 20:16:25 -0000 1.8
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/Substitution.java
Index: Substitution.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/Substitution.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Substitution.java 12 Aug 2003 18:11:31 -0000 1.6
+++ Substitution.java 7 Nov 2003 20:16:25 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.15 +1 -4 jakarta-oro/src/java/org/apache/oro/text/regex/Util.java
Index: Util.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/text/regex/Util.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Util.java 12 Aug 2003 18:11:31 -0000 1.14
+++ Util.java 7 Nov 2003 20:16:25 -0000 1.15
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/util/Cache.java
Index: Cache.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/util/Cache.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Cache.java 12 Aug 2003 18:11:32 -0000 1.6
+++ Cache.java 7 Nov 2003 20:16:25 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/util/CacheFIFO.java
Index: CacheFIFO.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/util/CacheFIFO.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- CacheFIFO.java 12 Aug 2003 18:11:32 -0000 1.6
+++ CacheFIFO.java 7 Nov 2003 20:16:25 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/util/CacheFIFO2.java
Index: CacheFIFO2.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/util/CacheFIFO2.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- CacheFIFO2.java 12 Aug 2003 18:11:32 -0000 1.6
+++ CacheFIFO2.java 7 Nov 2003 20:16:25 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.10 +1 -4 jakarta-oro/src/java/org/apache/oro/util/CacheLRU.java
Index: CacheLRU.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/util/CacheLRU.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- CacheLRU.java 20 Oct 2003 19:23:06 -0000 1.9
+++ CacheLRU.java 7 Nov 2003 20:16:25 -0000 1.10
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/util/CacheRandom.java
Index: CacheRandom.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/util/CacheRandom.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- CacheRandom.java 12 Aug 2003 18:11:32 -0000 1.6
+++ CacheRandom.java 7 Nov 2003 20:16:25 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.8 +1 -4 jakarta-oro/src/java/org/apache/oro/util/GenericCache.java
Index: GenericCache.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/util/GenericCache.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- GenericCache.java 12 Aug 2003 18:11:32 -0000 1.7
+++ GenericCache.java 7 Nov 2003 20:16:25 -0000 1.8
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/org/apache/oro/util/GenericCacheEntry.java
Index: GenericCacheEntry.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/org/apache/oro/util/GenericCacheEntry.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- GenericCacheEntry.java 12 Aug 2003 18:11:32 -0000 1.6
+++ GenericCacheEntry.java 7 Nov 2003 20:16:25 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/
1.7 +1 -4 jakarta-oro/src/java/tools/oroToApache.java
Index: oroToApache.java
===================================================================
RCS file: /home/cvs/jakarta-oro/src/java/tools/oroToApache.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- oroToApache.java 12 Aug 2003 18:11:32 -0000 1.6
+++ oroToApache.java 7 Nov 2003 20:16:26 -0000 1.7
@@ -53,9 +53,6 @@
* individuals on behalf of the Apache Software Foundation. For more
* information on the Apache Software Foundation, please see
* <http://www.apache.org/>.
- *
- * Portions of this software are based upon software originally written
- * by Daniel F. Savarese. We appreciate his contributions.
*/