|
@@ -2,7 +2,7 @@
|
|
* Squashfs - a compressed read only filesystem for Linux
|
|
* Squashfs - a compressed read only filesystem for Linux
|
|
*
|
|
*
|
|
* Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
|
* Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
|
- * Phillip Lougher <phillip@lougher.demon.co.uk>
|
|
|
|
|
|
+ * Phillip Lougher <phillip@squashfs.org.uk>
|
|
*
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License
|
|
* modify it under the terms of the GNU General Public License
|
|
@@ -493,5 +493,5 @@ static const struct super_operations squashfs_super_ops = {
|
|
module_init(init_squashfs_fs);
|
|
module_init(init_squashfs_fs);
|
|
module_exit(exit_squashfs_fs);
|
|
module_exit(exit_squashfs_fs);
|
|
MODULE_DESCRIPTION("squashfs 4.0, a compressed read-only filesystem");
|
|
MODULE_DESCRIPTION("squashfs 4.0, a compressed read-only filesystem");
|
|
-MODULE_AUTHOR("Phillip Lougher <phillip@lougher.demon.co.uk>");
|
|
|
|
|
|
+MODULE_AUTHOR("Phillip Lougher <phillip@squashfs.org.uk>");
|
|
MODULE_LICENSE("GPL");
|
|
MODULE_LICENSE("GPL");
|