/hg/icedtea-web: Added copyright header to MiddleClickListener.j...

asu at icedtea.classpath.org asu at icedtea.classpath.org
Tue Dec 7 11:50:40 PST 2010


changeset 692d7e5b3103 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=692d7e5b3103
author: Andrew Su <asu at redhat.com>
date: Tue Dec 07 14:50:36 2010 -0500

	Added copyright header to MiddleClickListener.java. Corrected a typo
	in javadoc.


diffstat:

2 files changed, 23 insertions(+), 1 deletion(-)
ChangeLog                                                       |    5 ++
netx/net/sourceforge/jnlp/controlpanel/MiddleClickListener.java |   19 +++++++++-

diffs (45 lines):

diff -r 3f36c58d7b30 -r 692d7e5b3103 ChangeLog
--- a/ChangeLog	Tue Dec 07 11:03:42 2010 -0500
+++ b/ChangeLog	Tue Dec 07 14:50:36 2010 -0500
@@ -1,3 +1,8 @@ 2010-12-07  Omair Majid  <omajid at redhat.
+2010-12-07  Andrew Su  <asu at redhat.com>
+
+	* MiddleClickListener.java: Added copyright header. Corrected typo in
+	javadoc.
+
 2010-12-07  Omair Majid  <omajid at redhat.com>
 
 	* Makefile.am
diff -r 3f36c58d7b30 -r 692d7e5b3103 netx/net/sourceforge/jnlp/controlpanel/MiddleClickListener.java
--- a/netx/net/sourceforge/jnlp/controlpanel/MiddleClickListener.java	Tue Dec 07 11:03:42 2010 -0500
+++ b/netx/net/sourceforge/jnlp/controlpanel/MiddleClickListener.java	Tue Dec 07 14:50:36 2010 -0500
@@ -1,3 +1,20 @@ package net.sourceforge.jnlp.controlpane
+/* MiddleClickListener.java -- Update configuration when pasting with middle click.
+Copyright (C) 2010 Red Hat
+
+This program 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; either version 2 of the License, or
+(at your option) any later version.
+
+This program 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 this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
 package net.sourceforge.jnlp.controlpanel;
 
 import java.awt.event.MouseAdapter;
@@ -9,7 +26,7 @@ import net.sourceforge.jnlp.runtime.Depl
 import net.sourceforge.jnlp.runtime.DeploymentConfiguration;
 
 /**
- * When middle click pastes to the checkboxes it doesn't register it... This is
+ * When middle click pastes to the textboxes it doesn't register it... This is
  * to fix that problem. Not needed in Windows.
  * 
  * @author Andrew Su <asu at redhat.com, andrew.su at utoronto.ca>



More information about the distro-pkg-dev mailing list