TOBAGO-610: update README.txt and package-info.java(tlddoc) to contain a warning about the nature of a sandbox
diff --git a/core/src/main/java/org/apache/myfaces/tobago/taglib/component/package-info.java b/core/src/main/java/org/apache/myfaces/tobago/taglib/component/package-info.java
index fd439ad..3bfdbb9 100644
--- a/core/src/main/java/org/apache/myfaces/tobago/taglib/component/package-info.java
+++ b/core/src/main/java/org/apache/myfaces/tobago/taglib/component/package-info.java
@@ -1,6 +1,6 @@
 /**
  * <b>Tobago Framework Component Tag Library -
- * (C) Copyright 2005-2007 The Apache Software Foundation</b>
+ * (C) Copyright 2005-2008 The Apache Software Foundation</b>
  *
  */
 @org.apache.myfaces.tobago.apt.annotation.Taglib(
diff --git a/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/package-info.java b/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/package-info.java
index ceafbfc..df7f2a2 100644
--- a/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/package-info.java
+++ b/core/src/main/java/org/apache/myfaces/tobago/taglib/extension/package-info.java
@@ -1,6 +1,6 @@
 /**
  * <b>Tobago Framework Extension Tag Library -
- * (C) Copyright 2005-2007 The Apache Software Foundation</b>
+ * (C) Copyright 2005-2008 The Apache Software Foundation</b>
  */
 @org.apache.myfaces.tobago.apt.annotation.Taglib(
     shortName = "tx",
diff --git a/sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/package-info.java b/sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/package-info.java
index c3a6581..f1c6148 100644
--- a/sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/package-info.java
+++ b/sandbox/src/main/java/org/apache/myfaces/tobago/taglib/sandbox/package-info.java
@@ -1,3 +1,15 @@
+/**
+ * <b>Tobago Framework Sandbox Tag Library -
+ * (C) Copyright 2002-2008 The Apache Software Foundation</b>
+ *
+ * <b>Warning: The sandbox tag library contains unstable components.
+ * Everything is subject to change without prior notice.</b>
+ */
+@org.apache.myfaces.tobago.apt.annotation.Taglib(
+    shortName = "tcs",
+    uri = "http://myfaces.apache.org/tobago/sandbox",
+    fileName = "tobago-sandbox.tld", displayName = "Tobago Sandbox") package org.apache.myfaces.tobago.taglib.sandbox;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -14,13 +26,3 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
-/**
- * <h2><Tobago Framework Sandbox Tag Library -
- * (C) Copyright 2002-2007 The Apache Software Foundation</h2>
- */
-@org.apache.myfaces.tobago.apt.annotation.Taglib(
-    shortName = "tcs",
-    uri = "http://myfaces.apache.org/tobago/sandbox",
-    fileName = "tobago-sandbox.tld", displayName = "Tobago Sandbox")
-package org.apache.myfaces.tobago.taglib.sandbox;
diff --git a/tobago-assembly/src/main/resources/README.txt b/tobago-assembly/src/main/resources/README.txt
index 8cae5aa..82b29ec 100644
--- a/tobago-assembly/src/main/resources/README.txt
+++ b/tobago-assembly/src/main/resources/README.txt
@@ -27,4 +27,7 @@
 NOTE: The JDK 1.4 version is work in progress.
 
 The extension directory contains the tobago-facelets.jar.
-The tobago-facelets.jar is JDK 1.4 compatible.
\ No newline at end of file
+The tobago-facelets.jar is JDK 1.4 compatible.
+
+Warning: The tobago-sandbox.jar contains unstable components.
+Everything is subject to change without prior notice.
\ No newline at end of file