commit: 4233c4e2b68262aa5adb56809bc5119b1ba8a8c6 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed May 25 18:42:20 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed May 25 18:42:20 2022 +0000 URL: https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/commit/?id=4233c4e2
schemas.xml: Add copyright and license notice Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> schemas.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas.xml b/schemas.xml index f93bcbb..592459e 100644 --- a/schemas.xml +++ b/schemas.xml @@ -1,4 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright 2007-2021 Gentoo Authors + Distributed under the terms of the MIT license +--> <locatingRules xmlns="http://thaiopensource.com/ns/locating-rules/1.0"> <documentElement localName="catmetadata" uri="metadata.rnc" /> <documentElement localName="glsa" uri="glsa.rnc" />
