aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/ber_tlv_tag.h
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2017-10-17 21:27:33 -0700
committerLev Walkin <vlm@lionet.info>2017-10-17 21:27:55 -0700
commit20696a4ff3781884f0ab2b146915dfa247a926cd (patch)
treedbbb70aa184fe0eb94f3dc46662d0273798cdfaa /skeletons/ber_tlv_tag.h
parent37231fb19578de38aa159b2b1fa911fc619e8c5d (diff)
constness fixes, round-trip and fuzz-testing for CHOICE
Diffstat (limited to 'skeletons/ber_tlv_tag.h')
-rw-r--r--skeletons/ber_tlv_tag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeletons/ber_tlv_tag.h b/skeletons/ber_tlv_tag.h
index 60e86686..ce227add 100644
--- a/skeletons/ber_tlv_tag.h
+++ b/skeletons/ber_tlv_tag.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2003, 2004 Lev Walkin <vlm@lionet.info>. All rights reserved.
+ * Copyright (c) 2003-2017 Lev Walkin <vlm@lionet.info>. All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#ifndef _BER_TLV_TAG_H_