diff options
author | Michael Adam <obnox@samba.org> | 2011-05-31 00:23:46 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-05-31 01:44:27 +0200 |
commit | 88078c856976ebcad68251129ddc0556663dcf9c (patch) | |
tree | 6de5ebeb7ea5b8472389844e32ca6736f35c9c8a | |
parent | 447f0d356b4cef3e8501923d040146e782022d44 (diff) | |
download | samba-88078c856976ebcad68251129ddc0556663dcf9c.tar.gz samba-88078c856976ebcad68251129ddc0556663dcf9c.tar.bz2 samba-88078c856976ebcad68251129ddc0556663dcf9c.zip |
s3:winbindd/idmap_proto.h: add GPL/Copyright header
-rw-r--r-- | source3/winbindd/idmap_proto.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/source3/winbindd/idmap_proto.h b/source3/winbindd/idmap_proto.h index fa7f712024..73f05009b9 100644 --- a/source3/winbindd/idmap_proto.h +++ b/source3/winbindd/idmap_proto.h @@ -1,3 +1,28 @@ +/* + * Unix SMB/CIFS implementation. + * ID Mapping + * + * Copyright (C) Tim Potter 2000 + * Copyright (C) Jim McDonough <jmcd@us.ibm.com> 2003 + * Copyright (C) Simo Sorce 2003-2007 + * Copyright (C) Jeremy Allison 2006 + * Copyright (C) Michael Adam 2009-2010 + * + * 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 3 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, see <http://www.gnu.org/licenses/>. + */ + + /* The following definitions come from winbindd/idmap.c */ bool idmap_is_offline(void); |