Revision: 30
http://smax.svn.sourceforge.net/smax/?rev=30&view=rev
Author: dbrosius
Date: 2008-01-23 20:26:51 -0800 (Wed, 23 Jan 2008)
Log Message:
-----------
add copyright header
Modified Paths:
--------------
trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProto.java
Modified: trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProto.java
===================================================================
--- trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProto.java 2008-01-21 05:17:01 UTC (rev 29)
+++ trunk/smaxproto/src/com/mebigfatguy/smaxproto/SmaxProto.java 2008-01-24 04:26:51 UTC (rev 30)
@@ -1,3 +1,21 @@
+/*
+ * smaxproto - A prototype of the Simple Mutated API for XML
+ * Copyright (C) 2008 Dave Brosius
+ *
+ * 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 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
+ * Lesser General Public License for more details.
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
package com.mebigfatguy.smaxproto;
import javax.swing.JFrame;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|