diff options
Diffstat (limited to 'lib/version.c')
-rw-r--r-- | lib/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/version.c b/lib/version.c index 25f8a8f..bd493bf 100644 --- a/lib/version.c +++ b/lib/version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2014 Free Software Foundation, Inc. + * Copyright (C) 2000-2022 Free Software Foundation, Inc. * * This file is part of LIBTASN1. * @@ -20,7 +20,7 @@ */ #ifdef HAVE_CONFIG_H -#include <config.h> +# include <config.h> #endif #include <string.h> /* for strverscmp */ |