diff options
author | Martin Nagy <mnagy@redhat.com> | 2009-01-12 14:46:16 +0100 |
---|---|---|
committer | Martin Nagy <mnagy@redhat.com> | 2009-01-12 14:46:16 +0100 |
commit | d99b5f86ee3d2d2a53e16a3e866617ff022963b8 (patch) | |
tree | e9353de8efcec9174f34c06b126695a03e319d4d /util.h | |
parent | c502e4dc085a04c8aab113e6ca0d38113818240e (diff) | |
download | ldap_driver_testing-d99b5f86ee3d2d2a53e16a3e866617ff022963b8.tar.gz ldap_driver_testing-d99b5f86ee3d2d2a53e16a3e866617ff022963b8.tar.xz ldap_driver_testing-d99b5f86ee3d2d2a53e16a3e866617ff022963b8.zip |
Fix copyright headers.
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +/* Authors: Martin Nagy <mnagy@redhat.com> + * + * Copyright (C) 2009 Red Hat + * see file 'COPYING' for use and warranty information + * + * 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; version 2 only + * + * 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 + */ + #ifndef _LD_UTIL_H_ #define _LD_UTIL_H_ |