Skip to content

Commit f64bd4f

Browse files
committed
Correct spelling of License file
1 parent 0b63343 commit f64bd4f

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

ACKNOWLEDGEMENTS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Incomplete and generally out of date copyright list::
2020
All Rights Reserved.
2121

2222
This software is distributed under the GNU General Public Licence as published
23-
by the Free Software Foundation. See the file LICENCE.TXT for the conditions
23+
by the Free Software Foundation. See the file LICENSE.TXT for the conditions
2424
under which this software is made available. KasmVNC also contains code from
2525
other sources. See the Acknowledgements section below, and the individual
2626
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:
105105
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
106106
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
107107
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
108-
SOFTWARE.
108+
SOFTWARE.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ We also need help with Windows, which is not currently supported. While KasmVNC
101101
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.
102102

103103
### License and Acknowledgements
104-
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)
104+
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)

centos/kasmvncserver.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ cd $DST_MAN && ln -s vncpasswd.1 kasmvncpasswd.1;
6969
/usr/share/man/man1/*
7070
/usr/share/kasmvnc/www
7171

72-
%license /usr/share/doc/kasmvncserver/LICENCE.TXT
72+
%license /usr/share/doc/kasmvncserver/LICENSE.TXT
7373
%doc /usr/share/doc/kasmvncserver/README.md
7474

7575
%changelog

cmake/BuildPackages.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ endif() #UNIX
7676
# Common
7777
#
7878

79-
install(FILES ${CMAKE_SOURCE_DIR}/LICENCE.TXT DESTINATION ${DOC_DIR})
79+
install(FILES ${CMAKE_SOURCE_DIR}/LICENSE.TXT DESTINATION ${DOC_DIR})
8080
install(FILES ${CMAKE_SOURCE_DIR}/README.md DESTINATION ${DOC_DIR})

contrib/packages/deb/ubuntu-precise/debian/copyright

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ TigerVNC is
2626
All Rights Reserved.
2727

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

contrib/packages/deb/ubuntu-trusty/debian/copyright

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ TigerVNC is
2626
All Rights Reserved.
2727

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

contrib/packages/deb/ubuntu-xenial/debian/copyright

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ TigerVNC is
2626
All Rights Reserved.
2727

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

contrib/packages/rpm/el5/SPECS/tigervnc.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ fi
10311031

10321032
%files license
10331033
%defattr(-,root,root,-)
1034-
%doc LICENCE.TXT
1034+
%doc LICENSE.TXT
10351035

10361036
%files icons
10371037
%defattr(-,root,root,-)

contrib/packages/rpm/el6/SPECS/tigervnc.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ fi
444444

445445
%files license
446446
%defattr(-,root,root,-)
447-
%doc LICENCE.TXT
447+
%doc LICENSE.TXT
448448

449449
%files icons
450450
%defattr(-,root,root,-)

contrib/packages/rpm/el7/SPECS/tigervnc.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ fi
376376
%{_datadir}/vnc/classes/*
377377

378378
%files license
379-
%doc %{_docdir}/%{name}-%{version}/LICENCE.TXT
379+
%doc %{_docdir}/%{name}-%{version}/LICENSE.TXT
380380

381381
%files icons
382382
%defattr(-,root,root,-)

release/kasmvnc.iss.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DefaultGroupName=KasmVNC 64-bit
1616
#else
1717
DefaultGroupName=KasmVNC
1818
#endif
19-
LicenseFile=@CMAKE_SOURCE_DIR@\LICENCE.txt
19+
LicenseFile=@CMAKE_SOURCE_DIR@\LICENSE.txt
2020

2121
[Dirs]
2222
; 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
3131
#endif
3232
Source: "@CMAKE_CURRENT_BINARY_DIR@\vncviewer\vncviewer.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace;
3333
Source: "@CMAKE_SOURCE_DIR@\README.md"; DestDir: "{app}"; Flags: ignoreversion
34-
Source: "@CMAKE_SOURCE_DIR@\LICENCE.TXT"; DestDir: "{app}"; Flags: ignoreversion
34+
Source: "@CMAKE_SOURCE_DIR@\LICENSE.TXT"; DestDir: "{app}"; Flags: ignoreversion
3535

3636

3737
[Icons]
@@ -48,7 +48,7 @@ Name: "{group}\VNC Server (Service-Mode)\Unregister VNC Service"; FileName: "{ap
4848
Name: "{group}\VNC Server (Service-Mode)\Start VNC Service"; FileName: "{app}\winvnc4.exe"; Parameters: "-noconsole -start";
4949
Name: "{group}\VNC Server (Service-Mode)\Stop VNC Service"; FileName: "{app}\winvnc4.exe"; Parameters: "-noconsole -stop";
5050
#endif
51-
Name: "{group}\License"; FileName: "write.exe"; Parameters: "LICENCE.TXT"; WorkingDir: "{app}"; Flags: "useapppaths"
51+
Name: "{group}\License"; FileName: "write.exe"; Parameters: "LICENSE.TXT"; WorkingDir: "{app}"; Flags: "useapppaths"
5252
Name: "{group}\Read Me"; FileName: "write.exe"; Parameters: "README.md"; WorkingDir: "{app}"; Flags: "useapppaths"
5353
Name: "{group}\Uninstall KasmVNC"; FileName: "{uninstallexe}"; WorkingDir: "{app}";
5454

release/makemacapp.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if [ $UNIVERSAL = 1 ]; then
6262
-output "$APPROOT/Contents/MacOS/KasmVNC Viewer"
6363
fi
6464

65-
install -m 644 $SRCDIR/LICENCE.TXT $TMPDIR/dmg/
65+
install -m 644 $SRCDIR/LICENSE.TXT $TMPDIR/dmg/
6666
install -m 644 $SRCDIR/README.md $TMPDIR/dmg/
6767

6868
hdiutil create -fs HFS+ -volname $PACKAGE_NAME-$VERSION \

0 commit comments

Comments
 (0)