[Japi-cvs] SF.net SVN: japi:[814] libs/swing-extlib/trunk
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2009-02-14 21:24:20
|
Revision: 814
http://japi.svn.sourceforge.net/japi/?rev=814&view=rev
Author: christianhujer
Date: 2009-02-14 21:24:19 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/swing-extlib/trunk/build.xml
libs/swing-extlib/trunk/module.properties
libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/RowLayout.java
libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/ToolBarLayout.java
libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/VerticalFlowLayout.java
libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/package-info.java
libs/swing-extlib/trunk/src/tst/test/net/sf/japi/swing/package-info.java
Modified: libs/swing-extlib/trunk/build.xml
===================================================================
--- libs/swing-extlib/trunk/build.xml 2009-02-14 21:23:36 UTC (rev 813)
+++ libs/swing-extlib/trunk/build.xml 2009-02-14 21:24:19 UTC (rev 814)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-swing-extlib is a library holding some useful classes for extending Swing.
- ~ 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/swing-extlib/trunk/module.properties
===================================================================
--- libs/swing-extlib/trunk/module.properties 2009-02-14 21:23:36 UTC (rev 813)
+++ libs/swing-extlib/trunk/module.properties 2009-02-14 21:24:19 UTC (rev 814)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-extlib is a library holding some useful classes for extending Swing.
-# 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/swing-extlib/trunk/src/prj/net/sf/japi/swing/RowLayout.java
===================================================================
--- libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/RowLayout.java 2009-02-14 21:23:36 UTC (rev 813)
+++ libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/RowLayout.java 2009-02-14 21:24:19 UTC (rev 814)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-extlib is a library holding some useful classes for extending Swing.
- * 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/swing-extlib/trunk/src/prj/net/sf/japi/swing/ToolBarLayout.java
===================================================================
--- libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/ToolBarLayout.java 2009-02-14 21:23:36 UTC (rev 813)
+++ libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/ToolBarLayout.java 2009-02-14 21:24:19 UTC (rev 814)
@@ -1,21 +1,19 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer.
*
- * Copyright (C) 2004-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.swing;
Modified: libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/VerticalFlowLayout.java
===================================================================
--- libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/VerticalFlowLayout.java 2009-02-14 21:23:36 UTC (rev 813)
+++ libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/VerticalFlowLayout.java 2009-02-14 21:24:19 UTC (rev 814)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-extlib is a library holding some useful classes for extending Swing.
- * 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/swing-extlib/trunk/src/prj/net/sf/japi/swing/package-info.java
===================================================================
--- libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/package-info.java 2009-02-14 21:23:36 UTC (rev 813)
+++ libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/package-info.java 2009-02-14 21:24:19 UTC (rev 814)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-extlib is a library holding some useful classes for extending Swing.
- * 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/swing-extlib/trunk/src/tst/test/net/sf/japi/swing/package-info.java
===================================================================
--- libs/swing-extlib/trunk/src/tst/test/net/sf/japi/swing/package-info.java 2009-02-14 21:23:36 UTC (rev 813)
+++ libs/swing-extlib/trunk/src/tst/test/net/sf/japi/swing/package-info.java 2009-02-14 21:24:19 UTC (rev 814)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-extlib is a library holding some useful classes for extending Swing.
- * 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.
|