[Pcsclite-git-commit] [PCSC] 01/05: Fix capitalisation issues in license text

Ludovic Rousseau rousseau at moszumanska.debian.org
Thu Aug 25 15:39:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository PCSC.

commit f9971f6577997929be74f2feb708e09121db6aaa
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Thu Aug 25 10:11:25 2016 +0200

    Fix capitalisation issues in license text
    
    All the licence text was in lower case.
    I guess that was because of a wrong manupilation of vim.
---
 UnitaryTests/stress_apdu.py         | 16 ++++++++--------
 UnitaryTests/stress_get_firmware.py | 16 ++++++++--------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/UnitaryTests/stress_apdu.py b/UnitaryTests/stress_apdu.py
index 0877be3..0a8c6e7 100755
--- a/UnitaryTests/stress_apdu.py
+++ b/UnitaryTests/stress_apdu.py
@@ -5,17 +5,17 @@
     Copyright (C) 2010  Ludovic Rousseau
 """
 
-#   this program is free software; you can redistribute it and/or modify
-#   it under the terms of the gnu general public license as published by
-#   the free software foundation; either version 3 of the license, or
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
-#   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.
+#   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
+#   You should have received a copy of the GNU General Public License along
 #   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from smartcard.System import readers
diff --git a/UnitaryTests/stress_get_firmware.py b/UnitaryTests/stress_get_firmware.py
index 8c8e83c..44bef4d 100755
--- a/UnitaryTests/stress_get_firmware.py
+++ b/UnitaryTests/stress_get_firmware.py
@@ -5,17 +5,17 @@
     Copyright (C) 2010  Ludovic Rousseau
 """
 
-#   this program is free software; you can redistribute it and/or modify
-#   it under the terms of the gnu general public license as published by
-#   the free software foundation; either version 3 of the license, or
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation; either version 3 of the License, or
 #   (at your option) any later version.
 #
-#   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.
+#   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
+#   You should have received a copy of the GNU General Public License along
 #   with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from smartcard.System import readers

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/PCSC.git



More information about the Pcsclite-cvs-commit mailing list