From ea2c1643442c29f767abcdb8fc5a5d9a7f5a4114 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 29 Apr 2007 23:39:19 +0000 Subject: [PATCH] Updated copyrights --- src/callbacks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/callbacks.c b/src/callbacks.c index f1609b6..9669931 100644 --- a/src/callbacks.c +++ b/src/callbacks.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2006 The DeforaOS Project */ +/* Copyright (c) 2007 The DeforaOS Project */ /* This file is part of Browser */ /* Browser 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 @@ -386,7 +386,7 @@ void on_help_about(GtkWidget * widget, gpointer data) { Browser * browser = data; static GtkWidget * window = NULL; - char const copyright[] = "Copyright (c) 2006 khorben"; + char const copyright[] = "Copyright (c) 2007 The DeforaOS Project"; #if GTK_CHECK_VERSION(2, 6, 0) gsize cnt = 65536; gchar * buf;