[svn-commits] tzafrir: tools/trunk r7463 - /tools/trunk/xpp/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Nov 4 05:50:41 CST 2009


Author: tzafrir
Date: Wed Nov  4 05:50:38 2009
New Revision: 7463

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7463
Log:
xpp: Comment-only changes: copyright, keywords

Modified:
    tools/trunk/xpp/twinstar_hook
    tools/trunk/xpp/waitfor_xpds
    tools/trunk/xpp/xpp_fxloader

Modified: tools/trunk/xpp/twinstar_hook
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/xpp/twinstar_hook?view=diff&rev=7463&r1=7462&r2=7463
==============================================================================
--- tools/trunk/xpp/twinstar_hook (original)
+++ tools/trunk/xpp/twinstar_hook Wed Nov  4 05:50:38 2009
@@ -1,4 +1,7 @@
 #! /bin/sh
+#
+# twinstar_hook: Example twinstar-specific hook script
+# $Id$
 #
 # Written by Oron Peled <oron at actcom.co.il>
 # Copyright (C) 2009, Xorcom

Modified: tools/trunk/xpp/waitfor_xpds
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/xpp/waitfor_xpds?view=diff&rev=7463&r1=7462&r2=7463
==============================================================================
--- tools/trunk/xpp/waitfor_xpds (original)
+++ tools/trunk/xpp/waitfor_xpds Wed Nov  4 05:50:38 2009
@@ -1,9 +1,10 @@
 #! /bin/sh
 
 # waitfor_xpds: wait until all Astribanks were initialized
+# $Id$
 
 # Written by Oron Peled <oron at actcom.co.il>
-# Copyright (C) 2008, Xorcom
+# Copyright (C) 2008-2009, Xorcom
 #
 # All rights reserved.
 #

Modified: tools/trunk/xpp/xpp_fxloader
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/xpp/xpp_fxloader?view=diff&rev=7463&r1=7462&r2=7463
==============================================================================
--- tools/trunk/xpp/xpp_fxloader (original)
+++ tools/trunk/xpp/xpp_fxloader Wed Nov  4 05:50:38 2009
@@ -1,9 +1,10 @@
 #!/bin/bash
 
 # xpp_fxloader: load Xorcom Astribank (XPP) firmware
+# $Id$
 #
 # Written by Tzafrir Cohen <tzafrir.cohen at xorcom.com>
-# Copyright (C) 2006, 2007, 2008, Xorcom
+# Copyright (C) 2006-2009, Xorcom
 #
 # All rights reserved.
 #
@@ -21,7 +22,6 @@
 # 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.
 #
@@ -37,35 +37,6 @@
 #
 # Make sure the firmware files are in $FIRMWARE_DIR
 #
-# UDEV Installation
-# #################
-#
-# Copy xpp.rules to /etc/udev/udev.d and xpp_fxloader to /etc/hotplug/usb/ .
-#
-# Hotplug Installation
-# ####################
-#
-# Copy this file and the file xpp_fxloader.usermap to /etc/hotplug/usb/ .
-#
-# 
-# Written by Tzafrir Cohen <tzafrir.cohen at xorcom.com>
-# 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.
 
 set -e
 




More information about the svn-commits mailing list