You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2014/05/20 20:32:50 UTC

svn commit: r1596355 - in /jspwiki/trunk/jspwiki-war/src: main/scripts/dialog/ main/scripts/dynamic-styles/ main/scripts/moo-extend/ main/scripts/wiki-edit/ main/scripts/wiki/ main/webapp/templates/haddock/fonts/ test/java/org/apache/wiki/util/

Author: metskem
Date: Tue May 20 18:32:49 2014
New Revision: 1596355

URL: http://svn.apache.org/r1596355
Log:
more RAT fixes, mostly .js files

Modified:
    jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Buttons.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Chars.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Color.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Find.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Font.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Selection.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Accordion.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Collapsible.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Columns.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/CommentBox.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Element.Reflect.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/GraphBar.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.Filter.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.Sort.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.Zebra.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Tabs.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Viewer.Carousel.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Viewer.Slimbox.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Viewer.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Accesskey.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Array.Extend.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Array.NaturalSort.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Behavior.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Color.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Cookie.Flags.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Date.Extend.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Element.Extend.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Element.Placeholder.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Form.File.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Form.MultipleFile.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/HighlightQuery.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Request.File.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/String.Extend.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Textarea.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Tips.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.Commands.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.Sections.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.Sections.old.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/UndoRedo.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Wiki.Edit.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Wiki.Snips.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Category.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Dynamic-styles.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Findpages.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Group.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Prefs.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Recents.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Search.js
    jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Wiki.js
    jspwiki/trunk/jspwiki-war/src/main/webapp/templates/haddock/fonts/FontJspwiki.svg
    jspwiki/trunk/jspwiki-war/src/test/java/org/apache/wiki/util/PropertyReaderTest.java

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Buttons.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Buttons.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Buttons.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Buttons.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 
 */
 Dialog.Buttons = new Class({

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Chars.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Chars.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Chars.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Chars.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: Dialog.Chars
 	The Dialog.Chars is a Dialog object, to support selection of special
 	characters.

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Color.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Color.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Color.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Color.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: Dialog.Color
 	The Dialog.Color is a [Dialog] which allow visual entry of hexadecimal color
 	values.

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Find.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Find.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Find.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Find.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Function: Dialog.Find
 	Perform the find and replace operation on either the full textarea
 	or the selection of the textarea. It supports
@@ -140,4 +160,4 @@ Dialog.Find = new Class({
 
 	}
 
-});
\ No newline at end of file
+});

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Font.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Font.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Font.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Font.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: Dialog.Font
 	The Dialog.Font is a Dialog.Selection object, to selecting a font.
 	Each selectable item is redered in its proper font.

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Selection.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Selection.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Selection.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.Selection.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: Dialog.Selection
 	A simple selection dialog, with a list of selectable items.
 
@@ -129,4 +149,4 @@ console.log('Dialog.Selection body ',con
 		return this.element.getElements(this.options.items+(filter||''));
 	}
 
-});
\ No newline at end of file
+});

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dialog/Dialog.js Tue May 20 18:32:49 2014
@@ -1,3 +1,23 @@
+/*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
 /*jslint forin: true, onevar: true, nomen: true, plusplus: true, immed: true */
 
 /*

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Accordion.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Accordion.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Accordion.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Accordion.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: Accordion
     Add accordion effects
     - type=accordion : vertical collapsible panes, with toggle buttons on top of each pane
@@ -134,4 +154,4 @@ var Accordion = new Class({
 
     }
     
-});
\ No newline at end of file
+});

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Collapsible.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Collapsible.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Collapsible.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Collapsible.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: Collapsible
 
 Options:

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Columns.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Columns.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Columns.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Columns.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Script: Columns
     Format the page content side by side, in columns, like in a newspaper.
     HR elements (in wiki {{----}} markup) separate the columns.

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/CommentBox.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/CommentBox.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/CommentBox.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/CommentBox.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Dynamic style: %%commentbox
 
 Example:
@@ -43,4 +63,4 @@ function CommentBox(element, options){
 
     }
 
-}  
\ No newline at end of file
+}  

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Element.Reflect.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Element.Reflect.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Element.Reflect.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Element.Reflect.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Element: reflect
     Extend the base Element class with a reflect and unreflect methods.
 

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/GraphBar.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/GraphBar.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/GraphBar.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/GraphBar.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
- /*
+/*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: GraphBar
     Generate horizontal or vertical bars, without using images.
     Support any color, gradient bars, progress and gauge bars.

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.Filter.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.Filter.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.Filter.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.Filter.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: TableX.Filter
     Allows to filter html tables based on regexp enabled filter search box.
     Filtering happens both on column and row basis.

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.Sort.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.Sort.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.Sort.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.Sort.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: TableX.Sort
     Adds ''click'' handlers to sort table columns.
     CSS classes are added to the header depending on the sort order.
@@ -71,4 +91,4 @@ TableX.Sort = new Class({
 
     }
 
-});
\ No newline at end of file
+});

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.Zebra.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.Zebra.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.Zebra.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.Zebra.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: TableX.Zebra
     Simple class to add odd/even coloring to tables.
 

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/TableX.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: TableX
     Base class, with reusable table support functions.
     Used by TableX.Sort, TableX.Zebra, ...

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Tabs.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Tabs.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Tabs.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Tabs.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: TabbedSection
     Creates tabs, based on some css-class information
 
@@ -152,4 +172,4 @@ var Tab = new Class({
 
     }
 
-});
\ No newline at end of file
+});

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Viewer.Carousel.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Viewer.Carousel.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Viewer.Carousel.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Viewer.Carousel.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Plugin: Viewer.Carousel
     Viewer plugin for automatic cycling through elements.
     Inspired on bootstrap's implementation, relying on css3 transitions;

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Viewer.Slimbox.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Viewer.Slimbox.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Viewer.Slimbox.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Viewer.Slimbox.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Plugin: Viewer.Slimbox
 
     Slimbox clone, refactored for JSPWiki.
@@ -289,4 +309,4 @@ Viewer.Slimbox = new Class({
 
     }
 
-});
\ No newline at end of file
+});

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Viewer.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Viewer.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Viewer.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/dynamic-styles/Viewer.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Viewer object
     match(url,options): function to retrieve the media parms based on a url
     preload(url,options,callback): preloads (created DOM object) the correct viewer

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Accesskey.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Accesskey.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Accesskey.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Accesskey.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Function: Accesskey
     Highlight the available accesskeys to the user:
     - underline the accesskey ( wrap inside span.accesskey )
@@ -30,4 +50,4 @@ function Accesskey(element, template){
 
         }
     }
-}
\ No newline at end of file
+}

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Array.Extend.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Array.Extend.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Array.Extend.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Array.Extend.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Moo-extend: String-extensions
     Array:  rendAr(), max(), min()
 */

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Array.NaturalSort.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Array.NaturalSort.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Array.NaturalSort.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Array.NaturalSort.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
  Function: naturalSort
         Sorts the elements of an array, using a more 'natural' algoritm.
         Maintains a cache of the prepared sortable array.
@@ -168,4 +188,4 @@ console.log(this.cache);
 
     });
 
-}();
\ No newline at end of file
+}();

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Behavior.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Behavior.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Behavior.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Behavior.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: Behavior
   Behavior is a way to initiate certain UI components for elements on the page
   by a given selector. The callback is only called once of each element.
@@ -80,4 +100,4 @@ var Behavior = new Class({
         return this;
     }
 
-});
\ No newline at end of file
+});

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Color.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Color.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Color.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Color.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: Color
     Class for creating and manipulating colors in JavaScript.
     This is a minimized variant of the Color class, based Mootools.More,
@@ -80,4 +100,4 @@ Color.implement({
 
 });
 
-}();
\ No newline at end of file
+}();

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Cookie.Flags.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Cookie.Flags.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Cookie.Flags.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Cookie.Flags.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: Cookie.Flags
     Descendent of the Mootools Cookie class.
     Stores the True/False state of a set of dom-elements in a cookie.

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Date.Extend.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Date.Extend.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Date.Extend.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Date.Extend.js Tue May 20 18:32:49 2014
@@ -1,4 +1,4 @@
-/*!
+/*
     JSPWiki - a JSP-based WikiWiki clone.
 
     Licensed to the Apache Software Foundation (ASF) under one

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Element.Extend.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Element.Extend.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Element.Extend.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Element.Extend.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Moo-extend: String-extensions
     Element: ifClass(), addHover(),onHover(), hoverUpdate(), getDefaultValue(), observe()
 */
@@ -330,4 +350,4 @@ Element.implement({
 
     }
 
-});
\ No newline at end of file
+});

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Element.Placeholder.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Element.Placeholder.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Element.Placeholder.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Element.Placeholder.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: Placeholder
     Polyfill for non-html5 browsers.
 

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Form.File.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Form.File.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Form.File.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Form.File.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Mootools Extension: Form.File.js
     Creates a multiple file upload form, based on styles from Bootstrap.
     Includes a json-rpc based progress-bar implemention for non-xhr2.0 browsers

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Form.MultipleFile.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Form.MultipleFile.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Form.MultipleFile.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Form.MultipleFile.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 ---
 
 name: Form.MultipleFileInput

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/HighlightQuery.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/HighlightQuery.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/HighlightQuery.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/HighlightQuery.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: HighlightQuery
     Highlight any word or phrase of a previously search query.
     The query can be passed in as a parameter or will be read

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Request.File.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Request.File.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Request.File.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Request.File.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 ---
 
 name: Request.File

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/String.Extend.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/String.Extend.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/String.Extend.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/String.Extend.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Mootools Extension: String.Extend.js
 	String-extensions: capitalize,() deCamelize(), trunc(), xsubs()
 */
@@ -181,4 +201,4 @@ String.implement({
 		
 	}
 
-});
\ No newline at end of file
+});

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Textarea.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Textarea.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Textarea.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Textarea.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: Textarea
     The textarea class enriches a TEXTAREA element, and provides cross browser
     support to handle text selection: get and set the selected text,

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Tips.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Tips.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Tips.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/moo-extend/Tips.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Dynamic Style: Tips
     Add Tip behavior to a set of DOM Elements
 
@@ -70,4 +90,4 @@ var Tips = function Tips(elements,option
 		this.tip.setStyles(obj);
 	},
 
-*/
\ No newline at end of file
+*/

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.Commands.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.Commands.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.Commands.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.Commands.js Tue May 20 18:32:49 2014
@@ -1,3 +1,23 @@
+/*!
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
 /*
 Class: SnipEditor.Commands
     This class preprocesses all command triggers, such as

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.Sections.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.Sections.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.Sections.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.Sections.js Tue May 20 18:32:49 2014
@@ -1,3 +1,23 @@
+/*!
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
 /*
 Class: SnipEditor.Sections
     This dialog displays the list of page sections.

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.Sections.old.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.Sections.old.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.Sections.old.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.Sections.old.js Tue May 20 18:32:49 2014
@@ -1,3 +1,23 @@
+/*!
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
 /*
 Class: SnipEditor.Sections
     This dialog displays the list of page sections.

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Snipe.js Tue May 20 18:32:49 2014
@@ -1,3 +1,23 @@
+/*!
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
 /*
 Class: Snipe
     The Snipe class decorates a TEXTAREA object with extra capabilities such as

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/UndoRedo.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/UndoRedo.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/UndoRedo.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/UndoRedo.js Tue May 20 18:32:49 2014
@@ -1,3 +1,23 @@
+/*!
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
 /*
 Class: UndoRedo
     The UndoRedo class implements a simple undo/redo stack to save and restore

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Wiki.Edit.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Wiki.Edit.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Wiki.Edit.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Wiki.Edit.js Tue May 20 18:32:49 2014
@@ -1,3 +1,23 @@
+/*!
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
 /*
 Class: Wiki.Edit
     The WikiEdit class implements the JSPWiki's specific editor, with support

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Wiki.Snips.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Wiki.Snips.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Wiki.Snips.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/wiki-edit/Wiki.Snips.js Tue May 20 18:32:49 2014
@@ -1,3 +1,23 @@
+/*!
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
 /*
 
 

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Category.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Category.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Category.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Category.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: Categories
     Turn wikipage links into AJAXed popups.
 

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Dynamic-styles.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Dynamic-styles.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Dynamic-styles.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Dynamic-styles.js Tue May 20 18:32:49 2014
@@ -1,3 +1,23 @@
+/*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
 /* Dynamic Styles
 
     Uses global var 'Wiki', and a number of Classes.

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Findpages.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Findpages.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Findpages.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Findpages.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: Wiki.SearchBox
     ...
     Adds/Removes 'li.findpages' elements to the dropdown menu.
@@ -95,4 +115,4 @@ Wiki.Findpages = new Class({
 
         }
     }
-});
\ No newline at end of file
+});

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Group.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Group.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Group.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Group.js Tue May 20 18:32:49 2014
@@ -1,3 +1,23 @@
+/*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
 //TODO: refactor me
 
 /*
@@ -118,4 +138,4 @@ var WikiGroup =
         Wiki.submitOnce(form);
         form.submit();
     }
-}
\ No newline at end of file
+}

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Prefs.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Prefs.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Prefs.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Prefs.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Javascript routines to support JSPWiki UserPreferences
     PreferencesContent.jsp
     PreferencesTab.jsp
@@ -42,4 +62,4 @@ Wiki.once('#setCookie', function(form){
             Wiki.erase(); 
 
         });
-});
\ No newline at end of file
+});

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Recents.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Recents.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Recents.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Recents.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: Wiki.RecentSearches
  * FIXME: remember 10 most recent search topics (cookie based)
  * Extended with quick links for view, edit and clone (ref. idea of Ron Howard - Nov 05)
@@ -97,4 +117,4 @@ Wiki.Recents = new Class({
 
     }
 
-});
\ No newline at end of file
+});

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Search.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Search.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Search.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Search.js Tue May 20 18:32:49 2014
@@ -1,4 +1,24 @@
 /*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
+/*
 Class: Wiki.Search
     ...
 

Modified: jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Wiki.js
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Wiki.js?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Wiki.js (original)
+++ jspwiki/trunk/jspwiki-war/src/main/scripts/wiki/Wiki.js Tue May 20 18:32:49 2014
@@ -1,4 +1,4 @@
-/*!
+/*
     JSPWiki - a JSP-based WikiWiki clone.
 
     Licensed to the Apache Software Foundation (ASF) under one
@@ -464,4 +464,4 @@ var Wiki = {
 
 };
 
-Wiki.initialize();
\ No newline at end of file
+Wiki.initialize();

Modified: jspwiki/trunk/jspwiki-war/src/main/webapp/templates/haddock/fonts/FontJspwiki.svg
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/webapp/templates/haddock/fonts/FontJspwiki.svg?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/webapp/templates/haddock/fonts/FontJspwiki.svg (original)
+++ jspwiki/trunk/jspwiki-war/src/main/webapp/templates/haddock/fonts/FontJspwiki.svg Tue May 20 18:32:49 2014
@@ -1,4 +1,22 @@
 <?xml version="1.0" standalone="no"?>
+<!--
+    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.
+-->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
 <svg xmlns="http://www.w3.org/2000/svg">
 <metadata>Generated by IcoMoon</metadata>
@@ -31,4 +49,4 @@
 <glyph unicode="&#xe615;" d="M438.857 219.429q0-44.572-17.428-85.143t-46.857-70-70-46.857-85.143-17.428q-49.143 0-93.428 20.714t-75.428 58.428q-2 2.857-1.857 6.428t2.428 5.857l39.143 39.428q2.857 2.572 7.143 2.572 4.572-0.572 6.572-3.428 20.857-27.143 51.143-42t64.286-14.857q29.714 0 56.714 11.572t46.714 31.286 31.286 46.714 11.572 56.714-11.572 56.714-31.286 46.714-46.714 31.286-56.714 11.571q-28 0-53.714-10.143t-45.715-29l39.143-39.428q8.857-8.572 4-19.714-4.857-11.428-16.857-11.428h-128q-7.428 0-12.857 5.428t-5.428 12.857v128q0 12 11.428 16.857 11.143 4.857 19.715-4l37.143-36.857q30.572 28.857 69.857 44.714t81.286 15.857q44.572 0 85.143-17.428t70-46.857 46.857-70 17.428-85.143z" horiz-adv-x="439" />
 <glyph unicode="&#xe616;" d="M278.857 102l10-45.428q0.857-3.428-0.857-6.428t-4.857-4.143l-1.428-0.286q-1.143-0.572-3-1t-4.572-1.286-6.143-1.572-7.286-1.428-8.572-1.428-9.572-1.286-10.428-0.857-11-0.286q-66.857 0-116.857 37.286t-68 100.428h-27.143q-3.715 0-6.428 2.714t-2.715 6.428v32.286q0 3.714 2.715 6.428t6.428 2.714h18.857q-0.572 16.286 0.285 30h-19.143q-4 0-6.572 2.571t-2.571 6.572v32.572q0 4 2.571 6.572t6.572 2.571h28q19.143 60 69.572 96.572t114.429 36.572q29.143 0 55.428-6.572 3.143-0.857 5.714-4.286 1.714-3.143 0.857-6.857l-12.286-45.429q-0.857-3.714-4-5.571t-6.857-0.714l-1.143 0.285q-1.143 0.286-3.286 0.715l-5 1t-6.428 1-7.428 0.857-8.286 0.714-8.428 0.286q-36 0-64.572-18.286t-42.857-50.285h133.714q4.571 0 7.143-3.429 2.857-3.428 2-7.428l-6.857-32.572q-1.429-7.428-9.143-7.428h-139.429q-0.857-10.572 0-30h131.143q4.286 0 7.143-3.429 2.571-3.428 1.714-7.714l-6.857-32q-0.571-3.143-3.143-5.286t-5.714-2.143h-110.572q13.715-33.428 42.715-53t65.286-19.572q5.143 0 10.286 0.428t9.572 1
  8.428 1.286 7 1.428 5.286 1.286l3.428 0.857 1.428 0.572q3.714 1.428 7.428-0.572 3.428-2 4.286-6z" horiz-adv-x="293" />
 <glyph unicode="&#xe617;" d="M310.857 219.429q0-9.428-7.714-14.857l-128-91.428q-8.857-6.572-18.857-1.428-10 4.857-10 16.286v182.857q0 11.429 10 16.286 10 5.143 18.857-1.429l128-91.428q7.714-5.428 7.714-14.857zM365.714 82.286v274.286q0 4-2.572 6.572t-6.572 2.571h-274.286q-4 0-6.572-2.571t-2.572-6.572v-274.286q0-4 2.572-6.572t6.572-2.572h274.286q4 0 6.572 2.572t2.572 6.572zM438.857 356.572v-274.286q0-34-24.143-58.143t-58.143-24.143h-274.286q-34 0-58.143 24.143t-24.143 58.143v274.286q0 34 24.143 58.143t58.143 24.143h274.286q34 0 58.143-24.143t24.143-58.143z" horiz-adv-x="439" />
-</font></defs></svg>
\ No newline at end of file
+</font></defs></svg>

Modified: jspwiki/trunk/jspwiki-war/src/test/java/org/apache/wiki/util/PropertyReaderTest.java
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/test/java/org/apache/wiki/util/PropertyReaderTest.java?rev=1596355&r1=1596354&r2=1596355&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/test/java/org/apache/wiki/util/PropertyReaderTest.java (original)
+++ jspwiki/trunk/jspwiki-war/src/test/java/org/apache/wiki/util/PropertyReaderTest.java Tue May 20 18:32:49 2014
@@ -1,3 +1,23 @@
+/*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    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"); fyou 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.
+*/
 package org.apache.wiki.util;
 
 import junit.framework.TestCase;