summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/gkr-ask-tool-widgets.c21
-rw-r--r--ui/gkr-ask-tool.c2
-rw-r--r--ui/gkr-ask-tool.h23
3 files changed, 45 insertions, 1 deletions
diff --git a/ui/gkr-ask-tool-widgets.c b/ui/gkr-ask-tool-widgets.c
index f5f1f92d..4ff50e59 100644
--- a/ui/gkr-ask-tool-widgets.c
+++ b/ui/gkr-ask-tool-widgets.c
@@ -1,3 +1,24 @@
+/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
+/* gnome-ask-tool-widgets.c - Some widget routines for gnome-keyring-ask
+
+ Copyright (C) 2003 Red Hat, Inc
+
+ Gnome keyring 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.
+
+ Gnome keyring 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+ Author: Alexander Larsson <alexl@redhat.com>
+*/
#include "config.h"
diff --git a/ui/gkr-ask-tool.c b/ui/gkr-ask-tool.c
index 25de82fd..2d967a33 100644
--- a/ui/gkr-ask-tool.c
+++ b/ui/gkr-ask-tool.c
@@ -1,5 +1,5 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
-/* gnome-keyring-ask.c - Handles graphical authentication for the keyring daemon.
+/* gkr-ask-tool.c - Handles graphical authentication for the keyring daemon.
Copyright (C) 2003 Red Hat, Inc
diff --git a/ui/gkr-ask-tool.h b/ui/gkr-ask-tool.h
index ca1da597..1b53ff98 100644
--- a/ui/gkr-ask-tool.h
+++ b/ui/gkr-ask-tool.h
@@ -1,3 +1,26 @@
+/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
+/* gkr-ask-tool.h - common routines for gnome-keyring-ask
+
+ Copyright (C) 2007 Stefan Walter
+
+ The Gnome Keyring Library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+
+ The Gnome Keyring 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
+ Library General Public License for more details.
+
+ You should have received a copy of the GNU Library General Public
+ License along with the Gnome Library; see the file COPYING.LIB. If not,
+ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+
+ Author: Stef Walter <stef@memberwebs.com>
+*/
+
#ifndef GKRASKTOOL_H_
#define GKRASKTOOL_H_