diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-01 17:39:24 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-01 17:39:24 +0100 |
commit | 4bea2f3638c9f4f3a5402350cc2bee919b7e4824 (patch) | |
tree | b4a799bdbc93d2ff761fb551037b0594cd0aa446 /src/arpa | |
parent | m bug fix: reopen: closed wrong fd (diff) | |
download | slibc-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/arpa')
-rw-r--r-- | src/arpa/inet/htonl.c | 2 | ||||
-rw-r--r-- | src/arpa/inet/htonll.c | 2 | ||||
-rw-r--r-- | src/arpa/inet/htons.c | 2 | ||||
-rw-r--r-- | src/arpa/inet/ntohl.c | 2 | ||||
-rw-r--r-- | src/arpa/inet/ntohll.c | 2 | ||||
-rw-r--r-- | src/arpa/inet/ntohs.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/arpa/inet/htonl.c b/src/arpa/inet/htonl.c index 233cc06..0d7d5ba 100644 --- a/src/arpa/inet/htonl.c +++ b/src/arpa/inet/htonl.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/arpa/inet/htonll.c b/src/arpa/inet/htonll.c index d4509ef..1892888 100644 --- a/src/arpa/inet/htonll.c +++ b/src/arpa/inet/htonll.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/arpa/inet/htons.c b/src/arpa/inet/htons.c index 1aeb39c..74aff02 100644 --- a/src/arpa/inet/htons.c +++ b/src/arpa/inet/htons.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/arpa/inet/ntohl.c b/src/arpa/inet/ntohl.c index b9c3757..e2516b3 100644 --- a/src/arpa/inet/ntohl.c +++ b/src/arpa/inet/ntohl.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/arpa/inet/ntohll.c b/src/arpa/inet/ntohll.c index 411deeb..25ce90d 100644 --- a/src/arpa/inet/ntohll.c +++ b/src/arpa/inet/ntohll.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/arpa/inet/ntohs.c b/src/arpa/inet/ntohs.c index 6bf95a5..9a021c9 100644 --- a/src/arpa/inet/ntohs.c +++ b/src/arpa/inet/ntohs.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 |