aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/compiler/ast/Pair.java
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2003-04-30 08:28:02 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2003-04-30 08:28:02 +0000
commit2e9cd7421af4776599d3606873b05e234459e3c1 (patch)
treecbf4d0d01ac08202bff7f9527ac8bcb7c71cd452 /src/main/javassist/compiler/ast/Pair.java
parentb17378b7f612925f8fd7a7556192d189fd38fd3b (diff)
downloadjavassist-2e9cd7421af4776599d3606873b05e234459e3c1.tar.gz
javassist-2e9cd7421af4776599d3606873b05e234459e3c1.zip
changed the license.
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@12 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'src/main/javassist/compiler/ast/Pair.java')
-rw-r--r--src/main/javassist/compiler/ast/Pair.java17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/main/javassist/compiler/ast/Pair.java b/src/main/javassist/compiler/ast/Pair.java
index 7e46fe8b..68ca8766 100644
--- a/src/main/javassist/compiler/ast/Pair.java
+++ b/src/main/javassist/compiler/ast/Pair.java
@@ -2,16 +2,17 @@
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2003 Shigeru Chiba. All Rights Reserved.
*
- * 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.
+ * 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.
*
- * 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.
+ * 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.compiler.ast;
import javassist.compiler.CompileError;