diff --git a/configure.ac b/configure.ac index 53c1456..1ff93f1 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ m4_define([MDNS_MAJOR], [0]) m4_define([MDNS_MINOR], [0]) m4_define([MDNS_MICRO], [1]) -AC_COPYRIGHT([Copyright 2014-2015 VideoLabs]) +AC_COPYRIGHT([Copyright 2014-2016 VideoLabs]) AC_INIT([microDNS], [MDNS_MAJOR.MDNS_MINOR.MDNS_MICRO]) AC_CONFIG_HEADERS([config.h]) diff --git a/src/mdns.c b/src/mdns.c index c563b97..0ef0980 100644 --- a/src/mdns.c +++ b/src/mdns.c @@ -1,7 +1,7 @@ /***************************************************************************** * This file is part of libmicrodns. * - * Copyright © 2014-2015 VideoLabs SAS + * Copyright © 2014-2016 VideoLabs SAS * * Author: Jonathan Calmels * diff --git a/src/microdns.h b/src/microdns.h index 54cd5a2..31ddd85 100644 --- a/src/microdns.h +++ b/src/microdns.h @@ -1,7 +1,7 @@ /***************************************************************************** * This file is part of libmicrodns. * - * Copyright © 2014-2015 VideoLabs SAS + * Copyright © 2014-2016 VideoLabs SAS * * Author: Jonathan Calmels * diff --git a/src/rr.c b/src/rr.c index 67837a1..04cd964 100644 --- a/src/rr.c +++ b/src/rr.c @@ -1,7 +1,7 @@ /***************************************************************************** * This file is part of libmicrodns. * - * Copyright © 2014-2015 VideoLabs SAS + * Copyright © 2014-2016 VideoLabs SAS * * Author: Jonathan Calmels * diff --git a/src/rr.h b/src/rr.h index 61cfd4b..0078904 100644 --- a/src/rr.h +++ b/src/rr.h @@ -1,7 +1,7 @@ /***************************************************************************** * This file is part of libmicrodns. * - * Copyright © 2014-2015 VideoLabs SAS + * Copyright © 2014-2016 VideoLabs SAS * * Author: Jonathan Calmels * diff --git a/src/version.h.in b/src/version.h.in index d72bccf..55a8243 100644 --- a/src/version.h.in +++ b/src/version.h.in @@ -1,7 +1,7 @@ /***************************************************************************** * This file is part of libmicrodns. * - * Copyright © 2014-2015 VideoLabs SAS + * Copyright © 2014-2016 VideoLabs SAS * ***************************************************************************** * libmicrodns is released under LGPLv2.1 (or later) and is also available