From 83c3f200c9bf5f1e80d515eb537363210d5e8094 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Mon, 19 Oct 2009 15:22:36 +0200 Subject: [PATCH] Licence fluff Add licence to src/util.c, add email address to src/main.c --- src/main.c | 2 +- src/util.c | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 9cc0cd9..679d487 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* yubikey-server-c — a yubikey validation server written in C - Copyright (C) 2009 Tollef Fog Heen + Copyright (C) 2009 Tollef Fog Heen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/src/util.c b/src/util.c index 83825a2..e6a97f4 100644 --- a/src/util.c +++ b/src/util.c @@ -1,3 +1,19 @@ +/* + Copyright (C) 2009 Tollef Fog Heen + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + + This program 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., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +*/ #include #include -- 2.39.5