summaryrefslogtreecommitdiff
path: root/sysdeps/stub
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1999-02-22 16:19:36 +0000
committerMartin Baulig <martin@src.gnome.org>1999-02-22 16:19:36 +0000
commitce4f6609652f50a6975cbce7e41e25e93875fc39 (patch)
treec7a05a57e5f4b5a89ed6f0dd58ba06a083d9f181 /sysdeps/stub
parente46306d2f9c091fc5764ddf4ecc7d833b3ceb7d6 (diff)
downloadlibgtop-ce4f6609652f50a6975cbce7e41e25e93875fc39.tar.gz
Include a copy of the GNU Library General Public License here.
1999-02-22 Martin Baulig <martin@home-of-linux.org> * COPYING.LIB: Include a copy of the GNU Library General Public License here. * copyright.txt: Set the year to 1998-99 and pretty-format it a little bit. Same in all C source and header files.
Diffstat (limited to 'sysdeps/stub')
-rw-r--r--sysdeps/stub/close.c28
-rw-r--r--sysdeps/stub/cpu.c28
-rw-r--r--sysdeps/stub/glibtop_server.h28
-rw-r--r--sysdeps/stub/loadavg.c28
-rw-r--r--sysdeps/stub/mem.c28
-rw-r--r--sysdeps/stub/msg_limits.c28
-rw-r--r--sysdeps/stub/netload.c28
-rw-r--r--sysdeps/stub/open.c28
-rw-r--r--sysdeps/stub/ppp.c28
-rw-r--r--sysdeps/stub/prockernel.c28
-rw-r--r--sysdeps/stub/proclist.c28
-rw-r--r--sysdeps/stub/procmem.c28
-rw-r--r--sysdeps/stub/procsegment.c28
-rw-r--r--sysdeps/stub/procsignal.c28
-rw-r--r--sysdeps/stub/procstate.c28
-rw-r--r--sysdeps/stub/proctime.c28
-rw-r--r--sysdeps/stub/procuid.c28
-rw-r--r--sysdeps/stub/sem_limits.c28
-rw-r--r--sysdeps/stub/shm_limits.c28
-rw-r--r--sysdeps/stub/siglist.c28
-rw-r--r--sysdeps/stub/swap.c28
-rw-r--r--sysdeps/stub/uptime.c28
22 files changed, 330 insertions, 286 deletions
diff --git a/sysdeps/stub/close.c b/sysdeps/stub/close.c
index 9506f275..bc1df242 100644
--- a/sysdeps/stub/close.c
+++ b/sysdeps/stub/close.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop/close.h>
diff --git a/sysdeps/stub/cpu.c b/sysdeps/stub/cpu.c
index b09e2c7e..5dc675b0 100644
--- a/sysdeps/stub/cpu.c
+++ b/sysdeps/stub/cpu.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/cpu.h>
diff --git a/sysdeps/stub/glibtop_server.h b/sysdeps/stub/glibtop_server.h
index f6c7def8..a1e50e0f 100644
--- a/sysdeps/stub/glibtop_server.h
+++ b/sysdeps/stub/glibtop_server.h
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#ifndef __GLIBTOP_SERVER_H__
#define __GLIBTOP_SERVER_H__
diff --git a/sysdeps/stub/loadavg.c b/sysdeps/stub/loadavg.c
index 441a99ac..68303214 100644
--- a/sysdeps/stub/loadavg.c
+++ b/sysdeps/stub/loadavg.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/loadavg.h>
diff --git a/sysdeps/stub/mem.c b/sysdeps/stub/mem.c
index b420d635..c6ec97f8 100644
--- a/sysdeps/stub/mem.c
+++ b/sysdeps/stub/mem.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/mem.h>
diff --git a/sysdeps/stub/msg_limits.c b/sysdeps/stub/msg_limits.c
index 4d18f042..15615fa8 100644
--- a/sysdeps/stub/msg_limits.c
+++ b/sysdeps/stub/msg_limits.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/msg_limits.h>
diff --git a/sysdeps/stub/netload.c b/sysdeps/stub/netload.c
index cbaac4f5..08646eff 100644
--- a/sysdeps/stub/netload.c
+++ b/sysdeps/stub/netload.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, October 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/error.h>
diff --git a/sysdeps/stub/open.c b/sysdeps/stub/open.c
index a1ae1c5d..eaf21b31 100644
--- a/sysdeps/stub/open.c
+++ b/sysdeps/stub/open.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop/open.h>
diff --git a/sysdeps/stub/ppp.c b/sysdeps/stub/ppp.c
index b81dfdb2..5723fca2 100644
--- a/sysdeps/stub/ppp.c
+++ b/sysdeps/stub/ppp.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, October 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/error.h>
diff --git a/sysdeps/stub/prockernel.c b/sysdeps/stub/prockernel.c
index e0a918fd..675b6f94 100644
--- a/sysdeps/stub/prockernel.c
+++ b/sysdeps/stub/prockernel.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/prockernel.h>
diff --git a/sysdeps/stub/proclist.c b/sysdeps/stub/proclist.c
index 144d1c66..70721a76 100644
--- a/sysdeps/stub/proclist.c
+++ b/sysdeps/stub/proclist.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/proclist.h>
diff --git a/sysdeps/stub/procmem.c b/sysdeps/stub/procmem.c
index 4099c465..b5dc815c 100644
--- a/sysdeps/stub/procmem.c
+++ b/sysdeps/stub/procmem.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/procmem.h>
diff --git a/sysdeps/stub/procsegment.c b/sysdeps/stub/procsegment.c
index 4e144888..896b2c4f 100644
--- a/sysdeps/stub/procsegment.c
+++ b/sysdeps/stub/procsegment.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/procsegment.h>
diff --git a/sysdeps/stub/procsignal.c b/sysdeps/stub/procsignal.c
index bff37119..3a9e5592 100644
--- a/sysdeps/stub/procsignal.c
+++ b/sysdeps/stub/procsignal.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/procsignal.h>
diff --git a/sysdeps/stub/procstate.c b/sysdeps/stub/procstate.c
index 8e42c7a8..4c315c53 100644
--- a/sysdeps/stub/procstate.c
+++ b/sysdeps/stub/procstate.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/procstate.h>
diff --git a/sysdeps/stub/proctime.c b/sysdeps/stub/proctime.c
index c90c262e..1ad4d221 100644
--- a/sysdeps/stub/proctime.c
+++ b/sysdeps/stub/proctime.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/proctime.h>
diff --git a/sysdeps/stub/procuid.c b/sysdeps/stub/procuid.c
index 174a79ec..a9b1e452 100644
--- a/sysdeps/stub/procuid.c
+++ b/sysdeps/stub/procuid.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/procuid.h>
diff --git a/sysdeps/stub/sem_limits.c b/sysdeps/stub/sem_limits.c
index a99cd79a..a2d2d612 100644
--- a/sysdeps/stub/sem_limits.c
+++ b/sysdeps/stub/sem_limits.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/sem_limits.h>
diff --git a/sysdeps/stub/shm_limits.c b/sysdeps/stub/shm_limits.c
index 42cbd4e0..1730a6d0 100644
--- a/sysdeps/stub/shm_limits.c
+++ b/sysdeps/stub/shm_limits.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/shm_limits.h>
diff --git a/sysdeps/stub/siglist.c b/sysdeps/stub/siglist.c
index a4afb9bb..b6ef9fd6 100644
--- a/sysdeps/stub/siglist.c
+++ b/sysdeps/stub/siglist.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/signal.h>
diff --git a/sysdeps/stub/swap.c b/sysdeps/stub/swap.c
index 5e4e56fd..fd6ef47a 100644
--- a/sysdeps/stub/swap.c
+++ b/sysdeps/stub/swap.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/swap.h>
diff --git a/sysdeps/stub/uptime.c b/sysdeps/stub/uptime.c
index aa6f590d..898ce22e 100644
--- a/sysdeps/stub/uptime.c
+++ b/sysdeps/stub/uptime.c
@@ -1,23 +1,25 @@
/* $Id$ */
-/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
- This file is part of the Gnome Top Library.
+/* Copyright (C) 1998-99 Martin Baulig
+ This file is part of LibGTop 1.0.
+
Contributed by Martin Baulig <martin@home-of-linux.org>, April 1998.
- The Gnome Top Library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
+ LibGTop is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published
+ by the Free Software Foundation; either version 2 of the License,
+ or (at your option) any later version.
- The Gnome Top Library 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
- Library General Public License for more details.
+ LibGTop 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 Library General Public
+ License for more details.
You should have received a copy of the GNU Library General Public
- License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ License along with LibGTop; see the file COPYING.LIB. If not, write
+ to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+*/
#include <glibtop.h>
#include <glibtop/uptime.h>