From 0f21592bfc112331526fd39806eb17f759c12eb2 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 10 Jan 2010 10:51:17 +0000 Subject: 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 --- xpp/twinstar_hook | 3 +++ xpp/waitfor_xpds | 3 ++- xpp/xpp_fxloader | 33 ++------------------------------- 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 # 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 -# 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 -# 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 -# 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 -- cgit v1.2.3