Skip to content

Commit

Permalink
Update LICENSE.md and copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
2shady4u committed Mar 13, 2024
1 parent cf41272 commit 165708e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ jobs:
uses: softprops/action-gh-release@v1
with:
body_path: ${{ env.PROJECT_FOLDER }}/.github/workflows/release_template.md
draft: true
prerelease: true
token: ${{ secrets.PAT }} # Use a personal access token such that the asetlib_sync.yml is triggered by this release!
files: |
${{ env.PROJECT_FOLDER }}/demo.zip
${{ env.PROJECT_FOLDER }}/${{ env.TARGET_PATH }}/../bin.zip
draft: true
prerelease: true
${{ env.PROJECT_FOLDER }}/${{ env.TARGET_PATH }}/../bin.zip
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Piet Bronders
Copyright (c) 2022-2024 Piet Bronders

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
2 changes: 1 addition & 1 deletion demo/addons/godot-krita-importer/godot-krita-importer.gd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ############################################################################ #
# Copyright © 2022 Piet Bronders <[email protected]>
# Copyright © 2022-2024 Piet Bronders <[email protected]>
# Licensed under the MIT License.
# See LICENSE in the project root for license information.
# ############################################################################ #
Expand Down
2 changes: 1 addition & 1 deletion demo/addons/godot-krita-importer/krita_import_plugin.gd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ############################################################################ #
# Copyright © 2022 Piet Bronders <[email protected]>
# Copyright © 2022-2024 Piet Bronders <[email protected]>
# Licensed under the MIT License.
# See LICENSE in the project root for license information.
# ############################################################################ #
Expand Down

0 comments on commit 165708e

Please sign in to comment.