From 68a8a6b63b8d8993c18429ea57202b65cd7db37b Mon Sep 17 00:00:00 2001 From: "kentaro@fukuchi.org" Date: Sat, 9 Oct 2010 10:49:22 +0900 Subject: [PATCH] Copyright year and mail addresses updated. --- ChangeLog | 7 ++++++- README | 6 +++--- bitstream.c | 2 +- bitstream.h | 2 +- mask.c | 2 +- mask.h | 2 +- mmask.c | 2 +- mmask.h | 2 +- mqrspec.c | 2 +- mqrspec.h | 2 +- qrenc.c | 4 ++-- qrencode.1.in | 2 +- qrencode.c | 2 +- qrencode.h | 2 +- qrencode.spec.in | 6 ++++-- qrencode_inner.h | 2 +- qrinput.c | 2 +- qrinput.h | 2 +- qrspec.c | 2 +- qrspec.h | 2 +- rscode.c | 2 +- rscode.h | 2 +- split.c | 2 +- split.h | 2 +- tests/view_qrcode.c | 2 +- 25 files changed, 36 insertions(+), 29 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2ff0de21..03cff15c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,13 @@ +2010.10.09 Kentaro FUKUCHI + * Copyright year and mail address were updated. + * README, qrencode.spec.in + - The URL of qrencode's page has been updated. + 2010.02.03 Kentaro FUKUCHI [3.1.1] * qrencode.c, README: - Copyright year updates. - * Bumped vertion to 3.1.1. + * Bumped version to 3.1.1. * Version 3.1.1 has been released. 2010.01.27 Kentaro FUKUCHI diff --git a/README b/README index ee864046..d650f44a 100644 --- a/README +++ b/README @@ -73,7 +73,7 @@ You should limit the parameter by your application. LICENSING INFORMATION ===================== -Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi +Copyright (C) 2006-2010 Kentaro Fukuchi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free @@ -92,12 +92,12 @@ CONTACTS ======== Visit the homepage at: -http://megaui.net/fukuchi/works/qrencode/index.en.html +http://fukuchi.org/works/qrencode/index.en.html for new releases. Please mail any bug reports, suggestions, comments and questions to -Kentaro Fukuchi . Questions of license compliance +Kentaro Fukuchi . Questions of license compliance are also welcome. diff --git a/bitstream.c b/bitstream.c index 36a8ee6e..fb58a4d1 100644 --- a/bitstream.c +++ b/bitstream.c @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Binary sequence class. - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 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 5a5ac904..85049edf 100644 --- a/bitstream.h +++ b/bitstream.h @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Binary sequence class. - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 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/mask.c b/mask.c index d6ee8d02..70a668ae 100644 --- a/mask.c +++ b/mask.c @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Masking. - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 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/mask.h b/mask.h index 4ce80c5d..2b8ff2f7 100644 --- a/mask.h +++ b/mask.h @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Masking. - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 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/mmask.c b/mmask.c index 7999c906..1bbf71e2 100644 --- a/mmask.c +++ b/mmask.c @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Masking for Micro QR Code. - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 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/mmask.h b/mmask.h index 627dc32e..a37de105 100644 --- a/mmask.h +++ b/mmask.h @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Masking for Micro QR Code. - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 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/mqrspec.c b/mqrspec.c index a38bd8fd..ddb1fcfa 100644 --- a/mqrspec.c +++ b/mqrspec.c @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Micor QR Code specification in convenient format. - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 Kentaro Fukuchi * * The following data / specifications are taken from * "Two dimensional symbol -- QR-code -- Basic Specification" (JIS X0510:2004) diff --git a/mqrspec.h b/mqrspec.h index fc98454f..546cb875 100644 --- a/mqrspec.h +++ b/mqrspec.h @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Micro QR Code specification in convenient format. - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 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 89e1c16c..f0ed56ac 100644 --- a/qrenc.c +++ b/qrenc.c @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * QR Code encoding tool - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 Kentaro Fukuchi * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -64,7 +64,7 @@ static void usage(int help, int longopt) { fprintf(stderr, "qrencode version %s\n" -"Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi\n", VERSION); +"Copyright (C) 2006-2010 Kentaro Fukuchi\n", VERSION); if(help) { if(longopt) { fprintf(stderr, diff --git a/qrencode.1.in b/qrencode.1.in index 85b26047..958468b6 100644 --- a/qrencode.1.in +++ b/qrencode.1.in @@ -70,4 +70,4 @@ case-insensitive mode. Written by Kentaro Fukuchi. .SH COPYRIGHT -Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi. +Copyright (C) 2006, 2007, 2008, 2009, 2010 Kentaro Fukuchi. diff --git a/qrencode.c b/qrencode.c index 4c0816e1..2a580f58 100644 --- a/qrencode.c +++ b/qrencode.c @@ -1,7 +1,7 @@ /* * qrencode - QR Code encoder * - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 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.h b/qrencode.h index a1fae735..b9d287b5 100644 --- a/qrencode.h +++ b/qrencode.h @@ -1,7 +1,7 @@ /** * qrencode - QR Code encoder * - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 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.spec.in b/qrencode.spec.in index f03947ad..51543947 100644 --- a/qrencode.spec.in +++ b/qrencode.spec.in @@ -8,8 +8,8 @@ Summary: Libqrencode is a library for encoding data in a QR Code symbol, Group: System Environment/Libraries License: LGPLv2+ -URL: http://megaui.net/fukuchi/works/qrencode/ -Source0: http://megaui.net/fukuchi/works/qrencode/%{name}-%{version}.tar.gz +URL: http://fukuchi.org/works/qrencode/ +Source0: http://fukuchi.org/works/qrencode/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -62,6 +62,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libqrencode.pc %changelog +* Sat Oct 09 2010 Kentaro Fukuchi 3.9.0-1 +- URL and Source0 have been updated. * Fri May 01 2008 Kentaro Fukuchi 3.0.1-1 - The man page has been packaged correctly. * Tue May 15 2007 Kentaro Fukuchi 1.0.2-2 diff --git a/qrencode_inner.h b/qrencode_inner.h index 6f7b36b0..40a0edc8 100644 --- a/qrencode_inner.h +++ b/qrencode_inner.h @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Header for test use - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 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 259f0083..f421b620 100644 --- a/qrinput.c +++ b/qrinput.c @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Input data chunk class - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 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 73536fab..c2332a80 100644 --- a/qrinput.h +++ b/qrinput.h @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Input data chunk class - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 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 e01856cc..29ce2f7b 100644 --- a/qrspec.c +++ b/qrspec.c @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * QR Code specification in convenient format. - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 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 ff6cd9f9..31a35fc8 100644 --- a/qrspec.h +++ b/qrspec.h @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * QR Code specification in convenient format. - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 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/rscode.c b/rscode.c index 379e95b1..10176017 100644 --- a/rscode.c +++ b/rscode.c @@ -7,7 +7,7 @@ * Copyright (C) 2002, 2003, 2004, 2006 Phil Karn, KA9Q * (libfec is released under the GNU Lesser General Public License.) * - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 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/rscode.h b/rscode.h index 0f212c8d..c6830b30 100644 --- a/rscode.h +++ b/rscode.h @@ -7,7 +7,7 @@ * Copyright (C) 2002, 2003, 2004, 2006 Phil Karn, KA9Q * (libfec is released under the GNU Lesser General Public License.) * - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 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 4bb8e55b..0e5314b2 100644 --- a/split.c +++ b/split.c @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Input data splitter. - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 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 6a495e49..37e6d86d 100644 --- a/split.h +++ b/split.h @@ -2,7 +2,7 @@ * qrencode - QR Code encoder * * Input data splitter. - * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi + * Copyright (C) 2006-2010 Kentaro Fukuchi * * The following data / specifications are taken from * "Two dimensional symbol -- QR-code -- Basic Specification" (JIS X0510:2004) diff --git a/tests/view_qrcode.c b/tests/view_qrcode.c index a9d39d90..dc3940d4 100644 --- a/tests/view_qrcode.c +++ b/tests/view_qrcode.c @@ -47,7 +47,7 @@ static void usage(int help, int longopt) { fprintf(stderr, "view_qrcode version %s\n" -"Copyright (C) 2008, 2009 Kentaro Fukuchi\n", VERSION); +"Copyright (C) 2008, 2009, 2010 Kentaro Fukuchi\n", VERSION); if(help) { if(longopt) { fprintf(stderr,