diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-01-21 11:04:25 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-01-21 11:04:25 +0000 |
commit | fc455f606e0cd39de83fecf365bf6fd5461d0570 (patch) | |
tree | 6d5c3e0ca6c6e77fce21b140991d29234a592084 /doc | |
parent | Add svn:mime-type for utf-8 encoded man pages. (diff) | |
download | eselect-fc455f606e0cd39de83fecf365bf6fd5461d0570.tar.gz eselect-fc455f606e0cd39de83fecf365bf6fd5461d0570.tar.bz2 eselect-fc455f606e0cd39de83fecf365bf6fd5461d0570.zip |
Update years. Fix copyright headers, eselect has always been GPL-2 or later.
svn path=/trunk/; revision=859
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-guide.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt index 335fa85..27e671b 100644 --- a/doc/developer-guide.txt +++ b/doc/developer-guide.txt @@ -34,8 +34,8 @@ and ``set``, plus the standard ``help``, ``usage``, and ``version`` actions, and is installed to ``$(datadir)/eselect/modules/`` :: # -*-eselect-*- vim: ft=eselect - # Copyright 2005-2011 Gentoo Foundation - # Distributed under the terms of the GNU General Public License v2 or later + # Copyright 2005-2012 Gentoo Foundation + # Distributed under the terms of the GNU GPL version 2 or later # $Id: $ DESCRIPTION="Manage the /usr/src/linux symlink" |