[Japi-cvs] SF.net SVN: japi: [305] tools/string2bytes/trunk
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2007-01-16 18:48:09
|
Revision: 305 http://svn.sourceforge.net/japi/?rev=305&view=rev Author: christianhujer Date: 2007-01-16 10:48:05 -0800 (Tue, 16 Jan 2007) Log Message: ----------- Added copyright comments. Modified Paths: -------------- tools/string2bytes/trunk/src/net/sf/japi/string2bytes/action.properties tools/string2bytes/trunk/string2bytes.iml Modified: tools/string2bytes/trunk/src/net/sf/japi/string2bytes/action.properties =================================================================== --- tools/string2bytes/trunk/src/net/sf/japi/string2bytes/action.properties 2007-01-16 18:39:27 UTC (rev 304) +++ tools/string2bytes/trunk/src/net/sf/japi/string2bytes/action.properties 2007-01-16 18:48:05 UTC (rev 305) @@ -1,3 +1,22 @@ +# +# String2Bytes is a program for converting Strings into byte arrays. +# Copyright (C) 2007 Christian Hujer +# +# 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 +# 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. +# + # Warning: This file MUST be ISO-8859-1 # See http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html#encoding Modified: tools/string2bytes/trunk/string2bytes.iml =================================================================== --- tools/string2bytes/trunk/string2bytes.iml 2007-01-16 18:39:27 UTC (rev 304) +++ tools/string2bytes/trunk/string2bytes.iml 2007-01-16 18:48:05 UTC (rev 305) @@ -29,7 +29,7 @@ <option name="filler" value=" " /> </value> </option> - <option name="notice" value="JAPI string2bytes is a tool for converting Strings into byte arrays. Copyright (C) &#36;today.year Christian Hujer. 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 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." /> + <option name="notice" value="String2Bytes is a program for converting Strings into byte arrays. Copyright (C) &#36;today.year Christian Hujer 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 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." /> <option name="keyword" value="Copyright" /> <option name="fileTypeOverride" value="4" /> <option name="relativeBefore" value="true" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |