Skip to content

Commit

Permalink
fix: update the license and include in the addon releases (#755)
Browse files Browse the repository at this point in the history
* fix: copy license file into released addon

* docs: update copyright dates in license
  • Loading branch information
johnnylam88 committed Dec 19, 2020
1 parent 2c348ac commit ec4ef7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
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
@@ -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

0 comments on commit ec4ef7c

Please sign in to comment.