fixing E-Mail-Address & Copyright (2)

This commit is contained in:
bg nerilex 2015-02-06 04:34:35 +01:00
parent 4b5da1dc27
commit 4e5b55fb13
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
@copying @copying
This is a short example of a complete Texinfo file. This is a short example of a complete Texinfo file.
Copyright © 2011 Daniel Otte (@email{daniel.otte@@rub.de}) Copyright © 2006-2015 Daniel Otte (@email{daniel.otte@@rub.de})
@end copying @end copying
@titlepage @titlepage

View File

@ -1,7 +1,7 @@
/* twister-asm.S */ /* twister-asm.S */
/* /*
This file is part of the AVR-Crypto-Lib. This file is part of the AVR-Crypto-Lib.
Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org)
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -18,7 +18,7 @@
*/ */
/** /**
* \file twister-asm.S * \file twister-asm.S
* \email daniel.otte@rub.de * \email bg@nerilex.org
* \author Daniel Otte * \author Daniel Otte
* \date 2008-12-22 * \date 2008-12-22
* \license GPLv3 or later * \license GPLv3 or later