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 + * Copyright (c) 2003-2014 Lev Walkin * 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 . 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 \n" + "Copyright (c) 2003-2014 Lev Walkin \n" #include /* Parse the ASN.1 file and build a tree */ #include /* Fix the ASN.1 tree */