]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - des.c
modyfied copyright
[avr-crypto-lib.git] / des.c
diff --git a/des.c b/des.c
index dc16750e91ad68f0d13b30ce447a4c1de8834d0b..d4b8ce138f2348ee058ac80b0cb3e2614be1b9f9 100644 (file)
--- a/des.c
+++ b/des.c
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 /**
- * \file       des.c
- * \author     Daniel Otte 
- * \date       2007-06-16
- * \brief      DES and EDE-DES implementation
+ * \file        des.c
+ * \author      Daniel Otte
+ * \email       daniel.otte@rub.de
+ * \date        2007-06-16
+ * \brief       DES and EDE-DES implementation
  * \par License        
- * GPL
+ * GPLv3 or later
  * 
  */
 #include "config.h"