Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ISO Foreword #1001

Merged
merged 5 commits into from
Aug 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions docs/ISO_foreword.md

This file was deleted.

52 changes: 52 additions & 0 deletions docs/iso-foreword.md
Original file line number Diff line number Diff line change
@@ -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).
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Loading