Skip to content

Commit b1108a0

Browse files
committed
Merge branch 'topic/yearbump' into 'master'
Bump copyright year and constants to 2025 Closes #488 See merge request eng/libadalang/langkit-query-language!452
2 parents 43a3469 + d678724 commit b1108a0

File tree

243 files changed

+245
-245
lines changed

Some content is hidden

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

243 files changed

+245
-245
lines changed

lkql_checker/src/checker_app.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- Copyright (C) 2005-2024, AdaCore
2+
-- Copyright (C) 2005-2025, AdaCore
33
-- SPDX-License-Identifier: GPL-3.0-or-later
44
--
55

lkql_checker/src/gnatcheck-compiler.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- Copyright (C) 2005-2024, AdaCore
2+
-- Copyright (C) 2005-2025, AdaCore
33
-- SPDX-License-Identifier: GPL-3.0-or-later
44
--
55

lkql_checker/src/gnatcheck-compiler.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- Copyright (C) 2005-2024, AdaCore
2+
-- Copyright (C) 2005-2025, AdaCore
33
-- SPDX-License-Identifier: GPL-3.0-or-later
44
--
55

lkql_checker/src/gnatcheck-diagnoses.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- Copyright (C) 2005-2024, AdaCore
2+
-- Copyright (C) 2005-2025, AdaCore
33
-- SPDX-License-Identifier: GPL-3.0-or-later
44
--
55

lkql_checker/src/gnatcheck-diagnoses.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- Copyright (C) 2005-2024, AdaCore
2+
-- Copyright (C) 2005-2025, AdaCore
33
-- SPDX-License-Identifier: GPL-3.0-or-later
44
--
55

lkql_checker/src/gnatcheck-ids.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- Copyright (C) 2005-2024, AdaCore
2+
-- Copyright (C) 2005-2025, AdaCore
33
-- SPDX-License-Identifier: GPL-3.0-or-later
44
--
55

lkql_checker/src/gnatcheck-json_utilities.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- Copyright (C) 2005-2024, AdaCore
2+
-- Copyright (C) 2005-2025, AdaCore
33
-- SPDX-License-Identifier: GPL-3.0-or-later
44
--
55

lkql_checker/src/gnatcheck-json_utilities.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- Copyright (C) 2005-2024, AdaCore
2+
-- Copyright (C) 2005-2025, AdaCore
33
-- SPDX-License-Identifier: GPL-3.0-or-later
44
--
55

lkql_checker/src/gnatcheck-options.ads

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- Copyright (C) 2005-2024, AdaCore
2+
-- Copyright (C) 2005-2025, AdaCore
33
-- SPDX-License-Identifier: GPL-3.0-or-later
44
--
55

@@ -22,12 +22,12 @@ with GPR2.Options;
2222

2323
package Gnatcheck.Options is
2424

25-
Gnatcheck_Version : constant String := "25.0w";
25+
Gnatcheck_Version : constant String := "26.0w";
2626
-- Full major.minor version for Gnatcheck
2727

2828
Date : constant String := "unknown date";
2929

30-
Current_Year : constant String := "2024";
30+
Current_Year : constant String := "2025";
3131

3232
Version_String : constant String := Gnatcheck_Version & " (" & Date & ")";
3333

lkql_checker/src/gnatcheck-output.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- Copyright (C) 2005-2024, AdaCore
2+
-- Copyright (C) 2005-2025, AdaCore
33
-- SPDX-License-Identifier: GPL-3.0-or-later
44
--
55

0 commit comments

Comments
 (0)