aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-11-09 04:05:39 +0000
committerChong Yidong2008-11-09 04:05:39 +0000
commit7742c3dc9b9a79af387e379da04b01bcbc1cc9bf (patch)
tree8f25fd4c051a437c7b8e80bcf3ae13b0846f6944
parentcafb950452467005906352b95ec7205262cb4c5b (diff)
downloademacs-7742c3dc9b9a79af387e379da04b01bcbc1cc9bf.tar.gz
emacs-7742c3dc9b9a79af387e379da04b01bcbc1cc9bf.zip
Add standard Emacs copyright notice, treating this file as part of
Emacs/nxml-mode (following private communication from FSF).
-rw-r--r--etc/schema/relaxng.rnc17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/schema/relaxng.rnc b/etc/schema/relaxng.rnc
index 08686ac5598..42829fd15ae 100644
--- a/etc/schema/relaxng.rnc
+++ b/etc/schema/relaxng.rnc
@@ -1,5 +1,22 @@
1# RELAX NG XML syntax expressed in RELAX NG Compact syntax. 1# RELAX NG XML syntax expressed in RELAX NG Compact syntax.
2 2
3# Copyright (C) 2003, 2004, 2007, 2008 Free Software Foundation, Inc.
4
5# This file is part of GNU Emacs.
6
7# GNU Emacs is free software: you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation, either version 3 of the License, or
10# (at your option) any later version.
11
12# GNU Emacs is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details.
16
17# You should have received a copy of the GNU General Public License
18# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19
3default namespace rng = "http://relaxng.org/ns/structure/1.0" 20default namespace rng = "http://relaxng.org/ns/structure/1.0"
4namespace local = "" 21namespace local = ""
5datatypes xsd = "http://www.w3.org/2001/XMLSchema-datatypes" 22datatypes xsd = "http://www.w3.org/2001/XMLSchema-datatypes"