Skip to content

Commit ec7866a

Browse files
author
Jeremy Kendall
committed
Updates copyright/license year
1 parent 5e5e6df commit ec7866a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2013 Jeremy Kendall, http://about.me/jeremykendall
1+
Copyright (C) 2013-2014 Jeremy Kendall, http://about.me/jeremykendall
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the "Software"), to deal in

library/Pdp/HttpAdapter/CurlHttpAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* PHP Domain Parser: Public Suffix List based URL parsing
55
*
66
* @link http://github.com/jeremykendall/php-domain-parser for the canonical source repository
7-
* @copyright Copyright (c) 2013 Jeremy Kendall (http://about.me/jeremykendall)
7+
* @copyright Copyright (c) 2014 Jeremy Kendall (http://about.me/jeremykendall)
88
* @license http://github.com/jeremykendall/php-domain-parser/blob/master/LICENSE MIT License
99
*/
1010

library/Pdp/HttpAdapter/HttpAdapterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* PHP Domain Parser: Public Suffix List based URL parsing
55
*
66
* @link http://github.com/jeremykendall/php-domain-parser for the canonical source repository
7-
* @copyright Copyright (c) 2013 Jeremy Kendall (http://about.me/jeremykendall)
7+
* @copyright Copyright (c) 2014 Jeremy Kendall (http://about.me/jeremykendall)
88
* @license http://github.com/jeremykendall/php-domain-parser/blob/master/LICENSE MIT License
99
*/
1010

library/Pdp/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* PHP Domain Parser: Public Suffix List based URL parsing
55
*
66
* @link http://github.com/jeremykendall/php-domain-parser for the canonical source repository
7-
* @copyright Copyright (c) 2013 Jeremy Kendall (http://about.me/jeremykendall)
7+
* @copyright Copyright (c) 2014 Jeremy Kendall (http://about.me/jeremykendall)
88
* @license http://github.com/jeremykendall/php-domain-parser/blob/master/LICENSE MIT License
99
*/
1010

library/Pdp/PublicSuffixList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* PHP Domain Parser: Public Suffix List based URL parsing
55
*
66
* @link http://github.com/jeremykendall/php-domain-parser for the canonical source repository
7-
* @copyright Copyright (c) 2013 Jeremy Kendall (http://about.me/jeremykendall)
7+
* @copyright Copyright (c) 2014 Jeremy Kendall (http://about.me/jeremykendall)
88
* @license http://github.com/jeremykendall/php-domain-parser/blob/master/LICENSE MIT License
99
*/
1010

library/Pdp/PublicSuffixListManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* PHP Domain Parser: Public Suffix List based URL parsing
55
*
66
* @link http://github.com/jeremykendall/php-domain-parser for the canonical source repository
7-
* @copyright Copyright (c) 2013 Jeremy Kendall (http://about.me/jeremykendall)
7+
* @copyright Copyright (c) 2014 Jeremy Kendall (http://about.me/jeremykendall)
88
* @license http://github.com/jeremykendall/php-domain-parser/blob/master/LICENSE MIT License
99
*/
1010

library/Pdp/Uri/Url.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* PHP Domain Parser: Public Suffix List based URL parsing
55
*
66
* @link http://github.com/jeremykendall/php-domain-parser for the canonical source repository
7-
* @copyright Copyright (c) 2013 Jeremy Kendall (http://about.me/jeremykendall)
7+
* @copyright Copyright (c) 2014 Jeremy Kendall (http://about.me/jeremykendall)
88
* @license http://github.com/jeremykendall/php-domain-parser/blob/master/LICENSE MIT License
99
*/
1010

library/Pdp/Uri/Url/Host.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* PHP Domain Parser: Public Suffix List based URL parsing
55
*
66
* @link http://github.com/jeremykendall/php-domain-parser for the canonical source repository
7-
* @copyright Copyright (c) 2013 Jeremy Kendall (http://about.me/jeremykendall)
7+
* @copyright Copyright (c) 2014 Jeremy Kendall (http://about.me/jeremykendall)
88
* @license http://github.com/jeremykendall/php-domain-parser/blob/master/LICENSE MIT License
99
*/
1010

0 commit comments

Comments
 (0)