Skip to content

Commit 312eeb6

Browse files
committed
happy new year
1 parent dd1ae32 commit 312eeb6

Some content is hidden

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

49 files changed

+70
-70
lines changed

src/main/java/com/github/_1c_syntax/bsl/support/CompatibilityMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is a part of BSL Common library.
33
*
4-
* Copyright (c) 2021 - 2025
4+
* Copyright (c) 2021 - 2026
55
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors
66
*
77
* SPDX-License-Identifier: LGPL-3.0-or-later

src/main/java/com/github/_1c_syntax/bsl/support/SupportVariant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is a part of BSL Common library.
33
*
4-
* Copyright (c) 2021 - 2025
4+
* Copyright (c) 2021 - 2026
55
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors
66
*
77
* SPDX-License-Identifier: LGPL-3.0-or-later

src/main/java/com/github/_1c_syntax/bsl/support/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is a part of BSL Common library.
33
*
4-
* Copyright (c) 2021 - 2025
4+
* Copyright (c) 2021 - 2026
55
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors
66
*
77
* SPDX-License-Identifier: LGPL-3.0-or-later

src/main/java/com/github/_1c_syntax/bsl/types/AllowedLength.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is a part of BSL Common library.
33
*
4-
* Copyright (c) 2021 - 2025
4+
* Copyright (c) 2021 - 2026
55
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors
66
*
77
* SPDX-License-Identifier: LGPL-3.0-or-later

src/main/java/com/github/_1c_syntax/bsl/types/ConfigurationSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is a part of BSL Common library.
33
*
4-
* Copyright (c) 2021 - 2025
4+
* Copyright (c) 2021 - 2026
55
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors
66
*
77
* SPDX-License-Identifier: LGPL-3.0-or-later

src/main/java/com/github/_1c_syntax/bsl/types/DateFractions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is a part of BSL Common library.
33
*
4-
* Copyright (c) 2021 - 2025
4+
* Copyright (c) 2021 - 2026
55
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors
66
*
77
* SPDX-License-Identifier: LGPL-3.0-or-later

src/main/java/com/github/_1c_syntax/bsl/types/EnumWithName.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is a part of BSL Common library.
33
*
4-
* Copyright (c) 2021 - 2025
4+
* Copyright (c) 2021 - 2026
55
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors
66
*
77
* SPDX-License-Identifier: LGPL-3.0-or-later

src/main/java/com/github/_1c_syntax/bsl/types/MDOType.java

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
/*
2-
* This file is a part of BSL Common library.
3-
*
4-
* Copyright (c) 2021 - 2025
5-
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors
6-
*
7-
* SPDX-License-Identifier: LGPL-3.0-or-later
8-
*
9-
* BSL Common library is free software; you can redistribute it and/or
10-
* modify it under the terms of the GNU Lesser General Public
11-
* License as published by the Free Software Foundation; either
12-
* version 3.0 of the License, or (at your option) any later version.
13-
*
14-
* BSL Common library is distributed in the hope that it will be useful,
15-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17-
* Lesser General Public License for more details.
18-
*
19-
* You should have received a copy of the GNU Lesser General Public
20-
* License along with BSL Common library.
21-
*/
22-
package com.github._1c_syntax.bsl.types;
1+
/*
2+
* This file is a part of BSL Common library.
3+
*
4+
* Copyright (c) 2021 - 2026
5+
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors
6+
*
7+
* SPDX-License-Identifier: LGPL-3.0-or-later
8+
*
9+
* BSL Common library is free software; you can redistribute it and/or
10+
* modify it under the terms of the GNU Lesser General Public
11+
* License as published by the Free Software Foundation; either
12+
* version 3.0 of the License, or (at your option) any later version.
13+
*
14+
* BSL Common library is distributed in the hope that it will be useful,
15+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17+
* Lesser General Public License for more details.
18+
*
19+
* You should have received a copy of the GNU Lesser General Public
20+
* License along with BSL Common library.
21+
*/
22+
package com.github._1c_syntax.bsl.types;
2323

2424
import lombok.Getter;
2525
import lombok.ToString;

src/main/java/com/github/_1c_syntax/bsl/types/MdoReference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is a part of BSL Common library.
33
*
4-
* Copyright (c) 2021 - 2025
4+
* Copyright (c) 2021 - 2026
55
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors
66
*
77
* SPDX-License-Identifier: LGPL-3.0-or-later

src/main/java/com/github/_1c_syntax/bsl/types/ModuleType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is a part of BSL Common library.
33
*
4-
* Copyright (c) 2021 - 2025
4+
* Copyright (c) 2021 - 2026
55
* Tymko Oleg <[email protected]>, Maximov Valery <[email protected]> and contributors
66
*
77
* SPDX-License-Identifier: LGPL-3.0-or-later

0 commit comments

Comments
 (0)