summaryrefslogtreecommitdiff
path: root/pjlib-util/src/pjlib-util/pcap.c
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-02-01 16:44:25 +0000
committerBenny Prijono <bennylp@teluu.com>2008-02-01 16:44:25 +0000
commitb52e50b48d7ea9080720b60575db600da5106b78 (patch)
tree1df32b3853c360e8ddae93bc27a7fc4aa0015969 /pjlib-util/src/pjlib-util/pcap.c
parent2c40b8a0f65babd72f03113040da9ee6d69e8372 (diff)
More ticket #465: updated VS8 and WinCE projects
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1766 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib-util/src/pjlib-util/pcap.c')
-rw-r--r--pjlib-util/src/pjlib-util/pcap.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/pjlib-util/src/pjlib-util/pcap.c b/pjlib-util/src/pjlib-util/pcap.c
index 6be6af3d..82c7d8b5 100644
--- a/pjlib-util/src/pjlib-util/pcap.c
+++ b/pjlib-util/src/pjlib-util/pcap.c
@@ -1,3 +1,21 @@
+/* $Id$ */
+/*
+ * Copyright (C)2003-2007 Benny Prijono <benny@prijono.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 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
+ */
#include <pjlib-util/pcap.h>
#include <pj/assert.h>
#include <pj/errno.h>