aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/annotation/FloatMemberValue.java
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2004-05-15 17:59:55 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2004-05-15 17:59:55 +0000
commitb431110d11ac8047d47e8676e6b03c1cdff31aa5 (patch)
tree09fa90abffeed4eb1c694e5f6fd4f163111fa0cf /src/main/javassist/bytecode/annotation/FloatMemberValue.java
parentb40a895c9147eef545ea92741802df05eca9e6c2 (diff)
downloadjavassist-b431110d11ac8047d47e8676e6b03c1cdff31aa5.tar.gz
javassist-b431110d11ac8047d47e8676e6b03c1cdff31aa5.zip
changed the copyright notice of javassist.bytecode.annotation
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@104 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'src/main/javassist/bytecode/annotation/FloatMemberValue.java')
-rw-r--r--src/main/javassist/bytecode/annotation/FloatMemberValue.java17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/main/javassist/bytecode/annotation/FloatMemberValue.java b/src/main/javassist/bytecode/annotation/FloatMemberValue.java
index 6d5f1241..39bb6d77 100644
--- a/src/main/javassist/bytecode/annotation/FloatMemberValue.java
+++ b/src/main/javassist/bytecode/annotation/FloatMemberValue.java
@@ -1,9 +1,18 @@
/*
- * JBoss, the OpenSource J2EE webOS
+ * Javassist, a Java-bytecode translator toolkit.
+ * Copyright (C) 2004 Bill Burke. All Rights Reserved.
*
- * Distributable under LGPL license.
- * See terms of license at gnu.org.
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. Alternatively, the contents of this file may be used under
+ * the terms of the GNU Lesser General Public License Version 2.1 or later.
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
*/
+
package javassist.bytecode.annotation;
import javassist.bytecode.ConstPool;
@@ -15,7 +24,7 @@ import java.io.IOException;
* Comment
*
* @author <a href="mailto:bill@jboss.org">Bill Burke</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*
**/
public class FloatMemberValue extends MemberValue