jford 2004/03/17 11:15:22 Modified: webapp/WEB-INF/templates/jsp/layouts/html default.jsp content.jsp preview.jsp Log: Added Apache License 2.0 Revision Changes Path 1.12 +15 -0 jakarta-jetspeed/webapp/WEB-INF/templates/jsp/layouts/html/default.jsp Index: default.jsp =================================================================== RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/layouts/html/default.jsp,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- default.jsp 6 Dec 2002 17:43:31 -0000 1.11 +++ default.jsp 17 Mar 2004 19:15:22 -0000 1.12 @@ -1,3 +1,18 @@ +<%-- +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. +--%> <%@ taglib uri='/WEB-INF/templates/jsp/tld/template.tld' prefix='jetspeed' %> <%@ page import = "org.apache.jetspeed.services.resources.JetspeedResources" %> 1.2 +15 -0 jakarta-jetspeed/webapp/WEB-INF/templates/jsp/layouts/html/content.jsp Index: content.jsp =================================================================== RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/layouts/html/content.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- content.jsp 13 Sep 2002 20:22:48 -0000 1.1 +++ content.jsp 17 Mar 2004 19:15:22 -0000 1.2 @@ -1,3 +1,18 @@ +<%-- +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. +--%> <%@ taglib uri='/WEB-INF/templates/jsp/tld/template.tld' prefix='jetspeed'%> <%@ page import = "org.apache.turbine.util.RunData" %> 1.2 +15 -0 jakarta-jetspeed/webapp/WEB-INF/templates/jsp/layouts/html/preview.jsp Index: preview.jsp =================================================================== RCS file: /home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/jsp/layouts/html/preview.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- preview.jsp 10 Jun 2003 17:48:09 -0000 1.1 +++ preview.jsp 17 Mar 2004 19:15:22 -0000 1.2 @@ -1,3 +1,18 @@ +<%-- +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. +--%> <%@ taglib uri='/WEB-INF/templates/jsp/tld/template.tld' prefix='jetspeed'%> <%@ page import = "org.apache.turbine.util.RunData" %>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]