diff options
Diffstat (limited to 'x11vnc/misc/turbovnc/convert')
-rwxr-xr-x | x11vnc/misc/turbovnc/convert | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/x11vnc/misc/turbovnc/convert b/x11vnc/misc/turbovnc/convert index 917bf3f..c0495a2 100755 --- a/x11vnc/misc/turbovnc/convert +++ b/x11vnc/misc/turbovnc/convert @@ -1,4 +1,11 @@ #!/usr/bin/perl +# +# This script has been (or is hereby) released into the public domain by +# its author, Karl J. Runge <[email protected]>. This applies worldwide. +# +# In case this is not legally possible: Karl J. Runge grants anyone the +# right to use this work for any purpose, without any conditions, unless +# such conditions are required by law. while (<>) { if (/^#include.*"rfb.h"/) { |