summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-02-04 03:07:19 +0000
committerChris Larson <clarson@kergoth.com>2004-02-04 03:07:19 +0000
commite1b7f2641be63ba908601c7e6356adf8cdc771ac (patch)
tree496230d0158384fafdbbb615b9405c1fdfda3e9a
parent1b81e046979af0b2dd33e55140d34586ad788399 (diff)
Add attribution to cia post outgoing script.
BKrev: 402061e7H568hZp5RoQRsqnYlIyMCg
-rw-r--r--BitKeeper/triggers/post-outgoing.ciabot20
1 files changed, 20 insertions, 0 deletions
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 <kergoth@handhelds.org>
+#
+# Sanity checks taken from the scripts on commits.bkbits.net
+# Copyright (C) 2003 Leonard Norrgard <leonard.norrgard@refactor.fi>
+#
+# 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