Create release notes for 1.0.1, add license headers.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jelly/branches/1.X@1806435 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 51bcead..fbbce3d 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,4 +1,4 @@
-The Jakarta Commons Jelly team is pleased to announce the commons-jelly 1.0 release! 
+The Jakarta Commons Jelly team is pleased to announce the commons-jelly 1.0.1 release!
 
 http://jakarta.apache.org/commons/jelly/
 
@@ -9,9 +9,8 @@
 This is the first stable release of Jelly. It can be used as a standalone application
 to run scripts, or incorporated into your Java applications.
 
-Notable changes since the 1.0-RC1 release:
-- Internal caching was changed to remove a memory leak
-- Jelly is now distributed as an application with its dependencies and main tag libraries
+Notable changes since the 1.0 release:
+- JELLY-293: Accommodate toggling off DTD external entities.
 
 Have fun!
 -The Jelly team
diff --git a/src/test/org/apache/commons/jelly/TestDoctypeDefinitionXXE.java b/src/test/org/apache/commons/jelly/TestDoctypeDefinitionXXE.java
index 59eb439..e29468a 100644
--- a/src/test/org/apache/commons/jelly/TestDoctypeDefinitionXXE.java
+++ b/src/test/org/apache/commons/jelly/TestDoctypeDefinitionXXE.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.commons.jelly;
 
 import junit.framework.TestCase;
diff --git a/src/test/org/apache/commons/jelly/doctypeDefinitionXXE.jelly b/src/test/org/apache/commons/jelly/doctypeDefinitionXXE.jelly
index aae115c..10eecb8 100644
--- a/src/test/org/apache/commons/jelly/doctypeDefinitionXXE.jelly
+++ b/src/test/org/apache/commons/jelly/doctypeDefinitionXXE.jelly
@@ -1,4 +1,18 @@
 <?xml version="1.0"?>
+<!--
+ 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 r [
         <!ELEMENT r ANY >
         <!ENTITY sp SYSTEM "http://127.0.0.1:4444/">
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 1bff213..d2c1461 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -24,7 +24,7 @@
     <author email="dion@apache.org">dIon Gillard</author>
   </properties>
   <body>
-    <release version="1.0.1" date="tbd">
+    <release version="1.0.1" date="2017-08-28">
       <action dev="chtompki" type="fix" issue="JELLY-293">Accommodate toggling off DTD external entities.</action>
     </release>
     <release version="1.0" date="2005-06-12">