luetzkendorf 2004/11/29 10:43:09
Modified: src/share/org/apache/slide/extractor
TextContentExtractor.java
Log:
licence added
Revision Changes Path
1.2 +23 -2
jakarta-slide/src/share/org/apache/slide/extractor/TextContentExtractor.java
Index: TextContentExtractor.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/share/org/apache/slide/extractor/TextContentExtractor.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TextContentExtractor.java 8 Nov 2004 10:14:49 -0000 1.1
+++ TextContentExtractor.java 29 Nov 2004 18:43:09 -0000 1.2
@@ -1,4 +1,25 @@
-// vi: set ts=3 sw=3:
+/*
+ * $Header$
+ * $Revision$
+ * $Date$
+ *
+ * ====================================================================
+ *
+ * Copyright 2004 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
+ *
+ * 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.slide.extractor;
import java.io.InputStream;
@@ -7,7 +28,7 @@
/**
- * Content extractor that simple returns the content.
+ * Content extractor that simply returns the content.
*/
public class TextContentExtractor extends AbstractContentExtractor
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]