diff --git a/README b/README index bddbb6cc..fbc83860 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -libqrencode 3.4.3 - QR Code encoding library +libqrencode 3.9.0 - QR Code encoding library GENERAL INFORMATION =================== diff --git a/README.md b/README.md index bdffa61a..7dbd619f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# libqrencode 3.4.3 - QR Code encoding library [![Build Status](https://travis-ci.org/fukuchi/libqrencode.png?branch=master)](https://travis-ci.org/fukuchi/libqrencode) +# libqrencode 3.9.0 - QR Code encoding library [![Build Status](https://travis-ci.org/fukuchi/libqrencode.png?branch=master)](https://travis-ci.org/fukuchi/libqrencode) GENERAL INFORMATION =================== diff --git a/bitstream.c b/bitstream.c index 33d17a3b..866e7754 100644 --- a/bitstream.c +++ b/bitstream.c @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Binary sequence class. - * Copyright (C) 2006-2011 Kentaro Fukuchi + * Copyright (C) 2006-2014 Kentaro Fukuchi * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/bitstream.h b/bitstream.h index 3035a40f..601f10f2 100644 --- a/bitstream.h +++ b/bitstream.h @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Binary sequence class. - * Copyright (C) 2006-2011 Kentaro Fukuchi + * Copyright (C) 2006-2014 Kentaro Fukuchi * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qrenc.c b/qrenc.c index 95156900..0af5449a 100644 --- a/qrenc.c +++ b/qrenc.c @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * QR Code encoding tool - * Copyright (C) 2006-2013 Kentaro Fukuchi + * Copyright (C) 2006-2014 Kentaro Fukuchi * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qrencode.1.in b/qrencode.1.in index bc3ca7e7..b59f052c 100644 --- a/qrencode.1.in +++ b/qrencode.1.in @@ -1,4 +1,4 @@ -.TH QRENCODE 1 "Oct. 9, 2012" "qrencode @VERSION@" +.TH QRENCODE 1 "Jun. 27, 2014" "qrencode @VERSION@" .SH NAME qrencode \- Encode input data in a QR Code and save as a PNG or EPS image. .SH SYNOPSIS diff --git a/qrencode.c b/qrencode.c index 3d3a982f..f7b0d3f1 100644 --- a/qrencode.c +++ b/qrencode.c @@ -1,7 +1,7 @@ /* * qrencode - QR Code encoder * - * Copyright (C) 2006-2012 Kentaro Fukuchi + * Copyright (C) 2006-2014 Kentaro Fukuchi * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qrinput.c b/qrinput.c index de8c9421..4bc23e67 100644 --- a/qrinput.c +++ b/qrinput.c @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Input data chunk class - * Copyright (C) 2006-2011 Kentaro Fukuchi + * Copyright (C) 2006-2014 Kentaro Fukuchi * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qrinput.h b/qrinput.h index 9bf2a453..dd6dcf35 100644 --- a/qrinput.h +++ b/qrinput.h @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Input data chunk class - * Copyright (C) 2006-2011 Kentaro Fukuchi + * Copyright (C) 2006-2014 Kentaro Fukuchi * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/qrspec.c b/qrspec.c index fdd18eab..039a5be4 100644 --- a/qrspec.c +++ b/qrspec.c @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * QR Code specification in convenient format. - * Copyright (C) 2006-2011 Kentaro Fukuchi + * Copyright (C) 2006-2013 Kentaro Fukuchi * * The following data / specifications are taken from * "Two dimensional symbol -- QR-code -- Basic Specification" (JIS X0510:2004) diff --git a/qrspec.h b/qrspec.h index 54a3d9f0..e15624c0 100644 --- a/qrspec.h +++ b/qrspec.h @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * QR Code specification in convenient format. - * Copyright (C) 2006-2011 Kentaro Fukuchi + * Copyright (C) 2006-2013 Kentaro Fukuchi * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/rsecc.c b/rsecc.c index e1db33a5..3358317c 100644 --- a/rsecc.c +++ b/rsecc.c @@ -3,7 +3,7 @@ * * Reed solomon error correction code encoder specialized for QR code. * - * Copyright (C) 2013 Kentaro Fukuchi + * Copyright (C) 2014 Kentaro Fukuchi * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/rsecc.h b/rsecc.h index e5efd844..ff34449a 100644 --- a/rsecc.h +++ b/rsecc.h @@ -3,7 +3,7 @@ * * Reed solomon error correction code encoder specialized for QR code. * - * Copyright (C) 2013 Kentaro Fukuchi + * Copyright (C) 2014 Kentaro Fukuchi * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/split.c b/split.c index a2cb0e0e..e3bb6fc3 100644 --- a/split.c +++ b/split.c @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Input data splitter. - * Copyright (C) 2006-2011 Kentaro Fukuchi + * Copyright (C) 2006-2013 Kentaro Fukuchi * * The following data / specifications are taken from * "Two dimensional symbol -- QR-code -- Basic Specification" (JIS X0510:2004) diff --git a/split.h b/split.h index b2cdbe54..2817ccfc 100644 --- a/split.h +++ b/split.h @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Input data splitter. - * Copyright (C) 2006-2011 Kentaro Fukuchi + * Copyright (C) 2006-2013 Kentaro Fukuchi * * The following data / specifications are taken from * "Two dimensional symbol -- QR-code -- Basic Specification" (JIS X0510:2004)