Browse Source

Update copyright year to 2024

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

+ 1
- 1
README.rst View File

Copyright (C) 2009-2011 D. R. Commander Copyright (C) 2009-2011 D. R. Commander
Copyright (C) 2009-2011 Pierre Ossman for Cendio AB Copyright (C) 2009-2011 Pierre Ossman for Cendio AB
Copyright (C) 2004, 2009-2011 Red Hat, Inc. Copyright (C) 2004, 2009-2011 Red Hat, Inc.
Copyright (C) 2009-2023 TigerVNC Team
Copyright (C) 2009-2024 TigerVNC Team
All Rights Reserved. All Rights Reserved.


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

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

Copyright (C) 2004-2005 Cendio AB Copyright (C) 2004-2005 Cendio AB
Copyright (C) 2005 Martin Koegler Copyright (C) 2005 Martin Koegler
Copyright (C) 2009 Pierre Ossman for Cendio AB 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 Copyright (C) 2011-2014 Brian P. Hinz
All rights reserved. All rights reserved.



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

public static final String aboutText = public static final String aboutText =
new String("TigerVNC Java Viewer v%s (%s)%n"+ new String("TigerVNC Java Viewer v%s (%s)%n"+
"Built on %s at %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."); "See https://www.tigervnc.org for information on TigerVNC.");


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

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

<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<false/> <false/>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>@VERSION@, Copyright © 1998-2023 [many holders]</string>
<string>@VERSION@, Copyright © 1998-2024 [many holders]</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>tigervnc.icns</string> <string>tigervnc.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<key>LSRequiresCarbon</key> <key>LSRequiresCarbon</key>
<true/> <true/>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright © 1998-2023 [many holders]</string>
<string>Copyright © 1998-2024 [many holders]</string>
</dict> </dict>
</plist> </plist>

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

#include "version-config.h" #include "version-config.h"


#define XVNCVERSION "TigerVNC 1.13.80" #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") "See https://www.tigervnc.org for information on TigerVNC.\n")


#define VNC_DEFAULT_WIDTH 1024 #define VNC_DEFAULT_WIDTH 1024

+ 1
- 1
vncviewer/vncviewer.cxx View File

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


return buffer; return buffer;
} }

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

VALUE "ProductName", "TigerVNC Client\0" VALUE "ProductName", "TigerVNC Client\0"
VALUE "FileVersion", "@RCVERSION@\0" VALUE "FileVersion", "@RCVERSION@\0"
VALUE "InternalName", "vncviewer\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 "LegalTrademarks", "TigerVNC\0"
VALUE "OriginalFilename", "vncviewer.exe\0" VALUE "OriginalFilename", "vncviewer.exe\0"
VALUE "PrivateBuild", "\0" VALUE "PrivateBuild", "\0"

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

#endif #endif
VALUE "FileVersion", __RCVERSIONSTR VALUE "FileVersion", __RCVERSIONSTR
VALUE "InternalName", "vncconfig\0" 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 "LegalTrademarks", "TigerVNC\0"
VALUE "OriginalFilename", "vncconfig.exe\0" VALUE "OriginalFilename", "vncconfig.exe\0"
VALUE "PrivateBuild", "\0" VALUE "PrivateBuild", "\0"

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

VALUE "ProductName", "TigerVNC Server\0" VALUE "ProductName", "TigerVNC Server\0"
VALUE "FileVersion", __RCVERSIONSTR VALUE "FileVersion", __RCVERSIONSTR
VALUE "InternalName", "winvnc\0" 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 "LegalTrademarks", "TigerVNC\0"
VALUE "OriginalFilename", "winvnc4.exe\0" VALUE "OriginalFilename", "winvnc4.exe\0"
VALUE "PrivateBuild", "\0" VALUE "PrivateBuild", "\0"

Loading…
Cancel
Save