[Japi-cvs] SF.net SVN: japi: [306] tools/string2bytes/trunk/src/net/sf/japi/ string2bytes/package-i
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2007-01-17 20:19:11
|
Revision: 306 http://svn.sourceforge.net/japi/?rev=306&view=rev Author: christianhujer Date: 2007-01-17 12:19:04 -0800 (Wed, 17 Jan 2007) Log Message: ----------- Added package documentation. Added Paths: ----------- tools/string2bytes/trunk/src/net/sf/japi/string2bytes/package-info.java Added: tools/string2bytes/trunk/src/net/sf/japi/string2bytes/package-info.java =================================================================== --- tools/string2bytes/trunk/src/net/sf/japi/string2bytes/package-info.java (rev 0) +++ tools/string2bytes/trunk/src/net/sf/japi/string2bytes/package-info.java 2007-01-17 20:19:04 UTC (rev 306) @@ -0,0 +1,25 @@ +/* + * 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. + */ + +/** + * String2Bytes is a program for converting Strings into byte arrays. + * Currently it supports a GUI for converting a String either from input or from the clipboard. + * @author <a href="mailto:ch...@ri...">Christian Hujer</a> + */ +package net.sf.japi.string2bytes; Property changes on: tools/string2bytes/trunk/src/net/sf/japi/string2bytes/package-info.java ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + LF This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |