summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorStefan Walter <stefw@src.gnome.org>2008-08-14 00:31:09 +0000
committerStefan Walter <stefw@src.gnome.org>2008-08-14 00:31:09 +0000
commit4c807f635b8b124dd608478660c59eee389c53bb (patch)
treef12972a1afd450a1a0ea491afea9cd1d1b4cd750 /tool
parentad094263d29a2a13d7ffa65b7a0adbe4f7899918 (diff)
downloadgnome-keyring-4c807f635b8b124dd608478660c59eee389c53bb.tar.gz
Add copyright headers
* tool/gkr-tool.c: * tool/gkr-tool.h: * tool/gkr-tool-import.c: Add copyright headers svn path=/trunk/; revision=1243
Diffstat (limited to 'tool')
-rw-r--r--tool/gkr-tool-import.c22
-rw-r--r--tool/gkr-tool.c22
-rw-r--r--tool/gkr-tool.h23
3 files changed, 67 insertions, 0 deletions
diff --git a/tool/gkr-tool-import.c b/tool/gkr-tool-import.c
index 6bd64ec7..069ea12b 100644
--- a/tool/gkr-tool-import.c
+++ b/tool/gkr-tool-import.c
@@ -1,3 +1,25 @@
+/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
+/* gkr-tool-import.c: Command line key/certificate import
+
+ Copyright (C) 2008 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>
+*/
#include "config.h"
diff --git a/tool/gkr-tool.c b/tool/gkr-tool.c
index df0e3213..a3184849 100644
--- a/tool/gkr-tool.c
+++ b/tool/gkr-tool.c
@@ -1,3 +1,25 @@
+/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
+/* gkr-tool.c: Command line utility
+
+ Copyright (C) 2008 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>
+*/
#include "config.h"
diff --git a/tool/gkr-tool.h b/tool/gkr-tool.h
index 08469cf3..94172a24 100644
--- a/tool/gkr-tool.h
+++ b/tool/gkr-tool.h
@@ -1,3 +1,26 @@
+/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
+/* gkr-tool.h: Command line utility
+
+ Copyright (C) 2008 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 GKRTOOL_H_
#define GKRTOOL_H_