Fixing license of files that are donated by us exceptions
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 24 Dec 2012 08:33:40 +0100
branchexceptions
changeset 378ccb1544a88bc
parent 377 1295e596fd35
child 379 441a8274083d
Fixing license of files that are donated by us
emul/src/main/java/org/apidesign/bck2brwsr/emul/AnnotationImpl.java
javap/src/main/java/org/apidesign/javap/Hashtable.java
javap/src/main/java/org/apidesign/javap/TrapDataIterator.java
javap/src/main/java/org/apidesign/javap/Vector.java
     1.1 --- a/emul/src/main/java/org/apidesign/bck2brwsr/emul/AnnotationImpl.java	Mon Dec 24 08:30:20 2012 +0100
     1.2 +++ b/emul/src/main/java/org/apidesign/bck2brwsr/emul/AnnotationImpl.java	Mon Dec 24 08:33:40 2012 +0100
     1.3 @@ -1,6 +1,19 @@
     1.4 -/*
     1.5 - * To change this template, choose Tools | Templates
     1.6 - * and open the template in the editor.
     1.7 +/**
     1.8 + * Back 2 Browser Bytecode Translator
     1.9 + * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    1.10 + *
    1.11 + * This program is free software: you can redistribute it and/or modify
    1.12 + * it under the terms of the GNU General Public License as published by
    1.13 + * the Free Software Foundation, version 2 of the License.
    1.14 + *
    1.15 + * This program is distributed in the hope that it will be useful,
    1.16 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.17 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.18 + * GNU General Public License for more details.
    1.19 + *
    1.20 + * You should have received a copy of the GNU General Public License
    1.21 + * along with this program. Look for COPYING file in the top folder.
    1.22 + * If not, see http://opensource.org/licenses/GPL-2.0.
    1.23   */
    1.24  package org.apidesign.bck2brwsr.emul;
    1.25  
     2.1 --- a/javap/src/main/java/org/apidesign/javap/Hashtable.java	Mon Dec 24 08:30:20 2012 +0100
     2.2 +++ b/javap/src/main/java/org/apidesign/javap/Hashtable.java	Mon Dec 24 08:33:40 2012 +0100
     2.3 @@ -1,6 +1,19 @@
     2.4 -/*
     2.5 - * To change this template, choose Tools | Templates
     2.6 - * and open the template in the editor.
     2.7 +/**
     2.8 + * Back 2 Browser Bytecode Translator
     2.9 + * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    2.10 + *
    2.11 + * This program is free software: you can redistribute it and/or modify
    2.12 + * it under the terms of the GNU General Public License as published by
    2.13 + * the Free Software Foundation, version 2 of the License.
    2.14 + *
    2.15 + * This program is distributed in the hope that it will be useful,
    2.16 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    2.17 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    2.18 + * GNU General Public License for more details.
    2.19 + *
    2.20 + * You should have received a copy of the GNU General Public License
    2.21 + * along with this program. Look for COPYING file in the top folder.
    2.22 + * If not, see http://opensource.org/licenses/GPL-2.0.
    2.23   */
    2.24  package org.apidesign.javap;
    2.25  
     3.1 --- a/javap/src/main/java/org/apidesign/javap/TrapDataIterator.java	Mon Dec 24 08:30:20 2012 +0100
     3.2 +++ b/javap/src/main/java/org/apidesign/javap/TrapDataIterator.java	Mon Dec 24 08:33:40 2012 +0100
     3.3 @@ -1,6 +1,19 @@
     3.4 -/*
     3.5 - * To change this template, choose Tools | Templates
     3.6 - * and open the template in the editor.
     3.7 +/**
     3.8 + * Back 2 Browser Bytecode Translator
     3.9 + * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    3.10 + *
    3.11 + * This program is free software: you can redistribute it and/or modify
    3.12 + * it under the terms of the GNU General Public License as published by
    3.13 + * the Free Software Foundation, version 2 of the License.
    3.14 + *
    3.15 + * This program is distributed in the hope that it will be useful,
    3.16 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    3.17 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    3.18 + * GNU General Public License for more details.
    3.19 + *
    3.20 + * You should have received a copy of the GNU General Public License
    3.21 + * along with this program. Look for COPYING file in the top folder.
    3.22 + * If not, see http://opensource.org/licenses/GPL-2.0.
    3.23   */
    3.24  package org.apidesign.javap;
    3.25  
     4.1 --- a/javap/src/main/java/org/apidesign/javap/Vector.java	Mon Dec 24 08:30:20 2012 +0100
     4.2 +++ b/javap/src/main/java/org/apidesign/javap/Vector.java	Mon Dec 24 08:33:40 2012 +0100
     4.3 @@ -1,6 +1,19 @@
     4.4 -/*
     4.5 - * To change this template, choose Tools | Templates
     4.6 - * and open the template in the editor.
     4.7 +/**
     4.8 + * Back 2 Browser Bytecode Translator
     4.9 + * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    4.10 + *
    4.11 + * This program is free software: you can redistribute it and/or modify
    4.12 + * it under the terms of the GNU General Public License as published by
    4.13 + * the Free Software Foundation, version 2 of the License.
    4.14 + *
    4.15 + * This program is distributed in the hope that it will be useful,
    4.16 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    4.17 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    4.18 + * GNU General Public License for more details.
    4.19 + *
    4.20 + * You should have received a copy of the GNU General Public License
    4.21 + * along with this program. Look for COPYING file in the top folder.
    4.22 + * If not, see http://opensource.org/licenses/GPL-2.0.
    4.23   */
    4.24  package org.apidesign.javap;
    4.25