]> sigrok.org Git - libserialport.git/blobdiff - examples/list_ports.c
Release examples as public domain.
[libserialport.git] / examples / list_ports.c
index b8ff863b0f81cd0075a9eb98ec98dedade219bb9..ab72aece171e7b806c9be2a1670ec2379ab3899d 100644 (file)
@@ -1,7 +1,9 @@
 #include <libserialport.h>
 #include <stdio.h>
 
-/* Example of how to get a list of serial ports on the system. */
+/* Example of how to get a list of serial ports on the system.
+ *
+ * This example file is released to the public domain. */
 
 int main(int argc, char **argv)
 {