]> source.dussan.org Git - tigervnc.git/commit
Rebrand the source as TigerVNC. It is my hope that this patch is
authorPeter Åstrand <astrand@cendio.se>
Fri, 27 Feb 2009 10:12:14 +0000 (10:12 +0000)
committerPeter Åstrand <astrand@cendio.se>
Fri, 27 Feb 2009 10:12:14 +0000 (10:12 +0000)
commit4eacc02e123ed1cceb9c8181f16d5ae145fdae35
treef3be44634f9e9c3ee32f4ed4cf387e69a8c0bedb
parentb031862497e0603622c498cc4311b2726c223cbb
Rebrand the source as TigerVNC. It is my hope that this patch is
minimal but still complete. The rebranding was done using a script:

find trunk -name .svn -prune -o -type f -exec rep.sh \{\} \;
pushd trunk
svn revert doc/TODO doc/registered-codes.txt doc/ft-protocol-problems.txt doc/rfbtight.tex
perl -pi -e 's|tightvnc|tigervnc|g' unix/configure.ac win/configure.ac unix/README

With rep.sh looking like:

perl -pi -e 's|TightVNC|TigerVNC|g' "$@"
perl -pi -e 's|www\.tightvnc\.com/bugs\.html|www\.tigervnc\.org|g' "$@"
perl -pi -e 's|www\.tightvnc\.com|www\.tigervnc\.org|g' "$@"
perl -pi -e 's|devteam\@tightvnc\.com|tigervnc-devel\@lists\.sourceforge\.net|g' "$@"
perl -pi -e 's|TigerVNC Team|TightVNC Team|g' "$@"
perl -pi -e 's|TigerVNC Group|TightVNC Group|g' "$@"
perl -pi -e 's|TigerVNC protocol|TightVNC protocol|g' "$@"
perl -pi -e 's|TigerVNC-specific|TightVNC-specific|g' "$@"
perl -pi -e 's|Vendor signatures: standard VNC/RealVNC, TridiaVNC, and TigerVNC|Vendor signatures: standard VNC/RealVNC, TridiaVNC, and TightVNC|g' "$@"
perl -pi -e 's|TigerVNC vendor|TightVNC vendor|g' "$@"
perl -pi -e 's|TigerVNC extension|TightVNC extension|g' "$@"
perl -pi -e 's|protocolTigerVNC|protocolTightVNC|g' "$@"
perl -pi -e 's|TigerVNC additions were|TightVNC additions were|g' "$@"
perl -pi -e 's|TigerVNC 1\.2|TightVNC 1\.2|g' "$@"
perl -pi -e 's|TigerVNC authentication type|TightVNC authentication type|g' "$@"

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3621 3789f03b-4d11-0410-bbf8-ca57d06f2519
48 files changed:
common/configure.ac
common/jpeg/README_TightVNC.txt
common/rfb/HTTPServer.cxx
common/rfb/VNCServerST.h
doc/building-vc7.txt
doc/realvnc-internals.txt
java/src/com/tightvnc/vncviewer/ClipboardFrame.java
java/src/com/tightvnc/vncviewer/OptionsFrame.java
java/src/com/tightvnc/vncviewer/README
java/src/com/tightvnc/vncviewer/RecordingFrame.java
java/src/com/tightvnc/vncviewer/VncViewer.java
java/src/com/tightvnc/vncviewer/index.html
java/src/com/tightvnc/vncviewer/index.vnc
unix/README
unix/configure.ac
unix/po/Makevars
unix/po/de.po
unix/po/ru.po
unix/po/sk.po
unix/po/sv.po
unix/po/tightvnc.pot
unix/vncconfig/vncconfig.man
unix/vncpasswd/vncpasswd.man
unix/vncserver.man
unix/vncviewer/CConn.cxx
unix/vncviewer/vncviewer.cxx
unix/vncviewer/vncviewer.man
unix/x0vncserver/x0vncserver.cxx
unix/x0vncserver/x0vncserver.man
unix/xserver/hw/vnc/Xvnc.man
unix/xserver/hw/vnc/xvnc.cc
win/README.txt
win/README_BINARY.txt
win/configure.ac
win/vncconfig/vncconfig.cxx
win/vncconfig/vncconfig.exe.manifest
win/vncconfig/vncconfig.rc
win/vncviewer/CConnOptions.cxx
win/vncviewer/DesktopWindow.cxx
win/vncviewer/FTDialog.cxx
win/vncviewer/MRU.h
win/vncviewer/vncviewer.cxx
win/vncviewer/vncviewer.exe.manifest
win/vncviewer/vncviewer.rc
win/winvnc/VNCServerWin32.cxx
win/winvnc/winvnc.rc
win/winvnc/winvnc4.exe.manifest
win/wm_hooks/wm_hooks.rc