Correct spelling of License file

pointer_lock_api
matt 4 years ago
parent 0b6334369c
commit f64bd4f1a4

@ -20,7 +20,7 @@ Incomplete and generally out of date copyright list::
All Rights Reserved.
This software is distributed under the GNU General Public Licence as published
by the Free Software Foundation. See the file LICENCE.TXT for the conditions
by the Free Software Foundation. See the file LICENSE.TXT for the conditions
under which this software is made available. KasmVNC also contains code from
other sources. See the Acknowledgements section below, and the individual
source files, for details of the conditions under which they are made

@ -101,4 +101,4 @@ We also need help with Windows, which is not currently supported. While KasmVNC
See the [builder/README.md](https://github.com/kasmtech/KasmVNC/blob/master/builder/README.md). We containerize our build systems to ensure highly repeatable builds.
### License and Acknowledgements
See the [LICENSE.TXT](https://github.com/kasmtech/KasmVNC/blob/master/LICENCE.TXT) and [ACKNOWLEDGEMENTS.MD](https://github.com/kasmtech/KasmVNC/blob/master/LICENSE.TXT)
See the [LICENSE.TXT](https://github.com/kasmtech/KasmVNC/blob/master/LICENSE.TXT) and [ACKNOWLEDGEMENTS.MD](https://github.com/kasmtech/KasmVNC/blob/master/LICENSE.TXT)

@ -69,7 +69,7 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
/usr/share/man/man1/*
/usr/share/kasmvnc/www
%license /usr/share/doc/kasmvncserver/LICENCE.TXT
%license /usr/share/doc/kasmvncserver/LICENSE.TXT
%doc /usr/share/doc/kasmvncserver/README.md
%changelog

@ -76,5 +76,5 @@ endif() #UNIX
# Common
#
install(FILES ${CMAKE_SOURCE_DIR}/LICENCE.TXT DESTINATION ${DOC_DIR})
install(FILES ${CMAKE_SOURCE_DIR}/LICENSE.TXT DESTINATION ${DOC_DIR})
install(FILES ${CMAKE_SOURCE_DIR}/README.md DESTINATION ${DOC_DIR})

@ -26,7 +26,7 @@ TigerVNC is
All Rights Reserved.
This software is distributed under the GNU General Public Licence as published
by the Free Software Foundation. See the file LICENCE.TXT for the conditions
by the Free Software Foundation. See the file LICENSE.TXT for the conditions
under which this software is made available. TigerVNC also contains code from
other sources. See the Acknowledgements section below, and the individual
source files, for details of the conditions under which they are made

@ -26,7 +26,7 @@ TigerVNC is
All Rights Reserved.
This software is distributed under the GNU General Public Licence as published
by the Free Software Foundation. See the file LICENCE.TXT for the conditions
by the Free Software Foundation. See the file LICENSE.TXT for the conditions
under which this software is made available. TigerVNC also contains code from
other sources. See the Acknowledgements section below, and the individual
source files, for details of the conditions under which they are made

@ -26,7 +26,7 @@ TigerVNC is
All Rights Reserved.
This software is distributed under the GNU General Public Licence as published
by the Free Software Foundation. See the file LICENCE.TXT for the conditions
by the Free Software Foundation. See the file LICENSE.TXT for the conditions
under which this software is made available. TigerVNC also contains code from
other sources. See the Acknowledgements section below, and the individual
source files, for details of the conditions under which they are made

@ -1031,7 +1031,7 @@ fi
%files license
%defattr(-,root,root,-)
%doc LICENCE.TXT
%doc LICENSE.TXT
%files icons
%defattr(-,root,root,-)

@ -444,7 +444,7 @@ fi
%files license
%defattr(-,root,root,-)
%doc LICENCE.TXT
%doc LICENSE.TXT
%files icons
%defattr(-,root,root,-)

@ -376,7 +376,7 @@ fi
%{_datadir}/vnc/classes/*
%files license
%doc %{_docdir}/%{name}-%{version}/LICENCE.TXT
%doc %{_docdir}/%{name}-%{version}/LICENSE.TXT
%files icons
%defattr(-,root,root,-)

@ -16,7 +16,7 @@ DefaultGroupName=KasmVNC 64-bit
#else
DefaultGroupName=KasmVNC
#endif
LicenseFile=@CMAKE_SOURCE_DIR@\LICENCE.txt
LicenseFile=@CMAKE_SOURCE_DIR@\LICENSE.txt
[Dirs]
; This directory is necessary to prevent the X509 file chooser from causing
@ -31,7 +31,7 @@ Source: "@CMAKE_CURRENT_BINARY_DIR@\win\vncconfig\vncconfig.exe"; DestDir: "{app
#endif
Source: "@CMAKE_CURRENT_BINARY_DIR@\vncviewer\vncviewer.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace;
Source: "@CMAKE_SOURCE_DIR@\README.md"; DestDir: "{app}"; Flags: ignoreversion
Source: "@CMAKE_SOURCE_DIR@\LICENCE.TXT"; DestDir: "{app}"; Flags: ignoreversion
Source: "@CMAKE_SOURCE_DIR@\LICENSE.TXT"; DestDir: "{app}"; Flags: ignoreversion
[Icons]
@ -48,7 +48,7 @@ Name: "{group}\VNC Server (Service-Mode)\Unregister VNC Service"; FileName: "{ap
Name: "{group}\VNC Server (Service-Mode)\Start VNC Service"; FileName: "{app}\winvnc4.exe"; Parameters: "-noconsole -start";
Name: "{group}\VNC Server (Service-Mode)\Stop VNC Service"; FileName: "{app}\winvnc4.exe"; Parameters: "-noconsole -stop";
#endif
Name: "{group}\License"; FileName: "write.exe"; Parameters: "LICENCE.TXT"; WorkingDir: "{app}"; Flags: "useapppaths"
Name: "{group}\License"; FileName: "write.exe"; Parameters: "LICENSE.TXT"; WorkingDir: "{app}"; Flags: "useapppaths"
Name: "{group}\Read Me"; FileName: "write.exe"; Parameters: "README.md"; WorkingDir: "{app}"; Flags: "useapppaths"
Name: "{group}\Uninstall KasmVNC"; FileName: "{uninstallexe}"; WorkingDir: "{app}";

@ -62,7 +62,7 @@ if [ $UNIVERSAL = 1 ]; then
-output "$APPROOT/Contents/MacOS/KasmVNC Viewer"
fi
install -m 644 $SRCDIR/LICENCE.TXT $TMPDIR/dmg/
install -m 644 $SRCDIR/LICENSE.TXT $TMPDIR/dmg/
install -m 644 $SRCDIR/README.md $TMPDIR/dmg/
hdiutil create -fs HFS+ -volname $PACKAGE_NAME-$VERSION \

Loading…
Cancel
Save