You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2006/04/02 17:42:35 UTC

svn commit: r390836 - /beehive/trunk/docs/source-header.txt

Author: ekoneil
Date: Sun Apr  2 08:42:34 2006
New Revision: 390836

URL: http://svn.apache.org/viewcvs?rev=390836&view=rev
Log:
Add source headers for various file types.  Makes copy / paste easier.

BB: self
Test: none


Added:
    beehive/trunk/docs/source-header.txt

Added: beehive/trunk/docs/source-header.txt
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/source-header.txt?rev=390836&view=auto
==============================================================================
--- beehive/trunk/docs/source-header.txt (added)
+++ beehive/trunk/docs/source-header.txt Sun Apr  2 08:42:34 2006
@@ -0,0 +1,54 @@
+============================================ .java
+/*
+ * 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.
+ *
+ * $Header:$
+ */
+============================================ .jsp
+<%--
+   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.
+  
+   $Header:$
+--%>
+============================================ .xml
+<!--
+   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.
+  
+   $Header:$
+--!>