Skip to content

Commit 027eb92

Browse files
committed
Update brand to BNY
Signed-off-by: John Stuart <[email protected]>
1 parent 093772e commit 027eb92

File tree

277 files changed

+800
-817
lines changed

Some content is hidden

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

277 files changed

+800
-817
lines changed

CONTRIBUTING.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Thank you for visiting BNY Mellon's GitHub.
1+
Thank you for visiting BNY's GitHub.
22

33
We currently do not accept external code contributions.
44

55
We appreciate any potential issues or concerns reported by the community, and may elect to address them at our sole discretion.
66

77
Thank you for your interest!
88

9-
BNY Mellon
9+
BNY

calendar-kata-solutions/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2023 The Bank of New York Mellon.
3+
~ Copyright 2024 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.
@@ -20,7 +20,7 @@
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
2222

23-
<groupId>bnymellon.codekatas</groupId>
23+
<groupId>bny.codekatas</groupId>
2424
<artifactId>calendar-kata-solutions</artifactId>
2525
<version>1.0.0-SNAPSHOT</version>
2626

calendar-kata-solutions/src/main/java/bnymellon/codekatas/calendarkata/CalendarWindow.java renamed to calendar-kata-solutions/src/main/java/bny/codekatas/calendarkata/CalendarWindow.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 The Bank of New York Mellon.
2+
* Copyright 2024 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.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package bnymellon.codekatas.calendarkata;
17+
package bny.codekatas.calendarkata;
1818

1919
import java.time.LocalDate;
2020

calendar-kata-solutions/src/main/java/bnymellon/codekatas/calendarkata/FullMonth.java renamed to calendar-kata-solutions/src/main/java/bny/codekatas/calendarkata/FullMonth.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 The Bank of New York Mellon.
2+
* Copyright 2024 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.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package bnymellon.codekatas.calendarkata;
17+
package bny.codekatas.calendarkata;
1818

1919
import java.time.LocalDate;
2020

calendar-kata-solutions/src/main/java/bnymellon/codekatas/calendarkata/FullWeek.java renamed to calendar-kata-solutions/src/main/java/bny/codekatas/calendarkata/FullWeek.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 The Bank of New York Mellon.
2+
* Copyright 2024 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.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package bnymellon.codekatas.calendarkata;
17+
package bny.codekatas.calendarkata;
1818

1919
import java.time.DayOfWeek;
2020
import java.time.LocalDate;

calendar-kata/src/main/java/bnymellon/codekatas/calendarkata/Meeting.java renamed to calendar-kata-solutions/src/main/java/bny/codekatas/calendarkata/Meeting.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 The Bank of New York Mellon.
2+
* Copyright 2024 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.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package bnymellon.codekatas.calendarkata;
17+
package bny.codekatas.calendarkata;
1818

1919
import java.time.Duration;
2020
import java.time.LocalDate;

calendar-kata-solutions/src/main/java/bnymellon/codekatas/calendarkata/MyCalendar.java renamed to calendar-kata-solutions/src/main/java/bny/codekatas/calendarkata/MyCalendar.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 The Bank of New York Mellon.
2+
* Copyright 2024 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.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package bnymellon.codekatas.calendarkata;
17+
package bny.codekatas.calendarkata;
1818

1919
import java.time.Duration;
2020
import java.time.Instant;

calendar-kata-solutions/src/main/java/bnymellon/codekatas/calendarkata/WorkWeek.java renamed to calendar-kata-solutions/src/main/java/bny/codekatas/calendarkata/WorkWeek.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 The Bank of New York Mellon.
2+
* Copyright 2024 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.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package bnymellon.codekatas.calendarkata;
17+
package bny.codekatas.calendarkata;
1818

1919
import java.time.DayOfWeek;
2020
import java.time.LocalDate;

calendar-kata-solutions/src/test/java/bnymellon/codekatas/calendarkata/MyCalendarTest.java renamed to calendar-kata-solutions/src/test/java/bny/codekatas/calendarkata/MyCalendarTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 The Bank of New York Mellon.
2+
* Copyright 2024 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.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package bnymellon.codekatas.calendarkata;
17+
package bny.codekatas.calendarkata;
1818

1919
import java.time.Duration;
2020
import java.time.LocalDate;

calendar-kata/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ and [ThreeTen-Extra](http://www.threeten.org/threeten-extra/) libraries.
66

77
The domain for the Calendar kata is an object representation of an Outlook Calendar.
88
There are several domain classes that are shared by all of the exercises. These are
9-
[`MyCalendar`](./src/main/java/bnymellon/codekatas/calendarkata/MyCalendar.java),
10-
[`Meeting`](./src/main/java/bnymellon/codekatas/calendarkata/Meeting.java),
11-
[`WorkWeek`](./src/main/java/bnymellon/codekatas/calendarkata/WorkWeek.java),
12-
[`FullWeek`](./src/main/java/bnymellon/codekatas/calendarkata/FullWeek.java),
13-
[`FullMonth`](./src/main/java/bnymellon/codekatas/calendarkata/FullMonth.java) and
9+
[`MyCalendar`](src/main/java/bny/codekatas/calendarkata/MyCalendar.java),
10+
[`Meeting`](src/main/java/bny/codekatas/calendarkata/Meeting.java),
11+
[`WorkWeek`](src/main/java/bny/codekatas/calendarkata/WorkWeek.java),
12+
[`FullWeek`](src/main/java/bny/codekatas/calendarkata/FullWeek.java),
13+
[`FullMonth`](src/main/java/bny/codekatas/calendarkata/FullMonth.java) and
1414

1515
![Diagram](mycalendar.png)
1616
</p>
1717

1818
### How to get started
1919

20-
* There are failing tests in [`MyCalendarTest`](./src/test/java/bnymellon/codekatas/calendarkata/MyCalendarTest.java)
20+
* There are failing tests in [`MyCalendarTest`](./src/test/java/bny/codekatas/calendarkata/MyCalendarTest.java)
2121
* Make the tests pass by following and completing the TODOs in MyCalendar, WorkWeek, FullMonth and FullWeek.

calendar-kata/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2023 The Bank of New York Mellon.
3+
~ Copyright 2024 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.
@@ -20,7 +20,7 @@
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
2222

23-
<groupId>bnymellon.codekatas</groupId>
23+
<groupId>bny.codekatas</groupId>
2424
<artifactId>calendar-kata</artifactId>
2525
<version>1.0.0-SNAPSHOT</version>
2626

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 The Bank of New York Mellon.
2+
* Copyright 2024 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.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package bnymellon.codekatas.calendarkata;
17+
package bny.codekatas.calendarkata;
1818

1919
import java.time.LocalDate;
2020

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 The Bank of New York Mellon.
2+
* Copyright 2024 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.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package bnymellon.codekatas.calendarkata;
17+
package bny.codekatas.calendarkata;
1818

1919
import java.time.LocalDate;
2020

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 The Bank of New York Mellon.
2+
* Copyright 2024 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.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package bnymellon.codekatas.calendarkata;
17+
package bny.codekatas.calendarkata;
1818

1919
import java.time.DayOfWeek;
2020
import java.time.LocalDate;

calendar-kata-solutions/src/main/java/bnymellon/codekatas/calendarkata/Meeting.java renamed to calendar-kata/src/main/java/bny/codekatas/calendarkata/Meeting.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 The Bank of New York Mellon.
2+
* Copyright 2024 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.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package bnymellon.codekatas.calendarkata;
17+
package bny.codekatas.calendarkata;
1818

1919
import java.time.Duration;
2020
import java.time.LocalDate;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 The Bank of New York Mellon.
2+
* Copyright 2024 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.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package bnymellon.codekatas.calendarkata;
17+
package bny.codekatas.calendarkata;
1818

1919
import java.time.Duration;
2020
import java.time.Instant;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 The Bank of New York Mellon.
2+
* Copyright 2024 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.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package bnymellon.codekatas.calendarkata;
17+
package bny.codekatas.calendarkata;
1818

1919
import java.time.DayOfWeek;
2020
import java.time.LocalDate;

calendar-kata/src/test/java/bnymellon/codekatas/calendarkata/MyCalendarTest.java renamed to calendar-kata/src/test/java/bny/codekatas/calendarkata/MyCalendarTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 The Bank of New York Mellon.
2+
* Copyright 2024 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.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package bnymellon.codekatas.calendarkata;
17+
package bny.codekatas.calendarkata;
1818

1919
import java.time.Duration;
2020
import java.time.LocalDate;

code-point-kata-solutions/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2023 The Bank of New York Mellon.
3+
~ Copyright 2024 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.
@@ -20,7 +20,7 @@
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
2222

23-
<groupId>bnymellon.codekatas</groupId>
23+
<groupId>bny.codekatas</groupId>
2424
<artifactId>code-point-kata-solutions</artifactId>
2525
<version>1.0.0-SNAPSHOT</version>
2626

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 The Bank of New York Mellon.
2+
* Copyright 2024 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.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package bnymellon.codekatas.codepointkata;
17+
package bny.codekatas.codepointkata;
1818

1919
import java.nio.file.Files;
2020
import java.nio.file.Path;

code-point-kata/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2023 The Bank of New York Mellon.
3+
~ Copyright 2024 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.
@@ -20,7 +20,7 @@
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
2222

23-
<groupId>bnymellon.codekatas</groupId>
23+
<groupId>bny.codekatas</groupId>
2424
<artifactId>code-point-kata</artifactId>
2525
<version>1.0.0-SNAPSHOT</version>
2626

code-point-kata/src/test/java/bnymellon/codekatas/codepointkata/CodePointKataTest.java renamed to code-point-kata/src/test/java/bny/codekatas/codepointkata/CodePointKataTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022 The Bank of New York Mellon.
2+
* Copyright 2024 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.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package bnymellon.codekatas.codepointkata;
17+
package bny.codekatas.codepointkata;
1818

1919
import org.eclipse.collections.api.bag.primitive.CharBag;
2020
import org.eclipse.collections.api.bag.primitive.MutableCharBag;

coffee-shop-kata-solutions/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2023 The Bank of New York Mellon.
3+
~ Copyright 2024 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.
@@ -20,7 +20,7 @@
2020
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
2222

23-
<groupId>bnymellon.codekatas</groupId>
23+
<groupId>bny.codekatas</groupId>
2424
<version>1.0.0-SNAPSHOT</version>
2525

2626
<artifactId>coffee-shop-kata-solutions</artifactId>

0 commit comments

Comments
 (0)