This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: PING^1: [PATCH 2/2] Mark internal unistd functions hidden in ld.so
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>, GNU C Library <libc-alpha at sourceware dot org>
- Date: Wed, 6 Jan 2016 14:04:21 -0800
- Subject: Re: PING^1: [PATCH 2/2] Mark internal unistd functions hidden in ld.so
- Authentication-results: sourceware.org; auth=none
- References: <CAMe9rOqTP+-eodJn4W7vHogQQQb57q3cyrKXy1Wx5yTWQhCStQ at mail dot gmail dot com> <568D6EB0 dot 20502 at linaro dot org> <CAMe9rOq2yOv1ScSnL8zkKmQxyFDdkSB4zOaOsaVNt9EmxYn2Rg at mail dot gmail dot com> <alpine dot DEB dot 2 dot 10 dot 1601062139310 dot 14628 at digraph dot polyomino dot org dot uk>
On Wed, Jan 6, 2016 at 1:39 PM, Joseph Myers <joseph@codesourcery.com> wrote:
> You need to add 2016 to the copyright dates of new files first posted in
> 2015 but committed in 2016.
>
I checked in this.
--
H.J.
From db2f6f4794f722eac43b4b831f41abfc784fcfb5 Mon Sep 17 00:00:00 2001
From: "H.J. Lu" <hjl.tools@gmail.com>
Date: Wed, 6 Jan 2016 14:03:10 -0800
Subject: [PATCH] Update copyright dates committed in 2016
---
sysdeps/generic/dl-mman.h | 2 +-
sysdeps/generic/dl-unistd.h | 2 +-
sysdeps/mach/hurd/dl-mman.h | 2 +-
sysdeps/mach/hurd/dl-unistd.h | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sysdeps/generic/dl-mman.h b/sysdeps/generic/dl-mman.h
index 9087218..66ffdb2 100644
--- a/sysdeps/generic/dl-mman.h
+++ b/sysdeps/generic/dl-mman.h
@@ -1,6 +1,6 @@
/* Functions with hidden attribute internal to ld.so, which are declared
in include/sys/mman.h. Generic version.
- Copyright (C) 2015 Free Software Foundation, Inc.
+ Copyright (C) 2015-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/generic/dl-unistd.h b/sysdeps/generic/dl-unistd.h
index 98da672..df6376e 100644
--- a/sysdeps/generic/dl-unistd.h
+++ b/sysdeps/generic/dl-unistd.h
@@ -1,6 +1,6 @@
/* Functions with hidden attribute internal to ld.so, which are declared
in include/unistd.h. Generic version.
- Copyright (C) 2015 Free Software Foundation, Inc.
+ Copyright (C) 2015-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/mach/hurd/dl-mman.h b/sysdeps/mach/hurd/dl-mman.h
index f9d7996..157462b 100644
--- a/sysdeps/mach/hurd/dl-mman.h
+++ b/sysdeps/mach/hurd/dl-mman.h
@@ -1,6 +1,6 @@
/* Functions with hidden attribute internal to ld.so, which are declared
in include/sys/mman.h. Hurd version.
- Copyright (C) 2015 Free Software Foundation, Inc.
+ Copyright (C) 2015-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/mach/hurd/dl-unistd.h b/sysdeps/mach/hurd/dl-unistd.h
index 14e5f6b..b3cfb61 100644
--- a/sysdeps/mach/hurd/dl-unistd.h
+++ b/sysdeps/mach/hurd/dl-unistd.h
@@ -1,6 +1,6 @@
/* Functions with hidden attribute internal to ld.so, which are declared
in include/unistd.h. Hurd version.
- Copyright (C) 2015 Free Software Foundation, Inc.
+ Copyright (C) 2015-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
--
2.5.0