pier 2003/01/31 14:54:49
Modified: src/scratchpad/src/org/apache/cocoon/acting
CookieCreatorAction.java CookieValidatorAction.java
ExtendedResourceExistsAction.java
SectionCutterAction.java
src/scratchpad/src/org/apache/cocoon/ant CocoonCrawling.java
CocoonProcessorDelegate.java CocoonTask.java
DelayedFileOutputStream.java
DelayedFileSavingEnvironment.java
NullOutputStream.java UriType.java
src/scratchpad/src/org/apache/cocoon/callback
CallBackHandler.java DefaultCallBackHandler.java
XIncludeCallBack.java XMLCallBack.java
XMLEventDescriptor.java XMLSource.java
src/scratchpad/src/org/apache/cocoon/components/axis
SoapServer.java SoapServerImpl.java
src/scratchpad/src/org/apache/cocoon/components/source/impl
XMLDBSource.java XMLDBSourceFactory.java
src/scratchpad/src/org/apache/cocoon/generation
RequestAttributeGenerator.java
XPathDirectoryGenerator.java
src/scratchpad/src/org/apache/cocoon/generation/asciiart
AsciiArtPad.java AsciiArtPadTestCase.java
AsciiArtSVGGenerator.java
src/scratchpad/src/org/apache/cocoon/jxpath
CocoonContextHandler.java CocoonRequestHandler.java
CocoonSessionHandler.java JXPathCocoonContexts.java
src/scratchpad/src/org/apache/cocoon/mail
ContentTypePreference.java IndexerCtPref.java
MailCommandBuilder.java MailCommandManager.java
MailCommandSelector.java
MailContentHandlerDelegate.java MailContext.java
MailContextHttpSession.java MailCtPref.java
MimeMessageUtil.java
src/scratchpad/src/org/apache/cocoon/mail/command
AbstractMailCommand.java MailCommand.java
MailCommands.java
src/scratchpad/src/org/apache/cocoon/matching
RegexpURIDefaultsMatcher.java
src/scratchpad/src/org/apache/cocoon/reading
AxisRPCReader.java DirectoryZipArchiver.java
ImageReader.java
src/scratchpad/src/org/apache/cocoon/selection
DateSelector.java
src/scratchpad/src/org/apache/cocoon/servlet
CocoonFilterGeneratorImpl.java
src/scratchpad/src/org/apache/cocoon/storejanitor
StoreJanitorImpl.java
src/scratchpad/src/org/apache/cocoon/taglib
IterationTag.java Tag.java TagSupport.java
TransformerTag.java TransformerTagSupport.java
VarTagSupport.java VarTransformerTagSupport.java
VarXMLProducerTagSupport.java XMLConsumerTag.java
XMLConsumerTagSupport.java XMLProducerTag.java
XMLProducerTagSupport.java
src/scratchpad/src/org/apache/cocoon/taglib/core
ForEachSupport.java LoopTag.java LoopTagStatus.java
LoopTagSupport.java SourceTag.java
src/scratchpad/src/org/apache/cocoon/taglib/datetime
MonthsTag.java
src/scratchpad/src/org/apache/cocoon/taglib/i18n
LocaleTag.java
src/scratchpad/src/org/apache/cocoon/taglib/jxpath/core
ForEachTag.java OutTag.java
src/scratchpad/src/org/apache/cocoon/taglib/string
LowerCaseTag.java StringTagSupport.java
TextRecordingTag.java TrimTag.java
UpperCaseTag.java
src/scratchpad/src/org/apache/cocoon/taglib/test
HelloWorldTag.java IterationTestTag.java
src/scratchpad/src/org/apache/cocoon/transformation
TagTransformer.java XMLDBTransformer.java
src/scratchpad/src/org/apache/cocoon/transformation/constrained
AbstractConstrainedTransformer.java
ContainerElementEndEvent.java
ElementEventAdapter.java ElementEventListener.java
ElementValueEvent.java XmlTreeConstraint.java
src/scratchpad/src/org/apache/cocoon/transformation/pagination
ItemGroup.java PageRules.java Pagesheet.java
Paginator.java
src/scratchpad/src/org/apache/cocoon/treeprocessor
TreeProcessor.java
src/scratchpad/src/org/apache/cocoon/util
ResizableContainer.java
src/scratchpad/src/org/apache/cocoon/webservices
AbstractComposableService.java
AbstractLogEnabledService.java
src/scratchpad/src/org/apache/cocoon/webservices/instrument
InstrumentationService.java
InstrumentationServiceImpl.java
src/scratchpad/src/org/apache/cocoon/webservices/memory
Memory.java
src/scratchpad/src/org/apache/cocoon/webservices/system
System.java
Log:
Copyright changes: 2002->2003
Revision Changes Path
1.7 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/CookieCreatorAction.java
Index: CookieCreatorAction.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/CookieCreatorAction.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- CookieCreatorAction.java 22 Feb 2002 06:58:02 -0000 1.6
+++ CookieCreatorAction.java 31 Jan 2003 22:54:38 -0000 1.7
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.11 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/CookieValidatorAction.java
Index: CookieValidatorAction.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/CookieValidatorAction.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- CookieValidatorAction.java 7 Jan 2003 23:56:12 -0000 1.10
+++ CookieValidatorAction.java 31 Jan 2003 22:54:38 -0000 1.11
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ExtendedResourceExistsAction.java
Index: ExtendedResourceExistsAction.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/ExtendedResourceExistsAction.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ExtendedResourceExistsAction.java 6 Jan 2003 21:56:00 -0000 1.1
+++ ExtendedResourceExistsAction.java 31 Jan 2003 22:54:38 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.8 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/SectionCutterAction.java
Index: SectionCutterAction.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/SectionCutterAction.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- SectionCutterAction.java 7 Jan 2003 23:56:12 -0000 1.7
+++ SectionCutterAction.java 31 Jan 2003 22:54:38 -0000 1.8
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/ant/CocoonCrawling.java
Index: CocoonCrawling.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/ant/CocoonCrawling.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CocoonCrawling.java 7 Jan 2003 23:56:13 -0000 1.2
+++ CocoonCrawling.java 31 Jan 2003 22:54:38 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/ant/CocoonProcessorDelegate.java
Index: CocoonProcessorDelegate.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/ant/CocoonProcessorDelegate.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CocoonProcessorDelegate.java 7 Jan 2003 23:56:13 -0000 1.2
+++ CocoonProcessorDelegate.java 31 Jan 2003 22:54:38 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/ant/CocoonTask.java
Index: CocoonTask.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/ant/CocoonTask.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CocoonTask.java 7 Jan 2003 23:56:13 -0000 1.2
+++ CocoonTask.java 31 Jan 2003 22:54:38 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/ant/DelayedFileOutputStream.java
Index: DelayedFileOutputStream.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/ant/DelayedFileOutputStream.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DelayedFileOutputStream.java 6 Nov 2002 12:24:48 -0000 1.2
+++ DelayedFileOutputStream.java 31 Jan 2003 22:54:38 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/ant/DelayedFileSavingEnvironment.java
Index: DelayedFileSavingEnvironment.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/ant/DelayedFileSavingEnvironment.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DelayedFileSavingEnvironment.java 3 Nov 2002 20:26:50 -0000 1.1
+++ DelayedFileSavingEnvironment.java 31 Jan 2003 22:54:38 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/ant/NullOutputStream.java
Index: NullOutputStream.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/ant/NullOutputStream.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- NullOutputStream.java 3 Nov 2002 20:26:50 -0000 1.1
+++ NullOutputStream.java 31 Jan 2003 22:54:38 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/ant/UriType.java
Index: UriType.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/ant/UriType.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- UriType.java 3 Nov 2002 20:26:50 -0000 1.1
+++ UriType.java 31 Jan 2003 22:54:38 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.7 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/callback/CallBackHandler.java
Index: CallBackHandler.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/callback/CallBackHandler.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- CallBackHandler.java 6 Apr 2002 06:36:53 -0000 1.6
+++ CallBackHandler.java 31 Jan 2003 22:54:38 -0000 1.7
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/callback/DefaultCallBackHandler.java
Index: DefaultCallBackHandler.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/callback/DefaultCallBackHandler.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DefaultCallBackHandler.java 7 Jan 2003 23:56:13 -0000 1.2
+++ DefaultCallBackHandler.java 31 Jan 2003 22:54:38 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/callback/XIncludeCallBack.java
Index: XIncludeCallBack.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/callback/XIncludeCallBack.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- XIncludeCallBack.java 25 Jun 2002 13:35:07 -0000 1.1
+++ XIncludeCallBack.java 31 Jan 2003 22:54:38 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.4 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/callback/XMLCallBack.java
Index: XMLCallBack.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/callback/XMLCallBack.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XMLCallBack.java 6 Apr 2002 06:36:53 -0000 1.3
+++ XMLCallBack.java 31 Jan 2003 22:54:38 -0000 1.4
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/callback/XMLEventDescriptor.java
Index: XMLEventDescriptor.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/callback/XMLEventDescriptor.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- XMLEventDescriptor.java 18 Mar 2002 21:22:51 -0000 1.1
+++ XMLEventDescriptor.java 31 Jan 2003 22:54:38 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.6 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/callback/XMLSource.java
Index: XMLSource.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/callback/XMLSource.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- XMLSource.java 2 Aug 2002 09:21:00 -0000 1.5
+++ XMLSource.java 31 Jan 2003 22:54:38 -0000 1.6
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/axis/SoapServer.java
Index: SoapServer.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/axis/SoapServer.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SoapServer.java 25 Sep 2002 17:10:22 -0000 1.2
+++ SoapServer.java 31 Jan 2003 22:54:38 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.9 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/axis/SoapServerImpl.java
Index: SoapServerImpl.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/axis/SoapServerImpl.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- SoapServerImpl.java 25 Jan 2003 03:02:10 -0000 1.8
+++ SoapServerImpl.java 31 Jan 2003 22:54:38 -0000 1.9
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.7 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/source/impl/XMLDBSource.java
Index: XMLDBSource.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/source/impl/XMLDBSource.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- XMLDBSource.java 30 Jan 2003 08:37:34 -0000 1.6
+++ XMLDBSource.java 31 Jan 2003 22:54:39 -0000 1.7
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.8 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/source/impl/XMLDBSourceFactory.java
Index: XMLDBSourceFactory.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/source/impl/XMLDBSourceFactory.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- XMLDBSourceFactory.java 30 Jan 2003 08:37:34 -0000 1.7
+++ XMLDBSourceFactory.java 31 Jan 2003 22:54:39 -0000 1.8
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.6 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/generation/RequestAttributeGenerator.java
Index: RequestAttributeGenerator.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/generation/RequestAttributeGenerator.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- RequestAttributeGenerator.java 22 Jan 2003 05:19:19 -0000 1.5
+++ RequestAttributeGenerator.java 31 Jan 2003 22:54:39 -0000 1.6
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.11 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/generation/XPathDirectoryGenerator.java
Index: XPathDirectoryGenerator.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/generation/XPathDirectoryGenerator.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- XPathDirectoryGenerator.java 22 Jan 2003 05:19:19 -0000 1.10
+++ XPathDirectoryGenerator.java 31 Jan 2003 22:54:39 -0000 1.11
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +9 -9
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/generation/asciiart/AsciiArtPad.java
Index: AsciiArtPad.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/generation/asciiart/AsciiArtPad.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AsciiArtPad.java 6 Jan 2003 21:52:49 -0000 1.1
+++ AsciiArtPad.java 31 Jan 2003 22:54:39 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/generation/asciiart/AsciiArtPadTestCase.java
Index: AsciiArtPadTestCase.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/generation/asciiart/AsciiArtPadTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AsciiArtPadTestCase.java 6 Jan 2003 21:52:49 -0000 1.1
+++ AsciiArtPadTestCase.java 31 Jan 2003 22:54:39 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/generation/asciiart/AsciiArtSVGGenerator.java
Index: AsciiArtSVGGenerator.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/generation/asciiart/AsciiArtSVGGenerator.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AsciiArtSVGGenerator.java 30 Jan 2003 08:37:36 -0000 1.2
+++ AsciiArtSVGGenerator.java 31 Jan 2003 22:54:39 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/jxpath/CocoonContextHandler.java
Index: CocoonContextHandler.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/jxpath/CocoonContextHandler.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CocoonContextHandler.java 12 Jun 2002 16:50:45 -0000 1.1
+++ CocoonContextHandler.java 31 Jan 2003 22:54:39 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/jxpath/CocoonRequestHandler.java
Index: CocoonRequestHandler.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/jxpath/CocoonRequestHandler.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CocoonRequestHandler.java 12 Jun 2002 16:50:45 -0000 1.1
+++ CocoonRequestHandler.java 31 Jan 2003 22:54:39 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/jxpath/CocoonSessionHandler.java
Index: CocoonSessionHandler.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/jxpath/CocoonSessionHandler.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CocoonSessionHandler.java 12 Jun 2002 16:50:45 -0000 1.1
+++ CocoonSessionHandler.java 31 Jan 2003 22:54:39 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/jxpath/JXPathCocoonContexts.java
Index: JXPathCocoonContexts.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/jxpath/JXPathCocoonContexts.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- JXPathCocoonContexts.java 12 Jun 2002 16:50:45 -0000 1.1
+++ JXPathCocoonContexts.java 31 Jan 2003 22:54:39 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
@@ -187,4 +187,4 @@
this.objectModel = null;
this.variableContext = null;
}
-}
\ No newline at end of file
+}
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/ContentTypePreference.java
Index: ContentTypePreference.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/ContentTypePreference.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ContentTypePreference.java 7 Jan 2003 23:56:14 -0000 1.2
+++ ContentTypePreference.java 31 Jan 2003 22:54:39 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/IndexerCtPref.java
Index: IndexerCtPref.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/IndexerCtPref.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IndexerCtPref.java 6 Jan 2003 21:51:20 -0000 1.1
+++ IndexerCtPref.java 31 Jan 2003 22:54:39 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MailCommandBuilder.java
Index: MailCommandBuilder.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MailCommandBuilder.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MailCommandBuilder.java 7 Jan 2003 23:17:34 -0000 1.2
+++ MailCommandBuilder.java 31 Jan 2003 22:54:39 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +10 -10
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MailCommandManager.java
Index: MailCommandManager.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MailCommandManager.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MailCommandManager.java 7 Jan 2003 23:17:34 -0000 1.2
+++ MailCommandManager.java 31 Jan 2003 22:54:39 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MailCommandSelector.java
Index: MailCommandSelector.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MailCommandSelector.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MailCommandSelector.java 7 Jan 2003 23:17:34 -0000 1.2
+++ MailCommandSelector.java 31 Jan 2003 22:54:39 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.4 +5 -5
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MailContentHandlerDelegate.java
Index: MailContentHandlerDelegate.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MailContentHandlerDelegate.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MailContentHandlerDelegate.java 14 Jan 2003 09:56:01 -0000 1.3
+++ MailContentHandlerDelegate.java 31 Jan 2003 22:54:39 -0000 1.4
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MailContext.java
Index: MailContext.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MailContext.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MailContext.java 7 Jan 2003 23:17:34 -0000 1.2
+++ MailContext.java 31 Jan 2003 22:54:39 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MailContextHttpSession.java
Index: MailContextHttpSession.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MailContextHttpSession.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MailContextHttpSession.java 6 Jan 2003 21:51:20 -0000 1.1
+++ MailContextHttpSession.java 31 Jan 2003 22:54:39 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MailCtPref.java
Index: MailCtPref.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MailCtPref.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MailCtPref.java 6 Jan 2003 21:51:20 -0000 1.1
+++ MailCtPref.java 31 Jan 2003 22:54:39 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MimeMessageUtil.java
Index: MimeMessageUtil.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/MimeMessageUtil.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MimeMessageUtil.java 6 Jan 2003 21:51:20 -0000 1.1
+++ MimeMessageUtil.java 31 Jan 2003 22:54:39 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/command/AbstractMailCommand.java
Index: AbstractMailCommand.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/command/AbstractMailCommand.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AbstractMailCommand.java 6 Jan 2003 21:51:21 -0000 1.1
+++ AbstractMailCommand.java 31 Jan 2003 22:54:40 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/command/MailCommand.java
Index: MailCommand.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/command/MailCommand.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MailCommand.java 6 Jan 2003 21:51:21 -0000 1.1
+++ MailCommand.java 31 Jan 2003 22:54:40 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/command/MailCommands.java
Index: MailCommands.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/mail/command/MailCommands.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MailCommands.java 6 Jan 2003 21:51:21 -0000 1.1
+++ MailCommands.java 31 Jan 2003 22:54:40 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/matching/RegexpURIDefaultsMatcher.java
Index: RegexpURIDefaultsMatcher.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/matching/RegexpURIDefaultsMatcher.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RegexpURIDefaultsMatcher.java 6 Jan 2003 21:54:29 -0000 1.1
+++ RegexpURIDefaultsMatcher.java 31 Jan 2003 22:54:40 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.5 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/reading/AxisRPCReader.java
Index: AxisRPCReader.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/reading/AxisRPCReader.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- AxisRPCReader.java 7 Jan 2003 23:56:14 -0000 1.4
+++ AxisRPCReader.java 31 Jan 2003 22:54:40 -0000 1.5
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.7 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/reading/DirectoryZipArchiver.java
Index: DirectoryZipArchiver.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/reading/DirectoryZipArchiver.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DirectoryZipArchiver.java 30 Jan 2003 08:37:36 -0000 1.6
+++ DirectoryZipArchiver.java 31 Jan 2003 22:54:40 -0000 1.7
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.7 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/reading/ImageReader.java
Index: ImageReader.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/reading/ImageReader.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ImageReader.java 6 Jan 2003 06:10:25 -0000 1.6
+++ ImageReader.java 31 Jan 2003 22:54:40 -0000 1.7
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/selection/DateSelector.java
Index: DateSelector.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/selection/DateSelector.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DateSelector.java 7 Jan 2003 23:56:15 -0000 1.2
+++ DateSelector.java 31 Jan 2003 22:54:42 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/servlet/CocoonFilterGeneratorImpl.java
Index: CocoonFilterGeneratorImpl.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/servlet/CocoonFilterGeneratorImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CocoonFilterGeneratorImpl.java 11 Jul 2002 22:55:41 -0000 1.2
+++ CocoonFilterGeneratorImpl.java 31 Jan 2003 22:54:42 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.6 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/storejanitor/StoreJanitorImpl.java
Index: StoreJanitorImpl.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/storejanitor/StoreJanitorImpl.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- StoreJanitorImpl.java 7 Jan 2003 23:56:15 -0000 1.5
+++ StoreJanitorImpl.java 31 Jan 2003 22:54:42 -0000 1.6
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/IterationTag.java
Index: IterationTag.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/IterationTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IterationTag.java 12 Jun 2002 16:48:29 -0000 1.1
+++ IterationTag.java 31 Jan 2003 22:54:43 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/Tag.java
Index: Tag.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/Tag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Tag.java 12 Jun 2002 16:48:29 -0000 1.1
+++ Tag.java 31 Jan 2003 22:54:43 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
@@ -131,4 +131,4 @@
* @param parent The parent tag or null.
*/
void setParent(Tag parent);
-}
\ No newline at end of file
+}
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/TagSupport.java
Index: TagSupport.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/TagSupport.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TagSupport.java 31 Jul 2002 13:13:33 -0000 1.2
+++ TagSupport.java 31 Jan 2003 22:54:43 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/TransformerTag.java
Index: TransformerTag.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/TransformerTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TransformerTag.java 12 Jun 2002 16:48:29 -0000 1.1
+++ TransformerTag.java 31 Jan 2003 22:54:43 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/TransformerTagSupport.java
Index: TransformerTagSupport.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/TransformerTagSupport.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TransformerTagSupport.java 7 Jan 2003 23:56:15 -0000 1.2
+++ TransformerTagSupport.java 31 Jan 2003 22:54:43 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/VarTagSupport.java
Index: VarTagSupport.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/VarTagSupport.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VarTagSupport.java 7 Jan 2003 23:56:15 -0000 1.2
+++ VarTagSupport.java 31 Jan 2003 22:54:43 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
@@ -149,4 +149,4 @@
this.request = null;
super.recycle();
}
-}
\ No newline at end of file
+}
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/VarTransformerTagSupport.java
Index: VarTransformerTagSupport.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/VarTransformerTagSupport.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VarTransformerTagSupport.java 7 Jan 2003 23:56:15 -0000 1.2
+++ VarTransformerTagSupport.java 31 Jan 2003 22:54:43 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/VarXMLProducerTagSupport.java
Index: VarXMLProducerTagSupport.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/VarXMLProducerTagSupport.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VarXMLProducerTagSupport.java 12 Jun 2002 16:48:29 -0000 1.1
+++ VarXMLProducerTagSupport.java 31 Jan 2003 22:54:43 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/XMLConsumerTag.java
Index: XMLConsumerTag.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/XMLConsumerTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- XMLConsumerTag.java 12 Jun 2002 16:48:29 -0000 1.1
+++ XMLConsumerTag.java 31 Jan 2003 22:54:43 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/XMLConsumerTagSupport.java
Index: XMLConsumerTagSupport.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/XMLConsumerTagSupport.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- XMLConsumerTagSupport.java 12 Jun 2002 16:48:29 -0000 1.1
+++ XMLConsumerTagSupport.java 31 Jan 2003 22:54:43 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/XMLProducerTag.java
Index: XMLProducerTag.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/XMLProducerTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- XMLProducerTag.java 12 Jun 2002 16:48:29 -0000 1.1
+++ XMLProducerTag.java 31 Jan 2003 22:54:43 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/XMLProducerTagSupport.java
Index: XMLProducerTagSupport.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/XMLProducerTagSupport.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- XMLProducerTagSupport.java 12 Jun 2002 16:48:29 -0000 1.1
+++ XMLProducerTagSupport.java 31 Jan 2003 22:54:43 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/core/ForEachSupport.java
Index: ForEachSupport.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/core/ForEachSupport.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ForEachSupport.java 12 Jun 2002 16:48:42 -0000 1.1
+++ ForEachSupport.java 31 Jan 2003 22:54:43 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
@@ -418,4 +418,4 @@
return toForEachIterator(st); // convert from Enumeration
}
-}
\ No newline at end of file
+}
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/core/LoopTag.java
Index: LoopTag.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/core/LoopTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LoopTag.java 12 Jun 2002 16:48:42 -0000 1.1
+++ LoopTag.java 31 Jan 2003 22:54:43 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/core/LoopTagStatus.java
Index: LoopTagStatus.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/core/LoopTagStatus.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LoopTagStatus.java 12 Jun 2002 16:48:42 -0000 1.1
+++ LoopTagStatus.java 31 Jan 2003 22:54:43 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.4 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/core/LoopTagSupport.java
Index: LoopTagSupport.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/core/LoopTagSupport.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- LoopTagSupport.java 9 Jan 2003 18:53:25 -0000 1.3
+++ LoopTagSupport.java 31 Jan 2003 22:54:43 -0000 1.4
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
@@ -599,4 +599,4 @@
private boolean atEnd() {
return ((end != -1) && (begin + index >= end));
}
-}
\ No newline at end of file
+}
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/core/SourceTag.java
Index: SourceTag.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/core/SourceTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SourceTag.java 2 Aug 2002 09:21:00 -0000 1.2
+++ SourceTag.java 31 Jan 2003 22:54:43 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/datetime/MonthsTag.java
Index: MonthsTag.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/datetime/MonthsTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MonthsTag.java 12 Jun 2002 16:48:49 -0000 1.1
+++ MonthsTag.java 31 Jan 2003 22:54:44 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
@@ -180,4 +180,4 @@
super.recycle();
}
-}
\ No newline at end of file
+}
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/i18n/LocaleTag.java
Index: LocaleTag.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/i18n/LocaleTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LocaleTag.java 12 Jun 2002 16:48:55 -0000 1.1
+++ LocaleTag.java 31 Jan 2003 22:54:44 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
@@ -129,4 +129,4 @@
super.recycle();
}
-}
\ No newline at end of file
+}
1.3 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/jxpath/core/ForEachTag.java
Index: ForEachTag.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/jxpath/core/ForEachTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ForEachTag.java 7 Jan 2003 23:56:15 -0000 1.2
+++ ForEachTag.java 31 Jan 2003 22:54:44 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
@@ -199,4 +199,4 @@
}
*/
}
-}
\ No newline at end of file
+}
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/jxpath/core/OutTag.java
Index: OutTag.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/jxpath/core/OutTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- OutTag.java 7 Jan 2003 23:56:15 -0000 1.2
+++ OutTag.java 31 Jan 2003 22:54:44 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/string/LowerCaseTag.java
Index: LowerCaseTag.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/string/LowerCaseTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- LowerCaseTag.java 12 Jun 2002 16:49:12 -0000 1.1
+++ LowerCaseTag.java 31 Jan 2003 22:54:44 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/string/StringTagSupport.java
Index: StringTagSupport.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/string/StringTagSupport.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StringTagSupport.java 12 Jun 2002 16:49:12 -0000 1.1
+++ StringTagSupport.java 31 Jan 2003 22:54:44 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
@@ -80,4 +80,4 @@
return EVAL_PAGE;
}
-}
\ No newline at end of file
+}
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/string/TextRecordingTag.java
Index: TextRecordingTag.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/string/TextRecordingTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TextRecordingTag.java 12 Jun 2002 16:49:12 -0000 1.1
+++ TextRecordingTag.java 31 Jan 2003 22:54:44 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/string/TrimTag.java
Index: TrimTag.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/string/TrimTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TrimTag.java 7 Jan 2003 23:56:15 -0000 1.2
+++ TrimTag.java 31 Jan 2003 22:54:44 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/string/UpperCaseTag.java
Index: UpperCaseTag.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/string/UpperCaseTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- UpperCaseTag.java 12 Jun 2002 16:49:12 -0000 1.1
+++ UpperCaseTag.java 31 Jan 2003 22:54:44 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
@@ -70,4 +70,4 @@
}
}
-}
\ No newline at end of file
+}
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/test/HelloWorldTag.java
Index: HelloWorldTag.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/test/HelloWorldTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- HelloWorldTag.java 12 Jun 2002 16:50:00 -0000 1.1
+++ HelloWorldTag.java 31 Jan 2003 22:54:44 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
@@ -81,4 +81,4 @@
return EVAL_BODY;
}
-}
\ No newline at end of file
+}
1.2 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/test/IterationTestTag.java
Index: IterationTestTag.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/taglib/test/IterationTestTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IterationTestTag.java 12 Jun 2002 16:50:00 -0000 1.1
+++ IterationTestTag.java 31 Jan 2003 22:54:44 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/TagTransformer.java
Index: TagTransformer.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/TagTransformer.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TagTransformer.java 12 Jun 2002 16:53:43 -0000 1.1
+++ TagTransformer.java 31 Jan 2003 22:54:44 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
@@ -606,4 +606,4 @@
writeMethodMap.put(beanClass, map);
return map;
}
-}
\ No newline at end of file
+}
1.10 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/XMLDBTransformer.java
Index: XMLDBTransformer.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/XMLDBTransformer.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- XMLDBTransformer.java 7 Jan 2003 23:17:10 -0000 1.9
+++ XMLDBTransformer.java 31 Jan 2003 22:54:44 -0000 1.10
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.6 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/constrained/AbstractConstrainedTransformer.java
Index: AbstractConstrainedTransformer.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/constrained/AbstractConstrainedTransformer.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- AbstractConstrainedTransformer.java 7 Jan 2003 23:56:15 -0000
1.5
+++ AbstractConstrainedTransformer.java 31 Jan 2003 22:54:45 -0000
1.6
@@ -2,7 +2,7 @@
*
============================================================================
* The Apache Software License, Version 1.1
*
============================================================================
- * Copyright (C) 1999-2002 The Apache Software Foundation. All rights
reserved.
+ * Copyright (C) 1999-2003 The Apache Software Foundation. All rights
reserved.
* Redistribution and use in source and binary forms, with or without
modifica-
* tion, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright
notice,
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/constrained/ContainerElementEndEvent.java
Index: ContainerElementEndEvent.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/constrained/ContainerElementEndEvent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ContainerElementEndEvent.java 7 Jan 2003 23:56:15 -0000 1.2
+++ ContainerElementEndEvent.java 31 Jan 2003 22:54:45 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.5 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/constrained/ElementEventAdapter.java
Index: ElementEventAdapter.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/constrained/ElementEventAdapter.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ElementEventAdapter.java 7 Jan 2003 23:56:15 -0000 1.4
+++ ElementEventAdapter.java 31 Jan 2003 22:54:45 -0000 1.5
@@ -2,7 +2,7 @@
*
============================================================================
* The Apache Software License, Version 1.1
*
============================================================================
- * Copyright (C) 1999-2002 The Apache Software Foundation. All rights
reserved.
+ * Copyright (C) 1999-2003 The Apache Software Foundation. All rights
reserved.
* Redistribution and use in source and binary forms, with or without
modifica-
* tion, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright
notice,
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/constrained/ElementEventListener.java
Index: ElementEventListener.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/constrained/ElementEventListener.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ElementEventListener.java 7 Jan 2003 23:56:15 -0000 1.2
+++ ElementEventListener.java 31 Jan 2003 22:54:45 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/constrained/ElementValueEvent.java
Index: ElementValueEvent.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/constrained/ElementValueEvent.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ElementValueEvent.java 7 Jan 2003 23:56:15 -0000 1.2
+++ ElementValueEvent.java 31 Jan 2003 22:54:45 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.5 +1 -1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/constrained/XmlTreeConstraint.java
Index: XmlTreeConstraint.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/constrained/XmlTreeConstraint.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- XmlTreeConstraint.java 7 Jan 2003 23:56:15 -0000 1.4
+++ XmlTreeConstraint.java 31 Jan 2003 22:54:45 -0000 1.5
@@ -2,7 +2,7 @@
*
============================================================================
* The Apache Software License, Version 1.1
*
============================================================================
- * Copyright (C) 1999-2002 The Apache Software Foundation. All rights
reserved.
+ * Copyright (C) 1999-2003 The Apache Software Foundation. All rights
reserved.
* Redistribution and use in source and binary forms, with or without
modifica-
* tion, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright
notice,
1.4 +3 -3
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/pagination/ItemGroup.java
Index: ItemGroup.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/pagination/ItemGroup.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ItemGroup.java 22 Feb 2002 16:48:56 -0000 1.3
+++ ItemGroup.java 31 Jan 2003 22:54:48 -0000 1.4
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
@@ -88,4 +88,4 @@
public String getElementName() {
return this.elementName;
}
-}
\ No newline at end of file
+}
1.7 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/pagination/PageRules.java
Index: PageRules.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/pagination/PageRules.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PageRules.java 27 Jun 2002 21:39:24 -0000 1.6
+++ PageRules.java 31 Jan 2003 22:54:48 -0000 1.7
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.8 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/pagination/Pagesheet.java
Index: Pagesheet.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/pagination/Pagesheet.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Pagesheet.java 7 Jan 2003 23:56:15 -0000 1.7
+++ Pagesheet.java 31 Jan 2003 22:54:48 -0000 1.8
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.18 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/pagination/Paginator.java
Index: Paginator.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation/pagination/Paginator.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Paginator.java 30 Jan 2003 08:37:35 -0000 1.17
+++ Paginator.java 31 Jan 2003 22:54:48 -0000 1.18
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.13 +3 -3
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/TreeProcessor.java
Index: TreeProcessor.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/TreeProcessor.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- TreeProcessor.java 26 Apr 2002 10:42:17 -0000 1.12
+++ TreeProcessor.java 31 Jan 2003 22:54:49 -0000 1.13
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
@@ -68,4 +68,4 @@
super.compose(manager);
}
-}
\ No newline at end of file
+}
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/util/ResizableContainer.java
Index: ResizableContainer.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/util/ResizableContainer.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ResizableContainer.java 9 Mar 2002 06:35:57 -0000 1.1
+++ ResizableContainer.java 31 Jan 2003 22:54:49 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/webservices/AbstractComposableService.java
Index: AbstractComposableService.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/webservices/AbstractComposableService.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AbstractComposableService.java 25 Sep 2002 17:10:23 -0000 1.2
+++ AbstractComposableService.java 31 Jan 2003 22:54:49 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
-Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/webservices/AbstractLogEnabledService.java
Index: AbstractLogEnabledService.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/webservices/AbstractLogEnabledService.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AbstractLogEnabledService.java 25 Sep 2002 17:10:23 -0000 1.2
+++ AbstractLogEnabledService.java 31 Jan 2003 22:54:49 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
-Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/webservices/instrument/InstrumentationService.java
Index: InstrumentationService.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/webservices/instrument/InstrumentationService.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InstrumentationService.java 17 Jan 2003 11:31:17 -0000 1.2
+++ InstrumentationService.java 31 Jan 2003 22:54:49 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
-Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.3 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/webservices/instrument/InstrumentationServiceImpl.java
Index: InstrumentationServiceImpl.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/webservices/instrument/InstrumentationServiceImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- InstrumentationServiceImpl.java 17 Jan 2003 11:31:17 -0000 1.2
+++ InstrumentationServiceImpl.java 31 Jan 2003 22:54:49 -0000 1.3
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
-Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/webservices/memory/Memory.java
Index: Memory.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/webservices/memory/Memory.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Memory.java 9 Sep 2002 17:53:18 -0000 1.1
+++ Memory.java 31 Jan 2003 22:54:49 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
-Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
1.2 +2 -2
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/webservices/system/System.java
Index: System.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/scratchpad/src/org/apache/cocoon/webservices/system/System.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- System.java 9 Sep 2002 17:53:18 -0000 1.1
+++ System.java 31 Jan 2003 22:54:49 -0000 1.2
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
-Copyright (C) 1999-2002 The Apache Software Foundation. All rights reserved.
+Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]