diff options
author | Max Kellermann <max@musicpd.org> | 2019-02-19 13:00:45 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-02-19 13:00:45 +0100 |
commit | c0f57b8a8bd8ab9cdb7c69cafabe74b33aed7abc (patch) | |
tree | caf19ee77710a8bc24ee79f801c95e24716fc6e3 /src/net | |
parent | 57633fbcb3c9b91c7c906e43b9479084c6d76f16 (diff) |
net/IPv[46]Address: update copyright
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/IPv4Address.cxx | 2 | ||||
-rw-r--r-- | src/net/IPv4Address.hxx | 2 | ||||
-rw-r--r-- | src/net/IPv6Address.cxx | 2 | ||||
-rw-r--r-- | src/net/IPv6Address.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/net/IPv4Address.cxx b/src/net/IPv4Address.cxx index 42de7450a..0ed825b21 100644 --- a/src/net/IPv4Address.cxx +++ b/src/net/IPv4Address.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2017 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2012-2019 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/net/IPv4Address.hxx b/src/net/IPv4Address.hxx index c2474d8fe..7a39ed016 100644 --- a/src/net/IPv4Address.hxx +++ b/src/net/IPv4Address.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2017 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2012-2019 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/net/IPv6Address.cxx b/src/net/IPv6Address.cxx index d7861d3ec..c69aadd9f 100644 --- a/src/net/IPv6Address.cxx +++ b/src/net/IPv6Address.cxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2017 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2012-2019 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/src/net/IPv6Address.hxx b/src/net/IPv6Address.hxx index 23d030e84..e9531b3f7 100644 --- a/src/net/IPv6Address.hxx +++ b/src/net/IPv6Address.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2017 Max Kellermann <max.kellermann@gmail.com> + * Copyright 2012-2019 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |