diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-03-11 21:54:41 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-03-11 21:54:41 +0100 |
commit | ae82b2f1cfeefa5bfb25344c7b30284b3063e020 (patch) | |
tree | 9f7e199b306fd2a774141d8b3c31586d4ec8ead1 /libq/basename.c | |
parent | set: fix signedness warnings (diff) | |
download | portage-utils-ae82b2f1cfeefa5bfb25344c7b30284b3063e020.tar.gz portage-utils-ae82b2f1cfeefa5bfb25344c7b30284b3063e020.tar.bz2 portage-utils-ae82b2f1cfeefa5bfb25344c7b30284b3063e020.zip |
build: shuffle some code around
Preparation of cleanup, try and move some code to better suiting places.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'libq/basename.c')
-rw-r--r-- | libq/basename.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libq/basename.c b/libq/basename.c index 2a3b2e6..4836fd7 100644 --- a/libq/basename.c +++ b/libq/basename.c @@ -1,6 +1,8 @@ /* - * Copyright 2014-2019 Gentoo Foundation + * Copyright 2010-2019 Gentoo Foundation * Distributed under the terms of the GNU General Public License v2 + * + * Copyright 2010-2014 Mike Frysinger - <vapier@gentoo.org> */ /* our own basename which does not modify its input */ |