[gvfs] test/gvfs-test: Add missing copyright/license header



commit 684a4961315012d577140cf07c4ad7b55b9d9618
Author: Martin Pitt <martinpitt gnome org>
Date:   Fri Oct 12 07:19:40 2012 +0200

    test/gvfs-test: Add missing copyright/license header

 test/gvfs-test |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/test/gvfs-test b/test/gvfs-test
index a55a675..9d4d2ac 100755
--- a/test/gvfs-test
+++ b/test/gvfs-test
@@ -1,4 +1,24 @@
 #!/usr/bin/python3
+
+__author__ = 'Martin Pitt <martin pitt ubuntu com>'
+__copyright__ = '(C) 2012 Canonical Ltd.'
+__license__ = 'LGPL v2 or later'
+
+# 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., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
+
 import os
 import os.path
 import sys



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]