You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2006/09/27 03:34:30 UTC

svn commit: r450280 - in /jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/hops: FirstHop.java SecondHop.java log4j.properties

Author: jukka
Date: Tue Sep 26 18:34:29 2006
New Revision: 450280

URL: http://svn.apache.org/viewvc?view=rev&rev=450280
Log:
JCR-573: Added copyright headers to first hop files.

Modified:
    jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/hops/FirstHop.java
    jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/hops/SecondHop.java
    jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/hops/log4j.properties

Modified: jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/hops/FirstHop.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/hops/FirstHop.java?view=diff&rev=450280&r1=450279&r2=450280
==============================================================================
--- jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/hops/FirstHop.java (original)
+++ jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/hops/FirstHop.java Tue Sep 26 18:34:29 2006
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
 import javax.jcr.Repository;
 import javax.jcr.Session;
 import org.apache.jackrabbit.core.TransientRepository;

Modified: jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/hops/SecondHop.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/hops/SecondHop.java?view=diff&rev=450280&r1=450279&r2=450280
==============================================================================
--- jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/hops/SecondHop.java (original)
+++ jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/hops/SecondHop.java Tue Sep 26 18:34:29 2006
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
 import javax.jcr.Repository;
 import javax.jcr.Session;
 import javax.jcr.SimpleCredentials;

Modified: jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/hops/log4j.properties
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/hops/log4j.properties?view=diff&rev=450280&r1=450279&r2=450280
==============================================================================
--- jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/hops/log4j.properties (original)
+++ jackrabbit/trunk/jackrabbit/src/site/xdoc/doc/hops/log4j.properties Tue Sep 26 18:34:29 2006
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
+
 log4j.logger.org.apache.jackrabbit=WARN,stdout
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.SimpleLayout