[dahdi-commits] tzafrir: tools/trunk r5379 - /tools/trunk/xpp/

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Mon Nov 24 04:21:17 CST 2008


Author: tzafrir
Date: Mon Nov 24 04:21:16 2008
New Revision: 5379

URL: http://svn.digium.com/view/dahdi?view=rev&rev=5379
Log:
Add some missing copyright statements in the xpp/ directory as well.

Modified:
    tools/trunk/xpp/fpga_load.c
    tools/trunk/xpp/test_parse.c
    tools/trunk/xpp/waitfor_xpds
    tools/trunk/xpp/xpp_fxloader

Modified: tools/trunk/xpp/fpga_load.c
URL: http://svn.digium.com/view/dahdi/tools/trunk/xpp/fpga_load.c?view=diff&rev=5379&r1=5378&r2=5379
==============================================================================
--- tools/trunk/xpp/fpga_load.c (original)
+++ tools/trunk/xpp/fpga_load.c Mon Nov 24 04:21:16 2008
@@ -1,3 +1,25 @@
+/*
+ * Written by Oron Peled <oron at actcom.co.il>
+ * Copyright (C) 2006-2008, 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 <assert.h>
 #include <string.h>

Modified: tools/trunk/xpp/test_parse.c
URL: http://svn.digium.com/view/dahdi/tools/trunk/xpp/test_parse.c?view=diff&rev=5379&r1=5378&r2=5379
==============================================================================
--- tools/trunk/xpp/test_parse.c (original)
+++ tools/trunk/xpp/test_parse.c Mon Nov 24 04:21:16 2008
@@ -1,3 +1,25 @@
+/*
+ * Written by Oron Peled <oron at 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"

Modified: tools/trunk/xpp/waitfor_xpds
URL: http://svn.digium.com/view/dahdi/tools/trunk/xpp/waitfor_xpds?view=diff&rev=5379&r1=5378&r2=5379
==============================================================================
--- tools/trunk/xpp/waitfor_xpds (original)
+++ tools/trunk/xpp/waitfor_xpds Mon Nov 24 04:21:16 2008
@@ -1,4 +1,27 @@
 #! /bin/sh
+
+# waitfor_xpds: wait until all Astribanks were initialized
+
+# Written by Oron Peled <oron at actcom.co.il>
+# Copyright (C) 2008, 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.
+#
+
 
 set -e
 

Modified: tools/trunk/xpp/xpp_fxloader
URL: http://svn.digium.com/view/dahdi/tools/trunk/xpp/xpp_fxloader?view=diff&rev=5379&r1=5378&r2=5379
==============================================================================
--- tools/trunk/xpp/xpp_fxloader (original)
+++ tools/trunk/xpp/xpp_fxloader Mon Nov 24 04:21:16 2008
@@ -1,6 +1,27 @@
 #!/bin/bash
 
 # xpp_fxloader: load Xorcom Astribank (XPP) firmware
+#
+# Written by Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+# Copyright (C) 2006-2008, 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.
+#
+
 #
 # This script can be run manually or from hotplug/udev.
 #




More information about the dahdi-commits mailing list