From e1b7f2641be63ba908601c7e6356adf8cdc771ac Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 4 Feb 2004 03:07:19 +0000 Subject: [PATCH] Add attribution to cia post outgoing script. BKrev: 402061e7H568hZp5RoQRsqnYlIyMCg --- BitKeeper/triggers/post-outgoing.ciabot | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/BitKeeper/triggers/post-outgoing.ciabot b/BitKeeper/triggers/post-outgoing.ciabot index 4f2ec0b1db..8a7132789f 100644 --- a/BitKeeper/triggers/post-outgoing.ciabot +++ b/BitKeeper/triggers/post-outgoing.ciabot @@ -1,5 +1,25 @@ #!/bin/sh +# Copyright (C) 2004 Chris Larson +# +# Sanity checks taken from the scripts on commits.bkbits.net +# Copyright (C) 2003 Leonard Norrgard +# +# 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., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. + check_sanity () { if [ X$BK_STATUS = XDRYRUN -o X$BK_STATUS = XNOTHING ]; then return 1 -- 2.39.5