diff options
author | Stefan Walter <stefw@src.gnome.org> | 2007-11-28 16:36:39 +0000 |
---|---|---|
committer | Stefan Walter <stefw@src.gnome.org> | 2007-11-28 16:36:39 +0000 |
commit | f84cb1471eb09fbe05e51c2bcd340e0615e9216d (patch) | |
tree | d3e443aafc96a027f8a34b716e5cde30580b1302 /ui | |
parent | cb2b7655ef5ad6e6f098605cdb42e29259c320ff (diff) |
Add and update license stubs in headers properly.
* common/gkr-daemon-util.[ch]:
* common/gkr-dbus.[ch]:
* common/gkr-location.h:
* common/gkr-location.[ch]:
* keyrings/gkr-keyring-auto-unlock.[ch]:
* pk/gkr-pk-index.[ch]:
* pk/gkr-pk-util.[ch]:
* pkix/gkr-pkix-der.[ch]:
* ui/gkr-ask-tool.[ch]:
* ui/gkr-ask-tool-widgets.c: Add and update license stubs in
headers properly.
svn path=/trunk/; revision=889
Diffstat (limited to 'ui')
-rw-r--r-- | ui/gkr-ask-tool-widgets.c | 21 | ||||
-rw-r--r-- | ui/gkr-ask-tool.c | 2 | ||||
-rw-r--r-- | ui/gkr-ask-tool.h | 23 |
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_ |