|
From: Paul F. <pa...@so...> - 2021-10-08 20:33:30
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=3c53eea626f9151f4ece2b84f3aa161eda3b1bbb commit 3c53eea626f9151f4ece2b84f3aa161eda3b1bbb Author: Paul Floyd <pj...@wa...> Date: Fri Oct 8 22:08:12 2021 +0200 Add copyright statements to added FreeBSD headers Diff: --- include/vki/vki-amd64-freebsd.h | 2 ++ include/vki/vki-freebsd.h | 2 ++ include/vki/vki-machine-types-amd64-freebsd.h | 6 ++++-- include/vki/vki-machine-types-x86-freebsd.h | 6 ++++-- include/vki/vki-scnums-freebsd.h | 2 ++ include/vki/vki-x86-freebsd.h | 5 ++++- 6 files changed, 18 insertions(+), 5 deletions(-) diff --git a/include/vki/vki-amd64-freebsd.h b/include/vki/vki-amd64-freebsd.h index 55409dbebd..374e7eeb50 100644 --- a/include/vki/vki-amd64-freebsd.h +++ b/include/vki/vki-amd64-freebsd.h @@ -4,6 +4,8 @@ Copyright (C) 2000-2005 Julian Seward js...@ac... + Copyright (C) 2018-2021 Paul Floyd + pj...@wa... This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/include/vki/vki-freebsd.h b/include/vki/vki-freebsd.h index eaea7d74c2..a9ff6fb9d6 100644 --- a/include/vki/vki-freebsd.h +++ b/include/vki/vki-freebsd.h @@ -9,6 +9,8 @@ Copyright (C) 2000-2005 Julian Seward js...@ac... + Copyright (C) 2018-2021 Paul Floyd + pj...@wa... This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/include/vki/vki-machine-types-amd64-freebsd.h b/include/vki/vki-machine-types-amd64-freebsd.h index db408de703..2963f4d86e 100644 --- a/include/vki/vki-machine-types-amd64-freebsd.h +++ b/include/vki/vki-machine-types-amd64-freebsd.h @@ -1,7 +1,7 @@ /*--------------------------------------------------------------------*/ -/*--- x86/FreeBSD-specific kernel interface: posix types. ---*/ -/*--- vki_posixtypes-x86-freebsd.h ---*/ +/*--- x86/FreeBSD-specific kernel interface: posix types. ---*/ +/*--- vki_posixtypes-x86-freebsd.h ---*/ /*--------------------------------------------------------------------*/ /* @@ -10,6 +10,8 @@ Copyright (C) 2000-2005 Julian Seward js...@ac... + Copyright (C) 2018-2021 Paul Floyd + pj...@wa... This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/include/vki/vki-machine-types-x86-freebsd.h b/include/vki/vki-machine-types-x86-freebsd.h index 4906be7210..70f0a2b3fb 100644 --- a/include/vki/vki-machine-types-x86-freebsd.h +++ b/include/vki/vki-machine-types-x86-freebsd.h @@ -1,7 +1,7 @@ /*--------------------------------------------------------------------*/ -/*--- x86/FreeBSD-specific kernel interface: posix types. ---*/ -/*--- vki_posixtypes-x86-freebsd.h ---*/ +/*--- x86/FreeBSD-specific kernel interface: posix types. ---*/ +/*--- vki_posixtypes-x86-freebsd.h ---*/ /*--------------------------------------------------------------------*/ /* @@ -10,6 +10,8 @@ Copyright (C) 2000-2005 Julian Seward js...@ac... + Copyright (C) 2018-2021 Paul Floyd + pj...@wa... This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/include/vki/vki-scnums-freebsd.h b/include/vki/vki-scnums-freebsd.h index cac88ba8c1..3ea7d460e3 100644 --- a/include/vki/vki-scnums-freebsd.h +++ b/include/vki/vki-scnums-freebsd.h @@ -5,6 +5,8 @@ Copyright (C) 2000-2005 Julian Seward js...@ac... + Copyright (C) 2018-2021 Paul Floyd + pj...@wa... This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/include/vki/vki-x86-freebsd.h b/include/vki/vki-x86-freebsd.h index 13cc279cfc..638cea6bc5 100644 --- a/include/vki/vki-x86-freebsd.h +++ b/include/vki/vki-x86-freebsd.h @@ -7,9 +7,12 @@ This file is part of Valgrind, a dynamic binary instrumentation framework. - Copyright (C) 2009 Stanislav Sedov <stas@FreeBSD.org> Copyright (C) 2000-2005 Julian Seward js...@ac... + Copyright (C) 2009 Stanislav Sedov + <stas@FreeBSD.org> + Copyright (C) 2018-2021 Paul Floyd + pj...@wa... This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as |