[BusyBox-cvs] busybox/procps Makefile, 1.2, 1.3 Makefile.in, 1.3, 1.4 free.c, 1.20, 1.21 kill.c, 1.48, 1.49 pidof.c, 1.8, 1.9 ps.c, 1.49, 1.50 uptime.c, 1.16, 1.17

Erik Andersen andersen at busybox.net
Mon Jul 14 21:21:38 UTC 2003


Update of /var/cvs/busybox/procps
In directory winder:/tmp/cvs-serv17764/procps

Modified Files:
	Makefile Makefile.in free.c kill.c pidof.c ps.c uptime.c 
Log Message:
Update a bunch of docs.  Run a script to update my email addr.


Index: Makefile
===================================================================
RCS file: /var/cvs/busybox/procps/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	12 Apr 2002 12:05:44 -0000	1.2
+++ Makefile	14 Jul 2003 21:21:04 -0000	1.3
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 Erik Andersen <andersee at debian.org>
+# Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
 #
 # 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

Index: Makefile.in
===================================================================
RCS file: /var/cvs/busybox/procps/Makefile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.in	30 Sep 2002 20:53:38 -0000	1.3
+++ Makefile.in	14 Jul 2003 21:21:04 -0000	1.4
@@ -1,6 +1,6 @@
 # Makefile for busybox
 #
-# Copyright (C) 1999-2002 Erik Andersen <andersee at debian.org>
+# Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
 #
 # 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

Index: free.c
===================================================================
RCS file: /var/cvs/busybox/procps/free.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- free.c	19 Mar 2003 09:12:49 -0000	1.20
+++ free.c	14 Jul 2003 21:21:04 -0000	1.21
@@ -2,8 +2,7 @@
 /*
  * Mini free implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen
- * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee at debian.org>
+ * Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
  *
  * 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

Index: kill.c
===================================================================
RCS file: /var/cvs/busybox/procps/kill.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- kill.c	19 Mar 2003 09:12:49 -0000	1.48
+++ kill.c	14 Jul 2003 21:21:04 -0000	1.49
@@ -3,7 +3,7 @@
  * Mini kill/killall implementation for busybox
  *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce at pixar.com>.
- * Copyright (C) 1999-2002 by Erik Andersen <andersee at debian.org>
+ * Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
  *
  * 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

Index: pidof.c
===================================================================
RCS file: /var/cvs/busybox/procps/pidof.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pidof.c	19 Mar 2003 09:12:49 -0000	1.8
+++ pidof.c	14 Jul 2003 21:21:04 -0000	1.9
@@ -2,8 +2,7 @@
 /*
  * pidof implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen
- * Copyright (C) 1999-2002 by Erik Andersen <andersee at debian.org>
+ * Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
  *
  * 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

Index: ps.c
===================================================================
RCS file: /var/cvs/busybox/procps/ps.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- ps.c	3 Jul 2003 10:07:03 -0000	1.49
+++ ps.c	14 Jul 2003 21:21:04 -0000	1.50
@@ -2,8 +2,7 @@
 /*
  * Mini ps implementation(s) for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen  
- * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee at debian.org>
+ * Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
  *
  * 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 the Free

Index: uptime.c
===================================================================
RCS file: /var/cvs/busybox/procps/uptime.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- uptime.c	24 Oct 2001 05:00:00 -0000	1.16
+++ uptime.c	14 Jul 2003 21:21:04 -0000	1.17
@@ -2,8 +2,7 @@
 /*
  * Mini uptime implementation for busybox
  *
- * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen
- * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee at debian.org>
+ * Copyright (C) 1999-2003 by Erik Andersen <andersen at codepoet.org>
  *
  * 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




More information about the busybox-cvs mailing list