Browse Source

Update copyright year to 2022

tags/v1.12.90
Pierre Ossman 2 years ago
parent
commit
ec5d0d9bb1

+ 1
- 1
README.rst View File

@@ -34,7 +34,7 @@ Incomplete and generally out of date copyright list::
Copyright (C) 2009-2011 D. R. Commander
Copyright (C) 2009-2011 Pierre Ossman for Cendio AB
Copyright (C) 2004, 2009-2011 Red Hat, Inc.
Copyright (C) 2009-2021 TigerVNC Team
Copyright (C) 2009-2022 TigerVNC Team
All Rights Reserved.

This software is distributed under the GNU General Public Licence as published

+ 1
- 1
java/com/tigervnc/vncviewer/README View File

@@ -12,7 +12,7 @@ optimizations, major GUI improvements, and more.
Copyright (C) 2004-2005 Cendio AB
Copyright (C) 2005 Martin Koegler
Copyright (C) 2009 Pierre Ossman for Cendio AB
Copyright (C) 2009-2021 TigerVNC Team
Copyright (C) 2009-2022 TigerVNC Team
Copyright (C) 2011-2014 Brian P. Hinz
All rights reserved.


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

@@ -63,7 +63,7 @@ public class VncViewer implements Runnable {
public static final String aboutText =
new String("TigerVNC Java Viewer v%s (%s)%n"+
"Built on %s at %s%n"+
"Copyright (C) 1999-2021 TigerVNC Team and many others (see README.rst)%n"+
"Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst)%n"+
"See https://www.tigervnc.org for information on TigerVNC.");

public static String version = null;

+ 2
- 2
release/Info.plist.in View File

@@ -11,7 +11,7 @@
<key>NSHighResolutionCapable</key>
<string>False</string>
<key>CFBundleGetInfoString</key>
<string>@VERSION@, Copyright © 1998-2021 [many holders]</string>
<string>@VERSION@, Copyright © 1998-2022 [many holders]</string>
<key>CFBundleIconFile</key>
<string>tigervnc.icns</string>
<key>CFBundleIdentifier</key>
@@ -31,6 +31,6 @@
<key>LSRequiresCarbon</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 1998-2021 [many holders]</string>
<string>Copyright © 1998-2022 [many holders]</string>
</dict>
</plist>

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

@@ -71,7 +71,7 @@ extern char buildtime[];
#include "version-config.h"

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

#define VNC_DEFAULT_WIDTH 1024

+ 1
- 1
vncviewer/vncviewer.cxx View File

@@ -109,7 +109,7 @@ static const char *about_text()
"Copyright (C) 1999-%d TigerVNC Team and many others (see README.rst)\n"
"See https://www.tigervnc.org for information on TigerVNC."),
(int)sizeof(size_t)*8, PACKAGE_VERSION,
BUILD_TIMESTAMP, 2021);
BUILD_TIMESTAMP, 2022);

return buffer;
}

+ 1
- 1
vncviewer/vncviewer.rc.in View File

@@ -52,7 +52,7 @@ BEGIN
#endif
VALUE "FileVersion", "@RCVERSION@\0"
VALUE "InternalName", "vncviewer\0"
VALUE "LegalCopyright", "Copyright (C) 1999-2021 TigerVNC Team and many others (see README.rst)\0"
VALUE "LegalCopyright", "Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst)\0"
VALUE "LegalTrademarks", "TigerVNC\0"
VALUE "OriginalFilename", "vncviewer.exe\0"
VALUE "PrivateBuild", "\0"

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

@@ -469,7 +469,7 @@ BEGIN
#endif
VALUE "FileVersion", __RCVERSIONSTR
VALUE "InternalName", "vncconfig\0"
VALUE "LegalCopyright", "Copyright (C) 1999-2021 TigerVNC Team and many others (see README.rst)\0"
VALUE "LegalCopyright", "Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst)\0"
VALUE "LegalTrademarks", "TigerVNC\0"
VALUE "OriginalFilename", "vncconfig.exe\0"
VALUE "PrivateBuild", "\0"

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

@@ -86,7 +86,7 @@ BEGIN
#endif
VALUE "FileVersion", __RCVERSIONSTR
VALUE "InternalName", "winvnc\0"
VALUE "LegalCopyright", "Copyright (C) 1999-2021 TigerVNC Team and many others (see README.rst)\0"
VALUE "LegalCopyright", "Copyright (C) 1999-2022 TigerVNC Team and many others (see README.rst)\0"
VALUE "LegalTrademarks", "TigerVNC\0"
VALUE "OriginalFilename", "winvnc4.exe\0"
VALUE "PrivateBuild", "\0"

Loading…
Cancel
Save