aboutsummaryrefslogtreecommitdiffstats
path: root/src/fcntl
diff options
context:
space:
mode:
Diffstat (limited to 'src/fcntl')
-rw-r--r--src/fcntl/creat.c2
-rw-r--r--src/fcntl/reopen.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/fcntl/creat.c b/src/fcntl/creat.c
index 0d52d50..dbe26db 100644
--- a/src/fcntl/creat.c
+++ b/src/fcntl/creat.c
@@ -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/src/fcntl/reopen.c b/src/fcntl/reopen.c
index 5903e1b..da56461 100644
--- a/src/fcntl/reopen.c
+++ b/src/fcntl/reopen.c
@@ -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