From 14487cf1200d4a585786d98d2169bfe32b6286f6 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 22 May 2022 01:43:47 +0100 Subject: [PATCH] Add file and copyright information. --- portage/env/basic.conf | 4 +++- portage/env/gcc-basic.conf | 4 +++- portage/env/gcc-nolto-nopie.conf | 4 +++- portage/env/gcc-nolto.conf | 4 +++- portage/env/gcc-nopie.conf | 4 +++- portage/env/gcc.conf | 4 +++- portage/env/nolto-nopie.conf | 4 +++- portage/env/nolto.conf | 4 +++- portage/env/nopie.conf | 4 +++- portage/env/werror.conf | 4 +++- 10 files changed, 30 insertions(+), 10 deletions(-) diff --git a/portage/env/basic.conf b/portage/env/basic.conf index affe8f9..d7d6ce6 100644 --- a/portage/env/basic.conf +++ b/portage/env/basic.conf @@ -1,4 +1,6 @@ -# Clang - Basic. +# Portage env Clang - Basic. + +# Copyright 2022 Inference # Toolchain. diff --git a/portage/env/gcc-basic.conf b/portage/env/gcc-basic.conf index e660e1c..2f7e7c1 100644 --- a/portage/env/gcc-basic.conf +++ b/portage/env/gcc-basic.conf @@ -1,4 +1,6 @@ -# GCC - Basic. +# Portage env GCC - Basic. + +# Copyright 2022 Inference # Toolchain. diff --git a/portage/env/gcc-nolto-nopie.conf b/portage/env/gcc-nolto-nopie.conf index 6fee7ac..68028c8 100644 --- a/portage/env/gcc-nolto-nopie.conf +++ b/portage/env/gcc-nolto-nopie.conf @@ -1,4 +1,6 @@ -# GCC - No LTO, no PIE. +# Portage env GCC - No LTO, no PIE. + +# Copyright 2022 Inference # Toolchain. diff --git a/portage/env/gcc-nolto.conf b/portage/env/gcc-nolto.conf index 91ea9a2..0d2d6ba 100644 --- a/portage/env/gcc-nolto.conf +++ b/portage/env/gcc-nolto.conf @@ -1,4 +1,6 @@ -# GCC - No LTO. +# Portage env GCC - No LTO. + +# Copyright 2022 Inference # Toolchain. diff --git a/portage/env/gcc-nopie.conf b/portage/env/gcc-nopie.conf index d8fd120..1695d7c 100644 --- a/portage/env/gcc-nopie.conf +++ b/portage/env/gcc-nopie.conf @@ -1,4 +1,6 @@ -# GCC - No PIE. +# Portage env GCC - No PIE. + +# Copyright 2022 Inference # Toolchain. diff --git a/portage/env/gcc.conf b/portage/env/gcc.conf index 9669318..47b0dbe 100644 --- a/portage/env/gcc.conf +++ b/portage/env/gcc.conf @@ -1,4 +1,6 @@ -# GCC. +# Portage env GCC. + +# Copyright 2022 Inference # Toolchain. diff --git a/portage/env/nolto-nopie.conf b/portage/env/nolto-nopie.conf index f24b4b0..a231347 100644 --- a/portage/env/nolto-nopie.conf +++ b/portage/env/nolto-nopie.conf @@ -1,4 +1,6 @@ -# Clang - No LTO, no PIE. +# Portage env Clang - No LTO, no PIE. + +# Copyright 2022 Inference # Toolchain. diff --git a/portage/env/nolto.conf b/portage/env/nolto.conf index 35e7a10..e4f64c1 100644 --- a/portage/env/nolto.conf +++ b/portage/env/nolto.conf @@ -1,4 +1,6 @@ -# Clang - No LTO. +# Portage env Clang - No LTO. + +# Copyright 2022 Inference # Toolchain. diff --git a/portage/env/nopie.conf b/portage/env/nopie.conf index aedd169..04d4787 100644 --- a/portage/env/nopie.conf +++ b/portage/env/nopie.conf @@ -1,4 +1,6 @@ -# Clang - No PIE. +# Portage env Clang - No PIE. + +# Copyright 2022 Inference # Toolchain. diff --git a/portage/env/werror.conf b/portage/env/werror.conf index 67bb944..558d6ee 100644 --- a/portage/env/werror.conf +++ b/portage/env/werror.conf @@ -1,4 +1,6 @@ -# Clang - Wno-error. +# Portage env Clang - Wno-error. + +# Copyright 2022 Inference # Toolchain.