aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
11 files changed, 11 insertions, 11 deletions
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