diff --git a/docs/ISO_foreword.md b/docs/ISO_foreword.md deleted file mode 100644 index 6a5dafaaca..0000000000 --- a/docs/ISO_foreword.md +++ /dev/null @@ -1,15 +0,0 @@ -# Foreword - -ISO (the International Organization for Standardization) is a worldwide federation of national standards bodies (ISO member bodies). The work of preparing International Standards is normally carried out through ISO technical committees. Each member body interested in a subject for which a technical committee has been established has the right to be represented on that committee. International organizations, governmental and non-governmental, in liaison with ISO, also take part in the work. ISO collaborates closely with the International Electrotechnical Commission (IEC) on all matters of electrotechnical standardization. - -The procedures used to develop this document and those intended for its further maintenance are described in the ISO/IEC Directives, Part 1. In particular, the different approval criteria needed for the different types of ISO documents should be noted. This document was drafted in accordance with the editorial rules of the ISO/IEC Directives, Part 2 (see [https://www.iso.org/directives](https://www.iso.org/directives)). - -Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. ISO shall not be held responsible for identifying any or all such patent rights. Details of any patent rights identified during the development of the document will be in the Introduction and/or on the ISO list of patent declarations received (see [https://www.iso.org/patents](https://www.iso.org/patents)). - -Any trade name used in this document is information given for the convenience of users and does not constitute an endorsement. - -For an explanation of the voluntary nature of standards, the meaning of ISO specific terms and expressions related to conformity assessment, as well as information about ISO's adherence to the World Trade Organization (WTO) principles in the Technical Barriers to Trade (TBT), see [https://www.iso.org/iso/foreword.html](https://www.iso.org/iso/foreword.html). - -This document was prepared by the Joint Development Foundation. This document was adopted, under the PAS procedure, by Joint Technical Committee ISO/IEC JTC 1, Information technology, in parallel with its approval by the national bodies of ISO and IEC. - -Any feedback or questions on this document should be directed to the user’s national standards body. A complete listing of these bodies can be found at [https://www.iso.org/members.html](https://www.iso.org/members.html). diff --git a/docs/iso-foreword.md b/docs/iso-foreword.md new file mode 100644 index 0000000000..539149dd5d --- /dev/null +++ b/docs/iso-foreword.md @@ -0,0 +1,52 @@ +# Foreword + +ISO (the International Organization for Standardization) and IEC (the +International Electrotechnical Commission) form the specialized system for +worldwide standardization. National bodies that are members of ISO or IEC +participate in the development of International Standards through technical +committees established by the respective organization to deal with particular +fields of technical activity. ISO and IEC technical committees collaborate in +fields of mutual interest. Other international organizations, governmental and +non-governmental, in liaison with ISO and IEC, also take part in the work. + +The procedures used to develop this document and those intended for its further +maintenance are described in the ISO/IEC Directives, Part 1. In particular, the +different approval criteria needed for the different types of document should +be noted (see +[www.iso.org/directives](https://www.iso.org/directives) or +[www.iec.ch/members_experts/refdocs](https://www.iec.ch/members_experts/refdocs)). + +Attention is drawn to the possibility that some of the elements of this +document may be the subject of patent rights. ISO and IEC shall not be held +responsible for identifying any or all such patent rights. Details of any +patent rights identified during the development of the document will be in the +Introduction and/or on the ISO list of patent declarations received +(see [www.iso.org/patents](https://www.iso.org/patents)) or the IEC list of +patent declarations received (see [patents.iec.ch](https://patents.iec.ch)). + +Any trade name used in this document is information given for the convenience +of users and does not constitute an endorsement. + +For an explanation of the voluntary nature of standards, the meaning of ISO +specific terms and expressions related to conformity assessment, as well as +information about ISO's adherence to the World Trade Organization (WTO) +principles in the Technical Barriers to Trade (TBT), see +[www.iso.org/iso/foreword.html](https://www.iso.org/iso/foreword.html). +In the IEC, see +[www.iec.ch/understanding-standards](https://www.iec.ch/understanding-standards). + +This document was prepared by +[The Linux Foundation](https://www.linuxfoundation.org/) and its Contributors +under the [SPDX Working Group](https://spdx.dev/) +(as SPDX® Specification v3.0.1) +and drafted in accordance with its editorial rules. +Its preparation and publication has been made in coordination with related +efforts with the [Object Management Group (OMG)](https://www.omg.org/). +It was adopted, under the JTC 1 PAS (“Publicly Available Specification”) +procedure, by +[Joint Technical Committee ISO/IEC JTC 1, Information technology](https://jtc1info.org/). + +Any feedback or questions on this document should be directed to the user’s +national standards body. A complete listing of these bodies can be found at +[www.iso.org/members.html](https://www.iso.org/members.html) and +[www.iec.ch/national-committees](https://www.iec.ch/national-committees). diff --git a/mkdocs.yml b/mkdocs.yml index 6f70e8ea19..88f6258d98 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -58,5 +58,6 @@ nav: - 'Community Specification License 1.0': licenses/Community-Spec-1.0.md draft_docs: | # for preview with `mkdocs serve`, but excluded from `mkdocs build` omg-preface.md - ISO_foreword.md + iso-foreword.md conformance.md +