https://issues.apache.org/jira/browse/EXTSCRIPT-167
removing old readmes which are obsolete by now.
adding a licens header to another one

git-svn-id: https://svn.apache.org/repos/asf/myfaces/extensions/scripting/trunk@1369799 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/extscript-core-root/extscript-cdi/readme.txt b/extscript-core-root/extscript-cdi/readme.txt
deleted file mode 100644
index 72d35d2..0000000
--- a/extscript-core-root/extscript-cdi/readme.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-struberg: ThreadContextClassLoader
-[4:46pm] werpu_: mhh thats what I have been replacing weird
-[4:48pm] werpu_: ok enough for today
-[4:48pm] werpu_: i really have to debug this out on the owb side of things
-[4:48pm] werpu_: any hint which file does the bean classloading in the owb impl?
-[4:49pm] werpu_: outside of that using an owb extension to bootstrap my system worked like a charm
-[4:49pm] werpu_:
-[4:50pm] struberg: ScannerService
-[4:50pm] struberg: this is the SPI interface
-[4:50pm] struberg: check which one is used in your installation
-[4:50pm] werpu_: DefaultScannerService
-[4:50pm] werpu_: i assume
-[4:50pm] werpu_:
-[4:50pm] struberg: yup
-[4:51pm] werpu_: given that it is a standard web environment
-[4:51pm] werpu_: i will have a look
-[4:51pm] struberg: well, in WebApps there is another one
-[4:51pm] werpu_: ah
-[4:51pm] werpu_: ok
-[4:51pm] struberg: yup, needs to take WEB-INF/classes into consideration as well
\ No newline at end of file
diff --git a/extscript-core-root/extscript-cdi/src/main/java/org/apache/myfaces/extensions/scripting/cdi/startup/readme.txt b/extscript-core-root/extscript-cdi/src/main/java/org/apache/myfaces/extensions/scripting/cdi/startup/readme.txt
deleted file mode 100644
index 088f574..0000000
--- a/extscript-core-root/extscript-cdi/src/main/java/org/apache/myfaces/extensions/scripting/cdi/startup/readme.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-What is missing is a cdi plugin which triggers the initial lifecycle once
-at cdi startup time to make a first compile then pushes the
-ThrowAwayClassloader in once for the bean loading
-and once the beans are loaded deregisters everything so that the jsf lifecycle
-can start.
diff --git a/extscript-core-root/extscript-core/src/main/java/org/apache/myfaces/extensions/scripting/core/api/eventhandling/readme.txt b/extscript-core-root/extscript-core/src/main/java/org/apache/myfaces/extensions/scripting/core/api/eventhandling/readme.txt
index f5cf46b..9b0c1a5 100644
--- a/extscript-core-root/extscript-core/src/main/java/org/apache/myfaces/extensions/scripting/core/api/eventhandling/readme.txt
+++ b/extscript-core-root/extscript-core/src/main/java/org/apache/myfaces/extensions/scripting/core/api/eventhandling/readme.txt
@@ -1,2 +1,22 @@
+//*
+ * 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.
+ */
+
+
 a set of application state events which will be utilized further on by other subsystems than jsf (which utilizes a
 servlet state)