summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsin2016-09-10 12:54:06 +0100
committersin2016-09-10 12:54:17 +0100
commit2bc423c355a992fea2f95724235898218575c95e (patch)
tree998153e460897a704366758411fc1170576c63bc /include
parentee2b986235f152b32b575551aedaf2c65207c7be (diff)
Bump copyright year
Diffstat (limited to 'include')
-rw-r--r--include/fortify-headers.h2
-rw-r--r--include/poll.h2
-rw-r--r--include/stdio.h2
-rw-r--r--include/stdlib.h2
-rw-r--r--include/string.h2
-rw-r--r--include/strings.h2
-rw-r--r--include/sys/select.h2
-rw-r--r--include/sys/socket.h2
-rw-r--r--include/unistd.h2
-rw-r--r--include/wchar.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/include/fortify-headers.h b/include/fortify-headers.h
index c4e6495..4de5bef 100644
--- a/include/fortify-headers.h
+++ b/include/fortify-headers.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org> 2 * Copyright (C) 2015-2016 Dimitris Papastamos <sin@2f30.org>
3 * 3 *
4 * Permission to use, copy, modify, and/or distribute this software for any 4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted. 5 * purpose with or without fee is hereby granted.
diff --git a/include/poll.h b/include/poll.h
index 9e1d99a..7b42866 100644
--- a/include/poll.h
+++ b/include/poll.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org> 2 * Copyright (C) 2015-2016 Dimitris Papastamos <sin@2f30.org>
3 * 3 *
4 * Permission to use, copy, modify, and/or distribute this software for any 4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted. 5 * purpose with or without fee is hereby granted.
diff --git a/include/stdio.h b/include/stdio.h
index 1b76f82..b67f9ce 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org> 2 * Copyright (C) 2015-2016 Dimitris Papastamos <sin@2f30.org>
3 * 3 *
4 * Permission to use, copy, modify, and/or distribute this software for any 4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted. 5 * purpose with or without fee is hereby granted.
diff --git a/include/stdlib.h b/include/stdlib.h
index 0717e81..7ff5746 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org> 2 * Copyright (C) 2015-2016 Dimitris Papastamos <sin@2f30.org>
3 * 3 *
4 * Permission to use, copy, modify, and/or distribute this software for any 4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted. 5 * purpose with or without fee is hereby granted.
diff --git a/include/string.h b/include/string.h
index 82f9f38..ff237b0 100644
--- a/include/string.h
+++ b/include/string.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org> 2 * Copyright (C) 2015-2016 Dimitris Papastamos <sin@2f30.org>
3 * 3 *
4 * Permission to use, copy, modify, and/or distribute this software for any 4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted. 5 * purpose with or without fee is hereby granted.
diff --git a/include/strings.h b/include/strings.h
index 4eb5486..a16e1ad 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org> 2 * Copyright (C) 2015-2016 Dimitris Papastamos <sin@2f30.org>
3 * 3 *
4 * Permission to use, copy, modify, and/or distribute this software for any 4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted. 5 * purpose with or without fee is hereby granted.
diff --git a/include/sys/select.h b/include/sys/select.h
index 7f768f4..e4e398f 100644
--- a/include/sys/select.h
+++ b/include/sys/select.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org> 2 * Copyright (C) 2015-2016 Dimitris Papastamos <sin@2f30.org>
3 * 3 *
4 * Permission to use, copy, modify, and/or distribute this software for any 4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted. 5 * purpose with or without fee is hereby granted.
diff --git a/include/sys/socket.h b/include/sys/socket.h
index 9454951..7d3f023 100644
--- a/include/sys/socket.h
+++ b/include/sys/socket.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org> 2 * Copyright (C) 2015-2016 Dimitris Papastamos <sin@2f30.org>
3 * 3 *
4 * Permission to use, copy, modify, and/or distribute this software for any 4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted. 5 * purpose with or without fee is hereby granted.
diff --git a/include/unistd.h b/include/unistd.h
index b8251ba..d3ab246 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org> 2 * Copyright (C) 2015-2016 Dimitris Papastamos <sin@2f30.org>
3 * 3 *
4 * Permission to use, copy, modify, and/or distribute this software for any 4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted. 5 * purpose with or without fee is hereby granted.
diff --git a/include/wchar.h b/include/wchar.h
index d87e195..08a817b 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2015 Dimitris Papastamos <sin@2f30.org> 2 * Copyright (C) 2015-2016 Dimitris Papastamos <sin@2f30.org>
3 * 3 *
4 * Permission to use, copy, modify, and/or distribute this software for any 4 * Permission to use, copy, modify, and/or distribute this software for any
5 * purpose with or without fee is hereby granted. 5 * purpose with or without fee is hereby granted.