|
From: <ls...@us...> - 2013-02-17 17:39:28
|
Revision: 5953
http://jnode.svn.sourceforge.net/jnode/?rev=5953&view=rev
Author: lsantha
Date: 2013-02-17 17:39:21 +0000 (Sun, 17 Feb 2013)
Log Message:
-----------
Updated headers.
Modified Paths:
--------------
trunk/builder/src/configure/org/jnode/configure/Configure.java
trunk/builder/src/configure/org/jnode/configure/ConfigureException.java
trunk/builder/src/configure/org/jnode/configure/ConfigureScript.java
trunk/builder/src/configure/org/jnode/configure/EnumeratedType.java
trunk/builder/src/configure/org/jnode/configure/PatternType.java
trunk/builder/src/configure/org/jnode/configure/PropertySet.java
trunk/builder/src/configure/org/jnode/configure/PropertyType.java
trunk/builder/src/configure/org/jnode/configure/Screen.java
trunk/builder/src/configure/org/jnode/configure/ScriptParser.java
trunk/builder/src/configure/org/jnode/configure/adapter/BasePropertyFileAdapter.java
trunk/builder/src/configure/org/jnode/configure/adapter/DummyValueCodec.java
trunk/builder/src/configure/org/jnode/configure/adapter/FileAdapter.java
trunk/builder/src/configure/org/jnode/configure/adapter/FileAdapterFactory.java
trunk/builder/src/configure/org/jnode/configure/adapter/JavaSourceFileAdapter.java
trunk/builder/src/configure/org/jnode/configure/adapter/JavaStringLiteralCodec.java
trunk/builder/src/configure/org/jnode/configure/adapter/PropertyFileAdapter.java
trunk/builder/src/configure/org/jnode/configure/adapter/PropertyValueCodec.java
trunk/builder/src/configure/org/jnode/configure/adapter/TextFileAdapter.java
trunk/builder/src/configure/org/jnode/configure/adapter/XMLFileAdapter.java
trunk/builder/src/configure/org/jnode/configure/adapter/XMLPropertyFileAdapter.java
trunk/builder/src/configure/org/jnode/configure/adapter/XMLValueCodec.java
Modified: trunk/builder/src/configure/org/jnode/configure/Configure.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/Configure.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/Configure.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure;
import java.io.BufferedReader;
Modified: trunk/builder/src/configure/org/jnode/configure/ConfigureException.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/ConfigureException.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/ConfigureException.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure;
/**
Modified: trunk/builder/src/configure/org/jnode/configure/ConfigureScript.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/ConfigureScript.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/ConfigureScript.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure;
import java.io.File;
Modified: trunk/builder/src/configure/org/jnode/configure/EnumeratedType.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/EnumeratedType.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/EnumeratedType.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure;
import java.util.List;
Modified: trunk/builder/src/configure/org/jnode/configure/PatternType.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/PatternType.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/PatternType.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure;
import java.util.regex.Matcher;
Modified: trunk/builder/src/configure/org/jnode/configure/PropertySet.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/PropertySet.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/PropertySet.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure;
import java.io.File;
Modified: trunk/builder/src/configure/org/jnode/configure/PropertyType.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/PropertyType.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/PropertyType.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure;
import org.jnode.configure.PropertySet.Value;
Modified: trunk/builder/src/configure/org/jnode/configure/Screen.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/Screen.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/Screen.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure;
import java.util.ArrayList;
Modified: trunk/builder/src/configure/org/jnode/configure/ScriptParser.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/ScriptParser.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/ScriptParser.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure;
import java.io.File;
Modified: trunk/builder/src/configure/org/jnode/configure/adapter/BasePropertyFileAdapter.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/adapter/BasePropertyFileAdapter.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/adapter/BasePropertyFileAdapter.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure.adapter;
import java.io.BufferedInputStream;
Modified: trunk/builder/src/configure/org/jnode/configure/adapter/DummyValueCodec.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/adapter/DummyValueCodec.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/adapter/DummyValueCodec.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure.adapter;
Modified: trunk/builder/src/configure/org/jnode/configure/adapter/FileAdapter.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/adapter/FileAdapter.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/adapter/FileAdapter.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure.adapter;
import org.jnode.configure.Configure;
Modified: trunk/builder/src/configure/org/jnode/configure/adapter/FileAdapterFactory.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/adapter/FileAdapterFactory.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/adapter/FileAdapterFactory.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure.adapter;
import org.jnode.configure.ConfigureException;
Modified: trunk/builder/src/configure/org/jnode/configure/adapter/JavaSourceFileAdapter.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/adapter/JavaSourceFileAdapter.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/adapter/JavaSourceFileAdapter.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure.adapter;
import java.io.IOException;
Modified: trunk/builder/src/configure/org/jnode/configure/adapter/JavaStringLiteralCodec.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/adapter/JavaStringLiteralCodec.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/adapter/JavaStringLiteralCodec.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure.adapter;
Modified: trunk/builder/src/configure/org/jnode/configure/adapter/PropertyFileAdapter.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/adapter/PropertyFileAdapter.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/adapter/PropertyFileAdapter.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure.adapter;
import java.io.IOException;
Modified: trunk/builder/src/configure/org/jnode/configure/adapter/PropertyValueCodec.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/adapter/PropertyValueCodec.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/adapter/PropertyValueCodec.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,6 +1,23 @@
-/**
- *
+/*
+ * $Id$
+ *
+ * Copyright (C) 2003-2013 JNode.org
+ *
+ * This library is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation; either version 2.1 of the License, or
+ * (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library; If not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure.adapter;
Modified: trunk/builder/src/configure/org/jnode/configure/adapter/TextFileAdapter.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/adapter/TextFileAdapter.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/adapter/TextFileAdapter.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure.adapter;
import java.io.IOException;
Modified: trunk/builder/src/configure/org/jnode/configure/adapter/XMLFileAdapter.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/adapter/XMLFileAdapter.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/adapter/XMLFileAdapter.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure.adapter;
import java.io.IOException;
Modified: trunk/builder/src/configure/org/jnode/configure/adapter/XMLPropertyFileAdapter.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/adapter/XMLPropertyFileAdapter.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/adapter/XMLPropertyFileAdapter.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure.adapter;
import java.io.IOException;
Modified: trunk/builder/src/configure/org/jnode/configure/adapter/XMLValueCodec.java
===================================================================
--- trunk/builder/src/configure/org/jnode/configure/adapter/XMLValueCodec.java 2013-02-17 15:47:51 UTC (rev 5952)
+++ trunk/builder/src/configure/org/jnode/configure/adapter/XMLValueCodec.java 2013-02-17 17:39:21 UTC (rev 5953)
@@ -1,8 +1,7 @@
/*
- * $Id $
+ * $Id$
*
- * JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2013 JNode.org
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -18,6 +17,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.configure.adapter;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|