Skip to content

Commit 540ccee

Browse files
authored
Cleanup license and fix "add to project" workflow (#540)
1 parent 63af1a0 commit 540ccee

File tree

6 files changed

+21
-881
lines changed

6 files changed

+21
-881
lines changed

.github/workflows/add-to-project.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Move issues and pull requests to the project
22

3-
name: Add new issue or pull request to project
3+
name: Add to project
44

55
on:
66
pull_request:
@@ -12,10 +12,10 @@ on:
1212

1313
jobs:
1414
add-to-project:
15-
name: Add issue to project
15+
name: Add issue or PR to project
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/add-to-project@v1
18+
- uses: actions/add-to-project@v1.0.2
1919
with:
2020
# https://github.com/settings/tokens
2121
# https://github.com/mark-wiemer-org/ahkpp/settings/secrets/actions

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Settings are now organized into flat objects for a better user experience. Unfor
195195
- Simplify launch configurations
196196
- Improve manual tests and add manual tests for new AHK v2 capabilities
197197
- Add [full v2 integration docs](docs/FullV2Integration.md)
198-
- Clarify [license](license.txt): even more open-source than before!
198+
- Clarify [license](license.md): even more open-source than before!
199199

200200
### 💚 Thank you!
201201

license.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Copyright 2020-2024 [Mark Wiemer](https://markwiemer.com).
2+
Portions copyright:
3+
4+
- 2019-2022 [Weijan Chen](https://github.com/cweijan/autohotkey-plus),
5+
- 2020-2024 [thqby](https://github.com/thqby/vscode-autohotkey2-lsp),
6+
- 2022-2023 [Lexikos](https://github.com/Lexikos/vscode-auto-select).
7+
8+
---
9+
10+
- Unless otherwise indicated, all content is licensed under [MIT](https://opensource.org/license/MIT).
11+
- AutoHotkey H icon licensed under [GNU General Public License version 3](https://opensource.org/license/gpl-3-0).
12+
- Files in the ahk2 submodule are licensed under [GNU Lesser General Public License version 3](https://opensource.org/license/lgpl-3-0).
13+
- Other files licensed outside of MIT are marked as such at the top of the file.
14+
- Please [open a discussion](https://github.com/mark-wiemer-org/ahkpp/discussions/new?category=q-a) if you have any questions :)

0 commit comments

Comments
 (0)