converter-sample renamed into converter-example
diff --git a/skeletons/Makefile.am b/skeletons/Makefile.am
index c1c60a3..3927686 100644
--- a/skeletons/Makefile.am
+++ b/skeletons/Makefile.am
@@ -90,9 +90,9 @@
 	xer_encoder.c xer_encoder.h			\
 	xer_support.c xer_support.h
 
-check_PROGRAMS = check-converter_sample
+check_PROGRAMS = check-converter_example
 LDADD = -lm
 
-check_converter_sample_CFLAGS = -DNO_ASN_PDU
-check_converter_sample_SOURCES = converter-sample.c
-check_converter_sample_LDADD = libasn1cskeletons.la
+check_converter_example_CFLAGS = -DNO_ASN_PDU
+check_converter_example_SOURCES = converter-example.c
+check_converter_example_LDADD = libasn1cskeletons.la
diff --git a/skeletons/converter-sample.c b/skeletons/converter-example.c
similarity index 99%
rename from skeletons/converter-sample.c
rename to skeletons/converter-example.c
index 6740943..a1dc8f4 100644
--- a/skeletons/converter-sample.c
+++ b/skeletons/converter-example.c
@@ -3,9 +3,9 @@
  * Copyright (c) 2005-2017 Lev Walkin <vlm@lionet.info>.
  * All rights reserved.
  * 
- * To compile with your own ASN.1 type, please redefine the PDU as shown:
+ * To compile with your own ASN.1 type, redefine the PDU as shown:
  * 
- * cc -DPDU=MyCustomType -o myDecoder.o -c converter-sample.c
+ * cc -DPDU=MyCustomType -o myDecoder.o -c converter-example.c
  */
 #ifdef    HAVE_CONFIG_H
 #include <config.h>
diff --git a/skeletons/file-dependencies b/skeletons/file-dependencies
index e13e7d1..76c97ea 100644
--- a/skeletons/file-dependencies
+++ b/skeletons/file-dependencies
@@ -65,7 +65,7 @@
 per_opentype.h per_opentype.c	# PER "open type" handling
 
 CONVERTER:			# THIS IS A SPECIAL SECTION
-converter-sample.c		# A default name for sample transcoder
+converter-example.c		# A default name for the example transcoder
 
 CODEC-OER:			# THIS IS A SPECIAL SECTION
 oer_decoder.h oer_decoder.c # OER decoding support