Skip to content

Commit f4006aa

Browse files
committed
Updated copyright year and e-mail address
1 parent 2a8a326 commit f4006aa

File tree

1,117 files changed

+2233
-2233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,117 files changed

+2233
-2233
lines changed

.php_cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
$finder = PhpCsFixer\Finder::create()->in(__DIR__);

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
3434

3535
## Enforcement
3636

37-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at stelgenhof@gmail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at me@sachatelgenhof.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
3838

3939
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
4040

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 - 2018 AzuyaLabs
3+
Copyright (c) 2015 - 2019 AzuyaLabs
44

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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"authors": [
1717
{
1818
"name": "Sacha Telgenhof",
19-
"email": "me@sachatelgenhof.nl"
19+
"email": "me@sachatelgenhof.com"
2020
}
2121
],
2222
"require": {

phpunit.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--
33
~ This file is part of the Yasumi package.
44
~
5-
~ Copyright (c) 2015 - 2018 AzuyaLabs
5+
~ Copyright (c) 2015 - 2019 AzuyaLabs
66
~
77
~ For the full copyright and license information, please view the LICENSE
88
~ file that was distributed with this source code.
99
~
10-
~ @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
~ @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
-->
1212

1313
<phpunit backupGlobals="false"

src/Yasumi/Exception/Exception.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi\Exception;

src/Yasumi/Exception/InvalidDateException.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi\Exception;

src/Yasumi/Exception/UnknownLocaleException.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi\Exception;

src/Yasumi/Filters/BankHolidaysFilter.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi\Filters;

src/Yasumi/Filters/BetweenFilter.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
/**
44
* This file is part of the Yasumi package.
55
*
6-
* Copyright (c) 2015 - 2018 AzuyaLabs
6+
* Copyright (c) 2015 - 2019 AzuyaLabs
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*
11-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
11+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1212
*/
1313

1414
namespace Yasumi\Filters;

src/Yasumi/Filters/ObservedHolidaysFilter.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi\Filters;

src/Yasumi/Filters/OfficialHolidaysFilter.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi\Filters;

src/Yasumi/Filters/OtherHolidaysFilter.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi\Filters;

src/Yasumi/Filters/SeasonalHolidaysFilter.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi\Filters;

src/Yasumi/Holiday.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi;

src/Yasumi/Provider/AbstractProvider.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi\Provider;

src/Yasumi/Provider/Australia.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi\Provider;

src/Yasumi/Provider/Australia/Victoria.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi\Provider\Australia;

src/Yasumi/Provider/Austria.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
/**
44
* This file is part of the Yasumi package.
55
*
6-
* Copyright (c) 2015 - 2018 AzuyaLabs
6+
* Copyright (c) 2015 - 2019 AzuyaLabs
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*
11-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
11+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1212
*/
1313

1414
namespace Yasumi\Provider;

src/Yasumi/Provider/Belgium.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi\Provider;

src/Yasumi/Provider/Brazil.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi\Provider;

src/Yasumi/Provider/ChristianHolidays.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi\Provider;

src/Yasumi/Provider/CommonHolidays.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi\Provider;

src/Yasumi/Provider/Croatia.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi\Provider;

src/Yasumi/Provider/CzechRepublic.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/**
33
* This file is part of the Yasumi package.
44
*
5-
* Copyright (c) 2015 - 2018 AzuyaLabs
5+
* Copyright (c) 2015 - 2019 AzuyaLabs
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*
10-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
10+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1111
*/
1212

1313
namespace Yasumi\Provider;

src/Yasumi/Provider/Denmark.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
/**
44
* This file is part of the Yasumi package.
55
*
6-
* Copyright (c) 2015 - 2018 AzuyaLabs
6+
* Copyright (c) 2015 - 2019 AzuyaLabs
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*
11-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
11+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1212
*/
1313

1414
namespace Yasumi\Provider;

src/Yasumi/Provider/Estonia.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
/**
44
* This file is part of the Yasumi package.
55
*
6-
* Copyright (c) 2015 - 2018 AzuyaLabs
6+
* Copyright (c) 2015 - 2019 AzuyaLabs
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*
11-
* @author Sacha Telgenhof <stelgenhof@gmail.com>
11+
* @author Sacha Telgenhof <me@sachatelgenhof.com>
1212
*/
1313

1414
namespace Yasumi\Provider;

0 commit comments

Comments
 (0)