Skip to content

Commit 243cae0

Browse files
committed
Update copyright year to 2022.
Signed-off-by: Donald Raab <[email protected]>
1 parent 907cbeb commit 243cae0

File tree

186 files changed

+188
-188
lines changed

Some content is hidden

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

186 files changed

+188
-188
lines changed

calendar-kata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2021 The Bank of New York Mellon.
3+
~ Copyright 2022 The Bank of New York Mellon.
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.

calendar-kata/src/main/java/bnymellon/codekatas/calendarkata/CalendarWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 The Bank of New York Mellon.
2+
* Copyright 2022 The Bank of New York Mellon.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

calendar-kata/src/main/java/bnymellon/codekatas/calendarkata/FullMonth.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 The Bank of New York Mellon.
2+
* Copyright 2022 The Bank of New York Mellon.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

calendar-kata/src/main/java/bnymellon/codekatas/calendarkata/FullWeek.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 The Bank of New York Mellon.
2+
* Copyright 2022 The Bank of New York Mellon.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

calendar-kata/src/main/java/bnymellon/codekatas/calendarkata/Meeting.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 The Bank of New York Mellon.
2+
* Copyright 2022 The Bank of New York Mellon.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

calendar-kata/src/main/java/bnymellon/codekatas/calendarkata/MyCalendar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 The Bank of New York Mellon.
2+
* Copyright 2022 The Bank of New York Mellon.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

calendar-kata/src/main/java/bnymellon/codekatas/calendarkata/WorkWeek.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 The Bank of New York Mellon.
2+
* Copyright 2022 The Bank of New York Mellon.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

code-point-kata-solutions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2021 The Bank of New York Mellon.
3+
~ Copyright 2022 The Bank of New York Mellon.
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.

code-point-kata-solutions/src/test/java/bnymellon/codekatas/codepointkata/CodePointKataTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 The Bank of New York Mellon.
2+
* Copyright 2022 The Bank of New York Mellon.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

code-point-kata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2021 The Bank of New York Mellon.
3+
~ Copyright 2022 The Bank of New York Mellon.
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)