[autocomplete] 69/143: Small licensing info updates.

Benjamin Mesing ben at alioth.debian.org
Sat Oct 19 12:53:19 UTC 2013


This is an automated email from the git hooks/post-receive script.

ben pushed a commit to branch master
in repository autocomplete.

commit 920c6ccc7c6b2b45e9454a1c98f42d061428667f
Author: bobbylight <robert at fifesoft.com>
Date:   Wed May 25 22:38:05 2011 +0000

    Small licensing info updates.
---
 distfiles/readme.txt                               |    7 ++++++
 .../ui/autocomplete/OutlineHighlightPainter.java   |   23 ++++++++++++++++++++
 .../ui/autocomplete/ParameterizedCompletion.java   |   22 +++++++++++++++++++
 3 files changed, 52 insertions(+)

diff --git a/distfiles/readme.txt b/distfiles/readme.txt
index 42b8f05..8838975 100644
--- a/distfiles/readme.txt
+++ b/distfiles/readme.txt
@@ -72,3 +72,10 @@ robert -at- fifesoft dot com.
   
      http://famfamfam.com/lab/icons/silk/
 
+  The "bullet_black.png" icon is an edited version of "bullet_black.png" in the
+  Silk icon set noted above.  It can be considered to be distributed under the
+  same Creative Commons 3.0 License.
+  
+  "osx_sizegrip.png" is a reproduction of the size grip used on native OS X
+  windows.  It is distributed under the same LGPL license as the meat of the
+  AutoComplete library.
diff --git a/src/org/fife/ui/autocomplete/OutlineHighlightPainter.java b/src/org/fife/ui/autocomplete/OutlineHighlightPainter.java
index 6a95a7f..f4695ba 100644
--- a/src/org/fife/ui/autocomplete/OutlineHighlightPainter.java
+++ b/src/org/fife/ui/autocomplete/OutlineHighlightPainter.java
@@ -1,3 +1,26 @@
+/*
+ * 04/26/2009
+ *
+ * OutlineHighlightPainter.java - Highlight painter that draws an outline
+ * around its text.
+ * Copyright (C) 2009 Robert Futrell
+ * robert_futrell at users.sourceforge.net
+ * http://fifesoft.com/rsyntaxtextarea
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
+ */
 package org.fife.ui.autocomplete;
 
 import java.awt.Color;
diff --git a/src/org/fife/ui/autocomplete/ParameterizedCompletion.java b/src/org/fife/ui/autocomplete/ParameterizedCompletion.java
index 0f776c8..983f7f7 100644
--- a/src/org/fife/ui/autocomplete/ParameterizedCompletion.java
+++ b/src/org/fife/ui/autocomplete/ParameterizedCompletion.java
@@ -1,3 +1,25 @@
+/*
+ * 12/11/2010
+ *
+ * ParameterizedCompletion.java - A completion option.
+ * Copyright (C) 2010 Robert Futrell
+ * robert_futrell at users.sourceforge.net
+ * http://fifesoft.com/rsyntaxtextarea
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA.
+ */
 package org.fife.ui.autocomplete;
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/autocomplete.git



More information about the pkg-java-commits mailing list