]> de.git.xonotic.org Git - xonotic/d0_blind_id.git/blobdiff - d0.c
fix build of rijndael lib
[xonotic/d0_blind_id.git] / d0.c
diff --git a/d0.c b/d0.c
index fd61cdb3cdfdd572267a6cd94c8d8689b4054965..aa0302d752b5a42b9dd31d9028366313787ed3a5 100644 (file)
--- a/d0.c
+++ b/d0.c
@@ -1,3 +1,22 @@
+/*
+Blind-ID library for user identification using RSA blind signatures
+Copyright (C) 2010  Rudolf Polzer
+
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
+
+This 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
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+*/
+
 #include "d0.h"
 
 #include <stdlib.h>