]> sigrok.org Git - libserialport.git/blobdiff - examples/port_info.c
Release examples as public domain.
[libserialport.git] / examples / port_info.c
index 2c3fda64648182268d41a34813ab13b4179a4305..0bc1ee34b6282a5f453d638484bd627a8128ad3c 100644 (file)
@@ -1,7 +1,9 @@
 #include <libserialport.h>
 #include <stdio.h>
 
-/* Example of how to get information about a serial port. */
+/* Example of how to get information about a serial port.
+ *
+ * This example file is released to the public domain. */
 
 int main(int argc, char **argv)
 {