Skip to content

Commit 2b27ca5

Browse files
committed
Update copyright notice
1 parent dcac99d commit 2b27ca5

9 files changed

+9
-9
lines changed

LICENSE.md

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) 2014 Niklas Ekman
3+
Copyright (c) 2018 Niklas Ekman
44

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

src/Contract/LuhnAlgorithmInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* The MIT License (MIT)
55
*
6-
* Copyright (c) 2014 Niklas Ekman
6+
* Copyright (c) 2018 Niklas Ekman
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy of
99
* this software and associated documentation files (the "Software"), to deal in

src/Contract/NumberInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* The MIT License (MIT)
55
*
6-
* Copyright (c) 2014 Niklas Ekman
6+
* Copyright (c) 2018 Niklas Ekman
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy of
99
* this software and associated documentation files (the "Software"), to deal in

src/LuhnAlgorithm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* The MIT License (MIT)
55
*
6-
* Copyright (c) 2014 Niklas Ekman
6+
* Copyright (c) 2018 Niklas Ekman
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy of
99
* this software and associated documentation files (the "Software"), to deal in

src/LuhnAlgorithmFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* The MIT License (MIT)
55
*
6-
* Copyright (c) 2014 Niklas Ekman
6+
* Copyright (c) 2018 Niklas Ekman
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy of
99
* this software and associated documentation files (the "Software"), to deal in

src/Number.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* The MIT License (MIT)
55
*
6-
* Copyright (c) 2014 Niklas Ekman
6+
* Copyright (c) 2018 Niklas Ekman
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy of
99
* this software and associated documentation files (the "Software"), to deal in

tests/LuhnAlgorithmFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* The MIT License (MIT)
55
*
6-
* Copyright (c) 2014 Niklas Ekman
6+
* Copyright (c) 2018 Niklas Ekman
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy of
99
* this software and associated documentation files (the "Software"), to deal in

tests/LuhnAlgorithmTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* The MIT License (MIT)
55
*
6-
* Copyright (c) 2014 Niklas Ekman
6+
* Copyright (c) 2018 Niklas Ekman
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy of
99
* this software and associated documentation files (the "Software"), to deal in

tests/NumberTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* The MIT License (MIT)
55
*
6-
* Copyright (c) 2014 Niklas Ekman
6+
* Copyright (c) 2018 Niklas Ekman
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy of
99
* this software and associated documentation files (the "Software"), to deal in

0 commit comments

Comments
 (0)