javaclass

Change of javaclass/bytecode.py

186:5403f0ecc06a
javaclass/bytecode.py
     1.1 --- a/javaclass/bytecode.py	Thu Mar 24 00:54:11 2011 +0100
     1.2 +++ b/javaclass/bytecode.py	Thu Mar 24 00:58:05 2011 +0100
     1.3 @@ -5,6 +5,21 @@
     1.4  http://java.sun.com/docs/books/vmspec/2nd-edition/html/Instructions2.doc.html
     1.5  
     1.6  NOTE: Synchronized constructs are not actually supported.
     1.7 +
     1.8 +Copyright (C) 2004, 2005, 2006, 2011 Paul Boddie <paul@boddie.org.uk>
     1.9 +
    1.10 +This program is free software; you can redistribute it and/or modify it under
    1.11 +the terms of the GNU Lesser General Public License as published by the Free
    1.12 +Software Foundation; either version 3 of the License, or (at your option) any
    1.13 +later version.
    1.14 +
    1.15 +This program is distributed in the hope that it will be useful, but WITHOUT
    1.16 +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    1.17 +FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    1.18 +details.
    1.19 +
    1.20 +You should have received a copy of the GNU Lesser General Public License along
    1.21 +with this program.  If not, see <http://www.gnu.org/licenses/>.
    1.22  """
    1.23  
    1.24  import classfile