Browse Source

Update copyright year to 2024

pull/1716/head
Samuel Mannehed 3 months ago
parent
commit
a9ac7ae94c

+ 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-2023 TigerVNC Team
Copyright (C) 2009-2024 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-2023 TigerVNC Team
Copyright (C) 2009-2024 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-2023 TigerVNC Team and many others (see README.rst)%n"+
"Copyright (C) 1999-2024 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>
<false/>
<key>CFBundleGetInfoString</key>
<string>@VERSION@, Copyright © 1998-2023 [many holders]</string>
<string>@VERSION@, Copyright © 1998-2024 [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-2023 [many holders]</string>
<string>Copyright © 1998-2024 [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.13.80"
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2023 TigerVNC Team and many others (see README.rst)\n" \
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2024 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

@@ -106,7 +106,7 @@ static const char *about_text()
"Built on: %s\n"
"Copyright (C) 1999-%d TigerVNC Team and many others (see README.rst)\n"
"See https://www.tigervnc.org for information on TigerVNC."),
PACKAGE_VERSION, BUILD_TIMESTAMP, 2023);
PACKAGE_VERSION, BUILD_TIMESTAMP, 2024);

return buffer;
}

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

@@ -47,7 +47,7 @@ BEGIN
VALUE "ProductName", "TigerVNC Client\0"
VALUE "FileVersion", "@RCVERSION@\0"
VALUE "InternalName", "vncviewer\0"
VALUE "LegalCopyright", "Copyright (C) 1999-2023 TigerVNC Team and many others (see README.rst)\0"
VALUE "LegalCopyright", "Copyright (C) 1999-2024 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-2023 TigerVNC Team and many others (see README.rst)\0"
VALUE "LegalCopyright", "Copyright (C) 1999-2024 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

@@ -81,7 +81,7 @@ BEGIN
VALUE "ProductName", "TigerVNC Server\0"
VALUE "FileVersion", __RCVERSIONSTR
VALUE "InternalName", "winvnc\0"
VALUE "LegalCopyright", "Copyright (C) 1999-2023 TigerVNC Team and many others (see README.rst)\0"
VALUE "LegalCopyright", "Copyright (C) 1999-2024 TigerVNC Team and many others (see README.rst)\0"
VALUE "LegalTrademarks", "TigerVNC\0"
VALUE "OriginalFilename", "winvnc4.exe\0"
VALUE "PrivateBuild", "\0"

Loading…
Cancel
Save