From 03e33a70e1a154cd668193f7bd7ac7e3483969a7 Mon Sep 17 00:00:00 2001 From: danielel Date: Sat, 14 Aug 2010 15:49:47 +0000 Subject: [PATCH] Fixed copyright notice for python library wrapper: now it shows the correct License git-svn-id: https://vde.svn.sourceforge.net/svnroot/vde/trunk@443 d37a7db1-d92d-0410-89df-f68f52f87b57 --- vde-2/src/lib/python/VdePlug.py | 3 ++- vde-2/src/lib/python/vdeplug_python.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/vde-2/src/lib/python/VdePlug.py b/vde-2/src/lib/python/VdePlug.py index f7325f6..241c832 100755 --- a/vde-2/src/lib/python/VdePlug.py +++ b/vde-2/src/lib/python/VdePlug.py @@ -5,7 +5,8 @@ LibVdePlug/python wrapper Copyright 2010 Daniele Lacamera - Released under the terms of GNU GPL v.2 + Released under the terms of GNU LGPL v. 2.1 + (see COPYING.libvdeplug in the main project directory) ''' diff --git a/vde-2/src/lib/python/vdeplug_python.c b/vde-2/src/lib/python/vdeplug_python.c index ba18899..8900b75 100644 --- a/vde-2/src/lib/python/vdeplug_python.c +++ b/vde-2/src/lib/python/vdeplug_python.c @@ -2,7 +2,8 @@ * LibVdePlug/python wrapper * Copyright © 2010 Daniele Lacamera * - * Released under the terms of GNU GPL v.2 + * Released under the terms of GNU LGPL v. 2.1 + * (see COPYING.libvdeplug in the main project directory) * */ #include "Python.h" -- 2.11.4.GIT