aboutsummaryrefslogtreecommitdiffstats
path: root/src/slibc-human
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-01 17:39:24 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-01 17:39:24 +0100
commit4bea2f3638c9f4f3a5402350cc2bee919b7e4824 (patch)
treeb4a799bdbc93d2ff761fb551037b0594cd0aa446 /src/slibc-human
parentm bug fix: reopen: closed wrong fd (diff)
downloadslibc-4bea2f3638c9f4f3a5402350cc2bee919b7e4824.tar.gz
slibc-4bea2f3638c9f4f3a5402350cc2bee919b7e4824.tar.bz2
slibc-4bea2f3638c9f4f3a5402350cc2bee919b7e4824.tar.xz
bump year
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/slibc-human')
-rw-r--r--src/slibc-human/escape.c2
-rw-r--r--src/slibc-human/escapes.h2
-rw-r--r--src/slibc-human/humanmode.c2
-rw-r--r--src/slibc-human/humansize.c2
-rw-r--r--src/slibc-human/machinemode.c2
-rw-r--r--src/slibc-human/machinesize.c2
-rw-r--r--src/slibc-human/unescape.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/slibc-human/escape.c b/src/slibc-human/escape.c
index e09c2aa..b67457f 100644
--- a/src/slibc-human/escape.c
+++ b/src/slibc-human/escape.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/slibc-human/escapes.h b/src/slibc-human/escapes.h
index 28e3830..a32db22 100644
--- a/src/slibc-human/escapes.h
+++ b/src/slibc-human/escapes.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/src/slibc-human/humanmode.c b/src/slibc-human/humanmode.c
index f7ee8b5..8d93772 100644
--- a/src/slibc-human/humanmode.c
+++ b/src/slibc-human/humanmode.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/slibc-human/humansize.c b/src/slibc-human/humansize.c
index 1e57329..d834849 100644
--- a/src/slibc-human/humansize.c
+++ b/src/slibc-human/humansize.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/slibc-human/machinemode.c b/src/slibc-human/machinemode.c
index fc11ea9..252c6c3 100644
--- a/src/slibc-human/machinemode.c
+++ b/src/slibc-human/machinemode.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/slibc-human/machinesize.c b/src/slibc-human/machinesize.c
index 9d33a5d..5364794 100644
--- a/src/slibc-human/machinesize.c
+++ b/src/slibc-human/machinesize.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/slibc-human/unescape.c b/src/slibc-human/unescape.c
index 779a0e4..4db1eab 100644
--- a/src/slibc-human/unescape.c
+++ b/src/slibc-human/unescape.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