cmailleux 2005/03/03 17:33:14 CET
Modified files: (Branch: JAHIA-4-1-BRANCH)
src/java/org/jahia/data/containers ContainerValidatorBase.java
Log:
Correction of the copyright header
Revision Changes Path
1.1.2.4 +37 -17
jahia/src/java/org/jahia/data/containers/ContainerValidatorBase.java
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/src/java/org/jahia/data/containers/ContainerValidatorBase.java.diff?r1=1.1.2.3&r2=1.1.2.4&f=h
Index: ContainerValidatorBase.java
===================================================================
RCS file:
/home/cvs/repository/jahia/src/java/org/jahia/data/containers/Attic/ContainerValidatorBase.java,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -r1.1.2.3 -r1.1.2.4
--- ContainerValidatorBase.java 2 Mar 2005 14:31:23 -0000 1.1.2.3
+++ ContainerValidatorBase.java 3 Mar 2005 16:33:14 -0000 1.1.2.4
@@ -1,21 +1,41 @@
/*
- * ____. __/\ ______| |__/\. _______ __ .____| | \ | +----+ \ _______| /--|
| | - \ _ | : -
- * \_________ \\______: :---| : : | : | \________>
|__\---\_____________:______:
- * :____|____:_____\ /_____| . . . i n j a h i a w e t r u s t . . . -----
BEGIN
- * LICENSE BLOCK ----- Version: JCSL 1.0 The contents of this file are
subject
- * to the Jahia Community Source License 1.0 or later (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.jahia.org/license Software distributed
- * under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF
ANY
- * KIND, either express or implied. See the License for the rights,
obligations
- * and limitations governing use of the contents of the file. The Original
and
- * Upgraded Code is the Jahia CMS and Portal Server. The developer of the
- * Original and Upgraded Code is JAHIA Ltd. JAHIA Ltd. owns the copyrights in
- * the portions it created. All Rights Reserved. The Shared Modifications are
- * Jahia View Helper. The Developer of the Shared Modifications is Jahia
- * Solution S�rl. Portions created by the Initial Developer are Copyright
(C)
- * 2002 by the Initial Developer. All Rights Reserved. Contributor(s):
- * 28-Feb-2005, Commaro, Benjamin Papez ----- END LICENSE BLOCK -----
+ * ____.
+ * __/\ ______| |__/\. _______
+ * __ .____| | \ | +----+ \
+ * _______| /--| | | - \ _ | : - \_________
+ * \\______: :---| : : | : | \________>
+ * |__\---\_____________:______: :____|____:_____\
+ * /_____|
+ *
+ * . . . i n j a h i a w e t r u s t . . .
+ *
+ *
+ *
+ * ----- BEGIN LICENSE BLOCK -----
+ * Version: JCSL 1.0
+ *
+ * The contents of this file are subject to the Jahia Community Source
License
+ * 1.0 or later (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.jahia.org/license
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the rights, obligations and limitations governing use of the contents
+ * of the file. The Original and Upgraded Code is the Jahia CMS and Portal
+ * Server. The developer of the Original and Upgraded Code is JAHIA Ltd.
JAHIA
+ * Ltd. owns the copyrights in the portions it created. All Rights Reserved.
+ *
+ * The Shared Modifications are Jahia View Helper.
+ *
+ * The Developer of the Shared Modifications is Jahia Solution S?rl.
+ * Portions created by the Initial Developer are Copyright (C) 2002 by the
+ * Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ * 28-Feb-2005, Commaro, Benjamin Papez
+ *
+ * ----- END LICENSE BLOCK -----
*/
package org.jahia.data.containers;