From bb909ee9591b1a8c27b6850278022cba4df6df78 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Wed, 26 Oct 2005 12:45:51 +0000 Subject: [PATCH] Change file headers: this (will be) DocBook V5.0b1 --- docbook/relaxng/docbook/src/annotations.rnc | 32 ++++++++++++++----- docbook/relaxng/docbook/src/bibliography.rnc | 33 +++++++++++++++----- docbook/relaxng/docbook/src/callouts.rnc | 32 ++++++++++++++----- docbook/relaxng/docbook/src/calstbl.rnc | 32 ++++++++++++++----- docbook/relaxng/docbook/src/docbook.rnc | 32 ++++++++++++++----- docbook/relaxng/docbook/src/ebnf.rnc | 33 +++++++++++++++----- docbook/relaxng/docbook/src/glossary.rnc | 33 +++++++++++++++----- docbook/relaxng/docbook/src/hier.rnc | 32 ++++++++++++++----- docbook/relaxng/docbook/src/htmltbl.rnc | 33 +++++++++++++++----- docbook/relaxng/docbook/src/index.rnc | 33 +++++++++++++++----- docbook/relaxng/docbook/src/math.rnc | 33 +++++++++++++++----- docbook/relaxng/docbook/src/mathml.rnc | 33 +++++++++++++++----- docbook/relaxng/docbook/src/msgset.rnc | 33 +++++++++++++++----- docbook/relaxng/docbook/src/pool.rnc | 33 +++++++++++++++----- docbook/relaxng/docbook/src/qandaset.rnc | 32 ++++++++++++++----- docbook/relaxng/docbook/src/refentry.rnc | 32 ++++++++++++++----- docbook/relaxng/docbook/src/refsect1.rnc | 33 +++++++++++++++----- docbook/relaxng/docbook/src/sect1.rnc | 33 +++++++++++++++----- docbook/relaxng/docbook/src/svg.rnc | 33 +++++++++++++++----- docbook/relaxng/docbook/src/tasks.rnc | 32 ++++++++++++++----- docbook/relaxng/docbook/src/toc.rnc | 33 +++++++++++++++----- docbook/relaxng/docbook/src/xlink.rnc | 33 +++++++++++++++----- 22 files changed, 542 insertions(+), 176 deletions(-) diff --git a/docbook/relaxng/docbook/src/annotations.rnc b/docbook/relaxng/docbook/src/annotations.rnc index 0a1ae05c3..580b4a0e9 100644 --- a/docbook/relaxng/docbook/src/annotations.rnc +++ b/docbook/relaxng/docbook/src/annotations.rnc @@ -1,14 +1,30 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# # ====================================================================== namespace ctrl = "http://nwalsh.com/xmlns/schema-control/" diff --git a/docbook/relaxng/docbook/src/bibliography.rnc b/docbook/relaxng/docbook/src/bibliography.rnc index 55c0d46e8..24e7a369c 100644 --- a/docbook/relaxng/docbook/src/bibliography.rnc +++ b/docbook/relaxng/docbook/src/bibliography.rnc @@ -1,14 +1,31 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# +# ====================================================================== namespace ctrl = "http://nwalsh.com/xmlns/schema-control/" namespace rng = "http://relaxng.org/ns/structure/1.0" diff --git a/docbook/relaxng/docbook/src/callouts.rnc b/docbook/relaxng/docbook/src/callouts.rnc index 36ee1af6b..153836b13 100644 --- a/docbook/relaxng/docbook/src/callouts.rnc +++ b/docbook/relaxng/docbook/src/callouts.rnc @@ -1,14 +1,30 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# # ====================================================================== namespace ctrl = "http://nwalsh.com/xmlns/schema-control/" diff --git a/docbook/relaxng/docbook/src/calstbl.rnc b/docbook/relaxng/docbook/src/calstbl.rnc index 1780f3b3d..053c06d83 100644 --- a/docbook/relaxng/docbook/src/calstbl.rnc +++ b/docbook/relaxng/docbook/src/calstbl.rnc @@ -1,14 +1,30 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# # ====================================================================== namespace ctrl = "http://nwalsh.com/xmlns/schema-control/" diff --git a/docbook/relaxng/docbook/src/docbook.rnc b/docbook/relaxng/docbook/src/docbook.rnc index 83335ca12..759045150 100644 --- a/docbook/relaxng/docbook/src/docbook.rnc +++ b/docbook/relaxng/docbook/src/docbook.rnc @@ -1,14 +1,30 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# # ====================================================================== namespace ctrl = "http://nwalsh.com/xmlns/schema-control/" diff --git a/docbook/relaxng/docbook/src/ebnf.rnc b/docbook/relaxng/docbook/src/ebnf.rnc index 7acf93d59..fe4d3c60b 100644 --- a/docbook/relaxng/docbook/src/ebnf.rnc +++ b/docbook/relaxng/docbook/src/ebnf.rnc @@ -1,14 +1,31 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# +# ====================================================================== namespace ctrl = "http://nwalsh.com/xmlns/schema-control/" namespace rng = "http://relaxng.org/ns/structure/1.0" diff --git a/docbook/relaxng/docbook/src/glossary.rnc b/docbook/relaxng/docbook/src/glossary.rnc index 7d398ea56..1074cda54 100644 --- a/docbook/relaxng/docbook/src/glossary.rnc +++ b/docbook/relaxng/docbook/src/glossary.rnc @@ -1,14 +1,31 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# +# ====================================================================== namespace rng = "http://relaxng.org/ns/structure/1.0" namespace s = "http://www.ascc.net/xml/schematron" diff --git a/docbook/relaxng/docbook/src/hier.rnc b/docbook/relaxng/docbook/src/hier.rnc index f96c719a4..c36a264b3 100644 --- a/docbook/relaxng/docbook/src/hier.rnc +++ b/docbook/relaxng/docbook/src/hier.rnc @@ -1,14 +1,30 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# # ====================================================================== namespace rng = "http://relaxng.org/ns/structure/1.0" diff --git a/docbook/relaxng/docbook/src/htmltbl.rnc b/docbook/relaxng/docbook/src/htmltbl.rnc index 062951d9a..ad5075393 100644 --- a/docbook/relaxng/docbook/src/htmltbl.rnc +++ b/docbook/relaxng/docbook/src/htmltbl.rnc @@ -1,14 +1,31 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# +# ====================================================================== namespace ctrl = "http://nwalsh.com/xmlns/schema-control/" namespace rng = "http://relaxng.org/ns/structure/1.0" diff --git a/docbook/relaxng/docbook/src/index.rnc b/docbook/relaxng/docbook/src/index.rnc index a0ed35dd7..6e897b7c2 100644 --- a/docbook/relaxng/docbook/src/index.rnc +++ b/docbook/relaxng/docbook/src/index.rnc @@ -1,14 +1,31 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# +# ====================================================================== namespace rng = "http://relaxng.org/ns/structure/1.0" namespace s = "http://www.ascc.net/xml/schematron" diff --git a/docbook/relaxng/docbook/src/math.rnc b/docbook/relaxng/docbook/src/math.rnc index e30f1f128..6fd78df75 100644 --- a/docbook/relaxng/docbook/src/math.rnc +++ b/docbook/relaxng/docbook/src/math.rnc @@ -1,14 +1,31 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# +# ====================================================================== namespace ctrl = "http://nwalsh.com/xmlns/schema-control/" namespace rng = "http://relaxng.org/ns/structure/1.0" diff --git a/docbook/relaxng/docbook/src/mathml.rnc b/docbook/relaxng/docbook/src/mathml.rnc index 0ef537d89..b46b98711 100644 --- a/docbook/relaxng/docbook/src/mathml.rnc +++ b/docbook/relaxng/docbook/src/mathml.rnc @@ -1,14 +1,31 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# +# ====================================================================== namespace mml = "http://www.w3.org/1998/Math/MathML" namespace ctrl = "http://nwalsh.com/xmlns/schema-control/" diff --git a/docbook/relaxng/docbook/src/msgset.rnc b/docbook/relaxng/docbook/src/msgset.rnc index 8f4401f76..882595642 100644 --- a/docbook/relaxng/docbook/src/msgset.rnc +++ b/docbook/relaxng/docbook/src/msgset.rnc @@ -1,14 +1,31 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# +# ====================================================================== namespace ctrl = "http://nwalsh.com/xmlns/schema-control/" namespace rng = "http://relaxng.org/ns/structure/1.0" diff --git a/docbook/relaxng/docbook/src/pool.rnc b/docbook/relaxng/docbook/src/pool.rnc index 5654e7469..d49ad6110 100644 --- a/docbook/relaxng/docbook/src/pool.rnc +++ b/docbook/relaxng/docbook/src/pool.rnc @@ -1,14 +1,31 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# +# ====================================================================== namespace ctrl = "http://nwalsh.com/xmlns/schema-control/" namespace rng = "http://relaxng.org/ns/structure/1.0" diff --git a/docbook/relaxng/docbook/src/qandaset.rnc b/docbook/relaxng/docbook/src/qandaset.rnc index fbc79f083..f63e56d67 100644 --- a/docbook/relaxng/docbook/src/qandaset.rnc +++ b/docbook/relaxng/docbook/src/qandaset.rnc @@ -1,14 +1,30 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# # ====================================================================== namespace ctrl = "http://nwalsh.com/xmlns/schema-control/" diff --git a/docbook/relaxng/docbook/src/refentry.rnc b/docbook/relaxng/docbook/src/refentry.rnc index 8c59293a2..b6872b1fd 100644 --- a/docbook/relaxng/docbook/src/refentry.rnc +++ b/docbook/relaxng/docbook/src/refentry.rnc @@ -1,14 +1,30 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# # ====================================================================== namespace rng = "http://relaxng.org/ns/structure/1.0" diff --git a/docbook/relaxng/docbook/src/refsect1.rnc b/docbook/relaxng/docbook/src/refsect1.rnc index a9a4f9e2a..47601fc69 100644 --- a/docbook/relaxng/docbook/src/refsect1.rnc +++ b/docbook/relaxng/docbook/src/refsect1.rnc @@ -1,14 +1,31 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# +# ====================================================================== namespace ctrl = "http://nwalsh.com/xmlns/schema-control/" namespace rng = "http://relaxng.org/ns/structure/1.0" diff --git a/docbook/relaxng/docbook/src/sect1.rnc b/docbook/relaxng/docbook/src/sect1.rnc index e5cb00e89..50b67acc0 100644 --- a/docbook/relaxng/docbook/src/sect1.rnc +++ b/docbook/relaxng/docbook/src/sect1.rnc @@ -1,14 +1,31 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# +# ====================================================================== namespace ctrl = "http://nwalsh.com/xmlns/schema-control/" namespace rng = "http://relaxng.org/ns/structure/1.0" diff --git a/docbook/relaxng/docbook/src/svg.rnc b/docbook/relaxng/docbook/src/svg.rnc index f6923864c..51efd8863 100644 --- a/docbook/relaxng/docbook/src/svg.rnc +++ b/docbook/relaxng/docbook/src/svg.rnc @@ -1,14 +1,31 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# +# ====================================================================== namespace svg = "http://www.w3.org/2000/svg" namespace ctrl = "http://nwalsh.com/xmlns/schema-control/" diff --git a/docbook/relaxng/docbook/src/tasks.rnc b/docbook/relaxng/docbook/src/tasks.rnc index 765e7340c..795d2bbba 100644 --- a/docbook/relaxng/docbook/src/tasks.rnc +++ b/docbook/relaxng/docbook/src/tasks.rnc @@ -1,14 +1,30 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# # ====================================================================== namespace rng = "http://relaxng.org/ns/structure/1.0" diff --git a/docbook/relaxng/docbook/src/toc.rnc b/docbook/relaxng/docbook/src/toc.rnc index 43c7c2607..05a0c30ce 100644 --- a/docbook/relaxng/docbook/src/toc.rnc +++ b/docbook/relaxng/docbook/src/toc.rnc @@ -1,14 +1,31 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# +# ====================================================================== namespace rng = "http://relaxng.org/ns/structure/1.0" namespace s = "http://www.ascc.net/xml/schematron" diff --git a/docbook/relaxng/docbook/src/xlink.rnc b/docbook/relaxng/docbook/src/xlink.rnc index 211169806..458602ce9 100644 --- a/docbook/relaxng/docbook/src/xlink.rnc +++ b/docbook/relaxng/docbook/src/xlink.rnc @@ -1,14 +1,31 @@ -# This file is part of DocBook NG: The "PTO" Release. - -# This schema is a "work-in-progress". It validates a DocBook-like grammar that -# may, in some incarnation, form the basis for DocBook V.next. Or it may not. -# At the moment, it's just an exploration by Norm. It has utterly no normative -# value at all. +# This file is part of DocBook V5.0b1 +# +# Copyright 1992-2005 HaL Computer Systems, Inc., +# O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software +# Corporation, Norman Walsh, Sun Microsystems, Inc., and the +# Organization for the Advancement of Structured Information +# Standards (OASIS). # -# Author: Norman Walsh, -# Source: Derived from DocBook XML V4.3 # Release: $Id$ # +# Permission to use, copy, modify and distribute the DocBook schema +# and its accompanying documentation for any purpose and without fee +# is hereby granted in perpetuity, provided that the above copyright +# notice and this paragraph appear in all copies. The copyright +# holders make no representation about the suitability of the schema +# for any purpose. It is provided "as is" without expressed or implied +# warranty. +# +# If you modify the DocBook schema in any way, label your schema as a +# variant of DocBook. See the reference documentation +# (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook) +# for more information. +# +# Please direct all questions, bug reports, or suggestions for changes +# to the docbook@lists.oasis-open.org mailing list. For more +# information, see http://www.oasis-open.org/docbook/. +# +# ====================================================================== namespace ctrl = "http://nwalsh.com/xmlns/schema-control/" namespace rng = "http://relaxng.org/ns/structure/1.0" -- 2.40.0