emul/mini/src/test/java/org/apidesign/bck2brwsr/emul/reflect/MethodImplTest.java
branchreflection
changeset 651 e6fdcaab8dc7
parent 650 2569d9dd4b28
     1.1 --- a/emul/mini/src/test/java/org/apidesign/bck2brwsr/emul/reflect/MethodImplTest.java	Sun Feb 03 11:01:08 2013 +0100
     1.2 +++ b/emul/mini/src/test/java/org/apidesign/bck2brwsr/emul/reflect/MethodImplTest.java	Sun Feb 03 17:55:48 2013 +0100
     1.3 @@ -1,26 +1,19 @@
     1.4 -/*
     1.5 - * Copyright (c) 1996, 2006, Oracle and/or its affiliates. All rights reserved.
     1.6 - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     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 code is free software; you can redistribute it and/or modify it
    1.12 - * under the terms of the GNU General Public License version 2 only, as
    1.13 - * published by the Free Software Foundation.  Oracle designates this
    1.14 - * particular file as subject to the "Classpath" exception as provided
    1.15 - * by Oracle in the LICENSE file that accompanied this code.
    1.16 + * This program is free software: you can redistribute it and/or modify
    1.17 + * it under the terms of the GNU General Public License as published by
    1.18 + * the Free Software Foundation, version 2 of the License.
    1.19   *
    1.20 - * This code is distributed in the hope that it will be useful, but WITHOUT
    1.21 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.22 - * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.23 - * version 2 for more details (a copy is included in the LICENSE file that
    1.24 - * accompanied this code).
    1.25 + * This program is distributed in the hope that it will be useful,
    1.26 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.27 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.28 + * GNU General Public License for more details.
    1.29   *
    1.30 - * You should have received a copy of the GNU General Public License version
    1.31 - * 2 along with this work; if not, write to the Free Software Foundation,
    1.32 - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.33 - *
    1.34 - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.35 - * or visit www.oracle.com if you need additional information or have any
    1.36 - * questions.
    1.37 + * You should have received a copy of the GNU General Public License
    1.38 + * along with this program. Look for COPYING file in the top folder.
    1.39 + * If not, see http://opensource.org/licenses/GPL-2.0.
    1.40   */
    1.41  package org.apidesign.bck2brwsr.emul.reflect;
    1.42