mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 06:07:40 +00:00
chore(common): update copyright year in various locations
This commit is contained in:
parent
ed6f6bcf00
commit
c5ea3a5db6
12 changed files with 27 additions and 11 deletions
|
|
@ -43,7 +43,7 @@ Each platform maintains multiple types of releases:
|
|||
|
||||
# License
|
||||
|
||||
Copyright (c) 2018-2020 SIL International. All rights reserved.
|
||||
Copyright (c) 2018-2021 SIL International. All rights reserved.
|
||||
|
||||
Licensed under the [MIT](./windows/src/LICENSE.md) License.
|
||||
|
||||
|
|
@ -72,6 +72,6 @@ Licensed under the [MIT](./windows/src/LICENSE.md) License.
|
|||
|
||||
# Notes for Contributors
|
||||
|
||||
When cloning this repo for local development on a Windows machine, take care not to place it overly deep in your file system.
|
||||
Some of the paths for compilation can push character lengths around 160 characters long, while certain operations on Windows systems may be limited to paths of 260 characters or less.
|
||||
When cloning this repo for local development on a Windows machine, take care not to place it overly deep in your file system.
|
||||
Some of the paths for compilation can push character lengths around 160 characters long, while certain operations on Windows systems may be limited to paths of 260 characters or less.
|
||||
For example, [`git clean` on Windows with msys](https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows/22575737#22575737) is limited due to dependence on older Windows APIs.
|
||||
|
|
@ -3,7 +3,7 @@ Upstream-Name: keyman-keyboardprocessor
|
|||
Upstream-Contact: SIL International <support@keyman.com>
|
||||
|
||||
Files: *
|
||||
Copyright: Copyright (C) 2018-2020 SIL International
|
||||
Copyright: Copyright (C) 2018-2021 SIL International
|
||||
License: MIT
|
||||
|
||||
License: MIT
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Upstream-Name: keyman-config
|
|||
Upstream-Contact: Keyman team <support@keyman.com>
|
||||
|
||||
Files: *
|
||||
Copyright: Copyright (C) 2018-2020 SIL International
|
||||
Copyright: Copyright (C) 2018-2021 SIL International
|
||||
License: MIT
|
||||
|
||||
License: MIT
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Upstream-Name: kmflcomp
|
|||
Upstream-Contact: Doug Rintoul <doug_rintoul@sil.org>
|
||||
|
||||
Files: *
|
||||
Copyright: Copyright (C) 2005-2020 SIL International
|
||||
Copyright: Copyright (C) 2005-2021 SIL International
|
||||
License: MIT
|
||||
|
||||
Files: src/yacc.c
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Upstream-Name: libkmfl
|
|||
Upstream-Contact: Doug Rintoul <doug_rintoul@sil.org>
|
||||
|
||||
Files: *
|
||||
Copyright: Copyright (C) 2005-2018 SIL International
|
||||
Copyright: Copyright (C) 2005-2021 SIL International
|
||||
License: MIT
|
||||
|
||||
License: MIT
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<h2>The MIT License</h2>
|
||||
|
||||
<p>Copyright (c) 2001-2019 SIL International, First Peoples' Cultural Foundation</p>
|
||||
<p>Copyright (c) 2001-2021 SIL International, First Peoples' Cultural Foundation</p>
|
||||
|
||||
<p>Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
The MIT License
|
||||
|
||||
Copyright (c) 2017 SIL International
|
||||
Copyright (c) 2017-2021 SIL International
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
|||
5
windows/src/TODO.md
Normal file
5
windows/src/TODO.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# TODO Monday 2020-12-14
|
||||
|
||||
2. Suggestion: the 'repair profiles' pattern should look at the list of enabled Keyman keyboards vs the list of profiles in HKCU\Control Panel\International and fixup discrepancies there. This should probably be an automatic task. This will probably fix the issues that Makara noted around missing keyboards across multiple user profiles etc.
|
||||
3. uninstall and reinstall of package in same ELEVATED session of kmshell causes error
|
||||
4. Review Joshua's corrections document
|
||||
11
windows/src/desktop/help/TODO.md
Normal file
11
windows/src/desktop/help/TODO.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
- search for <div class='note'>
|
||||
- search for <div class='tip'>
|
||||
- search for TODO
|
||||
- search for title: ... {...}
|
||||
- search for "(desktop_images"
|
||||
- search for "](#"
|
||||
- search for "[???]"
|
||||
- search for \n\n- (gaps between bullets)
|
||||
- search for ^**...**$
|
||||
- search for **Note**: and replace with **Note:**
|
||||
- search for keyboard references and use <kbd></kbd>
|
||||
|
|
@ -4,7 +4,7 @@ title: End User Licence and Services Agreement
|
|||
|
||||
The MIT License
|
||||
|
||||
Copyright (c) 2017 SIL International
|
||||
Copyright (c) 2017-2021 SIL International
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<h2>The MIT License</h2>
|
||||
|
||||
<p>Copyright (c) 2017-2020 SIL International</p>
|
||||
<p>Copyright (c) 2017-2021 SIL International</p>
|
||||
|
||||
<p>Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Reference in a new issue