Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the license and include in the addon releases #755

Merged
merged 2 commits into from
Dec 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
- name: Create lua
run: yarn prepare -i

- name: Copy README.md
- name: Copy extra files for distribution
run: |
cp LICENSE.txt dist
cp *.md dist
cp Bindings.xml dist

Expand Down
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2009, 2010, 2011, 2012, 2013 Sidoine De Wispelaere.
Copyright (c) 2012, 2013, 2014, 2015 Johnny C. Lam.
Copyright (c) 2009-2020 Sidoine De Wispelaere.
Copyright (c) 2012-2015, 2020 Johnny C. Lam.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down