From b8727147a6116f22f72f3cce06502e0040fd6048 Mon Sep 17 00:00:00 2001 From: raveit Date: Wed, 29 May 2013 13:05:31 +0200 Subject: [PATCH 1/3] add license information --- debian/COPYING | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/COPYING diff --git a/debian/COPYING b/debian/COPYING new file mode 100644 index 0000000..428a619 --- /dev/null +++ b/debian/COPYING @@ -0,0 +1,13 @@ +This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License, version 2. + . + This program 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 General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. From 91a42fcbc06b305403c7649ba770183673197796 Mon Sep 17 00:00:00 2001 From: raveit Date: Wed, 29 May 2013 13:13:59 +0200 Subject: [PATCH 2/3] update COPYING --- debian/COPYING | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/debian/COPYING b/debian/COPYING index 428a619..500ad5f 100644 --- a/debian/COPYING +++ b/debian/COPYING @@ -1,13 +1,13 @@ This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License, version 2. - . - This program 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 General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see . - . - On Debian systems, the complete text of the GNU General - Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. +it under the terms of the GNU General Public License, version 2. + +This program 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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . + +On Debian systems, the complete text of the GNU General +Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. From cdcf39dbbfa044308aacc36121303f43ff7ba97c Mon Sep 17 00:00:00 2001 From: raveit Date: Wed, 29 May 2013 13:49:31 +0200 Subject: [PATCH 3/3] move COPYING file --- debian/COPYING => COPYING | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename debian/COPYING => COPYING (100%) diff --git a/debian/COPYING b/COPYING similarity index 100% rename from debian/COPYING rename to COPYING