Browse Source

Change to https for tigervnc URL

Our main web site now supports https, so update all references.
tags/v1.9.90
Pierre Ossman 5 years ago
parent
commit
32b96ffec1

+ 1
- 1
contrib/packages/deb/ubuntu-precise/debian/copyright View File

@@ -2,7 +2,7 @@ This package was packaged for Debian by Brian P. Hinz <bphinz@users.sourceforge.
on Tue, 02 Jul 2013 21:33:24 +0500 using the tightvnc package as a base.

It was downloaded from:
http://www.tigervnc.org/
https://www.tigervnc.org/

COPYRIGHT:
==========

+ 1
- 1
contrib/packages/deb/ubuntu-trusty/debian/copyright View File

@@ -2,7 +2,7 @@ This package was packaged for Debian by Brian P. Hinz <bphinz@users.sourceforge.
on Tue, 02 Jul 2013 21:33:24 +0500 using the tightvnc package as a base.

It was downloaded from:
http://www.tigervnc.org/
https://www.tigervnc.org/

COPYRIGHT:
==========

+ 1
- 1
contrib/packages/deb/ubuntu-xenial/debian/copyright View File

@@ -2,7 +2,7 @@ This package was packaged for Debian by Brian P. Hinz <bphinz@users.sourceforge.
on Tue, 02 Jul 2013 21:33:24 +0500 using the tightvnc package as a base.

It was downloaded from:
http://www.tigervnc.org/
https://www.tigervnc.org/

COPYRIGHT:
==========

+ 1
- 1
contrib/packages/rpm/el5/SPECS/tigervnc.spec View File

@@ -885,7 +885,7 @@ GL_LIBS='-Wl,-Bdynamic -lGL' LDFLAGS="$LDFLAGS -Wl,-rpath,"'\$$'"ORIGIN/../..%{_
--prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_datadir}/man \
--sysconfdir=%{_sysconfdir} --localstatedir=%{_localstatedir} \
--with-vendor-name="The TigerVNC Project" --with-vendor-name-short="TigerVNC" \
--with-vendor-web="http://www.tigervnc.org" \
--with-vendor-web="https://www.tigervnc.org" \
--disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
--disable-xwin --disable-xephyr --disable-kdrive --disable-wayland \
--with-pic --enable-static --disable-shared --enable-xinerama \

+ 1
- 1
java/com/tigervnc/vncviewer/VncViewer.java View File

@@ -66,7 +66,7 @@ public class VncViewer extends javax.swing.JApplet
new String("TigerVNC Java Viewer v%s (%s)%n"+
"Built on %s at %s%n"+
"Copyright (C) 1999-2018 TigerVNC Team and many others (see README.rst)%n"+
"See http://www.tigervnc.org for information on TigerVNC.");
"See https://www.tigervnc.org for information on TigerVNC.");

public static String version = null;
public static String build = null;

+ 1
- 1
java/com/tigervnc/vncviewer/index.html View File

@@ -16,5 +16,5 @@ TigerVNC desktop
WIDTH=500>
</APPLET>
<BR>
<A href="http://www.tigervnc.org/">TigerVNC site</A>
<A href="https://www.tigervnc.org/">TigerVNC site</A>
</HTML>

+ 1
- 1
java/com/tigervnc/vncviewer/index.vnc View File

@@ -18,5 +18,5 @@ $USER's $DESKTOP desktop ($DISPLAY)
<param name="draggable" value="true">
</APPLET>
<BR>
<A href="http://www.tigervnc.org/">TigerVNC site</A>
<A href="https://www.tigervnc.org/">TigerVNC site</A>
</HTML>

+ 1
- 1
release/tigervnc.iss.in View File

@@ -9,7 +9,7 @@ AppVerName=TigerVNC v@VERSION@ (@BUILD@)
#endif
AppVersion=@VERSION@
AppPublisher=TigerVNC project
AppPublisherURL=http://tigervnc.org
AppPublisherURL=https://tigervnc.org
DefaultDirName={pf}\TigerVNC
#ifdef WIN64
DefaultGroupName=TigerVNC 64-bit

+ 1
- 1
unix/vncconfig/vncconfig.man View File

@@ -114,7 +114,7 @@ When run as a "helper" app, make the window iconified at startup.
.BR vncserver (1),
.BR Xvnc (1)
.br
http://www.tigervnc.org
https://www.tigervnc.org

.SH AUTHOR
Tristan Richardson, RealVNC Ltd. and others.

+ 1
- 1
unix/vncpasswd/vncpasswd.man View File

@@ -47,7 +47,7 @@ Default location of the VNC password file.
.BR Xvnc (1)
.BR vncconfig (1),
.br
http://www.tigervnc.org
https://www.tigervnc.org

.SH AUTHORS
Tristan Richardson, RealVNC Ltd., Antoine Martin, D. R. Commander and others.

+ 1
- 1
unix/vncserver.man View File

@@ -192,7 +192,7 @@ option.
.BR vncconfig (1),
.BR Xvnc (1)
.br
http://www.tigervnc.org
https://www.tigervnc.org

.SH AUTHOR
Tristan Richardson, RealVNC Ltd., D. R. Commander and others.

+ 1
- 1
unix/x0vncserver/x0vncserver.man View File

@@ -302,7 +302,7 @@ Currently unused.
.BR Xvnc (1),
.BR vncpasswd (1),
.br
http://www.tigervnc.org/
https://www.tigervnc.org/

.SH AUTHOR
Constantin Kaplinsky and others.

+ 1
- 1
unix/xserver/hw/vnc/Xvnc.man View File

@@ -396,7 +396,7 @@ created automatically the next time he connects.
.BR Xserver (1),
.BR inetd (1)
.br
http://www.tigervnc.org
https://www.tigervnc.org

.SH AUTHOR
Tristan Richardson, RealVNC Ltd. and others.

+ 1
- 1
unix/xserver/hw/vnc/xvnc.c View File

@@ -89,7 +89,7 @@ from the X Consortium.

#define XVNCVERSION "TigerVNC 1.9.80"
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2018 TigerVNC Team and many others (see README.rst)\n" \
"See http://www.tigervnc.org for information on TigerVNC.\n")
"See https://www.tigervnc.org for information on TigerVNC.\n")

#define VFB_DEFAULT_WIDTH 1024
#define VFB_DEFAULT_HEIGHT 768

+ 1
- 1
vncviewer/vncviewer.cxx View File

@@ -100,7 +100,7 @@ static const char *about_text()
_("TigerVNC Viewer %d-bit v%s\n"
"Built on: %s\n"
"Copyright (C) 1999-%d TigerVNC Team and many others (see README.rst)\n"
"See http://www.tigervnc.org for information on TigerVNC."),
"See https://www.tigervnc.org for information on TigerVNC."),
(int)sizeof(size_t)*8, PACKAGE_VERSION,
BUILD_TIMESTAMP, 2018);


+ 1
- 1
vncviewer/vncviewer.man View File

@@ -320,7 +320,7 @@ Default certificate revocation list.
.BR vncconfig (1),
.BR vncserver (1)
.br
http://www.tigervnc.org
https://www.tigervnc.org

.SH AUTHOR
Tristan Richardson, RealVNC Ltd. and others.

+ 1
- 1
win/vncconfig/vncconfig.rc View File

@@ -233,7 +233,7 @@ BEGIN
LTEXT ">version<",IDC_VERSION,165,7,77,18
LTEXT ">buildtime<",IDC_BUILDTIME,40,25,202,15
LTEXT ">copyright<",IDC_COPYRIGHT,40,40,256,15
LTEXT "See http://www.tigervnc.org for more information on TigerVNC.",
LTEXT "See https://www.tigervnc.org for more information on TigerVNC.",
IDC_STATIC,40,55,202,15
END


+ 1
- 1
win/winvnc/index.vnc View File

@@ -18,5 +18,5 @@ $USER's $DESKTOP desktop
<param name="draggable" value="true">
</APPLET>
<BR>
<A href="http://www.tigervnc.org/">TigerVNC site</A>
<A href="https://www.tigervnc.org/">TigerVNC site</A>
</HTML>

+ 1
- 1
win/winvnc/winvnc.rc.in View File

@@ -154,7 +154,7 @@ BEGIN
LTEXT ">version<",IDC_VERSION,170,10,72,15
LTEXT ">buildtime<",IDC_BUILDTIME,45,25,202,15
LTEXT ">copyright<",IDC_COPYRIGHT,45,40,256,15
LTEXT "See http://www.tigervnc.org for more information on VNC.",
LTEXT "See https://www.tigervnc.org for more information on VNC.",
IDC_STATIC,45,55,202,15
END


Loading…
Cancel
Save