diff options
author | Nathan Angelacos <nangel@alpinelinux.org> | 2011-05-10 01:22:50 +0000 |
---|---|---|
committer | Nathan Angelacos <nangel@alpinelinux.org> | 2011-05-10 01:22:50 +0000 |
commit | 1251e3c4b2b4845fc5a0ee01b56a6c2669437cad (patch) | |
tree | e0b55195cde4d5f2f4844132fdb286e2906c947e /src/h_error.h | |
parent | dd3a2d24cb75eb4c8f9c65dddd79e23546bf36b0 (diff) | |
download | haserl-1251e3c4b2b4845fc5a0ee01b56a6c2669437cad.tar.bz2 haserl-1251e3c4b2b4845fc5a0ee01b56a6c2669437cad.tar.xz |
0.9.29 candidate
Diffstat (limited to 'src/h_error.h')
-rw-r--r-- | src/h_error.h | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/src/h_error.h b/src/h_error.h index af8d9aa..76a1496 100644 --- a/src/h_error.h +++ b/src/h_error.h @@ -1,6 +1,25 @@ -/* - * $Id: haserl.h,v 1.14 2005/11/18 14:43:10 nangel Exp $ - */ +/* -------------------------------------------------------------------------- + * Copyright 2003-2011 (inclusive) Nathan Angelacos + * (nangel@users.sourceforge.net) + * + * This file is part of haserl. + * + * 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. + * + * 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 haserl. If not, see <http://www.gnu.org/licenses/>. + * + * ------------------------------------------------------------------------ */ + + + #ifndef H_ERROR_H #define H_ERROR_H 1 |