Author: jukka Date: Tue Jan 1 20:28:03 2008 New Revision: 608002 URL: http://svn.apache.org/viewvc?rev=608002&view=rev Log: JCR-1283: Add missing license headers Modified: jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/WEB-INF/templates/bootstrap.properties jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/error/classpath.jsp Modified: jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/WEB-INF/templates/bootstrap.properties URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/WEB-INF/templates/bootstrap.properties?rev=608002&r1=608001&r2=608002&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/WEB-INF/templates/bootstrap.properties (original) +++ jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/WEB-INF/templates/bootstrap.properties Tue Jan 1 20:28:03 2008 @@ -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. + # This is the template file for the 'bootstrap.properties' that will # be placed in the repository home directory (or whatever is specified # in the "bootstrap-config" init parameter. Modified: jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/error/classpath.jsp URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/error/classpath.jsp?rev=608002&r1=608001&r2=608002&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/error/classpath.jsp (original) +++ jackrabbit/trunk/jackrabbit-webapp/src/main/webapp/error/classpath.jsp Tue Jan 1 20:28:03 2008 @@ -1,4 +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. --%> <%@ page language="java" contentType="text/html; charset=UTF-8"