From 403b8674e226df7e1923b47cb231b2be7b766f09 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Mon, 24 Nov 2008 10:21:16 +0000 Subject: 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 --- xpp/waitfor_xpds | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'xpp/waitfor_xpds') diff --git a/xpp/waitfor_xpds b/xpp/waitfor_xpds index 0108b1b..ebac3a0 100755 --- a/xpp/waitfor_xpds +++ b/xpp/waitfor_xpds @@ -1,5 +1,28 @@ #! /bin/sh +# waitfor_xpds: wait until all Astribanks were initialized + +# Written by Oron Peled +# 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 ab_list() { -- cgit v1.2.3