Files
gpr/examples/simple/third-src/third.ads
Fabien Chouteau bb9b6a7bb3 Change license header of GPR2 library to Apache 2.0
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
2022-08-24 15:07:24 +00:00

10 lines
148 B
Ada

--
-- Copyright (C) 2022, AdaCore
--
-- SPDX-License-Identifier: Apache-2.0
--
package Third is
Name : constant String := "Third";
end Third;