aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/alloca.h2
-rw-r--r--include/arpa/inet.h2
-rw-r--r--include/assert.h2
-rw-r--r--include/bits/stdarg.h2
-rw-r--r--include/bits/types.h2
-rw-r--r--include/ctype.h2
-rw-r--r--include/err.h2
-rw-r--r--include/errno.h2
-rw-r--r--include/error.h2
-rw-r--r--include/fcntl.h2
-rw-r--r--include/inttypes.h2
-rw-r--r--include/iso646.h2
-rw-r--r--include/libgen.h2
-rw-r--r--include/malloc.h2
-rw-r--r--include/memory.h2
-rw-r--r--include/obstack.h2
-rw-r--r--include/slibc-alloc.h2
-rw-r--r--include/slibc-error.h2
-rw-r--r--include/slibc-human.h2
-rw-r--r--include/slibc-print.h2
-rw-r--r--include/slibc/attributes.h2
-rw-r--r--include/slibc/c-version.h2
-rw-r--r--include/slibc/features.h2
-rw-r--r--include/slibc/internals.h2
-rw-r--r--include/slibc/portability.h2
-rw-r--r--include/slibc/version.h2
-rw-r--r--include/stdalign.h2
-rw-r--r--include/stdarg.h2
-rw-r--r--include/stdbool.h2
-rw-r--r--include/stddef.h2
-rw-r--r--include/stdint.h2
-rw-r--r--include/stdio.h2
-rw-r--r--include/stdlib.h2
-rw-r--r--include/stdnoreturn.h2
-rw-r--r--include/string.h2
-rw-r--r--include/strings.h2
-rw-r--r--include/sys/errno.h2
-rw-r--r--include/sys/fcntl.h2
-rw-r--r--include/sys/poll.h2
-rw-r--r--include/sys/signal.h2
-rw-r--r--include/sys/soundcard.h2
-rw-r--r--include/sys/stat.h2
-rw-r--r--include/sys/stropts.h2
-rw-r--r--include/sys/syslog.h2
-rw-r--r--include/sys/termios.h2
-rw-r--r--include/sys/ucontext.h2
-rw-r--r--include/sys/vt.h2
-rw-r--r--include/unistd.h2
-rw-r--r--include/wait.h2
-rw-r--r--include/wchar.h2
50 files changed, 50 insertions, 50 deletions
diff --git a/include/alloca.h b/include/alloca.h
index ff2f8c8..5cc9131 100644
--- a/include/alloca.h
+++ b/include/alloca.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/arpa/inet.h b/include/arpa/inet.h
index 575666e..a9a3ecd 100644
--- a/include/arpa/inet.h
+++ b/include/arpa/inet.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/assert.h b/include/assert.h
index fc07e16..7b1e6fe 100644
--- a/include/assert.h
+++ b/include/assert.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/bits/stdarg.h b/include/bits/stdarg.h
index ca051a5..ae6f801 100644
--- a/include/bits/stdarg.h
+++ b/include/bits/stdarg.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/bits/types.h b/include/bits/types.h
index 8a91846..4fa13cb 100644
--- a/include/bits/types.h
+++ b/include/bits/types.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/ctype.h b/include/ctype.h
index e994ed5..6da0ae2 100644
--- a/include/ctype.h
+++ b/include/ctype.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/err.h b/include/err.h
index 91f5b84..bc93228 100644
--- a/include/err.h
+++ b/include/err.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/errno.h b/include/errno.h
index 749524c..221308f 100644
--- a/include/errno.h
+++ b/include/errno.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/error.h b/include/error.h
index f2cf9f6..dfeed60 100644
--- a/include/error.h
+++ b/include/error.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/fcntl.h b/include/fcntl.h
index 422d408..4318afd 100644
--- a/include/fcntl.h
+++ b/include/fcntl.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/inttypes.h b/include/inttypes.h
index 4a02d5a..be53464 100644
--- a/include/inttypes.h
+++ b/include/inttypes.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/iso646.h b/include/iso646.h
index 67ea99b..7845ea7 100644
--- a/include/iso646.h
+++ b/include/iso646.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/libgen.h b/include/libgen.h
index a62bd41..65b402e 100644
--- a/include/libgen.h
+++ b/include/libgen.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/malloc.h b/include/malloc.h
index 578a765..7478175 100644
--- a/include/malloc.h
+++ b/include/malloc.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/memory.h b/include/memory.h
index f0a7f6f..e0b1e77 100644
--- a/include/memory.h
+++ b/include/memory.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/obstack.h b/include/obstack.h
index da1acc3..0bfdddf 100644
--- a/include/obstack.h
+++ b/include/obstack.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/slibc-alloc.h b/include/slibc-alloc.h
index 043616a..928218d 100644
--- a/include/slibc-alloc.h
+++ b/include/slibc-alloc.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/slibc-error.h b/include/slibc-error.h
index 7e1bca2..fad3d30 100644
--- a/include/slibc-error.h
+++ b/include/slibc-error.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/slibc-human.h b/include/slibc-human.h
index e0423bc..ad07974 100644
--- a/include/slibc-human.h
+++ b/include/slibc-human.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/slibc-print.h b/include/slibc-print.h
index 194e9cb..474562e 100644
--- a/include/slibc-print.h
+++ b/include/slibc-print.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/slibc/attributes.h b/include/slibc/attributes.h
index 85d247c..d623955 100644
--- a/include/slibc/attributes.h
+++ b/include/slibc/attributes.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/slibc/c-version.h b/include/slibc/c-version.h
index 0cd5c3e..965497a 100644
--- a/include/slibc/c-version.h
+++ b/include/slibc/c-version.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/slibc/features.h b/include/slibc/features.h
index bb28189..a5886c9 100644
--- a/include/slibc/features.h
+++ b/include/slibc/features.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/slibc/internals.h b/include/slibc/internals.h
index b3f6235..86f75d4 100644
--- a/include/slibc/internals.h
+++ b/include/slibc/internals.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/slibc/portability.h b/include/slibc/portability.h
index 5ccb9fb..8c71af8 100644
--- a/include/slibc/portability.h
+++ b/include/slibc/portability.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/slibc/version.h b/include/slibc/version.h
index 73f0395..3b82ece 100644
--- a/include/slibc/version.h
+++ b/include/slibc/version.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/stdalign.h b/include/stdalign.h
index 9d7d8e9..4041ba5 100644
--- a/include/stdalign.h
+++ b/include/stdalign.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/stdarg.h b/include/stdarg.h
index 0f6306d..754e63b 100644
--- a/include/stdarg.h
+++ b/include/stdarg.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/stdbool.h b/include/stdbool.h
index 531f583..8fe6383 100644
--- a/include/stdbool.h
+++ b/include/stdbool.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/stddef.h b/include/stddef.h
index 8330da4..2f0f11a 100644
--- a/include/stddef.h
+++ b/include/stddef.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/stdint.h b/include/stdint.h
index ab3cd85..c9b031b 100644
--- a/include/stdint.h
+++ b/include/stdint.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/stdio.h b/include/stdio.h
index 6c51de0..1abe26d 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/stdlib.h b/include/stdlib.h
index 86f5f15..f68c046 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/stdnoreturn.h b/include/stdnoreturn.h
index 1a88f1a..db6564f 100644
--- a/include/stdnoreturn.h
+++ b/include/stdnoreturn.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/string.h b/include/string.h
index 758ca6e..f04e4a9 100644
--- a/include/string.h
+++ b/include/string.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/strings.h b/include/strings.h
index fdf6605..1b4f3af 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/sys/errno.h b/include/sys/errno.h
index d868e5b..3850e30 100644
--- a/include/sys/errno.h
+++ b/include/sys/errno.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/sys/fcntl.h b/include/sys/fcntl.h
index 56bfcae..034086f 100644
--- a/include/sys/fcntl.h
+++ b/include/sys/fcntl.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/sys/poll.h b/include/sys/poll.h
index 1a3c7c2..96ca04c 100644
--- a/include/sys/poll.h
+++ b/include/sys/poll.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/sys/signal.h b/include/sys/signal.h
index 1f55894..482024b 100644
--- a/include/sys/signal.h
+++ b/include/sys/signal.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/sys/soundcard.h b/include/sys/soundcard.h
index 05b9dae..d18e25f 100644
--- a/include/sys/soundcard.h
+++ b/include/sys/soundcard.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/sys/stat.h b/include/sys/stat.h
index 967b711..dd60f92 100644
--- a/include/sys/stat.h
+++ b/include/sys/stat.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/sys/stropts.h b/include/sys/stropts.h
index aeee79f..5a7095a 100644
--- a/include/sys/stropts.h
+++ b/include/sys/stropts.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/sys/syslog.h b/include/sys/syslog.h
index 2de2b37..7e24468 100644
--- a/include/sys/syslog.h
+++ b/include/sys/syslog.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/sys/termios.h b/include/sys/termios.h
index af66dd9..985a70e 100644
--- a/include/sys/termios.h
+++ b/include/sys/termios.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/sys/ucontext.h b/include/sys/ucontext.h
index e4250ab..5937a49 100644
--- a/include/sys/ucontext.h
+++ b/include/sys/ucontext.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/sys/vt.h b/include/sys/vt.h
index f7b8253..2bed846 100644
--- a/include/sys/vt.h
+++ b/include/sys/vt.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/unistd.h b/include/unistd.h
index 5ca2358..ff71869 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/wait.h b/include/wait.h
index e37f875..0d3a910 100644
--- a/include/wait.h
+++ b/include/wait.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/include/wchar.h b/include/wchar.h
index 5f5d734..be2bfc8 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -1,6 +1,6 @@
/**
* slibc — Yet another C library
- * Copyright © 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2015, 2016 Mattias Andrée (maandree@member.fsf.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by