Skip to content

Commit 3283653

Browse files
committed
Year++, minor cleanup
1 parent 95f8ef0 commit 3283653

318 files changed

Lines changed: 319 additions & 575 deletions

File tree

Some content is hidden

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2012-2025 Justin Hileman
3+
Copyright (c) 2012-2026 Justin Hileman
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

bin/fetch-manual

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/*
55
* This file is part of Psy Shell.
66
*
7-
* (c) 2012-2025 Justin Hileman
7+
* (c) 2012-2026 Justin Hileman
88
*
99
* For the full copyright and license information, please view the LICENSE
1010
* file that was distributed with this source code.

bin/psysh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/*
55
* This file is part of Psy Shell.
66
*
7-
* (c) 2012-2025 Justin Hileman
7+
* (c) 2012-2026 Justin Hileman
88
*
99
* For the full copyright and license information, please view the LICENSE
1010
* file that was distributed with this source code.

scoper.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Psy Shell.
55
*
6-
* (c) 2012-2025 Justin Hileman
6+
* (c) 2012-2026 Justin Hileman
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/CodeCleaner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Psy Shell.
55
*
6-
* (c) 2012-2025 Justin Hileman
6+
* (c) 2012-2026 Justin Hileman
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/CodeCleaner/AbstractClassPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Psy Shell.
55
*
6-
* (c) 2012-2025 Justin Hileman
6+
* (c) 2012-2026 Justin Hileman
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/CodeCleaner/AssignThisVariablePass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Psy Shell.
55
*
6-
* (c) 2012-2025 Justin Hileman
6+
* (c) 2012-2026 Justin Hileman
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/CodeCleaner/CallTimePassByReferencePass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Psy Shell.
55
*
6-
* (c) 2012-2025 Justin Hileman
6+
* (c) 2012-2026 Justin Hileman
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/CodeCleaner/CalledClassPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Psy Shell.
55
*
6-
* (c) 2012-2025 Justin Hileman
6+
* (c) 2012-2026 Justin Hileman
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/CodeCleaner/CodeCleanerPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of Psy Shell.
55
*
6-
* (c) 2012-2025 Justin Hileman
6+
* (c) 2012-2026 Justin Hileman
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

0 commit comments

Comments
 (0)