1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 20:30:32 -08:00
emacs/mps/design/version.txt
Gareth Rees fde047753c Fix intra-design links.
Copied from Perforce
 Change: 187288
 ServerID: perforce.ravenbrook.com
2014-10-19 19:16:31 +01:00

101 lines
3.5 KiB
ReStructuredText

.. mode: -*- rst -*-
Software versions
=================
:Tag: design.mps.version
:Author: David Jones
:Date: 1998-08-19
:Status: incomplete document
:Revision: $Id$
:Copyright: See `Copyright and License`_.
:Index terms:
pair: software versions; design
single: versions; design
Introduction
------------
_`.intro`: This is the design of the support in the MPS for
describing and inspecting versions.
Overview
--------
_`.overview`: There are three different sorts of version under
consideration:
#. versions of the (MPS) library used (linked with);
#. versions of the interface used (header files in C) when compiling
the client's program; and
#. versions of the documentation used when the client was writing the
program.
There are issues of programmatic and human access to these versions.
_`.overview.split`: The design is split accordingly. See
design.mps.version-library_ for the design of a system for
determining the version of the library one is using. And other
non-existent documents for the others.
.. _design.mps.version-library: version-library
Document History
----------------
- 1998-08-19 David Jones. Incomplete document.
- 2002-06-07 RB_ Converted from MMInfo database design document.
- 2013-03-11 GDR_ Converted to reStructuredText.
.. _RB: http://www.ravenbrook.com/consultants/rb/
.. _GDR: http://www.ravenbrook.com/consultants/gdr/
Copyright and License
---------------------
Copyright © 2013-2014 Ravenbrook Limited. All rights reserved.
<http://www.ravenbrook.com/>. This is an open source license. Contact
Ravenbrook for commercial licensing options.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
#. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
#. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
#. Redistributions in any form must be accompanied by information on how
to obtain complete source code for this software and any
accompanying software that uses this software. The source code must
either be included in the distribution or be available for no more than
the cost of distribution plus a nominal fee, and must be freely
redistributable under reasonable conditions. For an executable file,
complete source code means the source code for all modules it contains.
It does not include source code for modules or files that typically
accompany the major components of the operating system on which the
executable file runs.
**This software is provided by the copyright holders and contributors
"as is" and any express or implied warranties, including, but not
limited to, the implied warranties of merchantability, fitness for a
particular purpose, or non-infringement, are disclaimed. In no event
shall the copyright holders and contributors be liable for any direct,
indirect, incidental, special, exemplary, or consequential damages
(including, but not limited to, procurement of substitute goods or
services; loss of use, data, or profits; or business interruption)
however caused and on any theory of liability, whether in contract,
strict liability, or tort (including negligence or otherwise) arising in
any way out of the use of this software, even if advised of the
possibility of such damage.**