aboutsummaryrefslogtreecommitdiffstats
path: root/src/unistd
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/unistd/daemon.c2
-rw-r--r--src/unistd/daemonise.c2
-rw-r--r--src/unistd/exec.c2
-rw-r--r--src/unistd/execat.c2
-rw-r--r--src/unistd/fexec.c2
-rw-r--r--src/unistd/getpass.c2
-rw-r--r--src/unistd/halt.c2
-rw-r--r--src/unistd/hcf.c2
-rw-r--r--src/unistd/preadn.c2
-rw-r--r--src/unistd/pwriten.c2
-rw-r--r--src/unistd/readn.c2
-rw-r--r--src/unistd/searchpath.c2
-rw-r--r--src/unistd/searchpath2.c2
-rw-r--r--src/unistd/searchpath3.c2
-rw-r--r--src/unistd/writen.c2
15 files changed, 15 insertions, 15 deletions
diff --git a/src/unistd/daemon.c b/src/unistd/daemon.c
index 554142f..9be775b 100644
--- a/src/unistd/daemon.c
+++ b/src/unistd/daemon.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/unistd/daemonise.c b/src/unistd/daemonise.c
index c305542..39c5fa9 100644
--- a/src/unistd/daemonise.c
+++ b/src/unistd/daemonise.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/unistd/exec.c b/src/unistd/exec.c
index 3558b1f..69edc4e 100644
--- a/src/unistd/exec.c
+++ b/src/unistd/exec.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/unistd/execat.c b/src/unistd/execat.c
index 700db2f..87519e4 100644
--- a/src/unistd/execat.c
+++ b/src/unistd/execat.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/unistd/fexec.c b/src/unistd/fexec.c
index 5277373..2f2b229 100644
--- a/src/unistd/fexec.c
+++ b/src/unistd/fexec.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/unistd/getpass.c b/src/unistd/getpass.c
index 5968d38..b764aed 100644
--- a/src/unistd/getpass.c
+++ b/src/unistd/getpass.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/unistd/halt.c b/src/unistd/halt.c
index 855584f..0812203 100644
--- a/src/unistd/halt.c
+++ b/src/unistd/halt.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/unistd/hcf.c b/src/unistd/hcf.c
index 1030e30..99f0d4b 100644
--- a/src/unistd/hcf.c
+++ b/src/unistd/hcf.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/unistd/preadn.c b/src/unistd/preadn.c
index 3940927..dc7e72c 100644
--- a/src/unistd/preadn.c
+++ b/src/unistd/preadn.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/unistd/pwriten.c b/src/unistd/pwriten.c
index 91deb37..3cc90aa 100644
--- a/src/unistd/pwriten.c
+++ b/src/unistd/pwriten.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/unistd/readn.c b/src/unistd/readn.c
index e607f8d..683f967 100644
--- a/src/unistd/readn.c
+++ b/src/unistd/readn.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/unistd/searchpath.c b/src/unistd/searchpath.c
index 37a0042..513d995 100644
--- a/src/unistd/searchpath.c
+++ b/src/unistd/searchpath.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/unistd/searchpath2.c b/src/unistd/searchpath2.c
index 02b9cde..71b20db 100644
--- a/src/unistd/searchpath2.c
+++ b/src/unistd/searchpath2.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/unistd/searchpath3.c b/src/unistd/searchpath3.c
index 4ab49fe..d66cfaf 100644
--- a/src/unistd/searchpath3.c
+++ b/src/unistd/searchpath3.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/unistd/writen.c b/src/unistd/writen.c
index 3698d8a..34f0d3d 100644
--- a/src/unistd/writen.c
+++ b/src/unistd/writen.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