mirror of
https://github.com/AdaCore/VSS.git
synced 2026-02-12 13:06:25 -08:00
16 lines
268 B
Ada
16 lines
268 B
Ada
--
|
|
-- Copyright (C) 2022, AdaCore
|
|
--
|
|
-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
--
|
|
|
|
-- @private
|
|
--
|
|
-- Root package for internal implementation units of XML submodule.
|
|
|
|
package VSS.XML.Implementation is
|
|
|
|
pragma Pure;
|
|
|
|
end VSS.XML.Implementation;
|