Mercurial > emacs
changeset 99471:ef31eb276c4b
Add standard Emacs copyright notice, treating this file as part of
Emacs/nxml-mode (following private communication from FSF).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 09 Nov 2008 04:05:39 +0000 |
parents | fba8c95b9a9c |
children | 8c6e6dcfccb4 |
files | etc/schema/relaxng.rnc |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/schema/relaxng.rnc Sat Nov 08 19:24:59 2008 +0000 +++ b/etc/schema/relaxng.rnc Sun Nov 09 04:05:39 2008 +0000 @@ -1,5 +1,22 @@ # RELAX NG XML syntax expressed in RELAX NG Compact syntax. +# Copyright (C) 2003, 2004, 2007, 2008 Free Software Foundation, Inc. + +# This file is part of GNU Emacs. + +# GNU Emacs is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. + +# GNU Emacs is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. + default namespace rng = "http://relaxng.org/ns/structure/1.0" namespace local = "" datatypes xsd = "http://www.w3.org/2001/XMLSchema-datatypes"