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. 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
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 under which this software is made available. KasmVNC also contains code from
other sources. See the Acknowledgements section below, and the individual other sources. See the Acknowledgements section below, and the individual
source files, for details of the conditions under which they are made source files, for details of the conditions under which they are made
@ -105,4 +105,4 @@ This distribution contains software from the X Window System. This is:
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE. SOFTWARE.

@ -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. 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 ### 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/man/man1/*
/usr/share/kasmvnc/www /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 %doc /usr/share/doc/kasmvncserver/README.md
%changelog %changelog

@ -76,5 +76,5 @@ endif() #UNIX
# Common # 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}) install(FILES ${CMAKE_SOURCE_DIR}/README.md DESTINATION ${DOC_DIR})

@ -26,7 +26,7 @@ TigerVNC is
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
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 under which this software is made available. TigerVNC also contains code from
other sources. See the Acknowledgements section below, and the individual other sources. See the Acknowledgements section below, and the individual
source files, for details of the conditions under which they are made source files, for details of the conditions under which they are made

@ -26,7 +26,7 @@ TigerVNC is
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
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 under which this software is made available. TigerVNC also contains code from
other sources. See the Acknowledgements section below, and the individual other sources. See the Acknowledgements section below, and the individual
source files, for details of the conditions under which they are made source files, for details of the conditions under which they are made

@ -26,7 +26,7 @@ TigerVNC is
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
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 under which this software is made available. TigerVNC also contains code from
other sources. See the Acknowledgements section below, and the individual other sources. See the Acknowledgements section below, and the individual
source files, for details of the conditions under which they are made source files, for details of the conditions under which they are made

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

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

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

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

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

Loading…
Cancel
Save