aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/acconfig.h4
-rw-r--r--wiretap/ascend-grammar.y4
-rw-r--r--wiretap/ascend-scanner.l4
-rw-r--r--wiretap/ascend.c4
-rw-r--r--wiretap/ascend.h4
-rw-r--r--wiretap/buffer.c4
-rw-r--r--wiretap/buffer.h4
-rw-r--r--wiretap/file.c4
-rw-r--r--wiretap/file_wrappers.c4
-rw-r--r--wiretap/file_wrappers.h4
-rw-r--r--wiretap/iptrace.c4
-rw-r--r--wiretap/iptrace.h4
-rw-r--r--wiretap/lanalyzer.c4
-rw-r--r--wiretap/lanalyzer.h4
-rw-r--r--wiretap/libpcap.c4
-rw-r--r--wiretap/libpcap.h4
-rw-r--r--wiretap/netmon.c4
-rw-r--r--wiretap/netmon.h4
-rw-r--r--wiretap/nettl.c4
-rw-r--r--wiretap/nettl.h4
-rw-r--r--wiretap/netxray.c4
-rw-r--r--wiretap/netxray.h4
-rw-r--r--wiretap/ngsniffer.c4
-rw-r--r--wiretap/ngsniffer.h4
-rw-r--r--wiretap/radcom.c4
-rw-r--r--wiretap/radcom.h4
-rw-r--r--wiretap/snoop.c4
-rw-r--r--wiretap/snoop.h4
-rw-r--r--wiretap/wtap.c4
-rw-r--r--wiretap/wtap.h4
30 files changed, 60 insertions, 60 deletions
diff --git a/wiretap/acconfig.h b/wiretap/acconfig.h
index 124c4b52b9..60dadad174 100644
--- a/wiretap/acconfig.h
+++ b/wiretap/acconfig.h
@@ -1,9 +1,9 @@
/* acconfig.h
*
- * $Id: acconfig.h,v 1.3 1999/10/06 03:38:37 guy Exp $
+ * $Id: acconfig.h,v 1.4 2000/01/22 06:22:34 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/ascend-grammar.y b/wiretap/ascend-grammar.y
index 3ba28646e8..4b0bd51363 100644
--- a/wiretap/ascend-grammar.y
+++ b/wiretap/ascend-grammar.y
@@ -1,10 +1,10 @@
%{
/* ascend-grammar.y
*
- * $Id: ascend-grammar.y,v 1.9 2000/01/10 17:33:16 gram Exp $
+ * $Id: ascend-grammar.y,v 1.10 2000/01/22 06:22:35 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/ascend-scanner.l b/wiretap/ascend-scanner.l
index a959960d85..69097a89dc 100644
--- a/wiretap/ascend-scanner.l
+++ b/wiretap/ascend-scanner.l
@@ -1,10 +1,10 @@
%{
/* ascend-scanner.l
*
- * $Id: ascend-scanner.l,v 1.11 2000/01/13 07:18:50 guy Exp $
+ * $Id: ascend-scanner.l,v 1.12 2000/01/22 06:22:35 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/ascend.c b/wiretap/ascend.c
index 98f9b6df4e..54caaee14b 100644
--- a/wiretap/ascend.c
+++ b/wiretap/ascend.c
@@ -1,9 +1,9 @@
/* ascend.c
*
- * $Id: ascend.c,v 1.11 2000/01/13 07:09:15 guy Exp $
+ * $Id: ascend.c,v 1.12 2000/01/22 06:22:35 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/ascend.h b/wiretap/ascend.h
index 009fdfeb26..6b13b928d6 100644
--- a/wiretap/ascend.h
+++ b/wiretap/ascend.h
@@ -1,9 +1,9 @@
/* ascend.h
*
- * $Id: ascend.h,v 1.4 1999/10/08 07:45:31 guy Exp $
+ * $Id: ascend.h,v 1.5 2000/01/22 06:22:36 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/buffer.c b/wiretap/buffer.c
index 475e4b3c12..dc7ee39735 100644
--- a/wiretap/buffer.c
+++ b/wiretap/buffer.c
@@ -1,9 +1,9 @@
/* buffer.c
*
- * $Id: buffer.c,v 1.6 1999/11/10 19:47:56 gram Exp $
+ * $Id: buffer.c,v 1.7 2000/01/22 06:22:36 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/buffer.h b/wiretap/buffer.h
index 7b72e7ea94..cbf25179ee 100644
--- a/wiretap/buffer.h
+++ b/wiretap/buffer.h
@@ -1,9 +1,9 @@
/* buffer.h
*
- * $Id: buffer.h,v 1.3 1999/09/12 14:34:36 deniel Exp $
+ * $Id: buffer.h,v 1.4 2000/01/22 06:22:36 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/file.c b/wiretap/file.c
index 441deafdfa..eddcdc59b2 100644
--- a/wiretap/file.c
+++ b/wiretap/file.c
@@ -1,9 +1,9 @@
/* file.c
*
- * $Id: file.c,v 1.45 2000/01/13 07:09:15 guy Exp $
+ * $Id: file.c,v 1.46 2000/01/22 06:22:36 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/file_wrappers.c b/wiretap/file_wrappers.c
index 9259d110b6..83aa02ea7f 100644
--- a/wiretap/file_wrappers.c
+++ b/wiretap/file_wrappers.c
@@ -1,9 +1,9 @@
/* file_wrappers.c
*
- * $Id: file_wrappers.c,v 1.2 2000/01/13 07:18:50 guy Exp $
+ * $Id: file_wrappers.c,v 1.3 2000/01/22 06:22:37 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/file_wrappers.h b/wiretap/file_wrappers.h
index 85e90f1056..7869162731 100644
--- a/wiretap/file_wrappers.h
+++ b/wiretap/file_wrappers.h
@@ -1,9 +1,9 @@
/* file_wrappers.h
*
- * $Id: file_wrappers.h,v 1.1 2000/01/13 07:09:16 guy Exp $
+ * $Id: file_wrappers.h,v 1.2 2000/01/22 06:22:37 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/iptrace.c b/wiretap/iptrace.c
index 1ba0d4bcf5..ff48b772cd 100644
--- a/wiretap/iptrace.c
+++ b/wiretap/iptrace.c
@@ -1,9 +1,9 @@
/* iptrace.c
*
- * $Id: iptrace.c,v 1.23 2000/01/13 07:09:16 guy Exp $
+ * $Id: iptrace.c,v 1.24 2000/01/22 06:22:37 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/iptrace.h b/wiretap/iptrace.h
index d47f91f8c5..38c37899a0 100644
--- a/wiretap/iptrace.h
+++ b/wiretap/iptrace.h
@@ -1,9 +1,9 @@
/* iptrace.h
*
- * $Id: iptrace.h,v 1.3 1999/11/18 08:50:37 gram Exp $
+ * $Id: iptrace.h,v 1.4 2000/01/22 06:22:38 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/lanalyzer.c b/wiretap/lanalyzer.c
index 20bcf2df05..8845420a5a 100644
--- a/wiretap/lanalyzer.c
+++ b/wiretap/lanalyzer.c
@@ -1,9 +1,9 @@
/* lanalyzer.c
*
- * $Id: lanalyzer.c,v 1.19 2000/01/13 07:09:16 guy Exp $
+ * $Id: lanalyzer.c,v 1.20 2000/01/22 06:22:38 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/lanalyzer.h b/wiretap/lanalyzer.h
index 336051bd1f..443754ae69 100644
--- a/wiretap/lanalyzer.h
+++ b/wiretap/lanalyzer.h
@@ -1,9 +1,9 @@
/* lanalyzer.h
*
- * $Id: lanalyzer.h,v 1.2 1999/08/19 05:31:34 guy Exp $
+ * $Id: lanalyzer.h,v 1.3 2000/01/22 06:22:38 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c
index ddd15e9b78..b3e80b5191 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -1,9 +1,9 @@
/* libpcap.c
*
- * $Id: libpcap.c,v 1.30 2000/01/13 07:09:17 guy Exp $
+ * $Id: libpcap.c,v 1.31 2000/01/22 06:22:39 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/libpcap.h b/wiretap/libpcap.h
index 0ef7812c60..e01422fe13 100644
--- a/wiretap/libpcap.h
+++ b/wiretap/libpcap.h
@@ -1,9 +1,9 @@
/* libpcap.h
*
- * $Id: libpcap.h,v 1.6 1999/12/04 09:38:37 guy Exp $
+ * $Id: libpcap.h,v 1.7 2000/01/22 06:22:39 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/netmon.c b/wiretap/netmon.c
index c9b998e99e..f44eb2f33b 100644
--- a/wiretap/netmon.c
+++ b/wiretap/netmon.c
@@ -1,9 +1,9 @@
/* netmon.c
*
- * $Id: netmon.c,v 1.23 2000/01/13 07:09:17 guy Exp $
+ * $Id: netmon.c,v 1.24 2000/01/22 06:22:40 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/netmon.h b/wiretap/netmon.h
index d63e79c03a..741e1118fb 100644
--- a/wiretap/netmon.h
+++ b/wiretap/netmon.h
@@ -1,9 +1,9 @@
/* netmon.h
*
- * $Id: netmon.h,v 1.5 1999/12/04 09:38:38 guy Exp $
+ * $Id: netmon.h,v 1.6 2000/01/22 06:22:40 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/nettl.c b/wiretap/nettl.c
index 60621913dd..2fff44f853 100644
--- a/wiretap/nettl.c
+++ b/wiretap/nettl.c
@@ -1,9 +1,9 @@
/* nettl.c
*
- * $Id: nettl.c,v 1.4 2000/01/20 17:13:42 oabad Exp $
+ * $Id: nettl.c,v 1.5 2000/01/22 06:22:40 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/nettl.h b/wiretap/nettl.h
index 37584eff81..c0587de7c5 100644
--- a/wiretap/nettl.h
+++ b/wiretap/nettl.h
@@ -1,9 +1,9 @@
/* nettl.h
*
- * $Id: nettl.h,v 1.2 1999/10/31 19:35:32 guy Exp $
+ * $Id: nettl.h,v 1.3 2000/01/22 06:22:40 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/netxray.c b/wiretap/netxray.c
index 77ff72994b..6010c817aa 100644
--- a/wiretap/netxray.c
+++ b/wiretap/netxray.c
@@ -1,9 +1,9 @@
/* netxray.c
*
- * $Id: netxray.c,v 1.21 2000/01/13 07:09:18 guy Exp $
+ * $Id: netxray.c,v 1.22 2000/01/22 06:22:41 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/netxray.h b/wiretap/netxray.h
index 3e9fb1db42..89397a5b7b 100644
--- a/wiretap/netxray.h
+++ b/wiretap/netxray.h
@@ -1,9 +1,9 @@
/* netxray.h
*
- * $Id: netxray.h,v 1.3 1999/12/14 01:12:59 nneul Exp $
+ * $Id: netxray.h,v 1.4 2000/01/22 06:22:41 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/ngsniffer.c b/wiretap/ngsniffer.c
index c6dbd60e08..88695e4998 100644
--- a/wiretap/ngsniffer.c
+++ b/wiretap/ngsniffer.c
@@ -1,9 +1,9 @@
/* ngsniffer.c
*
- * $Id: ngsniffer.c,v 1.34 2000/01/13 07:09:18 guy Exp $
+ * $Id: ngsniffer.c,v 1.35 2000/01/22 06:22:41 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/ngsniffer.h b/wiretap/ngsniffer.h
index 4359f480c9..4d412debed 100644
--- a/wiretap/ngsniffer.h
+++ b/wiretap/ngsniffer.h
@@ -1,9 +1,9 @@
/* ngsniffer.h
*
- * $Id: ngsniffer.h,v 1.6 1999/12/09 23:17:20 oabad Exp $
+ * $Id: ngsniffer.h,v 1.7 2000/01/22 06:22:43 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/radcom.c b/wiretap/radcom.c
index 5e74156cb6..f37b7f5a4c 100644
--- a/wiretap/radcom.c
+++ b/wiretap/radcom.c
@@ -1,9 +1,9 @@
/* radcom.c
*
- * $Id: radcom.c,v 1.16 2000/01/13 07:09:19 guy Exp $
+ * $Id: radcom.c,v 1.17 2000/01/22 06:22:43 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/radcom.h b/wiretap/radcom.h
index 91c77c8495..61ca18b008 100644
--- a/wiretap/radcom.h
+++ b/wiretap/radcom.h
@@ -1,9 +1,9 @@
/* radcom.h
*
- * $Id: radcom.h,v 1.3 1999/09/23 05:25:14 guy Exp $
+ * $Id: radcom.h,v 1.4 2000/01/22 06:22:43 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/snoop.c b/wiretap/snoop.c
index bd42807b66..0402935d37 100644
--- a/wiretap/snoop.c
+++ b/wiretap/snoop.c
@@ -1,9 +1,9 @@
/* snoop.c
*
- * $Id: snoop.c,v 1.23 2000/01/13 07:09:19 guy Exp $
+ * $Id: snoop.c,v 1.24 2000/01/22 06:22:43 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/snoop.h b/wiretap/snoop.h
index 5ecdec85d5..31b184868e 100644
--- a/wiretap/snoop.h
+++ b/wiretap/snoop.h
@@ -1,9 +1,9 @@
/* snoop.h
*
- * $Id: snoop.h,v 1.6 1999/12/04 09:38:38 guy Exp $
+ * $Id: snoop.h,v 1.7 2000/01/22 06:22:44 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 0263ef2634..c8c752d437 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -1,9 +1,9 @@
/* wtap.c
*
- * $Id: wtap.c,v 1.36 2000/01/13 07:09:20 guy Exp $
+ * $Id: wtap.c,v 1.37 2000/01/22 06:22:44 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 36eaca4707..ea1388a642 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -1,9 +1,9 @@
/* wtap.h
*
- * $Id: wtap.h,v 1.62 1999/12/15 02:25:50 guy Exp $
+ * $Id: wtap.h,v 1.63 2000/01/22 06:22:44 guy Exp $
*
* Wiretap Library
- * Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License