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

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-2021 TigerVNC Team
Copyright (C) 2009-2022 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-2021 TigerVNC Team
Copyright (C) 2009-2022 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-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."); "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>
<string>False</string> <string>False</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>@VERSION@, Copyright © 1998-2021 [many holders]</string>
<string>@VERSION@, Copyright © 1998-2022 [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-2021 [many holders]</string>
<string>Copyright © 1998-2022 [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.12.80" #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") "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

"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."),
(int)sizeof(size_t)*8, PACKAGE_VERSION, (int)sizeof(size_t)*8, PACKAGE_VERSION,
BUILD_TIMESTAMP, 2021);
BUILD_TIMESTAMP, 2022);


return buffer; return buffer;
} }

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

#endif #endif
VALUE "FileVersion", "@RCVERSION@\0" VALUE "FileVersion", "@RCVERSION@\0"
VALUE "InternalName", "vncviewer\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 "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-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 "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

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

Loading…
Cancel
Save