Adding forgotten licenses
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 11 Jan 2013 11:17:55 +0100
changeset 425af1d8e828955
parent 424 aef4fd91e99c
child 427 12e866a32b40
child 428 2d52faa0c40a
Adding forgotten licenses
pom.xml
vmtest/src/test/java/org/apidesign/bck2brwsr/tck/ResourcesTest.java
     1.1 --- a/pom.xml	Thu Jan 10 20:15:11 2013 +0100
     1.2 +++ b/pom.xml	Fri Jan 11 11:17:55 2013 +0100
     1.3 @@ -74,6 +74,7 @@
     1.4                         <exclude>*</exclude>
     1.5                         <exclude>.*/**</exclude>
     1.6                         <exclude>mojo/src/main/resources/archetype-resources/**</exclude>
     1.7 +                       <exclude>vmtest/src/test/resources/**</exclude>
     1.8                    </excludes>
     1.9                </configuration>
    1.10            </plugin>
     2.1 --- a/vmtest/src/test/java/org/apidesign/bck2brwsr/tck/ResourcesTest.java	Thu Jan 10 20:15:11 2013 +0100
     2.2 +++ b/vmtest/src/test/java/org/apidesign/bck2brwsr/tck/ResourcesTest.java	Fri Jan 11 11:17:55 2013 +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.bck2brwsr.tck;
    2.25