summaryrefslogtreecommitdiff
path: root/xpp/test_parse.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-11-24 10:21:16 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-11-24 10:21:16 +0000
commit403b8674e226df7e1923b47cb231b2be7b766f09 (patch)
treec5cb02b8f76c7c703dd8e7583357810d6399d220 /xpp/test_parse.c
parent2152bae0d5fbb42cc24de6ee166e37ea2dbefb97 (diff)
Add some missing copyright statements in the xpp/ directory as well.
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5379 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/test_parse.c')
-rw-r--r--xpp/test_parse.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/xpp/test_parse.c b/xpp/test_parse.c
index 8ac2023..afe3ef4 100644
--- a/xpp/test_parse.c
+++ b/xpp/test_parse.c
@@ -1,3 +1,25 @@
+/*
+ * Written by Oron Peled <oron@actcom.co.il>
+ * Copyright (C) 2006, Xorcom
+ *
+ * All rights reserved.
+ *
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ */
+
#include <stdio.h>
#include <stdarg.h>
#include "hexfile.h"