diff options
author | Günther Deschner <gd@samba.org> | 2011-06-10 14:59:35 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-06-10 15:11:25 +0200 |
commit | 74610109ac3140713140038d10df644024796907 (patch) | |
tree | 11d7425377aae88bb631f37bcf6af05e5548b6ad /lib | |
parent | a602cb2a0a0bc19121232444117486d8286e0af9 (diff) | |
download | samba-74610109ac3140713140038d10df644024796907.tar.gz samba-74610109ac3140713140038d10df644024796907.tar.xz samba-74610109ac3140713140038d10df644024796907.zip |
lib/util/time.h: fix licence/copyright
Guenther
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/time.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/util/time.h b/lib/util/time.h index 1f7f57db777..6a473f6ba14 100644 --- a/lib/util/time.h +++ b/lib/util/time.h @@ -1,7 +1,12 @@ /* Unix SMB/CIFS implementation. time utility functions - + + Copyright (C) Andrew Tridgell 1992-2004 + Copyright (C) Stefan (metze) Metzmacher 2002 + Copyright (C) Jeremy Allison 2007 + Copyright (C) Andrew Bartlett 2011 + 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 |