summaryrefslogtreecommitdiff
path: root/src/w32
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-02-10 14:48:26 -0500
committerPaul Smith <psmith@gnu.org>2022-02-10 14:48:26 -0500
commitec09ec775ab2edae578f5ec86d1c13dd68728ee6 (patch)
tree613b38ce2e41881506b97c95f151a3b40111a6fd /src/w32
parentbdaeca49e988a2a659a8cedf38a79057a3fd9ef8 (diff)
downloadmake-git-ec09ec775ab2edae578f5ec86d1c13dd68728ee6.tar.gz
* <all>: Update copyright notices.
Diffstat (limited to 'src/w32')
-rw-r--r--src/w32/compat/dirent.c2
-rw-r--r--src/w32/compat/posixfcn.c2
-rw-r--r--src/w32/include/dirent.h2
-rw-r--r--src/w32/include/dlfcn.h2
-rw-r--r--src/w32/include/pathstuff.h2
-rw-r--r--src/w32/include/sub_proc.h2
-rw-r--r--src/w32/include/w32err.h2
-rw-r--r--src/w32/pathstuff.c2
-rw-r--r--src/w32/subproc/misc.c2
-rw-r--r--src/w32/subproc/proc.h2
-rw-r--r--src/w32/subproc/sub_proc.c2
-rw-r--r--src/w32/subproc/w32err.c2
-rw-r--r--src/w32/w32os.c2
13 files changed, 13 insertions, 13 deletions
diff --git a/src/w32/compat/dirent.c b/src/w32/compat/dirent.c
index de80f727..d2e4da6a 100644
--- a/src/w32/compat/dirent.c
+++ b/src/w32/compat/dirent.c
@@ -1,5 +1,5 @@
/* Directory entry code for Window platforms.
-Copyright (C) 1996-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 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/src/w32/compat/posixfcn.c b/src/w32/compat/posixfcn.c
index 0bd1be00..8276939c 100644
--- a/src/w32/compat/posixfcn.c
+++ b/src/w32/compat/posixfcn.c
@@ -1,6 +1,6 @@
/* Replacements for Posix functions and Posix functionality for MS-Windows.
-Copyright (C) 2013-2020 Free Software Foundation, Inc.
+Copyright (C) 2013-2022 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/src/w32/include/dirent.h b/src/w32/include/dirent.h
index ae814b31..dcf19b9b 100644
--- a/src/w32/include/dirent.h
+++ b/src/w32/include/dirent.h
@@ -1,5 +1,5 @@
/* Windows version of dirent.h
-Copyright (C) 1996-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 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/src/w32/include/dlfcn.h b/src/w32/include/dlfcn.h
index 00d1d7d9..cdf196b9 100644
--- a/src/w32/include/dlfcn.h
+++ b/src/w32/include/dlfcn.h
@@ -1,5 +1,5 @@
/* dlfcn.h replacement for MS-Windows build.
-Copyright (C) 2013-2020 Free Software Foundation, Inc.
+Copyright (C) 2013-2022 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/src/w32/include/pathstuff.h b/src/w32/include/pathstuff.h
index 63f43251..efc33851 100644
--- a/src/w32/include/pathstuff.h
+++ b/src/w32/include/pathstuff.h
@@ -1,5 +1,5 @@
/* Definitions for Windows path manipulation.
-Copyright (C) 1996-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 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/src/w32/include/sub_proc.h b/src/w32/include/sub_proc.h
index 8ab93532..32d3b43d 100644
--- a/src/w32/include/sub_proc.h
+++ b/src/w32/include/sub_proc.h
@@ -1,5 +1,5 @@
/* Definitions for Windows process invocation.
-Copyright (C) 1996-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 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/src/w32/include/w32err.h b/src/w32/include/w32err.h
index f3ca50c2..8f11c756 100644
--- a/src/w32/include/w32err.h
+++ b/src/w32/include/w32err.h
@@ -1,5 +1,5 @@
/* Definitions for Windows error handling.
-Copyright (C) 1996-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 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/src/w32/pathstuff.c b/src/w32/pathstuff.c
index b825631f..edd1e45e 100644
--- a/src/w32/pathstuff.c
+++ b/src/w32/pathstuff.c
@@ -1,5 +1,5 @@
/* Path conversion for Windows pathnames.
-Copyright (C) 1996-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 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/src/w32/subproc/misc.c b/src/w32/subproc/misc.c
index af5567ce..30c43170 100644
--- a/src/w32/subproc/misc.c
+++ b/src/w32/subproc/misc.c
@@ -1,5 +1,5 @@
/* Process handling for Windows
-Copyright (C) 1996-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 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/src/w32/subproc/proc.h b/src/w32/subproc/proc.h
index d9f64063..efff8d3f 100644
--- a/src/w32/subproc/proc.h
+++ b/src/w32/subproc/proc.h
@@ -1,5 +1,5 @@
/* Definitions for Windows
-Copyright (C) 1996-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 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/src/w32/subproc/sub_proc.c b/src/w32/subproc/sub_proc.c
index b8984be8..2b50d4b5 100644
--- a/src/w32/subproc/sub_proc.c
+++ b/src/w32/subproc/sub_proc.c
@@ -1,5 +1,5 @@
/* Process handling for Windows.
-Copyright (C) 1996-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 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/src/w32/subproc/w32err.c b/src/w32/subproc/w32err.c
index 5ae30435..17051020 100644
--- a/src/w32/subproc/w32err.c
+++ b/src/w32/subproc/w32err.c
@@ -1,5 +1,5 @@
/* Error handling for Windows
-Copyright (C) 1996-2020 Free Software Foundation, Inc.
+Copyright (C) 1996-2022 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/src/w32/w32os.c b/src/w32/w32os.c
index fe74811f..54265c8b 100644
--- a/src/w32/w32os.c
+++ b/src/w32/w32os.c
@@ -1,5 +1,5 @@
/* Windows32-based operating system interface for GNU Make.
-Copyright (C) 2016-2020 Free Software Foundation, Inc.
+Copyright (C) 2016-2022 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