|
From: Jan-Benedict G. <jb...@us...> - 2004-09-20 05:51:38
|
Update of /cvsroot/linux-vax/kernel-2.5/fs/ods2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6596 Modified Files: dir.c file.c inode.c ods2.h super.c tparse.c Log Message: - Remove the non-working download URL for a copy of the GPL license. - Add a working URL instead :-) Index: super.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/fs/ods2/super.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- super.c 20 Sep 2004 05:39:07 -0000 1.5 +++ super.c 20 Sep 2004 05:51:29 -0000 1.6 @@ -4,7 +4,7 @@ * COPYRIGHT * This file is distributed under the terms of the GNU General Public * License (GPL). Copies of the GPL can be obtained from: - * ftp://prep.ai.mit.edu/pub/gnu/GPL + * http://www.gnu.org/licenses/gpl.txt * Each contributing author retains all rights to their own work. * * Written 2003 by Jonas Lindholm <jl...@us...> Index: tparse.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/fs/ods2/tparse.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- tparse.c 19 Sep 2004 09:47:49 -0000 1.1 +++ tparse.c 20 Sep 2004 05:51:29 -0000 1.2 @@ -4,7 +4,7 @@ * COPYRIGHT * This file is distributed under the terms of the GNU General Public * License (GPL). Copies of the GPL can be obtained from: - * ftp://prep.ai.mit.edu/pub/gnu/GPL + * http://www.gnu.org/licenses/gpl.txt * Each contributing author retains all rights to their own work. * * Written 2003 by Jonas Lindholm <jl...@us...> Index: inode.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/fs/ods2/inode.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- inode.c 20 Sep 2004 05:39:07 -0000 1.4 +++ inode.c 20 Sep 2004 05:51:29 -0000 1.5 @@ -4,7 +4,7 @@ * COPYRIGHT * This file is distributed under the terms of the GNU General Public * License (GPL). Copies of the GPL can be obtained from: - * ftp://prep.ai.mit.edu/pub/gnu/GPL + * http://www.gnu.org/licenses/gpl.txt * Each contributing author retains all rights to their own work. * * Written 2003 by Jonas Lindholm <jl...@us...> @@ -12,9 +12,7 @@ */ #include <linux/config.h> -/* #include <linux/module.h> -*/ #include <linux/string.h> #include <linux/ctype.h> #include <linux/fs.h> Index: file.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/fs/ods2/file.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- file.c 20 Sep 2004 05:39:07 -0000 1.4 +++ file.c 20 Sep 2004 05:51:29 -0000 1.5 @@ -4,7 +4,7 @@ * COPYRIGHT * This file is distributed under the terms of the GNU General Public * License (GPL). Copies of the GPL can be obtained from: - * ftp://prep.ai.mit.edu/pub/gnu/GPL + * http://www.gnu.org/licenses/gpl.txt * Each contributing author retains all rights to their own work. * * Written 2003 by Jonas Lindholm <jl...@us...> @@ -15,9 +15,7 @@ */ #include <linux/config.h> -/* #include <linux/module.h> -*/ #include <linux/string.h> #include <linux/fs.h> #include <linux/slab.h> Index: ods2.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/fs/ods2/ods2.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ods2.h 20 Sep 2004 05:39:07 -0000 1.4 +++ ods2.h 20 Sep 2004 05:51:29 -0000 1.5 @@ -7,7 +7,7 @@ * COPYRIGHT * This file is distributed under the terms of the GNU General Public * License (GPL). Copies of the GPL can be obtained from: - * ftp://prep.ai.mit.edu/pub/gnu/GPL + * http://www.gnu.org/licenses/gpl.txt * Each contributing author retains all rights to their own work. * * Written 2003 by Jonas Lindholm <jl...@us...> @@ -17,9 +17,9 @@ #include <linux/statfs.h> /* - The followinf structures are defined in the book - "VMS File System Internals" -*/ + * The following structures are defined in the book + * "VMS File System Internals" + */ /* * Access to the ods2 superblock from a VFS struct super_block. Index: dir.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/fs/ods2/dir.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- dir.c 20 Sep 2004 05:39:07 -0000 1.4 +++ dir.c 20 Sep 2004 05:51:29 -0000 1.5 @@ -4,7 +4,7 @@ * COPYRIGHT * This file is distributed under the terms of the GNU General Public * License (GPL). Copies of the GPL can be obtained from: - * ftp://prep.ai.mit.edu/pub/gnu/GPL + * http://www.gnu.org/licenses/gpl.txt * Each contributing author retains all rights to their own work. * * Written 2003 by Jonas Lindholm <jl...@us...> @@ -12,9 +12,7 @@ */ #include <linux/config.h> -/* #include <linux/module.h> -*/ #include <linux/string.h> #include <linux/ctype.h> #include <linux/fs.h> |