summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-01-10 10:51:17 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-01-10 10:51:17 +0000
commit0f21592bfc112331526fd39806eb17f759c12eb2 (patch)
tree1d0bb1c92d07f24333f4839b87f924c0a7f21199
parent6174555ea3ddf76a4ab17b130516b1c4d5a80af6 (diff)
xpp: Comment-only changes: copyright, keywords
Merged revisions 7463 via svnmerge from http://svn.digium.com/svn/dahdi/tools/trunk git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/branches/2.2@7813 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rwxr-xr-xxpp/twinstar_hook3
-rwxr-xr-xxpp/waitfor_xpds3
-rw-r--r--xpp/xpp_fxloader33
3 files changed, 7 insertions, 32 deletions
diff --git a/xpp/twinstar_hook b/xpp/twinstar_hook
index 6818c85..712d572 100755
--- a/xpp/twinstar_hook
+++ b/xpp/twinstar_hook
@@ -1,5 +1,8 @@
#! /bin/sh
#
+# twinstar_hook: Example twinstar-specific hook script
+# $Id$
+#
# Written by Oron Peled <oron@actcom.co.il>
# Copyright (C) 2009, Xorcom
#
diff --git a/xpp/waitfor_xpds b/xpp/waitfor_xpds
index 6bee5f2..63f05f6 100755
--- a/xpp/waitfor_xpds
+++ b/xpp/waitfor_xpds
@@ -1,9 +1,10 @@
#! /bin/sh
# waitfor_xpds: wait until all Astribanks were initialized
+# $Id$
# Written by Oron Peled <oron@actcom.co.il>
-# Copyright (C) 2008, Xorcom
+# Copyright (C) 2008-2009, Xorcom
#
# All rights reserved.
#
diff --git a/xpp/xpp_fxloader b/xpp/xpp_fxloader
index 402f9af..e3180eb 100644
--- a/xpp/xpp_fxloader
+++ b/xpp/xpp_fxloader
@@ -1,9 +1,10 @@
#!/bin/bash
# xpp_fxloader: load Xorcom Astribank (XPP) firmware
+# $Id$
#
# Written by Tzafrir Cohen <tzafrir.cohen@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@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