summaryrefslogtreecommitdiff
path: root/tools/npl
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-09-13 18:29:08 +0000
committerEvan Huus <eapache@gmail.com>2013-09-13 18:29:08 +0000
commitd0d41182636809648846143b30b3f588d3e83bc4 (patch)
treee4e55ebfd08a99b2289b35a3fa248c3f3b6d87b0 /tools/npl
parentb5c48b4a41d189238778f22e8f476afc4d0054a8 (diff)
downloadwireshark-d0d41182636809648846143b30b3f588d3e83bc4.tar.gz
Add license header (attributing to Jakub) for a few of the npl files.
svn path=/trunk/; revision=52018
Diffstat (limited to 'tools/npl')
-rw-r--r--tools/npl/ast.h18
-rw-r--r--tools/npl/npl.c2
-rw-r--r--tools/npl/xmem.h18
3 files changed, 37 insertions, 1 deletions
diff --git a/tools/npl/ast.h b/tools/npl/ast.h
index fd116a41b2..57eca668ec 100644
--- a/tools/npl/ast.h
+++ b/tools/npl/ast.h
@@ -1,3 +1,21 @@
+/*
+ * Copyright 2012-2013, Jakub Zawadzki <darkjames-ws@darkjames.pl>
+ *
+ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
typedef enum {
OP1_INVALID = 0,
OP1_MINUS,
diff --git a/tools/npl/npl.c b/tools/npl/npl.c
index c45803474b..43a0b9f850 100644
--- a/tools/npl/npl.c
+++ b/tools/npl/npl.c
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright 2012-2013, Jakub Zawadzki <darkjames-ws@darkjames.pl>
*
* $Id$
diff --git a/tools/npl/xmem.h b/tools/npl/xmem.h
index 7d8a61e05d..b3f74db404 100644
--- a/tools/npl/xmem.h
+++ b/tools/npl/xmem.h
@@ -1,3 +1,21 @@
+/*
+ * Copyright 2012-2013, Jakub Zawadzki <darkjames-ws@darkjames.pl>
+ *
+ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
#ifndef _X_MEM_H
#define _X_MEM_H