/hg/icedtea-web: Add missing copyright headers

adomurad at icedtea.classpath.org adomurad at icedtea.classpath.org
Tue Apr 30 08:30:12 PDT 2013


changeset 3fa3d0fdce30 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=3fa3d0fdce30
author: Adam Domurad <adomurad at redhat.com>
date: Tue Apr 30 11:31:28 2013 -0400

	Add missing copyright headers


diffstat:

 ChangeLog                                                       |   7 +
 tests/netx/unit/sun/applet/MethodOverloadResolverTest.java      |  37 ++++++++++
 tests/netx/unit/sun/applet/PluginAppletSecurityContextTest.java |  37 ++++++++++
 tests/netx/unit/sun/applet/PluginParameterParserTest.java       |  37 ++++++++++
 4 files changed, 118 insertions(+), 0 deletions(-)

diffs (146 lines):

diff -r e34db561b7b9 -r 3fa3d0fdce30 ChangeLog
--- a/ChangeLog	Mon Apr 29 16:24:37 2013 +0200
+++ b/ChangeLog	Tue Apr 30 11:31:28 2013 -0400
@@ -1,3 +1,10 @@
+2013-04-30  Adam Domurad  <adomurad at redhat.com>
+
+	* tests/netx/unit/sun/applet/MethodOverloadResolverTest.java: Add missing
+	copyright header.
+	* tests/netx/unit/sun/applet/PluginAppletSecurityContextTest.java: Same.
+	* tests/netx/unit/sun/applet/PluginParameterParserTest.java: Same.
+
 2013-04-29  Jiri Vanek  <jvanek at redhat.com>
 
 	More granular initialization of AwtHelper
diff -r e34db561b7b9 -r 3fa3d0fdce30 tests/netx/unit/sun/applet/MethodOverloadResolverTest.java
--- a/tests/netx/unit/sun/applet/MethodOverloadResolverTest.java	Mon Apr 29 16:24:37 2013 +0200
+++ b/tests/netx/unit/sun/applet/MethodOverloadResolverTest.java	Tue Apr 30 11:31:28 2013 -0400
@@ -1,3 +1,40 @@
+/*
+Copyright (C) 2013 Red Hat, Inc.
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License as published by
+the Free Software Foundation, version 2.
+
+IcedTea 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
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library.  Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version.
+ */
+
 package sun.applet;
 
 import static org.junit.Assert.assertEquals;
diff -r e34db561b7b9 -r 3fa3d0fdce30 tests/netx/unit/sun/applet/PluginAppletSecurityContextTest.java
--- a/tests/netx/unit/sun/applet/PluginAppletSecurityContextTest.java	Mon Apr 29 16:24:37 2013 +0200
+++ b/tests/netx/unit/sun/applet/PluginAppletSecurityContextTest.java	Tue Apr 30 11:31:28 2013 -0400
@@ -1,3 +1,40 @@
+/*
+Copyright (C) 2012 Red Hat, Inc.
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License as published by
+the Free Software Foundation, version 2.
+
+IcedTea 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
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library.  Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version.
+ */
+
 package sun.applet;
 
 import static org.junit.Assert.assertTrue;
diff -r e34db561b7b9 -r 3fa3d0fdce30 tests/netx/unit/sun/applet/PluginParameterParserTest.java
--- a/tests/netx/unit/sun/applet/PluginParameterParserTest.java	Mon Apr 29 16:24:37 2013 +0200
+++ b/tests/netx/unit/sun/applet/PluginParameterParserTest.java	Tue Apr 30 11:31:28 2013 -0400
@@ -1,3 +1,40 @@
+/*
+Copyright (C) 2012 Red Hat, Inc.
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License as published by
+the Free Software Foundation, version 2.
+
+IcedTea 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
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library.  Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version.
+ */
+
 package sun.applet;
 
 import static org.junit.Assert.*;



More information about the distro-pkg-dev mailing list