mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix_users/preface.texi, shell/preface.texi: Add stock acknowledgement paragraphs that are required when excerpting and reusing text from POSIX standards per the agreement at * common/opengroup_manpage_acknowledgement.texi, common/opengroup_preface_acknowledgement.texi: New files.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* posix_users/preface.texi, shell/preface.texi: Add stock
|
||||
acknowledgement paragraphs that are required when excerpting and
|
||||
reusing text from POSIX standards per the agreement at
|
||||
* common/opengroup_manpage_acknowledgement.texi,
|
||||
common/opengroup_preface_acknowledgement.texi: New files.
|
||||
|
||||
2009-02-27 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
PR 1387/doc
|
||||
|
||||
35
doc/common/opengroup_manpage_acknowledgement.texi
Normal file
35
doc/common/opengroup_manpage_acknowledgement.texi
Normal file
@@ -0,0 +1,35 @@
|
||||
@c
|
||||
@c COPYRIGHT (c) 1988-2002.
|
||||
@c On-Line Applications Research Corporation (OAR).
|
||||
@c All rights reserved.
|
||||
@c
|
||||
@c $Id$
|
||||
@c
|
||||
|
||||
@c
|
||||
@c The RTEMS Project has been granted permission from The Open Group
|
||||
@c IEEE to excerpt and use portions of the POSIX standards documents
|
||||
@c in the RTEMS POSIX API User's Guide and RTEMS Shell User's Guide.
|
||||
@c We have to include a specific acknowledgement paragraph in these
|
||||
@c documents (e.g. preface or copyright page) and another slightly
|
||||
@c different paragraph for each manual page that excerpts and uses
|
||||
@c text from the standards.
|
||||
@c
|
||||
@c This file should help ensure that the paragraphs are consistent
|
||||
@c and not duplicated.
|
||||
@c
|
||||
|
||||
@quotation
|
||||
Portions of this text are reprinted and reproduced in electronic
|
||||
form from IEEE Std 1003.1, 2004 Edition, Standard for Information
|
||||
Technology — Operating System Interface (POSIX), The Open
|
||||
Group Base Specifications Issue 6, Copyright © 2001-2004 by the
|
||||
Institute of Electrical and Electronics Engineers, Inc and The
|
||||
Open Group. In the event of any discrepancy between this version
|
||||
and the original IEEE and The Open Group Standard, the original
|
||||
IEEE and The Open Group Standard is the referee document. The
|
||||
original Standard can be obtained online at
|
||||
@uref{http://www.opengroup.org/unix/online.html,
|
||||
http://www.opengroup.org/unix/online.html}.
|
||||
@end quotation
|
||||
|
||||
40
doc/common/opengroup_preface_acknowledgement.texi
Normal file
40
doc/common/opengroup_preface_acknowledgement.texi
Normal file
@@ -0,0 +1,40 @@
|
||||
@c
|
||||
@c COPYRIGHT (c) 1988-2002.
|
||||
@c On-Line Applications Research Corporation (OAR).
|
||||
@c All rights reserved.
|
||||
@c
|
||||
@c $Id$
|
||||
@c
|
||||
|
||||
@c
|
||||
@c The RTEMS Project has been granted permission from The Open Group
|
||||
@c IEEE to excerpt and use portions of the POSIX standards documents
|
||||
@c in the RTEMS POSIX API User's Guide and RTEMS Shell User's Guide.
|
||||
@c We have to include a specific acknowledgement paragraph in these
|
||||
@c documents (e.g. preface or copyright page) and another slightly
|
||||
@c different paragraph for each manual page that excerpts and uses
|
||||
@c text from the standards.
|
||||
@c
|
||||
@c This file should help ensure that the paragraphs are consistent
|
||||
@c and not duplicated
|
||||
@c
|
||||
|
||||
@quotation
|
||||
The Institute of Electrical and Electronics Engineers, Inc and The
|
||||
Open Group, have given us permission to reprint portions of their
|
||||
documentation.
|
||||
|
||||
Portions of this text are reprinted and reproduced in electronic
|
||||
form from IEEE Std 1003.1, 2004 Edition, Standard for Information
|
||||
Technology — Operating System Interface (POSIX), The Open
|
||||
Group Base Specifications Issue 6, Copyright © 2001-2004 by the
|
||||
Institute of Electrical and Electronics Engineers, Inc and The
|
||||
Open Group. In the event of any discrepancy between this version
|
||||
and the original IEEE and The Open Group Standard, the original
|
||||
IEEE and The Open Group Standard is the referee document. The
|
||||
original Standard can be obtained online at
|
||||
@uref{http://www.opengroup.org/unix/online.html,
|
||||
http://www.opengroup.org/unix/online.html}.
|
||||
|
||||
This notice shall appear on any product containing this material.
|
||||
@end quotation
|
||||
@@ -34,3 +34,7 @@ Newlib for more information on the functionality it supplies.
|
||||
This manual is still under construction and improvements
|
||||
are welcomed from users.
|
||||
|
||||
@unnumberedsec Acknowledgements
|
||||
|
||||
@include common/opengroup_preface_acknowledgement.texi
|
||||
|
||||
|
||||
@@ -110,3 +110,7 @@ can be integrated into the user's developed command interpreter.
|
||||
In either case, it is trivial to add custom commands to the command
|
||||
set available.
|
||||
|
||||
@unnumberedsec Acknowledgements
|
||||
|
||||
@include common/opengroup_preface_acknowledgement.texi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user