From f64bd4f1a40252370b851c201a4dd799f211d986 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 20 Apr 2021 15:41:38 -0400 Subject: [PATCH] Correct spelling of License file --- ACKNOWLEDGEMENTS.md | 4 ++-- README.md | 2 +- centos/kasmvncserver.spec | 2 +- cmake/BuildPackages.cmake | 2 +- contrib/packages/deb/ubuntu-precise/debian/copyright | 2 +- contrib/packages/deb/ubuntu-trusty/debian/copyright | 2 +- contrib/packages/deb/ubuntu-xenial/debian/copyright | 2 +- contrib/packages/rpm/el5/SPECS/tigervnc.spec | 2 +- contrib/packages/rpm/el6/SPECS/tigervnc.spec | 2 +- contrib/packages/rpm/el7/SPECS/tigervnc.spec | 2 +- release/kasmvnc.iss.in | 6 +++--- release/makemacapp.in | 2 +- 12 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ACKNOWLEDGEMENTS.md b/ACKNOWLEDGEMENTS.md index 3339992..22f52f0 100644 --- a/ACKNOWLEDGEMENTS.md +++ b/ACKNOWLEDGEMENTS.md @@ -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 @@ -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, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS - SOFTWARE. \ No newline at end of file + SOFTWARE. diff --git a/README.md b/README.md index bbfec76..9b0e29e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/centos/kasmvncserver.spec b/centos/kasmvncserver.spec index 0a031e3..1e66fd5 100644 --- a/centos/kasmvncserver.spec +++ b/centos/kasmvncserver.spec @@ -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 diff --git a/cmake/BuildPackages.cmake b/cmake/BuildPackages.cmake index 33eb50b..e305819 100644 --- a/cmake/BuildPackages.cmake +++ b/cmake/BuildPackages.cmake @@ -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}) diff --git a/contrib/packages/deb/ubuntu-precise/debian/copyright b/contrib/packages/deb/ubuntu-precise/debian/copyright index 003dcc4..912e5c3 100644 --- a/contrib/packages/deb/ubuntu-precise/debian/copyright +++ b/contrib/packages/deb/ubuntu-precise/debian/copyright @@ -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 diff --git a/contrib/packages/deb/ubuntu-trusty/debian/copyright b/contrib/packages/deb/ubuntu-trusty/debian/copyright index 003dcc4..912e5c3 100644 --- a/contrib/packages/deb/ubuntu-trusty/debian/copyright +++ b/contrib/packages/deb/ubuntu-trusty/debian/copyright @@ -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 diff --git a/contrib/packages/deb/ubuntu-xenial/debian/copyright b/contrib/packages/deb/ubuntu-xenial/debian/copyright index 003dcc4..912e5c3 100644 --- a/contrib/packages/deb/ubuntu-xenial/debian/copyright +++ b/contrib/packages/deb/ubuntu-xenial/debian/copyright @@ -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 diff --git a/contrib/packages/rpm/el5/SPECS/tigervnc.spec b/contrib/packages/rpm/el5/SPECS/tigervnc.spec index b166758..12d3d33 100644 --- a/contrib/packages/rpm/el5/SPECS/tigervnc.spec +++ b/contrib/packages/rpm/el5/SPECS/tigervnc.spec @@ -1031,7 +1031,7 @@ fi %files license %defattr(-,root,root,-) -%doc LICENCE.TXT +%doc LICENSE.TXT %files icons %defattr(-,root,root,-) diff --git a/contrib/packages/rpm/el6/SPECS/tigervnc.spec b/contrib/packages/rpm/el6/SPECS/tigervnc.spec index 2623ef4..01f0dcc 100644 --- a/contrib/packages/rpm/el6/SPECS/tigervnc.spec +++ b/contrib/packages/rpm/el6/SPECS/tigervnc.spec @@ -444,7 +444,7 @@ fi %files license %defattr(-,root,root,-) -%doc LICENCE.TXT +%doc LICENSE.TXT %files icons %defattr(-,root,root,-) diff --git a/contrib/packages/rpm/el7/SPECS/tigervnc.spec b/contrib/packages/rpm/el7/SPECS/tigervnc.spec index 812de4f..50569b1 100644 --- a/contrib/packages/rpm/el7/SPECS/tigervnc.spec +++ b/contrib/packages/rpm/el7/SPECS/tigervnc.spec @@ -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,-) diff --git a/release/kasmvnc.iss.in b/release/kasmvnc.iss.in index dea584e..5a32830 100644 --- a/release/kasmvnc.iss.in +++ b/release/kasmvnc.iss.in @@ -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}"; diff --git a/release/makemacapp.in b/release/makemacapp.in index d0538ec..f5dd231 100644 --- a/release/makemacapp.in +++ b/release/makemacapp.in @@ -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 \