mholz 2004/02/05 09:20:44
Modified: proposals/jdk14/src/org/apache/slide/util/logger/jdk14 Tag:
SLIDE_2_0_RELEASE_BRANCH
ConsoleLogfileFormatter.java Jdk14Logger.java
LogfileFormatter.java LoggerConfiguration.java
SimpleLogfileFormatter.java
src/share/org/apache/slide/util Tag:
SLIDE_2_0_RELEASE_BRANCH XidWrapper.java
src/stores/org/apache/slide/store/impl/rdbms Tag:
SLIDE_2_0_RELEASE_BRANCH OldJDBCAdapter.java
src/stores/org/apache/slide/store/util Tag:
SLIDE_2_0_RELEASE_BRANCH FileHelper.java
webdavclient/clientlib/src/java/org/apache/webdav/lib/methods
Tag: SLIDE_2_0_RELEASE_BRANCH AclReportMethod.java
PropertyBodyHelper.java
Log:
License update to 2.0
Revision Changes Path
No revision
No revision
1.1.2.1 +23 -0
jakarta-slide/proposals/jdk14/src/org/apache/slide/util/logger/jdk14/ConsoleLogfileFormatter.java
Index: ConsoleLogfileFormatter.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/proposals/jdk14/src/org/apache/slide/util/logger/jdk14/ConsoleLogfileFormatter.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- ConsoleLogfileFormatter.java 13 Jan 2004 13:55:42 -0000 1.1
+++ ConsoleLogfileFormatter.java 5 Feb 2004 17:20:44 -0000 1.1.2.1
@@ -1,3 +1,26 @@
+/*
+ * $Header$
+ * $Revision$
+ * $Date$
+ *
+ * ====================================================================
+ *
+ * Copyright 1999-2002 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
package org.apache.slide.util.logger.jdk14;
import java.io.PrintWriter;
1.2.2.1 +24 -1
jakarta-slide/proposals/jdk14/src/org/apache/slide/util/logger/jdk14/Jdk14Logger.java
Index: Jdk14Logger.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/proposals/jdk14/src/org/apache/slide/util/logger/jdk14/Jdk14Logger.java,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -r1.2 -r1.2.2.1
--- Jdk14Logger.java 13 Jan 2004 14:14:22 -0000 1.2
+++ Jdk14Logger.java 5 Feb 2004 17:20:44 -0000 1.2.2.1
@@ -1,3 +1,26 @@
+/*
+ * $Header$
+ * $Revision$
+ * $Date$
+ *
+ * ====================================================================
+ *
+ * Copyright 1999-2002 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
package org.apache.slide.util.logger.jdk14;
import java.util.logging.Level;
@@ -123,4 +146,4 @@
return DEFAULT_LEVEL;
}
-}
\ No newline at end of file
+}
1.1.2.1 +23 -0
jakarta-slide/proposals/jdk14/src/org/apache/slide/util/logger/jdk14/LogfileFormatter.java
Index: LogfileFormatter.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/proposals/jdk14/src/org/apache/slide/util/logger/jdk14/LogfileFormatter.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- LogfileFormatter.java 13 Jan 2004 13:55:42 -0000 1.1
+++ LogfileFormatter.java 5 Feb 2004 17:20:44 -0000 1.1.2.1
@@ -1,3 +1,26 @@
+/*
+ * $Header$
+ * $Revision$
+ * $Date$
+ *
+ * ====================================================================
+ *
+ * Copyright 1999-2002 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
package org.apache.slide.util.logger.jdk14;
import java.io.PrintWriter;
1.1.2.1 +24 -1
jakarta-slide/proposals/jdk14/src/org/apache/slide/util/logger/jdk14/LoggerConfiguration.java
Index: LoggerConfiguration.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/proposals/jdk14/src/org/apache/slide/util/logger/jdk14/LoggerConfiguration.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- LoggerConfiguration.java 13 Jan 2004 13:55:42 -0000 1.1
+++ LoggerConfiguration.java 5 Feb 2004 17:20:44 -0000 1.1.2.1
@@ -1,3 +1,26 @@
+/*
+ * $Header$
+ * $Revision$
+ * $Date$
+ *
+ * ====================================================================
+ *
+ * Copyright 1999-2002 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
package org.apache.slide.util.logger.jdk14;
import java.util.logging.ConsoleHandler;
@@ -60,4 +83,4 @@
logger.log(Level.WARNING, "Could not set logging configuration", ioe);
}
}
-}
\ No newline at end of file
+}
1.1.2.1 +23 -0
jakarta-slide/proposals/jdk14/src/org/apache/slide/util/logger/jdk14/SimpleLogfileFormatter.java
Index: SimpleLogfileFormatter.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/proposals/jdk14/src/org/apache/slide/util/logger/jdk14/SimpleLogfileFormatter.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- SimpleLogfileFormatter.java 13 Jan 2004 13:55:42 -0000 1.1
+++ SimpleLogfileFormatter.java 5 Feb 2004 17:20:44 -0000 1.1.2.1
@@ -1,3 +1,26 @@
+/*
+ * $Header$
+ * $Revision$
+ * $Date$
+ *
+ * ====================================================================
+ *
+ * Copyright 1999-2002 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
package org.apache.slide.util.logger.jdk14;
import java.io.PrintWriter;
No revision
No revision
1.3.2.1 +24 -1 jakarta-slide/src/share/org/apache/slide/util/XidWrapper.java
Index: XidWrapper.java
===================================================================
RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/util/XidWrapper.java,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -r1.3 -r1.3.2.1
--- XidWrapper.java 18 Dec 2003 13:14:40 -0000 1.3
+++ XidWrapper.java 5 Feb 2004 17:20:44 -0000 1.3.2.1
@@ -1,3 +1,26 @@
+/*
+ * $Header$
+ * $Revision$
+ * $Date$
+ *
+ * ====================================================================
+ *
+ * Copyright 1999-2002 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
package org.apache.slide.util;
import javax.transaction.xa.Xid;
@@ -84,4 +107,4 @@
public int hashCode() {
return hashCode;
}
-}
\ No newline at end of file
+}
No revision
No revision
1.1.2.2 +24 -1
jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/Attic/OldJDBCAdapter.java
Index: OldJDBCAdapter.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/stores/org/apache/slide/store/impl/rdbms/Attic/OldJDBCAdapter.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- OldJDBCAdapter.java 1 Feb 2004 12:40:44 -0000 1.1.2.1
+++ OldJDBCAdapter.java 5 Feb 2004 17:20:44 -0000 1.1.2.2
@@ -1,3 +1,26 @@
+/*
+ * $Header$
+ * $Revision$
+ * $Date$
+ *
+ * ====================================================================
+ *
+ * Copyright 1999-2002 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
package org.apache.slide.store.impl.rdbms;
import java.lang.reflect.Constructor;
No revision
No revision
1.1.2.1 +23 -0
jakarta-slide/src/stores/org/apache/slide/store/util/FileHelper.java
Index: FileHelper.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/stores/org/apache/slide/store/util/FileHelper.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- FileHelper.java 9 Oct 2003 09:31:33 -0000 1.1
+++ FileHelper.java 5 Feb 2004 17:20:44 -0000 1.1.2.1
@@ -1,3 +1,26 @@
+/*
+ * $Header$
+ * $Revision$
+ * $Date$
+ *
+ * ====================================================================
+ *
+ * Copyright 1999-2002 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
package org.apache.slide.store.util;
import java.io.File;
No revision
No revision
1.1.2.1 +23 -0
jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/methods/AclReportMethod.java
Index: AclReportMethod.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/methods/AclReportMethod.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- AclReportMethod.java 9 Jan 2004 09:56:03 -0000 1.1
+++ AclReportMethod.java 5 Feb 2004 17:20:44 -0000 1.1.2.1
@@ -1,3 +1,26 @@
+/*
+ * $Header$
+ * $Revision$
+ * $Date$
+ *
+ * ====================================================================
+ *
+ * Copyright 1999-2002 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
package org.apache.webdav.lib.methods;
import java.io.IOException;
1.1.2.1 +23 -0
jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/methods/PropertyBodyHelper.java
Index: PropertyBodyHelper.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/methods/PropertyBodyHelper.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- PropertyBodyHelper.java 9 Jan 2004 09:56:03 -0000 1.1
+++ PropertyBodyHelper.java 5 Feb 2004 17:20:44 -0000 1.1.2.1
@@ -1,3 +1,26 @@
+/*
+ * $Header$
+ * $Revision$
+ * $Date$
+ *
+ * ====================================================================
+ *
+ * Copyright 1999-2002 The Apache Software Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
package org.apache.webdav.lib.methods;
import java.util.Collection;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]