summaryrefslogtreecommitdiff
path: root/w32/include
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-17 01:46:11 -0400
committerPaul Smith <psmith@gnu.org>2013-05-17 01:47:42 -0400
commit5370238316ee4284fe058a9c298a5734d2686678 (patch)
tree5a73b43512b6f98bb468c61f9a5b9a27dae21252 /w32/include
parent398058a8738fc6a2f0051b236a907cb621aefabc (diff)
downloadgunmake-5370238316ee4284fe058a9c298a5734d2686678.tar.gz
Update copyright for changes in 2013.
Diffstat (limited to 'w32/include')
-rw-r--r--w32/include/dirent.h2
-rw-r--r--w32/include/dlfcn.h19
-rw-r--r--w32/include/pathstuff.h2
-rw-r--r--w32/include/sub_proc.h2
-rw-r--r--w32/include/w32err.h2
5 files changed, 21 insertions, 6 deletions
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 <http://www.gnu.org/licenses/>. */
+
#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