summaryrefslogtreecommitdiffstats
path: root/src/h_bash.c
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2011-05-10 01:22:50 +0000
committerNathan Angelacos <nangel@alpinelinux.org>2011-05-10 01:22:50 +0000
commit1251e3c4b2b4845fc5a0ee01b56a6c2669437cad (patch)
treee0b55195cde4d5f2f4844132fdb286e2906c947e /src/h_bash.c
parentdd3a2d24cb75eb4c8f9c65dddd79e23546bf36b0 (diff)
downloadhaserl-1251e3c4b2b4845fc5a0ee01b56a6c2669437cad.tar.bz2
haserl-1251e3c4b2b4845fc5a0ee01b56a6c2669437cad.tar.xz
0.9.29 candidate
Diffstat (limited to 'src/h_bash.c')
-rw-r--r--src/h_bash.c29
1 files changed, 15 insertions, 14 deletions
diff --git a/src/h_bash.c b/src/h_bash.c
index 8c9c64c..e955acd 100644
--- a/src/h_bash.c
+++ b/src/h_bash.c
@@ -1,21 +1,22 @@
-/*-----------------------------------------------------------------
- * haserl functions specific to a bash/ash/dash shell
- * Copyright (c) 2003-2007 Nathan Angelacos (nangel@users.sourceforge.net)
+/* --------------------------------------------------------------------------
+ * Copyright 2003-2011 (inclusive) Nathan Angelacos
+ * (nangel@users.sourceforge.net)
+ *
+ * This file is part of haserl.
*
- * This program is free software; you can redistribute it and/or modify it under
- * the terms of the GNU General Public License, version 2, as published by the Free
- * Software Foundation.
+ * Haserl is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2,
+ * as published by the Free Software Foundation.
*
- * 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.
+ * Haserl 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
+ * You should have received a copy of the GNU General Public License
+ * along with haserl. If not, see <http://www.gnu.org/licenses/>.
*
- ------------------------------------------------------------------------- */
+ * ------------------------------------------------------------------------ */
#if HAVE_CONFIG_H
#include <config.h>