From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA0E91382C5 for ; Thu, 4 Mar 2021 21:42:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28C1BE07A5; Thu, 4 Mar 2021 21:42:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00031E07A5 for ; Thu, 4 Mar 2021 21:42:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AC193406C0 for ; Thu, 4 Mar 2021 21:42:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECE23534 for ; Thu, 4 Mar 2021 21:42:11 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1614894114.0202a7b0c860b41e5edcf020c144ae54e04e7fc1.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv4/, profiles/arch/arm/armv5te/, profiles/arch/arm/armv4t/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm/armv4/package.mask profiles/arch/arm/armv4t/package.mask profiles/arch/arm/armv5te/package.mask profiles/arch/arm/armv7a/use.mask profiles/arch/arm/make.defaults profiles/arch/arm64/make.defaults profiles/arch/arm64/use.force profiles/arch/powerpc/ppc32/use.mask profiles/arch/powerpc/ppc64/use.mask profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc profiles/features/prefix/standalone/profile.bashrc profiles/prefix/linux/profile.bashrc X-VCS-Directories: profiles/arch/arm/armv4/ profiles/arch/arm/armv5te/ profiles/arch/arm/armv4t/ profiles/prefix/linux/ profiles/arch/arm64/ profiles/arch/arm/ profiles/features/prefix/standalone/kernel-2.6.16+/ profiles/features/prefix/standalone/ profiles/arch/arm/armv7a/ profiles/arch/powerpc/ppc64/ profiles/arch/powerpc/ppc32/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0202a7b0c860b41e5edcf020c144ae54e04e7fc1 X-VCS-Branch: master Date: Thu, 4 Mar 2021 21:42:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b8baeb40-cdc9-428b-a8d1-9be70722cc8d X-Archives-Hash: b698b8f7628f03c725955f7251cfbd01 commit: 0202a7b0c860b41e5edcf020c144ae54e04e7fc1 Author: Ulrich Müller gentoo org> AuthorDate: Thu Mar 4 21:38:46 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Mar 4 21:41:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0202a7b0 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 gentoo.org> profiles/arch/arm/armv4/package.mask | 3 +++ profiles/arch/arm/armv4t/package.mask | 3 +++ profiles/arch/arm/armv5te/package.mask | 3 +++ profiles/arch/arm/armv7a/use.mask | 3 +++ profiles/arch/arm/make.defaults | 3 +++ profiles/arch/arm64/make.defaults | 3 +++ profiles/arch/arm64/use.force | 3 +++ profiles/arch/powerpc/ppc32/use.mask | 3 +++ profiles/arch/powerpc/ppc64/use.mask | 3 +++ profiles/features/prefix/standalone/kernel-2.6.16+/make.defaults | 3 +++ profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc | 3 +++ profiles/features/prefix/standalone/profile.bashrc | 3 +++ profiles/prefix/linux/profile.bashrc | 3 +++ 13 files changed, 39 insertions(+) diff --git a/profiles/arch/arm/armv4/package.mask b/profiles/arch/arm/armv4/package.mask index a156d9bd912..91ecc52a447 100644 --- a/profiles/arch/arm/armv4/package.mask +++ b/profiles/arch/arm/armv4/package.mask @@ -1,3 +1,6 @@ +# Copyright 2017-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + # Anthony Ryan (2017-01-21) # This package states supports for arm >= v6 dev-lang/nim diff --git a/profiles/arch/arm/armv4t/package.mask b/profiles/arch/arm/armv4t/package.mask index a156d9bd912..91ecc52a447 100644 --- a/profiles/arch/arm/armv4t/package.mask +++ b/profiles/arch/arm/armv4t/package.mask @@ -1,3 +1,6 @@ +# Copyright 2017-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + # Anthony Ryan (2017-01-21) # This package states supports for arm >= v6 dev-lang/nim diff --git a/profiles/arch/arm/armv5te/package.mask b/profiles/arch/arm/armv5te/package.mask index c8f6ea7d4bf..273effe2300 100644 --- a/profiles/arch/arm/armv5te/package.mask +++ b/profiles/arch/arm/armv5te/package.mask @@ -1,3 +1,6 @@ +# Copyright 2017-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + # Anthony Ryan (2017-01-21) # This package states supports for arm >= v6 dev-lang/nim diff --git a/profiles/arch/arm/armv7a/use.mask b/profiles/arch/arm/armv7a/use.mask index 0b2a208b1bf..64cae067a80 100644 --- a/profiles/arch/arm/armv7a/use.mask +++ b/profiles/arch/arm/armv7a/use.mask @@ -1,3 +1,6 @@ +# Copyright 2011-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + # Unmask armv7 specific USE flags -neon diff --git a/profiles/arch/arm/make.defaults b/profiles/arch/arm/make.defaults index 23746eae9be..70dc565bdd3 100644 --- a/profiles/arch/arm/make.defaults +++ b/profiles/arch/arm/make.defaults @@ -1,3 +1,6 @@ +# Copyright 2008-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + # Main ARM profile ARCH="arm" diff --git a/profiles/arch/arm64/make.defaults b/profiles/arch/arm64/make.defaults index 9520c018c0d..2f35acff83c 100644 --- a/profiles/arch/arm64/make.defaults +++ b/profiles/arch/arm64/make.defaults @@ -1,3 +1,6 @@ +# Copyright 2014-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + # Main ARM64 (AArch64/ARMv8) profile; endian independent. ARCH="arm64" diff --git a/profiles/arch/arm64/use.force b/profiles/arch/arm64/use.force index 9747410d041..f363ad0c661 100644 --- a/profiles/arch/arm64/use.force +++ b/profiles/arch/arm64/use.force @@ -1,3 +1,6 @@ +# Copyright 2014-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + # Force the flag which corresponds to ARCH. arm64 diff --git a/profiles/arch/powerpc/ppc32/use.mask b/profiles/arch/powerpc/ppc32/use.mask index 7f66a81bdf3..095618568ec 100644 --- a/profiles/arch/powerpc/ppc32/use.mask +++ b/profiles/arch/powerpc/ppc32/use.mask @@ -1,3 +1,6 @@ +# Copyright 2008-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + # Unmask the flag which corresponds to ARCH. -ppc diff --git a/profiles/arch/powerpc/ppc64/use.mask b/profiles/arch/powerpc/ppc64/use.mask index 054b98cdaca..4c7c76de925 100644 --- a/profiles/arch/powerpc/ppc64/use.mask +++ b/profiles/arch/powerpc/ppc64/use.mask @@ -1,3 +1,6 @@ +# Copyright 2008-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + ### THIS FILE IS ONLY FOR PACKAGES MASKED ON BOTH 64-BIT AND 32-BIT USERLAND!!! # Michał Górny (2014-06-27) 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 2881aa37fc7..4f609222644 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