[Japi-cvs] SF.net SVN: japi:[804] libs/io/trunk
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2009-02-14 21:14:59
|
Revision: 804
http://japi.svn.sourceforge.net/japi/?rev=804&view=rev
Author: christianhujer
Date: 2009-02-14 21:14:55 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/io/trunk/build.xml
libs/io/trunk/module.properties
libs/io/trunk/src/prj/net/sf/japi/io/BRLineIterable.java
libs/io/trunk/src/prj/net/sf/japi/io/BRLineIterator.java
libs/io/trunk/src/prj/net/sf/japi/io/Copier.java
libs/io/trunk/src/prj/net/sf/japi/io/IOUtils.java
Modified: libs/io/trunk/build.xml
===================================================================
--- libs/io/trunk/build.xml 2009-02-14 21:13:43 UTC (rev 803)
+++ libs/io/trunk/build.xml 2009-02-14 21:14:55 UTC (rev 804)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-io is a library for I/O.
- ~ Copyright (C) 2007 Christian Hujer.
+ ~ Copyright (C) 2009 Christian Hujer.
~
~ This library is free software; you can redistribute it and/or
~ modify it under the terms of the GNU Lesser General Public
Modified: libs/io/trunk/module.properties
===================================================================
--- libs/io/trunk/module.properties 2009-02-14 21:13:43 UTC (rev 803)
+++ libs/io/trunk/module.properties 2009-02-14 21:14:55 UTC (rev 804)
@@ -1,6 +1,5 @@
#
-# JAPI libs-io is a library for IO.
-# Copyright (C) 2007 Christian Hujer.
+# Copyright (C) 2009 Christian Hujer.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Modified: libs/io/trunk/src/prj/net/sf/japi/io/BRLineIterable.java
===================================================================
--- libs/io/trunk/src/prj/net/sf/japi/io/BRLineIterable.java 2009-02-14 21:13:43 UTC (rev 803)
+++ libs/io/trunk/src/prj/net/sf/japi/io/BRLineIterable.java 2009-02-14 21:14:55 UTC (rev 804)
@@ -1,3 +1,21 @@
+/*
+ * Copyright (C) 2009 Christian Hujer.
+ *
+ * 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 net.sf.japi.io;
import java.io.Reader;
Modified: libs/io/trunk/src/prj/net/sf/japi/io/BRLineIterator.java
===================================================================
--- libs/io/trunk/src/prj/net/sf/japi/io/BRLineIterator.java 2009-02-14 21:13:43 UTC (rev 803)
+++ libs/io/trunk/src/prj/net/sf/japi/io/BRLineIterator.java 2009-02-14 21:14:55 UTC (rev 804)
@@ -1,3 +1,21 @@
+/*
+ * Copyright (C) 2009 Christian Hujer.
+ *
+ * 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 net.sf.japi.io;
import java.io.BufferedReader;
Modified: libs/io/trunk/src/prj/net/sf/japi/io/Copier.java
===================================================================
--- libs/io/trunk/src/prj/net/sf/japi/io/Copier.java 2009-02-14 21:13:43 UTC (rev 803)
+++ libs/io/trunk/src/prj/net/sf/japi/io/Copier.java 2009-02-14 21:14:55 UTC (rev 804)
@@ -1,22 +1,19 @@
/*
- * JAPI - (Yet another (hopefully) useful) Java API
+ * Copyright (C) 2009 Christian Hujer.
*
- * Copyright (C) 2006 Christian Hujer
+ * 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 program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * 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
- * General Public License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * 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 net.sf.japi.io;
Modified: libs/io/trunk/src/prj/net/sf/japi/io/IOUtils.java
===================================================================
--- libs/io/trunk/src/prj/net/sf/japi/io/IOUtils.java 2009-02-14 21:13:43 UTC (rev 803)
+++ libs/io/trunk/src/prj/net/sf/japi/io/IOUtils.java 2009-02-14 21:14:55 UTC (rev 804)
@@ -1,3 +1,21 @@
+/*
+ * Copyright (C) 2009 Christian Hujer.
+ *
+ * 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 net.sf.japi.io;
import java.io.IOException;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|