Thread: [Japi-cvs] SF.net SVN: japi:[805] libs/lang/trunk
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2009-02-14 21:16:05
|
Revision: 805
http://japi.svn.sourceforge.net/japi/?rev=805&view=rev
Author: christianhujer
Date: 2009-02-14 21:16:01 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/lang/trunk/build.xml
libs/lang/trunk/module.properties
libs/lang/trunk/src/doc/start.xhtml
libs/lang/trunk/src/prj/net/sf/japi/lang/PropertyComparator.java
libs/lang/trunk/src/prj/net/sf/japi/lang/SuperClassIterable.java
libs/lang/trunk/src/prj/net/sf/japi/lang/SuperClassIterator.java
libs/lang/trunk/src/prj/net/sf/japi/lang/package-info.java
libs/lang/trunk/src/tst/test/net/sf/japi/lang/PropertyComparatorTest.java
libs/lang/trunk/src/tst/test/net/sf/japi/lang/SuperClassIteratorTest.java
libs/lang/trunk/src/tst/test/net/sf/japi/lang/package-info.java
Modified: libs/lang/trunk/build.xml
===================================================================
--- libs/lang/trunk/build.xml 2009-02-14 21:14:55 UTC (rev 804)
+++ libs/lang/trunk/build.xml 2009-02-14 21:16:01 UTC (rev 805)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-lang is a library that contains some useful classes regarding java.lang.
- ~ 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/lang/trunk/module.properties
===================================================================
--- libs/lang/trunk/module.properties 2009-02-14 21:14:55 UTC (rev 804)
+++ libs/lang/trunk/module.properties 2009-02-14 21:16:01 UTC (rev 805)
@@ -1,6 +1,5 @@
#
-# JAPI libs-lang is a library that contains some useful classes regarding java.lang.
-# 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/lang/trunk/src/doc/start.xhtml
===================================================================
--- libs/lang/trunk/src/doc/start.xhtml 2009-02-14 21:14:55 UTC (rev 804)
+++ libs/lang/trunk/src/doc/start.xhtml 2009-02-14 21:16:01 UTC (rev 805)
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ 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
+ -->
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
Modified: libs/lang/trunk/src/prj/net/sf/japi/lang/PropertyComparator.java
===================================================================
--- libs/lang/trunk/src/prj/net/sf/japi/lang/PropertyComparator.java 2009-02-14 21:14:55 UTC (rev 804)
+++ libs/lang/trunk/src/prj/net/sf/japi/lang/PropertyComparator.java 2009-02-14 21:16:01 UTC (rev 805)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-lang is a library that contains some useful classes regarding java.lang.
- * 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/lang/trunk/src/prj/net/sf/japi/lang/SuperClassIterable.java
===================================================================
--- libs/lang/trunk/src/prj/net/sf/japi/lang/SuperClassIterable.java 2009-02-14 21:14:55 UTC (rev 804)
+++ libs/lang/trunk/src/prj/net/sf/japi/lang/SuperClassIterable.java 2009-02-14 21:16:01 UTC (rev 805)
@@ -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.lang;
import java.util.Iterator;
Modified: libs/lang/trunk/src/prj/net/sf/japi/lang/SuperClassIterator.java
===================================================================
--- libs/lang/trunk/src/prj/net/sf/japi/lang/SuperClassIterator.java 2009-02-14 21:14:55 UTC (rev 804)
+++ libs/lang/trunk/src/prj/net/sf/japi/lang/SuperClassIterator.java 2009-02-14 21:16:01 UTC (rev 805)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-lang is a library that contains some useful classes regarding java.lang.
- * 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/lang/trunk/src/prj/net/sf/japi/lang/package-info.java
===================================================================
--- libs/lang/trunk/src/prj/net/sf/japi/lang/package-info.java 2009-02-14 21:14:55 UTC (rev 804)
+++ libs/lang/trunk/src/prj/net/sf/japi/lang/package-info.java 2009-02-14 21:16:01 UTC (rev 805)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-lang is a library that contains some useful classes regarding java.lang.
- * 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/lang/trunk/src/tst/test/net/sf/japi/lang/PropertyComparatorTest.java
===================================================================
--- libs/lang/trunk/src/tst/test/net/sf/japi/lang/PropertyComparatorTest.java 2009-02-14 21:14:55 UTC (rev 804)
+++ libs/lang/trunk/src/tst/test/net/sf/japi/lang/PropertyComparatorTest.java 2009-02-14 21:16:01 UTC (rev 805)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-lang is a library that contains some useful classes regarding java.lang.
- * 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/lang/trunk/src/tst/test/net/sf/japi/lang/SuperClassIteratorTest.java
===================================================================
--- libs/lang/trunk/src/tst/test/net/sf/japi/lang/SuperClassIteratorTest.java 2009-02-14 21:14:55 UTC (rev 804)
+++ libs/lang/trunk/src/tst/test/net/sf/japi/lang/SuperClassIteratorTest.java 2009-02-14 21:16:01 UTC (rev 805)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-lang is a library that contains some useful classes regarding java.lang.
- * 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/lang/trunk/src/tst/test/net/sf/japi/lang/package-info.java
===================================================================
--- libs/lang/trunk/src/tst/test/net/sf/japi/lang/package-info.java 2009-02-14 21:14:55 UTC (rev 804)
+++ libs/lang/trunk/src/tst/test/net/sf/japi/lang/package-info.java 2009-02-14 21:16:01 UTC (rev 805)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-lang is a library that contains some useful classes regarding java.lang.
- * 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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|