Skip to content

Commit 45ce3ad

Browse files
Simplify entity in headers
This is more common in OSS and seems clearer than previous one.
1 parent e2a0ee3 commit 45ce3ad

33 files changed

Lines changed: 33 additions & 33 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025-2026 Problem4J Team & Contributors
3+
Copyright (c) 2025-2026 The Problem4J Authors
44

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

buildSrc/src/main/kotlin/internal/Developer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2025-2026 Problem4J Team & Contributors
2+
* Copyright (c) 2025-2026 The Problem4J Authors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

buildSrc/src/main/kotlin/internal/InternalPublishingExtension.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2025-2026 Problem4J Team & Contributors
2+
* Copyright (c) 2025-2026 The Problem4J Authors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

buildSrc/src/main/kotlin/internal/License.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2025-2026 Problem4J Team & Contributors
2+
* Copyright (c) 2025-2026 The Problem4J Authors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/main/java/io/github/problem4j/core/AbstractProblem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2025-2026 Problem4J Team & Contributors
2+
* Copyright (c) 2025-2026 The Problem4J Authors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/main/java/io/github/problem4j/core/AbstractProblemBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2025-2026 Problem4J Team & Contributors
2+
* Copyright (c) 2025-2026 The Problem4J Authors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/main/java/io/github/problem4j/core/AbstractProblemContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2025-2026 Problem4J Team & Contributors
2+
* Copyright (c) 2025-2026 The Problem4J Authors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/main/java/io/github/problem4j/core/AbstractProblemMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2025-2026 Problem4J Team & Contributors
2+
* Copyright (c) 2025-2026 The Problem4J Authors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/main/java/io/github/problem4j/core/Problem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2025-2026 Problem4J Team & Contributors
2+
* Copyright (c) 2025-2026 The Problem4J Authors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

src/main/java/io/github/problem4j/core/ProblemBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2025-2026 Problem4J Team & Contributors
2+
* Copyright (c) 2025-2026 The Problem4J Authors
33
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy
55
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)