aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-09-09 04:25:49 +0000
committerGuy Harris <guy@alum.mit.edu>1999-09-09 04:25:49 +0000
commitd32b5f829fac401b28f4810a3aa4350d9577efdb (patch)
tree2d9f2407fb7b939aef243e34f657aac15d69fb36 /gtk
parent338f3ff2ad5d8ee9acced7e29fc465625e173929 (diff)
Put RCS IDs (and a copyright notice and GPL notice) in several files,
and fix up the introductory comment on some other files. svn path=/trunk/; revision=640
Diffstat (limited to 'gtk')
-rw-r--r--gtk/file_dlg.c25
-rw-r--r--gtk/filter_prefs.c6
-rw-r--r--gtk/filter_prefs.h6
-rw-r--r--gtk/keys.h25
-rw-r--r--gtk/print_dlg.c25
-rw-r--r--gtk/print_prefs.c24
-rw-r--r--gtk/print_prefs.h25
7 files changed, 130 insertions, 6 deletions
diff --git a/gtk/file_dlg.c b/gtk/file_dlg.c
index d2b0aba369..c7dbdf4ac4 100644
--- a/gtk/file_dlg.c
+++ b/gtk/file_dlg.c
@@ -1,3 +1,28 @@
+/* file_dlg.c
+ * Dialog boxes for handling files
+ *
+ * $Id: file_dlg.c,v 1.3 1999/09/09 04:25:49 guy Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@zing.org>
+ * Copyright 1998 Gerald Combs
+ *
+ *
+ * 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 Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/gtk/filter_prefs.c b/gtk/filter_prefs.c
index a9214b8538..aa1b9a90fe 100644
--- a/gtk/filter_prefs.c
+++ b/gtk/filter_prefs.c
@@ -1,7 +1,7 @@
-/* filter.c
- * Routines for managing filter sets
+/* filter_prefs.c
+ * Dialog boxes for preferences for filter sets
*
- * $Id: filter_prefs.c,v 1.1 1999/09/09 03:35:31 gram Exp $
+ * $Id: filter_prefs.c,v 1.2 1999/09/09 04:25:49 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/gtk/filter_prefs.h b/gtk/filter_prefs.h
index 450a444738..5472691da6 100644
--- a/gtk/filter_prefs.h
+++ b/gtk/filter_prefs.h
@@ -1,7 +1,7 @@
-/* filter.h
- * Definitions for packet filter window
+/* filter_prefs.h
+ * Definitions for packet filter preferences window
*
- * $Id: filter_prefs.h,v 1.1 1999/09/09 03:35:32 gram Exp $
+ * $Id: filter_prefs.h,v 1.2 1999/09/09 04:25:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
diff --git a/gtk/keys.h b/gtk/keys.h
index fc3bb32c2f..c28599b48b 100644
--- a/gtk/keys.h
+++ b/gtk/keys.h
@@ -1,3 +1,28 @@
+/* keys.h
+ * Key definitions for various objects
+ *
+ * $Id: keys.h,v 1.2 1999/09/09 04:25:49 guy Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@zing.org>
+ * Copyright 1998 Gerald Combs
+ *
+ *
+ * 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 Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
#ifndef __KEYS_H__
#define __KEYS_H__
diff --git a/gtk/print_dlg.c b/gtk/print_dlg.c
index 05b6ae0c4b..468410a6a1 100644
--- a/gtk/print_dlg.c
+++ b/gtk/print_dlg.c
@@ -1,3 +1,28 @@
+/* print_dlg.c
+ * Dialog boxes for printing
+ *
+ * $Id: print_dlg.c,v 1.3 1999/09/09 04:25:49 guy Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@zing.org>
+ * Copyright 1998 Gerald Combs
+ *
+ *
+ * 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 Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
diff --git a/gtk/print_prefs.c b/gtk/print_prefs.c
index 45606c73ab..7261726462 100644
--- a/gtk/print_prefs.c
+++ b/gtk/print_prefs.c
@@ -1,3 +1,27 @@
+/* print_prefs.c
+ * Dialog boxes for preferences for printing
+ *
+ * $Id: print_prefs.c,v 1.3 1999/09/09 04:25:48 guy Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@zing.org>
+ * Copyright 1998 Gerald Combs
+ *
+ *
+ * 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 Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/gtk/print_prefs.h b/gtk/print_prefs.h
index 5ce73c3ea3..3cc8a0fbee 100644
--- a/gtk/print_prefs.h
+++ b/gtk/print_prefs.h
@@ -1,3 +1,28 @@
+/* print_prefs.h
+ * Definitions for print preferences window
+ *
+ * $Id: print_prefs.h,v 1.2 1999/09/09 04:25:48 guy Exp $
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@zing.org>
+ * Copyright 1998 Gerald Combs
+ *
+ *
+ * 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 Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
GtkWidget *printer_prefs_show();
void printer_prefs_ok(GtkWidget *w);