aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-03-10 18:08:56 +0000
committerUlrich Müller <ulm@gentoo.org>2011-03-10 18:08:56 +0000
commit25c444b87080c5f878c60e6f6a109b6ab800fac6 (patch)
tree525a566ee49552f7c856fddd12604c7505c43b4e /doc
parentAdd missing quotes. (diff)
downloadeselect-25c444b87080c5f878c60e6f6a109b6ab800fac6.tar.gz
eselect-25c444b87080c5f878c60e6f6a109b6ab800fac6.tar.bz2
eselect-25c444b87080c5f878c60e6f6a109b6ab800fac6.zip
Contributed modules should have a standard header.
svn path=/trunk/; revision=807
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-guide.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index fb27e28..69dcdd3 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -35,8 +35,8 @@ to ``$(datadir)/eselect/modules/`` ::
# -*-eselect-*- vim: ft=eselect
- # Copyright 1999-2011 Gentoo Foundation
- # Distributed under the terms of the GNU General Public License v2
+ # Copyright 2005-2011 Gentoo Foundation
+ # Distributed under the terms of the GNU GPL v2 or later
# $Id: $
DESCRIPTION="Do things to a cow"
@@ -134,6 +134,10 @@ functions are optional.
.. Note:: If eselect is invoked as ``cow-config`` or ``cow-update`` (for
example, via a symlink), it will automatically select the cow module.
+All modules contributed to eselect should have a header indicating
+copyright. This must be an exact copy of the header in the above
+example (except for the years, of course).
+
Standard Action Names
---------------------