[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] javassist/src/main/javassist/compiler CodeGen.java CompileError.java Javac.java JvstCode
From:       Shigeru Chiba <chiba () users ! sourceforge ! net>
Date:       2003-04-30 8:27:25
[Download RAW message or body]

  User: chiba   
  Date: 03/04/30 01:27:24

  Modified:    src/main/javassist/compiler CodeGen.java CompileError.java
                        Javac.java JvstCodeGen.java KeywordTable.java
                        Lex.java MemberCodeGen.java NoFieldException.java
                        Parser.java ProceedHandler.java SymbolTable.java
                        SyntaxError.java TokenId.java
  Log:
  changed the license.
  
  Revision  Changes    Path
  1.3       +9 -8      javassist/src/main/javassist/compiler/CodeGen.java
  
  Index: CodeGen.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/CodeGen.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CodeGen.java	23 Apr 2003 17:08:18 -0000	1.2
  +++ CodeGen.java	30 Apr 2003 08:27:18 -0000	1.3
  @@ -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;
   
   import java.util.ArrayList;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/compiler/CompileError.java
  
  Index: CompileError.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/CompileError.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CompileError.java	23 Apr 2003 17:08:18 -0000	1.2
  +++ CompileError.java	30 Apr 2003 08:27:19 -0000	1.3
  @@ -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;
   
   public class CompileError extends Exception {
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/compiler/Javac.java
  
  Index: Javac.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/Javac.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Javac.java	23 Apr 2003 17:08:19 -0000	1.2
  +++ Javac.java	30 Apr 2003 08:27:19 -0000	1.3
  @@ -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;
   
   import javassist.CtClass;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/compiler/JvstCodeGen.java
  
  Index: JvstCodeGen.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/JvstCodeGen.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JvstCodeGen.java	23 Apr 2003 17:08:19 -0000	1.2
  +++ JvstCodeGen.java	30 Apr 2003 08:27:20 -0000	1.3
  @@ -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;
   
   import javassist.*;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/compiler/KeywordTable.java
  
  Index: KeywordTable.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/KeywordTable.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- KeywordTable.java	23 Apr 2003 17:08:19 -0000	1.2
  +++ KeywordTable.java	30 Apr 2003 08:27:20 -0000	1.3
  @@ -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;
   
   final class KeywordTable extends java.util.HashMap {
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/compiler/Lex.java
  
  Index: Lex.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/Lex.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Lex.java	23 Apr 2003 17:08:19 -0000	1.2
  +++ Lex.java	30 Apr 2003 08:27:21 -0000	1.3
  @@ -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;
   
   class Token {
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/compiler/MemberCodeGen.java
  
  Index: MemberCodeGen.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/MemberCodeGen.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MemberCodeGen.java	23 Apr 2003 17:08:19 -0000	1.2
  +++ MemberCodeGen.java	30 Apr 2003 08:27:21 -0000	1.3
  @@ -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;
   
   import java.util.List;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/compiler/NoFieldException.java
  
  Index: NoFieldException.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/NoFieldException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NoFieldException.java	23 Apr 2003 17:08:19 -0000	1.2
  +++ NoFieldException.java	30 Apr 2003 08:27:22 -0000	1.3
  @@ -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;
   
   import javassist.compiler.ast.ASTree;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/compiler/Parser.java
  
  Index: Parser.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/Parser.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Parser.java	23 Apr 2003 17:08:19 -0000	1.2
  +++ Parser.java	30 Apr 2003 08:27:22 -0000	1.3
  @@ -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;
   
   import javassist.compiler.ast.*;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/compiler/ProceedHandler.java
  
  Index: ProceedHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/ProceedHandler.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ProceedHandler.java	23 Apr 2003 17:08:20 -0000	1.2
  +++ ProceedHandler.java	30 Apr 2003 08:27:23 -0000	1.3
  @@ -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;
   
   import javassist.bytecode.Bytecode;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/compiler/SymbolTable.java
  
  Index: SymbolTable.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/SymbolTable.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SymbolTable.java	23 Apr 2003 17:08:20 -0000	1.2
  +++ SymbolTable.java	30 Apr 2003 08:27:23 -0000	1.3
  @@ -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;
   
   import java.util.HashMap;
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/compiler/SyntaxError.java
  
  Index: SyntaxError.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/SyntaxError.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SyntaxError.java	23 Apr 2003 17:08:20 -0000	1.2
  +++ SyntaxError.java	30 Apr 2003 08:27:23 -0000	1.3
  @@ -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;
   
   public class SyntaxError extends CompileError {
  
  
  
  1.3       +9 -8      javassist/src/main/javassist/compiler/TokenId.java
  
  Index: TokenId.java
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/TokenId.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TokenId.java	23 Apr 2003 17:08:20 -0000	1.2
  +++ TokenId.java	30 Apr 2003 08:27:23 -0000	1.3
  @@ -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;
   
   public interface TokenId {
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic