]> err.no Git - yubikey-server-c/commitdiff
Licence fluff
authorTollef Fog Heen <tfheen@err.no>
Mon, 19 Oct 2009 13:22:36 +0000 (15:22 +0200)
committerTollef Fog Heen <tfheen@err.no>
Mon, 19 Oct 2009 13:22:36 +0000 (15:22 +0200)
Add licence to src/util.c, add email address to src/main.c

src/main.c
src/util.c

index 9cc0cd9018aabd7829aad0b4b1f1227b1df17384..679d487bc2fc487a0ebd4c9c73f7d97b2fffa101 100644 (file)
@@ -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 <tfheen@err.no>
   
   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
index 83825a2bee14e66801972db1bae6cd131dc88ac8..e6a97f4937a1788eaa577e31df4f375bac762a2a 100644 (file)
@@ -1,3 +1,19 @@
+/*
+  Copyright (C) 2009 Tollef Fog Heen <tfheen@err.no>
+  
+  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 <malloc.h>
 #include <stdio.h>