Created 2.0.1 tag

git-svn-id: https://svn.apache.org/repos/asf/pivot/tags/2.0.1@1228906 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 5376398..6ceec37 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -61,6 +61,7 @@
     * [PIVOT-821] - Add support for Shift-Ins to do a Paste on Windows
     * [PIVOT-823] - Add BXML Explorer, to see a live graphical preview of BXML files
     * [PIVOT-829] - Select file in FileBrowserSheet
+    * [PIVOT-831] - Renew our Certificate for (self) signing jars
 
 ** Bug
     * [PIVOT-247] - Mouse.capture() interferes with mouseClick event
diff --git a/eclipse/build.properties b/eclipse/build.properties
index 873125a..874a36c 100644
--- a/eclipse/build.properties
+++ b/eclipse/build.properties
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to you under the Apache License,
+# Version 2.0 (the "License"); you may not use this file except in
+# compliance with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 source.. = src/
 output.. = bin/
 bin.includes = *.xml,\
diff --git a/etc/pivot.keystore b/etc/pivot.keystore
index 2551a44..b0611af 100644
--- a/etc/pivot.keystore
+++ b/etc/pivot.keystore
Binary files differ
diff --git a/examples/src/org/apache/pivot/examples/svg/logo.svg b/examples/src/org/apache/pivot/examples/svg/logo.svg
index f8b8509..f38db05 100644
--- a/examples/src/org/apache/pivot/examples/svg/logo.svg
+++ b/examples/src/org/apache/pivot/examples/svg/logo.svg
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License,
+Version 2.0 (the "License"); you may not use this file except in
+compliance with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
 <!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948)  -->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"
@@ -758,4 +775,4 @@
      d="M115.191,5.72c-11.477-6.627-26.156-2.695-32.783,8.785L68.639,38.353  c21.765-23.506,37.332-22.759,55.522-23.523C122.122,11.157,119.093,7.973,115.191,5.72z"
      fill="#FFFFFF"
      opacity="0.3" /></g>
-</svg>
\ No newline at end of file
+</svg>
diff --git a/examples/src/org/apache/pivot/examples/svg/tiger.svg b/examples/src/org/apache/pivot/examples/svg/tiger.svg
index a70b09b..3725362 100644
--- a/examples/src/org/apache/pivot/examples/svg/tiger.svg
+++ b/examples/src/org/apache/pivot/examples/svg/tiger.svg
@@ -1,6 +1,22 @@
 <?xml version="1.0"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
-         "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License,
+Version 2.0 (the "License"); you may not use this file except in
+compliance with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg xmlns="http://www.w3.org/2000/svg"
      xmlns:xlink="http://www.w3.org/1999/xlink"
      width="600"
@@ -728,4 +744,3 @@
  </g>
 </g>
 </svg>
-
diff --git a/tests/src/org/apache/pivot/tests/issues/Pivot765.java b/tests/src/org/apache/pivot/tests/issues/Pivot765.java
index dc02811..3af1739 100644
--- a/tests/src/org/apache/pivot/tests/issues/Pivot765.java
+++ b/tests/src/org/apache/pivot/tests/issues/Pivot765.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to you under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.pivot.tests.issues;
 
 import org.apache.pivot.collections.Map;
diff --git a/tests/src/org/apache/pivot/tests/issues/pivot_803.bxml b/tests/src/org/apache/pivot/tests/issues/pivot_803.bxml
index 0da38cc..d0ba8ae 100644
--- a/tests/src/org/apache/pivot/tests/issues/pivot_803.bxml
+++ b/tests/src/org/apache/pivot/tests/issues/pivot_803.bxml
@@ -1,3 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License,
+Version 2.0 (the "License"); you may not use this file except in
+compliance with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
 <Window title="Images Example" maximized="true" xmlns:bxml="http://pivot.apache.org/bxml"
     xmlns="org.apache.pivot.wtk">
     <TablePane
@@ -35,4 +53,4 @@
             <Label TablePane.columnSpan="2" text="The bottom" />
         </TablePane.Row>
     </TablePane>
-</Window>
\ No newline at end of file
+</Window>
diff --git a/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/CreateHighlightedXML.java b/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/CreateHighlightedXML.java
index 023f9e5..4c4b309 100644
--- a/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/CreateHighlightedXML.java
+++ b/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/CreateHighlightedXML.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to you under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.pivot.tutorials.bxmlexplorer;
 
 import java.awt.Color;
diff --git a/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/FakeWindow.java b/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/FakeWindow.java
index 9445a42..0eb3568 100644
--- a/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/FakeWindow.java
+++ b/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/FakeWindow.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to you under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.pivot.tutorials.bxmlexplorer;
 
 import java.net.URL;
diff --git a/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/FakeWindowListener.java b/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/FakeWindowListener.java
index 1ab8c3c..7e523db 100644
--- a/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/FakeWindowListener.java
+++ b/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/FakeWindowListener.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to you under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.pivot.tutorials.bxmlexplorer;
 
 import org.apache.pivot.collections.Sequence;
diff --git a/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/FakeWindowSkin.java b/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/FakeWindowSkin.java
index b393169..1d08b28 100644
--- a/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/FakeWindowSkin.java
+++ b/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/FakeWindowSkin.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to you under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.pivot.tutorials.bxmlexplorer;
 
 import java.awt.BasicStroke;
diff --git a/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/builder-test1.bxml b/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/builder-test1.bxml
index 610585b..7723380 100644
--- a/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/builder-test1.bxml
+++ b/tutorials/src/org/apache/pivot/tutorials/bxmlexplorer/builder-test1.bxml
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License,
+Version 2.0 (the "License"); you may not use this file except in
+compliance with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
 <TablePane xmlns:bxml="http://pivot.apache.org/bxml" xmlns="org.apache.pivot.wtk" bxml:id="tablepane1"
   styles="{verticalSpacing:1, showHorizontalGridLines:true, horizontalSpacing:1, showVerticalGridLines:true, horizontalGridColor:'#ff0000', verticalGridColor:'#ff0000', backgroundColor:'#ffffff'}">
   <columns>
diff --git a/tutorials/src/org/apache/pivot/tutorials/labels/logo.svg b/tutorials/src/org/apache/pivot/tutorials/labels/logo.svg
index f8b8509..f38db05 100644
--- a/tutorials/src/org/apache/pivot/tutorials/labels/logo.svg
+++ b/tutorials/src/org/apache/pivot/tutorials/labels/logo.svg
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License,
+Version 2.0 (the "License"); you may not use this file except in
+compliance with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
 <!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948)  -->
 <svg
    xmlns:dc="http://purl.org/dc/elements/1.1/"
@@ -758,4 +775,4 @@
      d="M115.191,5.72c-11.477-6.627-26.156-2.695-32.783,8.785L68.639,38.353  c21.765-23.506,37.332-22.759,55.522-23.523C122.122,11.157,119.093,7.973,115.191,5.72z"
      fill="#FFFFFF"
      opacity="0.3" /></g>
-</svg>
\ No newline at end of file
+</svg>