commit: 4dddc6ba1c6060f41cdf140933cfe2d662d69c34 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu Mar 4 21:02:59 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu Mar 4 21:04:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dddc6ba
profiles: Copyright headers for some files Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> profiles/arches.desc | 3 +++ profiles/info_pkgs | 3 +++ profiles/info_vars | 3 +++ profiles/profiles.desc | 3 +++ 4 files changed, 12 insertions(+) diff --git a/profiles/arches.desc b/profiles/arches.desc index 72290c6445e..af3e05b7c75 100644 --- a/profiles/arches.desc +++ b/profiles/arches.desc @@ -1,3 +1,6 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + # This file specifies keyword level for profiles # https://www.gentoo.org/glep/glep-0072.html # diff --git a/profiles/info_pkgs b/profiles/info_pkgs index bac71676e7a..9c12cc958ac 100644 --- a/profiles/info_pkgs +++ b/profiles/info_pkgs @@ -1,3 +1,6 @@ +# Copyright 2004-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + ## ## These ATOMS are printed with a standard 'emerge info' in ## portage as of 2.0.51-r5. Do not overcrowd the output please. diff --git a/profiles/info_vars b/profiles/info_vars index 1da785baaa4..b578103d116 100644 --- a/profiles/info_vars +++ b/profiles/info_vars @@ -1,3 +1,6 @@ +# Copyright 2004-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + ## ## These variables are printed with a standard 'emerge info' in ## portage as of 2.0.51-r5. They are sorted regardless of order here. diff --git a/profiles/profiles.desc b/profiles/profiles.desc index cf5085f9de6..471576652c8 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -1,3 +1,6 @@ +# Copyright 2003-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + ############################################# # This is a list of valid profiles for each architecture. This file is used by # repoman when doing a repoman scan or repoman full.
