dect
/
libdect
Archived
13
0
Fork 0

dsaa: add Mathias' copyright and a GPL license statement

As discussed in private email.

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2009-05-07 00:28:03 +02:00
parent 0406a88b39
commit 7aeb0f7266
1 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,12 @@
/*
* From: https://dedected.org/trac/wiki/DSAA-Reversing
* DECT Standard Authentication Algorithm
*
* 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.
*
* Copyright (c) 2009 Matthias Wenzel <dect at mazzoo dot de>
*
* FIXME: LICENSE? Copyrights?
*/
#include <stdlib.h>