aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2014-10-12 17:46:32 -0700
committerLev Walkin <vlm@lionet.info>2014-10-12 17:46:32 -0700
commit7102b52a5def9bd80aac89bbc32ed9c2f8b893e4 (patch)
tree78861b755090eb18db36be41d87a569560182659
parent4d852801deae38d796b9411807a7587ea53de67c (diff)
copyright years
-rw-r--r--COPYING2
-rw-r--r--asn1c/asn1c.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/COPYING b/COPYING
index 7740d28c..d9026efd 100644
--- a/COPYING
+++ b/COPYING
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2003, 2004, 2005, 2006, 2007 Lev Walkin <vlm@lionet.info>
+ * Copyright (c) 2003-2014 Lev Walkin <vlm@lionet.info>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/asn1c/asn1c.c b/asn1c/asn1c.c
index 0ca5c0b8..3eec8497 100644
--- a/asn1c/asn1c.c
+++ b/asn1c/asn1c.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2003, 2004, 2005, 2006, 2013
+ * Copyright (c) 2003-2014
* Lev Walkin <vlm@lionet.info>. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -33,7 +33,7 @@
#undef COPYRIGHT
#define COPYRIGHT \
- "Copyright (c) 2003, 2004, 2005, 2006 Lev Walkin <vlm@lionet.info>\n"
+ "Copyright (c) 2003-2014 Lev Walkin <vlm@lionet.info>\n"
#include <asn1parser.h> /* Parse the ASN.1 file and build a tree */
#include <asn1fix.h> /* Fix the ASN.1 tree */