Skip to content

Commit

Permalink
[TASK] Use copyright range in header comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Jan 1, 2024
1 parent 565ea0b commit 160aa2a
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Composer package "eliashaeussler/php-cs-fixer-config".
*
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2023-2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -30,7 +30,7 @@
'eliashaeussler/php-cs-fixer-config',
Package\Type::ComposerPackage,
Package\Author::create('Elias Häußler', 'elias@haeussler.dev'),
Package\CopyrightRange::create(),
Package\CopyrightRange::from(2023),
Package\License::GPL3OrLater,
);

Expand Down
2 changes: 1 addition & 1 deletion phpstan.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Composer package "eliashaeussler/php-cs-fixer-config".
*
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2023-2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Composer package "eliashaeussler/php-cs-fixer-config".
*
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2023-2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Composer package "eliashaeussler/php-cs-fixer-config".
*
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2023-2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Package/Author.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Composer package "eliashaeussler/php-cs-fixer-config".
*
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2023-2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Package/CopyrightRange.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Composer package "eliashaeussler/php-cs-fixer-config".
*
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2023-2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Package/License.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Composer package "eliashaeussler/php-cs-fixer-config".
*
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2023-2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Package/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Composer package "eliashaeussler/php-cs-fixer-config".
*
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2023-2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Rules/Header.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Composer package "eliashaeussler/php-cs-fixer-config".
*
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2023-2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Rules/Rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Composer package "eliashaeussler/php-cs-fixer-config".
*
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2023-2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Rules/RuleSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Composer package "eliashaeussler/php-cs-fixer-config".
*
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2023-2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/Rules/Set/DefaultRuleSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Composer package "eliashaeussler/php-cs-fixer-config".
*
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2023-2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion tests/src/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Composer package "eliashaeussler/php-cs-fixer-config".
*
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2023-2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Package/CopyrightRangeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Composer package "eliashaeussler/php-cs-fixer-config".
*
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2023-2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Rules/HeaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Composer package "eliashaeussler/php-cs-fixer-config".
*
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2023-2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Rules/RuleSetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Composer package "eliashaeussler/php-cs-fixer-config".
*
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2023-2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Rules/Set/DefaultRulesSetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/*
* This file is part of the Composer package "eliashaeussler/php-cs-fixer-config".
*
* Copyright (C) 2024 Elias Häußler <elias@haeussler.dev>
* Copyright (C) 2023-2024 Elias Häußler <elias@haeussler.dev>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 160aa2a

Please sign in to comment.