From 5370238316ee4284fe058a9c298a5734d2686678 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 17 May 2013 01:46:11 -0400 Subject: Update copyright for changes in 2013. --- w32/include/dirent.h | 2 +- w32/include/dlfcn.h | 19 +++++++++++++++++-- w32/include/pathstuff.h | 2 +- w32/include/sub_proc.h | 2 +- w32/include/w32err.h | 2 +- 5 files changed, 21 insertions(+), 6 deletions(-) (limited to 'w32/include') diff --git a/w32/include/dirent.h b/w32/include/dirent.h index a9d1073..e75a1b1 100644 --- a/w32/include/dirent.h +++ b/w32/include/dirent.h @@ -1,5 +1,5 @@ /* Windows version of dirent.h -Copyright (C) 1996-2012 Free Software Foundation, Inc. +Copyright (C) 1996-2013 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/w32/include/dlfcn.h b/w32/include/dlfcn.h index c8523ad..e920703 100644 --- a/w32/include/dlfcn.h +++ b/w32/include/dlfcn.h @@ -1,4 +1,19 @@ -/* dlfcn.h replacement for MS-Windows build. */ +/* dlfcn.h replacement for MS-Windows build. +Copyright (C) 2013 Free Software Foundation, Inc. +This file is part of GNU Make. + +GNU Make is free software; you can redistribute it and/or modify it under the +terms of the GNU General Public License as published by the Free Software +Foundation; either version 3 of the License, or (at your option) any later +version. + +GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with +this program. If not, see . */ + #ifndef DLFCN_H #define DLFCN_H @@ -11,4 +26,4 @@ extern void *dlsym (void *, const char *); extern char *dlerror (void); extern int dlclose (void *); -#endif /* DLFCN_H */ +#endif /* DLFCN_H */ diff --git a/w32/include/pathstuff.h b/w32/include/pathstuff.h index 8b404fc..4e34a13 100644 --- a/w32/include/pathstuff.h +++ b/w32/include/pathstuff.h @@ -1,5 +1,5 @@ /* Definitions for Windows path manipulation. -Copyright (C) 1996-2012 Free Software Foundation, Inc. +Copyright (C) 1996-2013 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/w32/include/sub_proc.h b/w32/include/sub_proc.h index d209aff..c7d9fee 100644 --- a/w32/include/sub_proc.h +++ b/w32/include/sub_proc.h @@ -1,5 +1,5 @@ /* Definitions for Windows process invocation. -Copyright (C) 1996-2012 Free Software Foundation, Inc. +Copyright (C) 1996-2013 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the diff --git a/w32/include/w32err.h b/w32/include/w32err.h index a1538d6..938a119 100644 --- a/w32/include/w32err.h +++ b/w32/include/w32err.h @@ -1,5 +1,5 @@ /* Definitions for Windows error handling. -Copyright (C) 1996-2012 Free Software Foundation, Inc. +Copyright (C) 1996-2013 Free Software Foundation, Inc. This file is part of GNU Make. GNU Make is free software; you can redistribute it and/or modify it under the -- cgit v1.2.3