You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2006/05/03 23:28:53 UTC

svn commit: r399443 - /myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/pagelet.jsp

Author: werpu
Date: Wed May  3 14:28:51 2006
New Revision: 399443

URL: http://svn.apache.org/viewcvs?rev=399443&view=rev
Log:
added a license

Modified:
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/pagelet.jsp

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/pagelet.jsp
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/pagelet.jsp?rev=399443&r1=399442&r2=399443&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/pagelet.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/pagelet.jsp Wed May  3 14:28:51 2006
@@ -7,7 +7,27 @@
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
 <html xmlns="http://www.w3.org/1999/xhtml">
+
+
 	<head>
+		<!--
+		/*
+		 * Copyright 2006 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.
+		 */
+		//-->
+
 		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 		<title>Pagelet</title>
 	</head>