Package: leafpad Version: 0.8.17-2 Severity: wishlist
The following patch updates old FSF addresses to URL (recommended by FSF in latest GPL). -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages leafpad depends on: ii libatk1.0-0 1.28.0-1 The ATK accessibility toolkit ii libc6 2.10.2-2 GNU C Library: Shared libraries ii libcairo2 1.8.8-2 The Cairo 2D vector graphics libra ii libfontconfig1 2.6.0-4.2 generic font configuration library ii libfreetype6 2.3.11-1 FreeType 2 font engine, shared lib ii libglib2.0-0 2.22.3-1 The GLib library of C routines ii libgtk2.0-0 2.18.3-1 The GTK+ graphical user interface ii libpango1.0-0 1.26.2-1 Layout and rendering of internatio leafpad recommends no packages. Versions of packages leafpad suggests: pn evince-gtk <none> (no description available) -- no debconf information
>From 2f432f6b751d97a850262d8247b3753f8cc91aa0 Mon Sep 17 00:00:00 2001 From: Jari Aalto <jari.aa...@cante.net> Date: Tue, 5 Jan 2010 16:39:37 +0200 Subject: [PATCH] update FSF address Signed-off-by: Jari Aalto <jari.aa...@cante.net> --- src/about.c | 3 +-- src/about.h | 3 +-- src/callback.c | 3 +-- src/callback.h | 3 +-- src/dialog.c | 3 +-- src/dialog.h | 3 +-- src/dnd.c | 3 +-- src/dnd.h | 3 +-- src/emacs.c | 3 +-- src/emacs.h | 3 +-- src/encoding.c | 3 +-- src/encoding.h | 3 +-- src/file.c | 3 +-- src/file.h | 3 +-- src/font.c | 3 +-- src/font.h | 3 +-- src/gnomeprint.c | 3 +-- src/gnomeprint.h | 3 +-- src/gtkprint.c | 3 +-- src/gtkprint.h | 3 +-- src/gtksourceiter.c | 5 ++--- src/gtksourceiter.h | 5 ++--- src/hlight.c | 3 +-- src/hlight.h | 3 +-- src/i18n.h | 3 +-- src/indent.c | 3 +-- src/indent.h | 3 +-- src/leafpad.h | 3 +-- src/linenum.c | 3 +-- src/linenum.h | 3 +-- src/main.c | 3 +-- src/menu.c | 3 +-- src/menu.h | 3 +-- src/search.c | 3 +-- src/search.h | 3 +-- src/selector.c | 3 +-- src/selector.h | 3 +-- src/undo.c | 3 +-- src/undo.h | 3 +-- src/utils.c | 3 +-- src/utils.h | 3 +-- src/view.c | 3 +-- src/view.h | 3 +-- src/window.c | 3 +-- src/window.h | 3 +-- 45 files changed, 47 insertions(+), 92 deletions(-) diff --git a/src/about.c b/src/about.c index 90eca8b..7585362 100644 --- a/src/about.c +++ b/src/about.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <gtk/gtk.h> diff --git a/src/about.h b/src/about.h index 30e0f3e..dfeac55 100644 --- a/src/about.h +++ b/src/about.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _ABOUT_H diff --git a/src/callback.c b/src/callback.c index 8ea0104..95c9f5f 100644 --- a/src/callback.c +++ b/src/callback.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "leafpad.h" diff --git a/src/callback.h b/src/callback.h index d336ec1..741812f 100644 --- a/src/callback.h +++ b/src/callback.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _CALLBACK_H diff --git a/src/dialog.c b/src/dialog.c index 14b69d7..dd6ccca 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "leafpad.h" diff --git a/src/dialog.h b/src/dialog.h index 863815e..0f6072c 100644 --- a/src/dialog.h +++ b/src/dialog.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _DIALOG_H diff --git a/src/dnd.c b/src/dnd.c index 28f3178..b4a7ba2 100644 --- a/src/dnd.c +++ b/src/dnd.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "leafpad.h" diff --git a/src/dnd.h b/src/dnd.h index ee45f24..9d2ee0f 100644 --- a/src/dnd.h +++ b/src/dnd.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _DND_H diff --git a/src/emacs.c b/src/emacs.c index a364fa7..cd32ccd 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "leafpad.h" diff --git a/src/emacs.h b/src/emacs.h index d9d4d44..bafd4be 100644 --- a/src/emacs.h +++ b/src/emacs.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _EMACS_H diff --git a/src/encoding.c b/src/encoding.c index b4a168b..ec53a27 100644 --- a/src/encoding.c +++ b/src/encoding.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <glib.h> diff --git a/src/encoding.h b/src/encoding.h index 061531f..2b7ba28 100644 --- a/src/encoding.h +++ b/src/encoding.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _ENCODING_H diff --git a/src/file.c b/src/file.c index 839c1a8..7221e36 100644 --- a/src/file.c +++ b/src/file.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <gtk/gtk.h> diff --git a/src/file.h b/src/file.h index 2b2c93c..f413b30 100644 --- a/src/file.h +++ b/src/file.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _FILE_H diff --git a/src/font.c b/src/font.c index f4bf6a4..62b42b5 100644 --- a/src/font.c +++ b/src/font.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "leafpad.h" diff --git a/src/font.h b/src/font.h index 2e6d385..523de1b 100644 --- a/src/font.h +++ b/src/font.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _FONT_H diff --git a/src/gnomeprint.c b/src/gnomeprint.c index 37136d9..e18e0b3 100644 --- a/src/gnomeprint.c +++ b/src/gnomeprint.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "leafpad.h" diff --git a/src/gnomeprint.h b/src/gnomeprint.h index 92fa107..599640c 100644 --- a/src/gnomeprint.h +++ b/src/gnomeprint.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _GNOMEPRINT_H diff --git a/src/gtkprint.c b/src/gtkprint.c index 3f39384..d34e7f4 100644 --- a/src/gtkprint.c +++ b/src/gtkprint.c @@ -13,8 +13,7 @@ * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <gtk/gtk.h> diff --git a/src/gtkprint.h b/src/gtkprint.h index d6d19bb..f3f0e97 100644 --- a/src/gtkprint.h +++ b/src/gtkprint.h @@ -13,8 +13,7 @@ * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _GTKPRINT_H diff --git a/src/gtksourceiter.c b/src/gtksourceiter.c index c26d0e3..63bc198 100644 --- a/src/gtksourceiter.c +++ b/src/gtksourceiter.c @@ -14,9 +14,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Library General Public License for more details. * - * You should have received a copy of the GNU Library 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. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* diff --git a/src/gtksourceiter.h b/src/gtksourceiter.h index f4bc076..0fe6c86 100644 --- a/src/gtksourceiter.h +++ b/src/gtksourceiter.h @@ -14,9 +14,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Library General Public License for more details. * - * You should have received a copy of the GNU Library 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. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef __GTK_SOURCE_ITER_H__ diff --git a/src/hlight.c b/src/hlight.c index 514c2ec..ece71e1 100644 --- a/src/hlight.c +++ b/src/hlight.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/src/hlight.h b/src/hlight.h index 7b3712f..b117479 100644 --- a/src/hlight.h +++ b/src/hlight.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _HLIGHT_H diff --git a/src/i18n.h b/src/i18n.h index d495151..3b1041a 100644 --- a/src/i18n.h +++ b/src/i18n.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _I18N_H diff --git a/src/indent.c b/src/indent.c index 9b01977..1b7562f 100644 --- a/src/indent.c +++ b/src/indent.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/src/indent.h b/src/indent.h index dee55b6..fdeb1fd 100644 --- a/src/indent.h +++ b/src/indent.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _INDENT_H diff --git a/src/leafpad.h b/src/leafpad.h index f125213..3fa200f 100644 --- a/src/leafpad.h +++ b/src/leafpad.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _LEAFPAD_H diff --git a/src/linenum.c b/src/linenum.c index 549eabb..5f16a3b 100644 --- a/src/linenum.c +++ b/src/linenum.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <gtk/gtk.h> diff --git a/src/linenum.h b/src/linenum.h index db194be..444a959 100644 --- a/src/linenum.h +++ b/src/linenum.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _LINE_H diff --git a/src/main.c b/src/main.c index 2fab9c2..9bf7bda 100644 --- a/src/main.c +++ b/src/main.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #define GLOBAL_VARIABLE_DEFINE diff --git a/src/menu.c b/src/menu.c index ba90bf3..85dd5e9 100644 --- a/src/menu.c +++ b/src/menu.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "leafpad.h" diff --git a/src/menu.h b/src/menu.h index d1eb9ee..9c16bb1 100644 --- a/src/menu.h +++ b/src/menu.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _MENU_H diff --git a/src/search.c b/src/search.c index 31c7cd5..95f1414 100644 --- a/src/search.c +++ b/src/search.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/src/search.h b/src/search.h index cddcb5c..9c58f0b 100644 --- a/src/search.h +++ b/src/search.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _SEARCH_H diff --git a/src/selector.c b/src/selector.c index bbd3756..344e547 100644 --- a/src/selector.c +++ b/src/selector.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "leafpad.h" diff --git a/src/selector.h b/src/selector.h index a673bb8..b637e72 100644 --- a/src/selector.h +++ b/src/selector.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _SELECTOR_H diff --git a/src/undo.c b/src/undo.c index c3c8985..4a6ddd2 100644 --- a/src/undo.c +++ b/src/undo.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <gtk/gtk.h> diff --git a/src/undo.h b/src/undo.h index 94bd546..93c9f8a 100644 --- a/src/undo.h +++ b/src/undo.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _UNDO_H diff --git a/src/utils.c b/src/utils.c index 25dfd50..52f54eb 100644 --- a/src/utils.c +++ b/src/utils.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <gtk/gtk.h> diff --git a/src/utils.h b/src/utils.h index 81365ac..a6985ee 100644 --- a/src/utils.h +++ b/src/utils.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _UTILS_H diff --git a/src/view.c b/src/view.c index 7a03ea4..aa22e0c 100644 --- a/src/view.c +++ b/src/view.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "leafpad.h" diff --git a/src/view.h b/src/view.h index de3c81b..9dd133d 100644 --- a/src/view.h +++ b/src/view.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _VIEW_H diff --git a/src/window.c b/src/window.c index 1a0f4bd..e90dd31 100644 --- a/src/window.c +++ b/src/window.c @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "leafpad.h" diff --git a/src/window.h b/src/window.h index d27e8d5..92b8be3 100644 --- a/src/window.h +++ b/src/window.h @@ -13,8 +13,7 @@ * 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 + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _WINDOW_H -- 1.6.5