Skip to content

Commit a818767

Browse files
committed
Belated happy new year
1 parent dcf1e3c commit a818767

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

src/main/java/com/tupilabs/human_name_parser/HumanNameParserBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2010-2020 Jason Priem, Bruno P. Kinoshita
4+
* Copyright (c) 2010-2025 Jason Priem, Bruno P. Kinoshita
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/tupilabs/human_name_parser/HumanNameParserParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2010-2015 Jason Priem, Bruno P. Kinoshita
4+
* Copyright (c) 2010-2025 Jason Priem, Bruno P. Kinoshita
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/tupilabs/human_name_parser/Name.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2010-2015 Jason Priem, Bruno P. Kinoshita
4+
* Copyright (c) 2010-2025 Jason Priem, Bruno P. Kinoshita
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/tupilabs/human_name_parser/ParseException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2010-2015 Jason Priem, Bruno P. Kinoshita
4+
* Copyright (c) 2010-2025 Jason Priem, Bruno P. Kinoshita
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/tupilabs/human_name_parser/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2010-2015 Jason Priem, Bruno P. Kinoshita
4+
* Copyright (c) 2010-2025 Jason Priem, Bruno P. Kinoshita
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/test/java/com/tupilabs/human_name_parser/BuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2010-2020 Jason Priem, Bruno P. Kinoshita
4+
* Copyright (c) 2010-2025 Jason Priem, Bruno P. Kinoshita
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/test/java/com/tupilabs/human_name_parser/NameTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2010-2015 Jason Priem, Bruno P. Kinoshita
4+
* Copyright (c) 2010-2025 Jason Priem, Bruno P. Kinoshita
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

src/test/java/com/tupilabs/human_name_parser/ParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License
33
*
4-
* Copyright (c) 2010-2015 Jason Priem, Bruno P. Kinoshita
4+
* Copyright (c) 2010-2025 Jason Priem, Bruno P. Kinoshita
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)