[DRBD-cvs] drbd by phil; * Changed my e-mail addres. * Tried to f...

drbd-user@lists.linbit.com drbd-user@lists.linbit.com
Tue, 6 Jul 2004 11:39:17 +0200 (CEST)


DRBD CVS committal

Author  : phil
Module  : drbd

Dir     : drbd/drbd


Modified Files:
      Tag: rel-0_7-branch
	drbd_actlog.c drbd_bitmap.c drbd_fs.c drbd_int.h drbd_main.c 
	drbd_proc.c drbd_receiver.c drbd_req.c drbd_worker.c 
	lru_cache.c lru_cache.h 


Log Message:
* Changed my e-mail addres.
* Tried to fix the Years in the GPL headers.

===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd/Attic/drbd_actlog.c,v
retrieving revision 1.1.2.113
retrieving revision 1.1.2.114
diff -u -3 -r1.1.2.113 -r1.1.2.114
--- drbd_actlog.c	1 Jul 2004 10:11:12 -0000	1.1.2.113
+++ drbd_actlog.c	6 Jul 2004 09:39:11 -0000	1.1.2.114
@@ -5,8 +5,9 @@
 
    This file is part of drbd by Philipp Reisner.
 
-   Copyright (C) 2003, Philipp Reisner <philipp.reisner@gmx.at>.
-        main author.
+   Copyright (C) 2003-2004, Philipp Reisner <philipp.reisner@linbit.com>.
+   Copyright (C) 2003-2004, Lars Ellenberg <l.g.e@web.de>.
+        authors.
 
    drbd is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd/Attic/drbd_bitmap.c,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -3 -r1.1.2.9 -r1.1.2.10
--- drbd_bitmap.c	5 Jul 2004 19:04:11 -0000	1.1.2.9
+++ drbd_bitmap.c	6 Jul 2004 09:39:11 -0000	1.1.2.10
@@ -1,3 +1,31 @@
+/*
+-*- linux-c -*-
+   drbd_bitmap.c
+   Kernel module for 2.4.x/2.6.x Kernels
+
+   This file is part of drbd by Philipp Reisner.
+
+   Copyright (C) 2004, Lars Ellenberg <l.g.e@web.de>.
+	main author.
+
+   Copyright (C) 2004, Philipp Reisner <philipp.reisner@linbit.com>.
+	contributions.
+
+   drbd is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2, or (at your option)
+   any later version.
+
+   drbd is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with drbd; see the file COPYING.  If not, write to
+   the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
 #include <linux/bitops.h>
 #include <linux/vmalloc.h>
 #include <linux/string.h> // for memset
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd/drbd_fs.c,v
retrieving revision 1.28.2.108
retrieving revision 1.28.2.109
diff -u -3 -r1.28.2.108 -r1.28.2.109
--- drbd_fs.c	2 Jul 2004 11:58:45 -0000	1.28.2.108
+++ drbd_fs.c	6 Jul 2004 09:39:11 -0000	1.28.2.109
@@ -5,14 +5,14 @@
 
    This file is part of drbd by Philipp Reisner.
 
-   Copyright (C) 1999-2003, Philipp Reisner <philipp.reisner@gmx.at>.
+   Copyright (C) 1999-2004, Philipp Reisner <philipp.reisner@linbit.com>.
 	main author.
 
+   Copyright (C) 2002-2004, Lars Ellenberg <l.g.e@web.de>.
+	main contributor.
+
    Copyright (C) 2000, Fábio Olivé Leite <olive@conectiva.com.br>.
 	Some sanity checks in IOCTL_SET_STATE.
-
-   Copyright (C) 2002-2003, Lars Ellenberg <l.g.e@web.de>.
-	main contributor.
 
    drbd is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd/drbd_int.h,v
retrieving revision 1.58.2.184
retrieving revision 1.58.2.185
diff -u -3 -r1.58.2.184 -r1.58.2.185
--- drbd_int.h	5 Jul 2004 14:38:37 -0000	1.58.2.184
+++ drbd_int.h	6 Jul 2004 09:39:11 -0000	1.58.2.185
@@ -4,10 +4,10 @@
 
   This file is part of drbd by Philipp Reisner.
 
-  Copyright (C) 1999-2003, Philipp Reisner <philipp.reisner@gmx.at>.
+  Copyright (C) 1999-2004, Philipp Reisner <philipp.reisner@linbit.com>.
 	main author.
 
-  Copyright (C) 2002-2003, Lars Ellenberg <l.g.e@web.de>.
+  Copyright (C) 2002-2004,, Lars Ellenberg <l.g.e@web.de>.
 	main contributor.
 
   drbd is free software; you can redistribute it and/or modify
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd/drbd_main.c,v
retrieving revision 1.73.2.198
retrieving revision 1.73.2.199
diff -u -3 -r1.73.2.198 -r1.73.2.199
--- drbd_main.c	5 Jul 2004 13:54:54 -0000	1.73.2.198
+++ drbd_main.c	6 Jul 2004 09:39:11 -0000	1.73.2.199
@@ -5,10 +5,10 @@
 
    This file is part of drbd by Philipp Reisner.
 
-   Copyright (C) 1999-2003, Philipp Reisner <philipp.reisner@gmx.at>.
+   Copyright (C) 1999-2004, Philipp Reisner <philipp.reisner@linbit.com>.
 	main author.
 
-   Copyright (C) 2003, Lars Ellenberg <l.g.e@web.de>.
+   Copyright (C) 2002-2004, Lars Ellenberg <l.g.e@web.de>.
 	main contributor.
 
    Copyright (C) 2000, Marcelo Tosatti <marcelo@conectiva.com.br>.
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd/drbd_proc.c,v
retrieving revision 1.8.2.33
retrieving revision 1.8.2.34
diff -u -3 -r1.8.2.33 -r1.8.2.34
--- drbd_proc.c	1 Jul 2004 10:11:13 -0000	1.8.2.33
+++ drbd_proc.c	6 Jul 2004 09:39:11 -0000	1.8.2.34
@@ -5,10 +5,10 @@
 
    This file is part of drbd by Philipp Reisner.
 
-   Copyright (C) 1999-2003, Philipp Reisner <philipp.reisner@gmx.at>.
+   Copyright (C) 1999-2004, Philipp Reisner <philipp.reisner@linbit.com>.
 	main author.
 
-   Copyright (C) 2002-2003, Lars Ellenberg <l.g.e@web.de>.
+   Copyright (C) 2002-2004,, Lars Ellenberg <l.g.e@web.de>.
 	main contributor.
 
    drbd is free software; you can redistribute it and/or modify
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd/drbd_receiver.c,v
retrieving revision 1.97.2.177
retrieving revision 1.97.2.178
diff -u -3 -r1.97.2.177 -r1.97.2.178
--- drbd_receiver.c	1 Jul 2004 10:11:13 -0000	1.97.2.177
+++ drbd_receiver.c	6 Jul 2004 09:39:11 -0000	1.97.2.178
@@ -5,14 +5,11 @@
 
    This file is part of drbd by Philipp Reisner.
 
-   Copyright (C) 1999-2003, Philipp Reisner <philipp.reisner@gmx.at>.
+   Copyright (C) 1999-2004, Philipp Reisner <philipp.reisner@linbit.com>.
 	main author.
 
-   Copyright (C) 2002-2003, Lars Ellenberg <l.g.e@web.de>.
+   Copyright (C) 2002-2004, Lars Ellenberg <l.g.e@web.de>.
 	main contributor.
-
-   Copyright (C) 2000, Fábio Olivé Leite <olive@conectiva.com.br>.
-	Code to prevent zombie threads.
 
    drbd is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd/drbd_req.c,v
retrieving revision 1.33.2.86
retrieving revision 1.33.2.87
diff -u -3 -r1.33.2.86 -r1.33.2.87
--- drbd_req.c	17 Jun 2004 01:44:37 -0000	1.33.2.86
+++ drbd_req.c	6 Jul 2004 09:39:11 -0000	1.33.2.87
@@ -1,12 +1,15 @@
 /*
 -*- linux-c -*-
-   drbd.c
-   Kernel module for 2.4.x Kernels
+   drbd_req.c
+   Kernel module for 2.4.x/2.6.x Kernels
 
    This file is part of drbd by Philipp Reisner.
 
-   Copyright (C) 1999-2003, Philipp Reisner <philipp.reisner@gmx.at>.
+   Copyright (C) 1999-2004, Philipp Reisner <philipp.reisner@linbit.com>.
 	main author.
+
+   Copyright (C) 2002-2004, Lars Ellenberg <l.g.e@web.de>.
+	main contributor.
 
    drbd is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd/Attic/drbd_worker.c,v
retrieving revision 1.1.2.124
retrieving revision 1.1.2.125
diff -u -3 -r1.1.2.124 -r1.1.2.125
--- drbd_worker.c	1 Jul 2004 10:11:12 -0000	1.1.2.124
+++ drbd_worker.c	6 Jul 2004 09:39:11 -0000	1.1.2.125
@@ -1,15 +1,13 @@
 /*
 -*- linux-c -*-
-   drbd_dsender.c
+   drbd_worker.c
    Kernel module for 2.4.x/2.6.x Kernels
 
    This file is part of drbd by Philipp Reisner.
 
-   Copyright (C) 1999-2003, Philipp Reisner <philipp.reisner@gmx.at>.
-	main author.
-
-   Copyright 2003 Lars Ellenberg <l.g.e@web.de>
-       contributions.
+   Copyright (C) 2003-2004,, Philipp Reisner <philipp.reisner@linbit.com>.
+   Copyright (C) 2003-2004,, Lars Ellenberg <l.g.e@web.de>.
+	authors.
 
    drbd is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd/Attic/lru_cache.c,v
retrieving revision 1.1.2.29
retrieving revision 1.1.2.30
diff -u -3 -r1.1.2.29 -r1.1.2.30
--- lru_cache.c	1 Jul 2004 10:11:13 -0000	1.1.2.29
+++ lru_cache.c	6 Jul 2004 09:39:11 -0000	1.1.2.30
@@ -5,8 +5,9 @@
 
    This file is part of drbd by Philipp Reisner.
 
-   Copyright (C) 2003, Philipp Reisner <philipp.reisner@gmx.at>.
-        main author.
+   Copyright (C) 2003-2004, Philipp Reisner <philipp.reisner@linbit.com>.
+   Copyright (C) 2003-2004, Lars Ellenberg <l.g.e@web.de>.
+        authors.
 
    drbd is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
===================================================================
RCS file: /var/lib/cvs/drbd/drbd/drbd/Attic/lru_cache.h,v
retrieving revision 1.1.2.17
retrieving revision 1.1.2.18
diff -u -3 -r1.1.2.17 -r1.1.2.18
--- lru_cache.h	1 Jul 2004 10:11:13 -0000	1.1.2.17
+++ lru_cache.h	6 Jul 2004 09:39:11 -0000	1.1.2.18
@@ -5,7 +5,7 @@
 
    This file is part of drbd by Philipp Reisner.
 
-   Copyright (C) 2003, Philipp Reisner <philipp.reisner@gmx.at>.
+   Copyright (C) 2003-2004, Philipp Reisner <philipp.reisner@linbit.com>.
         main author.
 
    drbd is free software; you can redistribute it and/or modify