From e76b6d517f92ab40cd96089f145e31ca6c6f617d Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 20 May 2007 21:25:47 -0400 Subject: [PATCH] Rename DISTRIBUTORS. --- DISTRIBUTORS | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 DISTRIBUTORS diff --git a/DISTRIBUTORS b/DISTRIBUTORS new file mode 100644 index 00000000..5ee76107 --- /dev/null +++ b/DISTRIBUTORS @@ -0,0 +1,42 @@ +The following conditions apply to any distribution which +uses the name wmii. These conditions apply only to wmii +name, and not to its source code or any other materials. + +When in doubt about any of these conditions or other matters +of packaging or distrobution, , please contact the wmii +mailing lists or +, or Kris Maglione . + +Any binary distribution of wmii MUST have a properly set +version string. This string may normally be set in +'mk/wmii.mk', and is set automatically to the Mercurial +revision number for builds from a Mercurial tree, so long as +the 'hg' command is present and properly functioning. + +Any version which not an official release or snapshot MUST +be contain the hg revision number in its version string. +This SHOULD be formated as hgXXXX, where XXXX is the decimal +revision number. + +The version string of any snapshot release MUST contain the +date of the snapshot in the form YYYYMMDD, and SHOULD +contain the word snap or snapshot. The version string of a +snapshot MAY contain the version of a full release that the +snapshot is expected to lead to, but it MUST be either +directly preceded, or directly followed by, the word 'pre', +optionally separated by a non-alphanumeric character, +including -~_,./, the version. + +Any binary distribution which is modified in any non-trivial +way MUST signify the modifications in its name or version +string. This includes patches to use Xft for font display, +but does NOT include minor patches to improve consistency +with the rest of the system, including changing the default +terminal emulator or changing any build flags as set in +config.mk. + +Source form distribution MAY include non-trivial patches +without such modifications, provided that the user is made +clearly aware of them at build time and/or prompted in some +way to enable or disable them. +