提交 bf14299f 编写于 作者: J Jana Saout 提交者: Mike Snitzer

dm crypt, dm zero: update author name following legal name change

Signed-off-by: NJana Saout <jana@saout.de>
Signed-off-by: NMike Snitzer <snitzer@redhat.com>
上级 acfe0ad7
/* /*
* Copyright (C) 2003 Christophe Saout <christophe@saout.de> * Copyright (C) 2003 Jana Saout <jana@saout.de>
* Copyright (C) 2004 Clemens Fruhwirth <clemens@endorphin.org> * Copyright (C) 2004 Clemens Fruhwirth <clemens@endorphin.org>
* Copyright (C) 2006-2009 Red Hat, Inc. All rights reserved. * Copyright (C) 2006-2009 Red Hat, Inc. All rights reserved.
* Copyright (C) 2013 Milan Broz <gmazyland@gmail.com> * Copyright (C) 2013 Milan Broz <gmazyland@gmail.com>
...@@ -1996,6 +1996,6 @@ static void __exit dm_crypt_exit(void) ...@@ -1996,6 +1996,6 @@ static void __exit dm_crypt_exit(void)
module_init(dm_crypt_init); module_init(dm_crypt_init);
module_exit(dm_crypt_exit); module_exit(dm_crypt_exit);
MODULE_AUTHOR("Christophe Saout <christophe@saout.de>"); MODULE_AUTHOR("Jana Saout <jana@saout.de>");
MODULE_DESCRIPTION(DM_NAME " target for transparent encryption / decryption"); MODULE_DESCRIPTION(DM_NAME " target for transparent encryption / decryption");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
/* /*
* Copyright (C) 2003 Christophe Saout <christophe@saout.de> * Copyright (C) 2003 Jana Saout <jana@saout.de>
* *
* This file is released under the GPL. * This file is released under the GPL.
*/ */
...@@ -79,6 +79,6 @@ static void __exit dm_zero_exit(void) ...@@ -79,6 +79,6 @@ static void __exit dm_zero_exit(void)
module_init(dm_zero_init) module_init(dm_zero_init)
module_exit(dm_zero_exit) module_exit(dm_zero_exit)
MODULE_AUTHOR("Christophe Saout <christophe@saout.de>"); MODULE_AUTHOR("Jana Saout <jana@saout.de>");
MODULE_DESCRIPTION(DM_NAME " dummy target returning zeros"); MODULE_DESCRIPTION(DM_NAME " dummy target returning zeros");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册