mirror of
https://github.com/AdaCore/gpr.git
synced 2026-02-12 12:58:39 -08:00
no-precommit-check This patch is rejected by the "Copyright notice must include current year" check, we actually want to preserve the copyright years here. TN: V822-021 Change-Id: Iad42ad0863f12d7a3c714855287c5996581910b6
10 lines
148 B
Ada
10 lines
148 B
Ada
--
|
|
-- Copyright (C) 2022, AdaCore
|
|
--
|
|
-- SPDX-License-Identifier: Apache-2.0
|
|
--
|
|
|
|
package Third is
|
|
Name : constant String := "Third";
|
|
end Third;
|