summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--daemon/gvfsbackendtrash.c7
-rw-r--r--daemon/gvfsbackendtrash.h7
3 files changed, 17 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index bc3bf017..df64d80c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+2008-12-15 Ryan Lortie <desrt@desrt.ca>
+
+ * daemon/gvfsbackendtrash.c:
+ * daemon/gvfsbackendtrash.h: relicense to LGPLv2+
+
2008-12-15 Alexander Larsson <alexl@redhat.com>
- * daemon/gvfsbackendtrash.c:
- * daemon/trashlib/Makefile.am:
+ * daemon/gvfsbackendtrash.c:
+ * daemon/trashlib/Makefile.am:
Fix dist issues
2008-12-15 Alexander Larsson <alexl@redhat.com>
diff --git a/daemon/gvfsbackendtrash.c b/daemon/gvfsbackendtrash.c
index 841d514c..70a02104 100644
--- a/daemon/gvfsbackendtrash.c
+++ b/daemon/gvfsbackendtrash.c
@@ -2,8 +2,11 @@
* Copyright © 2008 Ryan Lortie
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of version 3 of the GNU General Public License as
- * published by the Free Software Foundation.
+ * it under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation; either version 2 of the licence or (at
+ * your option) any later version.
+ *
+ * See the included COPYING file for more information.
*/
#include "gvfsbackendtrash.h"
diff --git a/daemon/gvfsbackendtrash.h b/daemon/gvfsbackendtrash.h
index dc6f25b3..5550884b 100644
--- a/daemon/gvfsbackendtrash.h
+++ b/daemon/gvfsbackendtrash.h
@@ -2,8 +2,11 @@
* Copyright © 2008 Ryan Lortie
*
* This program is free software: you can redistribute it and/or modify
- * it under the terms of version 3 of the GNU General Public License as
- * published by the Free Software Foundation.
+ * it under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation; either version 2 of the licence or (at
+ * your option) any later version.
+ *
+ * See the included COPYING file for more information.
*/
#ifndef _gvfsbackendtrash_h_