[Japi-cvs] SF.net SVN: japi:[853] tools/string2bytes/trunk
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2009-02-14 23:02:37
|
Revision: 853
http://japi.svn.sourceforge.net/japi/?rev=853&view=rev
Author: christianhujer
Date: 2009-02-14 21:43:53 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
tools/string2bytes/trunk/build.xml
tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/AbstractStringCodec.java
tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/CodecListModel.java
tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/CodecSelectionPanel.java
tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/CodecStep.java
tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/CodecStepsListModel.java
tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/DoubleListController.java
tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/EntityCodec.java
tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/IdentityCodec.java
tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/JavaBytesCodec.java
tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/ListOrderController.java
tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/String2Bytes.java
tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/StringCodec.java
tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/URLEncodeCodec.java
tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/action.properties
tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/action_de.properties
tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/package-info.java
tools/string2bytes/trunk/src/tst/test/net/sf/japi/string2bytes/CodecStepTest.java
Modified: tools/string2bytes/trunk/build.xml
===================================================================
--- tools/string2bytes/trunk/build.xml 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/build.xml 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ String2Bytes is a program for converting Strings into byte arrays.
- ~ Copyright (C) 2007 Christian Hujer
+ ~ Copyright (C) 2009 Christian Hujer
~
- ~ This program is free software; you can redistribute it and/or modify
+ ~ 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
+ ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
@@ -13,9 +12,8 @@
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU 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.,
- ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<project name="string2bytes" default="compile">
Modified: tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/AbstractStringCodec.java
===================================================================
--- tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/AbstractStringCodec.java 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/AbstractStringCodec.java 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,10 +1,9 @@
/*
- * String2Bytes is a program for converting Strings into byte arrays.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.string2bytes;
Modified: tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/CodecListModel.java
===================================================================
--- tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/CodecListModel.java 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/CodecListModel.java 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,10 +1,9 @@
/*
- * String2Bytes is a program for converting Strings into byte arrays.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.string2bytes;
Modified: tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/CodecSelectionPanel.java
===================================================================
--- tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/CodecSelectionPanel.java 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/CodecSelectionPanel.java 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,10 +1,9 @@
/*
- * String2Bytes is a program for converting Strings into byte arrays.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.string2bytes;
Modified: tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/CodecStep.java
===================================================================
--- tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/CodecStep.java 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/CodecStep.java 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,10 +1,9 @@
/*
- * String2Bytes is a program for converting Strings into byte arrays.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.string2bytes;
Modified: tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/CodecStepsListModel.java
===================================================================
--- tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/CodecStepsListModel.java 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/CodecStepsListModel.java 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,10 +1,9 @@
/*
- * String2Bytes is a program for converting Strings into byte arrays.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.string2bytes;
Modified: tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/DoubleListController.java
===================================================================
--- tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/DoubleListController.java 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/DoubleListController.java 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,10 +1,9 @@
/*
- * String2Bytes is a program for converting Strings into byte arrays.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.string2bytes;
Modified: tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/EntityCodec.java
===================================================================
--- tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/EntityCodec.java 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/EntityCodec.java 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,10 +1,9 @@
/*
- * String2Bytes is a program for converting Strings into byte arrays.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.string2bytes;
Modified: tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/IdentityCodec.java
===================================================================
--- tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/IdentityCodec.java 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/IdentityCodec.java 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,10 +1,9 @@
/*
- * String2Bytes is a program for converting Strings into byte arrays.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.string2bytes;
Modified: tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/JavaBytesCodec.java
===================================================================
--- tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/JavaBytesCodec.java 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/JavaBytesCodec.java 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,10 +1,9 @@
/*
- * String2Bytes is a program for converting Strings into byte arrays.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.string2bytes;
Modified: tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/ListOrderController.java
===================================================================
--- tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/ListOrderController.java 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/ListOrderController.java 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,10 +1,9 @@
/*
- * String2Bytes is a program for converting Strings into byte arrays.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.string2bytes;
Modified: tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/String2Bytes.java
===================================================================
--- tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/String2Bytes.java 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/String2Bytes.java 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,10 +1,9 @@
/*
- * String2Bytes is a program for converting Strings into byte arrays.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.string2bytes;
Modified: tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/StringCodec.java
===================================================================
--- tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/StringCodec.java 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/StringCodec.java 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,10 +1,9 @@
/*
- * String2Bytes is a program for converting Strings into byte arrays.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.string2bytes;
Modified: tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/URLEncodeCodec.java
===================================================================
--- tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/URLEncodeCodec.java 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/URLEncodeCodec.java 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,10 +1,9 @@
/*
- * String2Bytes is a program for converting Strings into byte arrays.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.string2bytes;
Modified: tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/action.properties
===================================================================
--- tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/action.properties 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/action.properties 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,10 +1,9 @@
#
-# String2Bytes is a program for converting Strings into byte arrays.
-# Copyright (C) 2007 Christian Hujer
+# Copyright (C) 2009 Christian Hujer
#
-# This program is free software; you can redistribute it and/or modify
+# 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
+# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU 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.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Warning: This file MUST be ISO-8859-1
Modified: tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/action_de.properties
===================================================================
--- tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/action_de.properties 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/action_de.properties 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,10 +1,9 @@
#
-# String2Bytes is a program for converting Strings into byte arrays.
-# Copyright (C) 2007 Christian Hujer
+# Copyright (C) 2009 Christian Hujer
#
-# This program is free software; you can redistribute it and/or modify
+# 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
+# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU 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.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
usingClipboardForInput.text=Zwischenablage
Modified: tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/package-info.java
===================================================================
--- tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/package-info.java 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/src/prj/net/sf/japi/string2bytes/package-info.java 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,10 +1,9 @@
/*
- * String2Bytes is a program for converting Strings into byte arrays.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/**
Modified: tools/string2bytes/trunk/src/tst/test/net/sf/japi/string2bytes/CodecStepTest.java
===================================================================
--- tools/string2bytes/trunk/src/tst/test/net/sf/japi/string2bytes/CodecStepTest.java 2009-02-14 21:42:50 UTC (rev 852)
+++ tools/string2bytes/trunk/src/tst/test/net/sf/japi/string2bytes/CodecStepTest.java 2009-02-14 21:43:53 UTC (rev 853)
@@ -1,10 +1,9 @@
/*
- * String2Bytes is a program for converting Strings into byte arrays.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@@ -12,9 +11,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package test.net.sf.japi.string2bytes;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|