summaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2007-02-02 22:47:39 +0000
committerLinus Walleij <triad@df.lth.se>2007-02-02 22:47:39 +0000
commit2f45d224ce34d3fdc5eb255cde6ed9e2c407f218 (patch)
treee2a9f125683c3804097df530380a6aa30ec0aa9f /src/util.c
parent073c417cce935b2de5cfdff5120b526b34b20f4d (diff)
downloadlibmtp-2f45d224ce34d3fdc5eb255cde6ed9e2c407f218.tar.gz
LGPL boilerplates,
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/util.c b/src/util.c
index f6c0498..79ad79c 100644
--- a/src/util.c
+++ b/src/util.c
@@ -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 */