Imported Upstream version 1.6.0
[platform/upstream/augeas.git] / src / augparse.c
index 863b1e4..20bfcce 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * augparse.c: utility for parsing config files and seeing what's happening
  *
- * Copyright (C) 2007-2011 David Lutterkort
+ * Copyright (C) 2007-2015 David Lutterkort
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -55,7 +55,7 @@ static void print_version_info(struct augeas *aug) {
         goto error;
 
     fprintf(stderr, "augparse %s <http://augeas.net/>\n", version);
-    fprintf(stderr, "Copyright (C) 2007-2011 David Lutterkort\n");
+    fprintf(stderr, "Copyright (C) 2007-2015 David Lutterkort\n");
     fprintf(stderr, "License LGPLv2+: GNU LGPL version 2.1 or later\n");
     fprintf(stderr, "                 <http://www.gnu.org/licenses/lgpl-2.1.html>\n");
     fprintf(stderr, "This is free software: you are free to change and redistribute it.\n");