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 bb...@apache.org on 2007/02/07 15:22:10 UTC

svn commit: r504576 - in /incubator/xap/trunk/samples/WebContent: ./ examples/basic/ examples/dataBinding/ examples/demo/ examples/dojo/

Author: bbuffone
Date: Wed Feb  7 07:22:09 2007
New Revision: 504576

URL: http://svn.apache.org/viewvc?view=rev&rev=504576
Log:
Updated the license section.

Modified:
    incubator/xap/trunk/samples/WebContent/XapConfig.js
    incubator/xap/trunk/samples/WebContent/examples/basic/dom0.js
    incubator/xap/trunk/samples/WebContent/examples/basic/dom0.xal
    incubator/xap/trunk/samples/WebContent/examples/basic/dom0Handler.js
    incubator/xap/trunk/samples/WebContent/examples/basic/index.html
    incubator/xap/trunk/samples/WebContent/examples/dataBinding/AttributeGetter.js
    incubator/xap/trunk/samples/WebContent/examples/dataBinding/Employees_json.js
    incubator/xap/trunk/samples/WebContent/examples/dataBinding/Layout.js
    incubator/xap/trunk/samples/WebContent/examples/dataBinding/customers.xml
    incubator/xap/trunk/samples/WebContent/examples/dataBinding/employees.xml
    incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.html
    incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.xal
    incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.html
    incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.xal
    incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployees.html
    incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployees.xal
    incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployeesJson.html
    incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployeesJson.xal
    incubator/xap/trunk/samples/WebContent/examples/demo/table.html
    incubator/xap/trunk/samples/WebContent/examples/demo/table.xal
    incubator/xap/trunk/samples/WebContent/examples/dojo/colorPicker.html
    incubator/xap/trunk/samples/WebContent/examples/dojo/colorPicker.xal
    incubator/xap/trunk/samples/WebContent/examples/dojo/datePicker.html
    incubator/xap/trunk/samples/WebContent/examples/dojo/datePicker.xal
    incubator/xap/trunk/samples/WebContent/examples/dojo/datePickerHandler.js
    incubator/xap/trunk/samples/WebContent/examples/dojo/xapStatus.js
    incubator/xap/trunk/samples/WebContent/index.html

Modified: incubator/xap/trunk/samples/WebContent/XapConfig.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/XapConfig.js?view=diff&rev=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/XapConfig.js (original)
+++ incubator/xap/trunk/samples/WebContent/XapConfig.js Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 /*
- * 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
+ * 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
  *

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/basic/dom0.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/basic/dom0.js Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 /*
- * 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
+ * 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
  *

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/basic/dom0.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/basic/dom0.xal Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 <!--
- - 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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/basic/dom0Handler.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/basic/dom0Handler.js Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 /*
- * 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
+ * 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
  *

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/basic/index.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/basic/index.html Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 <!--
- - 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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/AttributeGetter.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/AttributeGetter.js Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 /*
- * 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
+ * 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
  *

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/Employees_json.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/Employees_json.js Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 /*
- * 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
+ * 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
  *

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/Layout.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/Layout.js Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 /*
- * 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
+ * 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
  *

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/customers.xml (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/customers.xml Wed Feb  7 07:22:09 2007
@@ -1,11 +1,13 @@
 <?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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/employees.xml (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/employees.xml Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 <!--
- - 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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.html Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 <!--
- - 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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/mcoAttribute.xal Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 <!--
- - 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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.html Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 <!--
- - 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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/nestedIterators.xal Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 <!--
- - 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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployees.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployees.html Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 <!--
- - 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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployees.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployees.xal Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 <!--
- - 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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployeesJson.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployeesJson.html Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 <!--
- - 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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployeesJson.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dataBinding/simpleEmployeesJson.xal Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 <!--
- - 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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/demo/table.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/demo/table.html Wed Feb  7 07:22:09 2007
@@ -1,11 +1,13 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/demo/table.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/demo/table.xal Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 <!--
- - 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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dojo/colorPicker.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dojo/colorPicker.html Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 <!--
- - 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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dojo/colorPicker.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dojo/colorPicker.xal Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 <!--
- - 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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dojo/datePicker.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dojo/datePicker.html Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 <!--
- - 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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dojo/datePicker.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dojo/datePicker.xal Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 <!--
- - 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
+ - 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
  -

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dojo/datePickerHandler.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dojo/datePickerHandler.js Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 /*
- * 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
+ * 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
  *

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=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/dojo/xapStatus.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/dojo/xapStatus.js Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 /*
- * 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
+ * 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
  *

Modified: incubator/xap/trunk/samples/WebContent/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/index.html?view=diff&rev=504576&r1=504575&r2=504576
==============================================================================
--- incubator/xap/trunk/samples/WebContent/index.html (original)
+++ incubator/xap/trunk/samples/WebContent/index.html Wed Feb  7 07:22:09 2007
@@ -1,9 +1,11 @@
 <!--
- - 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
+ - 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
  -