From 9550ad1068c4b3ef2710a0596c90d0483d4734e5 Mon Sep 17 00:00:00 2001 From: Manuel F Martinez Date: Wed, 10 Jun 2015 16:28:27 -0700 Subject: [PATCH] Fixed License version mismatch --- escpos/escpos.py | 2 +- escpos/printer.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/escpos/escpos.py b/escpos/escpos.py index b6befdd..b2e91f7 100644 --- a/escpos/escpos.py +++ b/escpos/escpos.py @@ -3,7 +3,7 @@ @author: Manuel F Martinez @organization: Bashlinux @copyright: Copyright (c) 2012 Bashlinux -@license: GPL +@license: GNU GPL v3 """ try: diff --git a/escpos/printer.py b/escpos/printer.py index a34edb4..d60e880 100644 --- a/escpos/printer.py +++ b/escpos/printer.py @@ -3,7 +3,7 @@ @author: Manuel F Martinez @organization: Bashlinux @copyright: Copyright (c) 2012 Bashlinux -@license: GPL +@license: GNU GPL v3 """ import usb.core