diff options
author | Linus Walleij <triad@df.lth.se> | 2007-02-02 22:47:39 +0000 |
---|---|---|
committer | Linus Walleij <triad@df.lth.se> | 2007-02-02 22:47:39 +0000 |
commit | 2f45d224ce34d3fdc5eb255cde6ed9e2c407f218 (patch) | |
tree | e2a9f125683c3804097df530380a6aa30ec0aa9f /src/util.c | |
parent | 073c417cce935b2de5cfdff5120b526b34b20f4d (diff) | |
download | libmtp-2f45d224ce34d3fdc5eb255cde6ed9e2c407f218.tar.gz |
LGPL boilerplates,
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -3,6 +3,23 @@ * * This file contains generic utility functions such as can be * used for debugging for example. + * + * Copyright (C) 2005-2007 Linus Walleij <triad@df.lth.se> + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ /* MSVC does not have these */ |