diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-09-16 16:25:59 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-09-16 16:25:59 +0200 |
commit | 8c36a771d720a7a86662ab7bf431cb86cd9874e5 (patch) | |
tree | 04412958c261487341d743e4378bd0a67b901851 /misc | |
parent | Update profile.eselect(5) examples. (diff) | |
download | eselect-8c36a771d720a7a86662ab7bf431cb86cd9874e5.tar.gz eselect-8c36a771d720a7a86662ab7bf431cb86cd9874e5.tar.bz2 eselect-8c36a771d720a7a86662ab7bf431cb86cd9874e5.zip |
Update copyright notices to follow the new policy.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/eselect-mode.el | 5 | ||||
-rw-r--r-- | misc/eselect.bashcomp | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/misc/eselect-mode.el b/misc/eselect-mode.el index 762137a..77eeed9 100644 --- a/misc/eselect-mode.el +++ b/misc/eselect-mode.el @@ -1,6 +1,9 @@ ;;; eselect-mode.el --- edit eselect files -;; Copyright (c) 2006-2018 Gentoo Foundation +;; Copyright 2006 Matthew Kennedy +;; Copyright 2006 Diego Pettenò +;; Copyright 2007-2012 Christian Faulhammer +;; Copyright 2007-2018 Ulrich Müller ;; Author: Matthew Kennedy <mkennedy@gentoo.org> ;; Diego Pettenò <flameeyes@gentoo.org> diff --git a/misc/eselect.bashcomp b/misc/eselect.bashcomp index 6e49b4b..8915bc1 100644 --- a/misc/eselect.bashcomp +++ b/misc/eselect.bashcomp @@ -1,5 +1,5 @@ # -*- mode: sh; indent-tabs-mode: nil; -*- vim: set ft=sh tw=80 sw=4 et : -# Copyright 2005-2018 Gentoo Foundation +# Copyright 2005-2018 Gentoo Authors # Distributed under the terms of the GNU GPL version 2 or later # bash command-line completion for eselect |