summaryrefslogtreecommitdiffstats
path: root/x11vnc/misc/turbovnc
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/misc/turbovnc')
-rw-r--r--x11vnc/misc/turbovnc/Makefile.am7
-rw-r--r--x11vnc/misc/turbovnc/README9
-rwxr-xr-xx11vnc/misc/turbovnc/apply_turbovnc7
-rwxr-xr-xx11vnc/misc/turbovnc/convert7
-rwxr-xr-xx11vnc/misc/turbovnc/convert_rfbserver7
-rwxr-xr-xx11vnc/misc/turbovnc/undo_turbovnc7
6 files changed, 44 insertions, 0 deletions
diff --git a/x11vnc/misc/turbovnc/Makefile.am b/x11vnc/misc/turbovnc/Makefile.am
index 544eef3..3c6edc6 100644
--- a/x11vnc/misc/turbovnc/Makefile.am
+++ b/x11vnc/misc/turbovnc/Makefile.am
@@ -1 +1,8 @@
+# This file has been (or is hereby) released into the public domain by
+# its author, Karl J. Runge <runge@karlrunge.com>. 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.
+
EXTRA_DIST=README apply_turbovnc convert convert_rfbserver tight.c turbojpeg.h undo_turbovnc
diff --git a/x11vnc/misc/turbovnc/README b/x11vnc/misc/turbovnc/README
index cc7a417..328929c 100644
--- a/x11vnc/misc/turbovnc/README
+++ b/x11vnc/misc/turbovnc/README
@@ -1,3 +1,12 @@
+#
+# This work has been (or is hereby) released into the public domain by
+# its author, Karl J. Runge <runge@karlrunge.com>. 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.
+#
+
INTRO:
------
diff --git a/x11vnc/misc/turbovnc/apply_turbovnc b/x11vnc/misc/turbovnc/apply_turbovnc
index a601e52..45e4700 100755
--- a/x11vnc/misc/turbovnc/apply_turbovnc
+++ b/x11vnc/misc/turbovnc/apply_turbovnc
@@ -1,4 +1,11 @@
#!/bin/sh
+#
+# This script has been (or is hereby) released into the public domain by
+# its author, Karl J. Runge <runge@karlrunge.com>. 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.
ldir="../../../libvncserver"
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 <runge@karlrunge.com>. 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"/) {
diff --git a/x11vnc/misc/turbovnc/convert_rfbserver b/x11vnc/misc/turbovnc/convert_rfbserver
index 135a1e9..81267ac 100755
--- a/x11vnc/misc/turbovnc/convert_rfbserver
+++ b/x11vnc/misc/turbovnc/convert_rfbserver
@@ -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 <runge@karlrunge.com>. 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.
$saw_mark = 0;
$done = 0;
diff --git a/x11vnc/misc/turbovnc/undo_turbovnc b/x11vnc/misc/turbovnc/undo_turbovnc
index ff79abf..e16691f 100755
--- a/x11vnc/misc/turbovnc/undo_turbovnc
+++ b/x11vnc/misc/turbovnc/undo_turbovnc
@@ -1,4 +1,11 @@
#!/bin/sh
+#
+# This script has been (or is hereby) released into the public domain by
+# its author, Karl J. Runge <runge@karlrunge.com>. 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.
ldir="../../../libvncserver"