aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-05 09:50:45 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-09-05 09:50:45 +0000
commit0ce667a8b47caa80e3d10f0e480a9cfce877b4b0 (patch)
tree55df791599c553dd71764a1080386bb7387acc4d
parent4cfa8b37c6df201ce9f609c97e9125996dc1d96f (diff)
propset, add $Id: $ and copyright headers
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19150 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--CMakeLists.txt23
-rw-r--r--README.cmake4
-rw-r--r--wiretap/CMakeLists.txt23
3 files changed, 49 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 34c8086ab0..7416465f29 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,26 @@
+# CMakeLists.txt
+#
+# $Id$
+#
+# Wireshark - Network traffic analyzer
+# By Gerald Combs <gerald@wireshark.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.
+#
+
PROJECT(dumpcap C)
SET(dumpcap_LIBS wiretap)
diff --git a/README.cmake b/README.cmake
index 4e0a9986d9..af7695e7e4 100644
--- a/README.cmake
+++ b/README.cmake
@@ -1,4 +1,6 @@
-Placeholder for cmake development stuff :-)
+ Explain the cmake build system for wireshark
+
+ $Id$
Notice
diff --git a/wiretap/CMakeLists.txt b/wiretap/CMakeLists.txt
index 1bc5e9c0bd..97fed77e59 100644
--- a/wiretap/CMakeLists.txt
+++ b/wiretap/CMakeLists.txt
@@ -1,3 +1,26 @@
+# CMakeLists.txt
+#
+# $Id$
+#
+# Wireshark - Network traffic analyzer
+# By Gerald Combs <gerald@wireshark.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.
+#
+
ADD_LIBRARY(wiretap SHARED
5views.c
airopeek9.c