Skip to content

Commit 19e4b19

Browse files
committed
Bumped year + fix typo
1 parent ef8b38f commit 19e4b19

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

QRCode.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @desc Compatible to vCard 4.0 or higher.
55
*
66
* @author Pierre-Henry Soria <ph7software@gmail.com>
7-
* @copyright (c) 2012-2016, Pierre-Henry Soria. All Rights Reserved.
7+
* @copyright (c) 2012-2017, Pierre-Henry Soria. All Rights Reserved.
88
* @license GNU General Public License <http://www.gnu.org/licenses/gpl.html>
99
* @version 1.2
1010
*/

example.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @title QR Code Example
44
*
55
* @author Pierre-Henry Soria <ph7software@gmail.com>
6-
* @copyright (c) 2012-2013, Pierre-Henry Soria. All Rights Reserved.
6+
* @copyright (c) 2012-2017, Pierre-Henry Soria. All Rights Reserved.
77
* @license GNU General Public License <http://www.gnu.org/licenses/gpl.html>
88
*/
99

@@ -23,7 +23,7 @@
2323
->email('ph7software@gmail.com') // Add Email Address
2424
->impp('phs_7@aol.com') // Add Instant Messenger
2525
->url('http://ph-7.github.com') // Add URL Website
26-
->note('Hello to all! I am a web developer. As hobbit, I like climbing and swimming ...') // Add Note
26+
->note('Hello to all! I am a web developer. As hobbies I like climbing and swimming ...') // Add Note
2727
->categories('developer,designer,climber,swimmer') // Add Categories
2828
->photo('http://files.phpclasses.org/picture/user/1122955.jpg') // Add Avatar
2929
->lang('en-US') // Add Language

0 commit comments

Comments
 (0)