diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-03-04 22:38:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-03-04 22:41:54 +0100 |
commit | 0202a7b0c860b41e5edcf020c144ae54e04e7fc1 (patch) | |
tree | ef3940c8eba729b5aeaba185852fc4bf5bd2e5a3 /profiles/features | |
parent | app-laptop/radeontool: moved into sys-apps category (diff) | |
download | gentoo-0202a7b0c860b41e5edcf020c144ae54e04e7fc1.tar.gz gentoo-0202a7b0c860b41e5edcf020c144ae54e04e7fc1.tar.bz2 gentoo-0202a7b0c860b41e5edcf020c144ae54e04e7fc1.zip |
profiles: More headers
For now, add copyright headers to all files with 15 or more nonempty
lines, unless they're trivial lists.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'profiles/features')
3 files changed, 9 insertions, 0 deletions
diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults b/profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults index 2881aa37fc7b..4f6092226447 100644 --- a/profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults +++ b/profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults @@ -1,3 +1,6 @@ +# Copyright 2018-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + # This profile is supporting >=linux-2.6.16[a] and <linux-2.6.32[b]. # a. https://sourceware.org/ml/libc-announce/2012/msg00001.html diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc b/profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc index 6370f687cad2..daf95e971573 100644 --- a/profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc +++ b/profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc @@ -1,3 +1,6 @@ +# Copyright 2018-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + # tricks to circumvent false positive checks of old kernel if [[ ${CATEGORY}/${PN} == dev-util/cmake && ${EBUILD_PHASE} == configure ]]; then diff --git a/profiles/features/prefix/standalone/profile.bashrc b/profiles/features/prefix/standalone/profile.bashrc index bef26cfd012f..ff58c68a562c 100644 --- a/profiles/features/prefix/standalone/profile.bashrc +++ b/profiles/features/prefix/standalone/profile.bashrc @@ -1,4 +1,7 @@ # -*- mode: shell-script; -*- +# Copyright 2018-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + # RAP specific patches pending upstream: # binutils: http://article.gmane.org/gmane.comp.gnu.binutils/67593 # gcc: https://gcc.gnu.org/ml/gcc-patches/2014-12/msg00331.html |