You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2007/01/29 23:27:04 UTC

svn commit: r501230 [2/4] - in /incubator/xap/trunk: buildsystem/ buildsystem/JSDoc-1.9.9.2/ buildsystem/buildscripts/ buildsystem/buildscripts/doctool/ buildsystem/buildscripts/lib/ buildsystem/buildscripts/profiles/ buildsystem/doc/ buildsystem/seed/...

Modified: incubator/xap/trunk/buildsystem/seed/src-js/DisplayUIDocument.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildsystem/seed/src-js/DisplayUIDocument.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/buildsystem/seed/src-js/DisplayUIDocument.js (original)
+++ incubator/xap/trunk/buildsystem/seed/src-js/DisplayUIDocument.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 DisplayUIDocument = function() {
 };
 

Modified: incubator/xap/trunk/buildsystem/seed/xap/config/XapConfig-Min.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildsystem/seed/xap/config/XapConfig-Min.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/buildsystem/seed/xap/config/XapConfig-Min.js (original)
+++ incubator/xap/trunk/buildsystem/seed/xap/config/XapConfig-Min.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 /**
  * This is the default Xap configuration file that will be used to specified 
  * different runtime settings of the Xap application. Xap application provide

Modified: incubator/xap/trunk/buildsystem/seed/xap/config/XapConfig.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildsystem/seed/xap/config/XapConfig.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/buildsystem/seed/xap/config/XapConfig.js (original)
+++ incubator/xap/trunk/buildsystem/seed/xap/config/XapConfig.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 /**
  * This is the default Xap configuration file that will be used to specified 
  * different runtime settings of the Xap application. Xap application provide

Modified: incubator/xap/trunk/codebase/css/xapDefault.css
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/css/xapDefault.css?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/codebase/css/xapDefault.css (original)
+++ incubator/xap/trunk/codebase/css/xapDefault.css Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 /* 
 * HTML elements - use for global declarations
 */

Modified: incubator/xap/trunk/codebase/src/xap/data/datasource/ArrayDataSet.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/data/datasource/ArrayDataSet.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/data/datasource/ArrayDataSet.js (original)
+++ incubator/xap/trunk/codebase/src/xap/data/datasource/ArrayDataSet.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 /**
  * An implementation of a DataSet which is backed by an array.  
  *

Modified: incubator/xap/trunk/codebase/src/xap/data/formatter/MessageFormatter.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/data/formatter/MessageFormatter.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/data/formatter/MessageFormatter.js (original)
+++ incubator/xap/trunk/codebase/src/xap/data/formatter/MessageFormatter.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 /**
  * MessageFormatter is used to format string messages.
  * 

Modified: incubator/xap/trunk/codebase/src/xap/resolver/ResolutionInfo.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/resolver/ResolutionInfo.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/resolver/ResolutionInfo.js (original)
+++ incubator/xap/trunk/codebase/src/xap/resolver/ResolutionInfo.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 Xap.provide("xap.resolver.ResolutionInfo"); 
 
 

Modified: incubator/xap/trunk/codebase/src/xap/taghandling/plugin.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/taghandling/plugin.xml?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/taghandling/plugin.xml (original)
+++ incubator/xap/trunk/codebase/src/xap/taghandling/plugin.xml Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <plugin>
 
 	<tag-mappings namespace="http://openxal.org/core/xinclude" document="ui">

Modified: incubator/xap/trunk/codebase/src/xap/util/EscapeSyntaxException.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/util/EscapeSyntaxException.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/util/EscapeSyntaxException.js (original)
+++ incubator/xap/trunk/codebase/src/xap/util/EscapeSyntaxException.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 Xap.provide("xap.util.EscapeSyntaxException");
 Xap.require("xap.util.Exception");
 /**

Modified: incubator/xap/trunk/codebase/src/xap/util/TypeUtils.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/util/TypeUtils.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/util/TypeUtils.js (original)
+++ incubator/xap/trunk/codebase/src/xap/util/TypeUtils.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 
 /**
  * @fileoverview Provides utilities for the conversion of 

Modified: incubator/xap/trunk/codebase/src/xap/util/allXapClassStrings.txt
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/util/allXapClassStrings.txt?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/util/allXapClassStrings.txt (original)
+++ incubator/xap/trunk/codebase/src/xap/util/allXapClassStrings.txt Mon Jan 29 15:26:56 2007
@@ -1,3 +1,19 @@
+#
+# Copyright  2006, 2007 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.
+#
+
 xap.bridges.basic.AbstractWidgetBridge
 xap.bridges.basic.DomNodeBridge
 xap.bridges.basic.TextViewBridge

Modified: incubator/xap/trunk/codebase/src/xap/widgets/ListItem.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/widgets/ListItem.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/widgets/ListItem.js (original)
+++ incubator/xap/trunk/codebase/src/xap/widgets/ListItem.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 Xap.provide("xap.widgets.ListItem");
 Xap.require("dojo.widget.HtmlWidget");
 

Modified: incubator/xap/trunk/codebase/src/xap/widgets/XapComboBox.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/widgets/XapComboBox.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/widgets/XapComboBox.js (original)
+++ incubator/xap/trunk/codebase/src/xap/widgets/XapComboBox.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 
 Xap.provide("xap.widgets.XapComboBox");
 

Modified: incubator/xap/trunk/codebase/src/xap/xml/xmodify/commands.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/xml/xmodify/commands.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/xml/xmodify/commands.xal (original)
+++ incubator/xap/trunk/codebase/src/xap/xml/xmodify/commands.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui"> 
   <xm:modifications xmlns:xm="http://openxal.org/core/xmodify">
     

Modified: incubator/xap/trunk/samples/WebContent/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/WEB-INF/web.xml?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/WEB-INF/web.xml (original)
+++ incubator/xap/trunk/samples/WebContent/WEB-INF/web.xml Mon Jan 29 15:26:56 2007
@@ -3,5 +3,25 @@
   PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
   "http://java.sun.com/dtd/web-app_2_3.dtd">
 
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
+
+
+
 <web-app>
 </web-app>

Modified: incubator/xap/trunk/samples/WebContent/XapConfig.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/XapConfig.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/XapConfig.js (original)
+++ incubator/xap/trunk/samples/WebContent/XapConfig.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 /**
  * This is the default Xap configuration file that will be used to specified 
  * different runtime settings of the Xap application. Xap application provide

Modified: incubator/xap/trunk/samples/WebContent/examples/basic/dom0.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/basic/dom0.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/basic/dom0.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/basic/dom0.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 xap.showStatus = function(session){
 
 	var node = session._documentContainer.getUiDocument();

Modified: incubator/xap/trunk/samples/WebContent/examples/basic/dom0.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/basic/dom0.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/basic/dom0.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/basic/dom0.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui">
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/basic/dom0Handler.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/basic/dom0Handler.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/basic/dom0Handler.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/basic/dom0Handler.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 dom0Handler = function(){}
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/basic/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/basic/index.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/basic/index.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/basic/index.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <html>
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Modified: incubator/xap/trunk/samples/WebContent/examples/dataBinding/AttributeGetter.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dataBinding/AttributeGetter.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/AttributeGetter.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/AttributeGetter.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 AttributeGetter = function(){}
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/dataBinding/Employees_json.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dataBinding/Employees_json.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/Employees_json.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/Employees_json.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 {
 	employees:[
 			{

Modified: incubator/xap/trunk/samples/WebContent/examples/dataBinding/Layout.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dataBinding/Layout.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/Layout.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/Layout.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 
 Layout = function () {
 	this.value = 20;

Modified: incubator/xap/trunk/samples/WebContent/examples/dataBinding/customers.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dataBinding/customers.xml?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/customers.xml (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/customers.xml Mon Jan 29 15:26:56 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <customers>
     <customer custid="dave1">Dave giggles
         <first>Dave</first>

Modified: incubator/xap/trunk/samples/WebContent/examples/dataBinding/employees.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dataBinding/employees.xml?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/employees.xml (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/employees.xml Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <employees>
 		<employee fname="Jeanne" lname="Doe" id="3791"/>
 		<employee fname="Mary" lname="Roe" id="1788"/>

Modified: incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <html>
 	<head>
 	    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Modified: incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui"> 
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <html>
 	<head>
 		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Modified: incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui"
 	xmlns:data="http://openxal.org/core/data" xmlns:xm="http://openxal.org/core/xmodify">
 

Modified: incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployees.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployees.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployees.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployees.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <html>
 	<head>
 		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Modified: incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployees.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployees.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployees.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployees.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<documentDataSource 

Modified: incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployeesJson.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployeesJson.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployeesJson.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployeesJson.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <html>
 	<head>
 		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Modified: incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployeesJson.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployeesJson.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployeesJson.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployeesJson.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<objectDataSource 

Modified: incubator/xap/trunk/samples/WebContent/examples/demo/table.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/demo/table.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/demo/table.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/demo/table.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd">
 <html>

Modified: incubator/xap/trunk/samples/WebContent/examples/demo/table.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/demo/table.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/demo/table.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/demo/table.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui"> 
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/dojo/colorPicker.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dojo/colorPicker.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dojo/colorPicker.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dojo/colorPicker.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <html>
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Modified: incubator/xap/trunk/samples/WebContent/examples/dojo/colorPicker.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dojo/colorPicker.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dojo/colorPicker.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dojo/colorPicker.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui">
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/dojo/datePicker.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dojo/datePicker.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dojo/datePicker.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dojo/datePicker.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <html>
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Modified: incubator/xap/trunk/samples/WebContent/examples/dojo/datePicker.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dojo/datePicker.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dojo/datePicker.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dojo/datePicker.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui"> 
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/dojo/datePickerHandler.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dojo/datePickerHandler.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dojo/datePickerHandler.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dojo/datePickerHandler.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 datePickerHandler = function(){}
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/dojo/xapStatus.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/dojo/xapStatus.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dojo/xapStatus.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dojo/xapStatus.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 
 document.showXapStatus = function (names) {
 	var sessionNames = names;

Modified: incubator/xap/trunk/samples/WebContent/examples/helloWorld/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/helloWorld/index.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/helloWorld/index.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/helloWorld/index.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <html>
 	<head>
 		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Modified: incubator/xap/trunk/samples/WebContent/examples/helloWorld/index.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/helloWorld/index.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/helloWorld/index.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/helloWorld/index.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui"> 
 	<xm:modifications xmlns:xm="http://openxal.org/core/xmodify">
 		<xm:append select="/ui">

Modified: incubator/xap/trunk/samples/WebContent/examples/html-xmodify/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/html-xmodify/index.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/html-xmodify/index.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/html-xmodify/index.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/html-xmodify/index.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/html-xmodify/index.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/html-xmodify/index.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/html-xmodify/index.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui"
 	xmlns:mco="http://openxal.org/core/mco" xmlns:macro="http://openxal.org/core/macro"
 	xmlns:xm="http://openxal.org/core/xmodify">

Modified: incubator/xap/trunk/samples/WebContent/examples/html-xmodify/xmodify.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/html-xmodify/xmodify.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/html-xmodify/xmodify.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/html-xmodify/xmodify.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 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.
+ *
+ */
+
 XmodifyMCO = function(){XmodifyMCOObj = this;}
 
 var XmodifyMCOObj;

Modified: incubator/xap/trunk/samples/WebContent/examples/urlResolution/label.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/urlResolution/label.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/urlResolution/label.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/urlResolution/label.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
 		"http://www.w3.org/TR/html4/loose.dtd">
 <html>

Modified: incubator/xap/trunk/samples/WebContent/examples/urlResolution/label.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/urlResolution/label.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/urlResolution/label.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/urlResolution/label.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui"> 
 	<xm:modifications xmlns:xm="http://openxal.org/core/xmodify">
 		<xm:append select="/ui">

Modified: incubator/xap/trunk/samples/WebContent/examples/urlResolution/xmodify/xmodify.xm
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/urlResolution/xmodify/xmodify.xm?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/urlResolution/xmodify/xmodify.xm (original)
+++ incubator/xap/trunk/samples/WebContent/examples/urlResolution/xmodify/xmodify.xm Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui"> 
 	<xm:modifications xmlns:xm="http://openxal.org/core/xmodify">
 		<xm:append select="id('panel')">

Modified: incubator/xap/trunk/samples/WebContent/examples/urlResolution/xmodify/xmodify2.xm
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/urlResolution/xmodify/xmodify2.xm?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/urlResolution/xmodify/xmodify2.xm (original)
+++ incubator/xap/trunk/samples/WebContent/examples/urlResolution/xmodify/xmodify2.xm Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui"> 
 	<xm:modifications xmlns:xm="http://openxal.org/core/xmodify">
 		<xm:append select="id('panel')">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/borderPane.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/borderPane.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/borderPane.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/borderPane.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/button.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/button.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/button.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/button.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/cell.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/cell.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/cell.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/cell.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/checkBox.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/checkBox.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/checkBox.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/checkBox.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/combobox.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/combobox.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/combobox.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/combobox.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/desktopPane.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/desktopPane.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/desktopPane.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/desktopPane.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/editableCombobox.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/editableCombobox.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/editableCombobox.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/editableCombobox.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/freePane.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/freePane.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/freePane.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/freePane.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/gridPane.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/gridPane.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/gridPane.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/gridPane.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/gridPane2.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/gridPane2.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/gridPane2.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/gridPane2.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui"> 
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/gridPane3.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/gridPane3.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/gridPane3.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/gridPane3.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui"> 
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalBoxPane.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalBoxPane.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalBoxPane.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalBoxPane.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalFlowPane.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalFlowPane.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalFlowPane.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalFlowPane.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalSplitPane.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalSplitPane.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalSplitPane.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalSplitPane.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalToolBar.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalToolBar.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalToolBar.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/horizontalToolBar.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/htmlView.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/htmlView.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/htmlView.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/htmlView.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/includes/attributeAutoTest.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/includes/attributeAutoTest.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/includes/attributeAutoTest.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/includes/attributeAutoTest.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <verticalBoxPane xmlns="http://openxal.org/ui">
     <button onCommand="mco:SmokeTests.runAttributeTests(testComponent)" text="Run attribute test"
         width="200px" height="25px"/>

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/includes/boxPaneTests.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/includes/boxPaneTests.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/includes/boxPaneTests.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/includes/boxPaneTests.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 <verticalBoxPane xmlns="http://openxal.org/ui">
     <horizontalBoxPane width="500px">
         <label width="100px" text="pack:"/>

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/includes/containerChildManipulation0.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/includes/containerChildManipulation0.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/includes/containerChildManipulation0.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/includes/containerChildManipulation0.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 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.
+ -
+-->
+
 								<verticalBoxPane xmlns="http://openxal.org/ui">					
 								    <button width="200px" height="25px" text="insert before red" onCommand="mco:attributeSetter.insertBefore(redComponent)"/>
 								    <label text="Should insert a node before red"/>