This is an automated email from the git hooks/post-receive script. bob.dybian-guest pushed a commit to branch master in repository gwama.
commit 578a900bb2a83e501dc7963f13e79585cc56af77 Author: Dylan Aïssi <[email protected]> Date: Wed Dec 24 06:04:34 2014 +0100 Fix reference to d/copyright in 02_Fix_license_issue.patch --- debian/patches/02_Fix_license_issue.patch | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/debian/patches/02_Fix_license_issue.patch b/debian/patches/02_Fix_license_issue.patch index 52dbe56..8537396 100644 --- a/debian/patches/02_Fix_license_issue.patch +++ b/debian/patches/02_Fix_license_issue.patch @@ -1,16 +1,16 @@ Author: Dylan Aïssi <[email protected]> -Description: Fix license issue in commandLine.cpp, for more information see README.Debian file. +Description: Fix license issue in commandLine.cpp, for more information see debian/copyright file. Forwarded: Yes Last-Update: 2014-12-04 --- a/commandLine.cpp +++ b/commandLine.cpp @@ -54,7 +54,7 @@ - cout << "| GWAMA |" << v << "| May, 2010 |" << endl; - cout << "|----------------------------------------------------------|" << endl; - cout << "| (C) 2008 Reedik Magi & Andrew P Morris |" << endl; -- cout << "| GNU General Public License, v2 |" << endl; -+ cout << "| BSD-3-clause License |" << endl; - cout << "|----------------------------------------------------------|" << endl; - cout << "| For documentation, citation & bug-report instructions: |" << endl; - cout << "| http://www.well.ox.ac.uk/GWAMA/ |" << endl; + cout << "| GWAMA |" << v << "| May, 2010 |" << endl; + cout << "|----------------------------------------------------------|" << endl; + cout << "| (C) 2008 Reedik Magi & Andrew P Morris |" << endl; +- cout << "| GNU General Public License, v2 |" << endl; ++ cout << "| BSD-3-clause License |" << endl; + cout << "|----------------------------------------------------------|" << endl; + cout << "| For documentation, citation & bug-report instructions: |" << endl; + cout << "| http://www.well.ox.ac.uk/GWAMA/ |" << endl; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gwama.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
