Revision: 321
http://svn.sourceforge.net/japi/?rev=321&view=rev
Author: christianhujer
Date: 2007-01-30 12:48:22 -0800 (Tue, 30 Jan 2007)
Log Message:
-----------
Added copyright comment.
Modified Paths:
--------------
tools/string2bytes/trunk/build.xml
Modified: tools/string2bytes/trunk/build.xml
===================================================================
--- tools/string2bytes/trunk/build.xml 2007-01-20 23:29:09 UTC (rev 320)
+++ tools/string2bytes/trunk/build.xml 2007-01-30 20:48:22 UTC (rev 321)
@@ -1,4 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ 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.
+ -->
+
<project name="string2bytes" default="compile">
<property name="module.version" value="0.1" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|