diff options
-rw-r--r-- | lib/libdpv/dpv.c | 2 | ||||
-rw-r--r-- | lib/libdpv/dpv.h | 2 | ||||
-rw-r--r-- | lib/libdpv/dpv_private.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libdpv/dpv.c b/lib/libdpv/dpv.c index edf75bd..8ac39b1 100644 --- a/lib/libdpv/dpv.c +++ b/lib/libdpv/dpv.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2013-2014 Devin Teske <dteske@FreeBSD.org> + * Copyright (c) 2013-2016 Devin Teske <dteske@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libdpv/dpv.h b/lib/libdpv/dpv.h index 67d7bc1..a79962b 100644 --- a/lib/libdpv/dpv.h +++ b/lib/libdpv/dpv.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2013-2014 Devin Teske <dteske@FreeBSD.org> + * Copyright (c) 2013-2016 Devin Teske <dteske@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libdpv/dpv_private.h b/lib/libdpv/dpv_private.h index 1bebba6..fd4734c 100644 --- a/lib/libdpv/dpv_private.h +++ b/lib/libdpv/dpv_private.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2013-2014 Devin Teske <dteske@FreeBSD.org> + * Copyright (c) 2013-2016 Devin Teske <dteske@FreeBSD.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |