summaryrefslogtreecommitdiffstats
path: root/x11vnc/misc
diff options
context:
space:
mode:
authorrunge <runge@karlrunge.com>2009-03-14 22:18:08 -0400
committerrunge <runge@karlrunge.com>2009-03-14 22:18:08 -0400
commit9ae2e8391de9f2e37193c321cc67d526c3ff919f (patch)
treeac47792e68611700c5edd9d9112b75efa7052201 /x11vnc/misc
parentb280597129ef6802016d155dc95375ad0faa2117 (diff)
downloadlibtdevnc-9ae2e8391de9f2e37193c321cc67d526c3ff919f.tar.gz
libtdevnc-9ae2e8391de9f2e37193c321cc67d526c3ff919f.zip
Insert x11vnc copyright and license notices.
Diffstat (limited to 'x11vnc/misc')
-rw-r--r--x11vnc/misc/LICENSE31
-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
7 files changed, 75 insertions, 0 deletions
diff --git a/x11vnc/misc/LICENSE b/x11vnc/misc/LICENSE
new file mode 100644
index 0000000..ea4bdb0
--- /dev/null
+++ b/x11vnc/misc/LICENSE
@@ -0,0 +1,31 @@
+The following files in this directory:
+
+ Makefile.am
+ README
+ Xdummy
+ blockdpy.c
+ ranfb.pl
+ rx11vnc
+ rx11vnc.pl
+ shm_clear
+ slide.pl
+ vcinject.pl
+ x11vnc_loop
+ x11vnc_pw
+
+are all Copyright (C) 2002-2009 Karl J. Runge <runge@karlrunge.com>
+and are all released under this license:
+
+ This is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 of the License.
+
+ This software is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this software; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+ USA or see <http://www.gnu.org/licenses/>.
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"