Skip to content

Commit 951d7ca

Browse files
committed
feat(#117): sync
1 parent e472f33 commit 951d7ca

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

src/main/java/org/eolang/lints/errors/LtAtomIsNotUnique.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2016-2024 Objectionary.com
4+
* Copyright (c) 2016-2025 Objectionary.com
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/resources/org/eolang/funcs/atom-fqns.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
The MIT License (MIT)
44
5-
Copyright (c) 2016-2024 Objectionary.com
5+
Copyright (c) 2016-2025 Objectionary.com
66
77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

src/test/java/org/eolang/lints/ParsedEo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2016-2024 Objectionary.com
4+
* Copyright (c) 2016-2025 Objectionary.com
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/org/eolang/lints/errors/LtAtomIsNotUniqueTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* The MIT License (MIT)
33
*
4-
* Copyright (c) 2016-2024 Objectionary.com
4+
* Copyright (c) 2016-2025 Objectionary.com
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/resources/org/eolang/lints/errors/atom-is-not-unique/a.eo

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) 2016-2024 Objectionary.com
3+
# Copyright (c) 2016-2025 Objectionary.com
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

src/test/resources/org/eolang/lints/errors/atom-is-not-unique/abc-packaged.eo

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) 2016-2024 Objectionary.com
3+
# Copyright (c) 2016-2025 Objectionary.com
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

src/test/resources/org/eolang/lints/errors/atom-is-not-unique/abc.eo

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) 2016-2024 Objectionary.com
3+
# Copyright (c) 2016-2025 Objectionary.com
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

src/test/resources/org/eolang/lints/errors/atom-is-not-unique/app-1.eo

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) 2016-2024 Objectionary.com
3+
# Copyright (c) 2016-2025 Objectionary.com
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

src/test/resources/org/eolang/lints/errors/atom-is-not-unique/app-2.eo

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) 2016-2024 Objectionary.com
3+
# Copyright (c) 2016-2025 Objectionary.com
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

src/test/resources/org/eolang/lints/errors/atom-is-not-unique/b.eo

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) 2016-2024 Objectionary.com
3+
# Copyright (c) 2016-2025 Objectionary.com
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

0 commit comments

Comments
 (0)