You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-commits@incubator.apache.org by cl...@apache.org on 2006/07/27 22:08:26 UTC

svn commit: r426271 - in /incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring: JcrMappingCallback.java JcrMappingOperations.java JcrMappingTemplate.java MappingDescriptorFactoryBean.java

Author: clombart
Date: Thu Jul 27 15:08:26 2006
New Revision: 426271

URL: http://svn.apache.org/viewvc?rev=426271&view=rev
Log:
add license header

Modified:
    incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/JcrMappingCallback.java
    incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/JcrMappingOperations.java
    incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/JcrMappingTemplate.java
    incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/MappingDescriptorFactoryBean.java

Modified: incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/JcrMappingCallback.java
URL: http://svn.apache.org/viewvc/incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/JcrMappingCallback.java?rev=426271&r1=426270&r2=426271&view=diff
==============================================================================
--- incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/JcrMappingCallback.java (original)
+++ incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/JcrMappingCallback.java Thu Jul 27 15:08:26 2006
@@ -1,8 +1,18 @@
-/**
- * Created on Oct 3, 2005
+/* ========================================================================
+ * Copyright 2004 The Apache Software Foundation
  *
- * $Id$
- * $Revision$
+ * 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.portals.graffito.jcr.spring;
 

Modified: incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/JcrMappingOperations.java
URL: http://svn.apache.org/viewvc/incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/JcrMappingOperations.java?rev=426271&r1=426270&r2=426271&view=diff
==============================================================================
--- incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/JcrMappingOperations.java (original)
+++ incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/JcrMappingOperations.java Thu Jul 27 15:08:26 2006
@@ -1,3 +1,19 @@
+/* ========================================================================
+ * Copyright 2004 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.portals.graffito.jcr.spring;
 
 import java.util.Collection;

Modified: incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/JcrMappingTemplate.java
URL: http://svn.apache.org/viewvc/incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/JcrMappingTemplate.java?rev=426271&r1=426270&r2=426271&view=diff
==============================================================================
--- incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/JcrMappingTemplate.java (original)
+++ incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/JcrMappingTemplate.java Thu Jul 27 15:08:26 2006
@@ -1,8 +1,18 @@
-/**
- * Created on Oct 2, 2005
+/* ========================================================================
+ * Copyright 2004 The Apache Software Foundation
  *
- * $Id$
- * $Revision$
+ * 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.portals.graffito.jcr.spring;
 

Modified: incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/MappingDescriptorFactoryBean.java
URL: http://svn.apache.org/viewvc/incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/MappingDescriptorFactoryBean.java?rev=426271&r1=426270&r2=426271&view=diff
==============================================================================
--- incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/MappingDescriptorFactoryBean.java (original)
+++ incubator/graffito/trunk/jcr/spring/src/java/org/apache/portals/graffito/jcr/spring/MappingDescriptorFactoryBean.java Thu Jul 27 15:08:26 2006
@@ -1,8 +1,18 @@
-/**
- * Created on Oct 2, 2005
+/* ========================================================================
+ * Copyright 2004 The Apache Software Foundation
  *
- * $Id$
- * $Revision$
+ * 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.portals.graffito.jcr.spring;