Skip to content

Commit

Permalink
Updated copyright information (#222)
Browse files Browse the repository at this point in the history
* chore: Updated copyright date

* chore: Updated CI workflow

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Jan 4, 2024
1 parent 22c9966 commit ad543d3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
working-directory: 'docs-app'

- name: Upload docs-app
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: docs-app/dist
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Download docs-app
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: docs-app/dist
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Isaac J. Lee
Copyright (c) 2024 Isaac J. Lee

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion docs-app/app/templates/application.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
>
Isaac J. Lee
</a>
© 2023
© 2024
</span>
</footer>
</div>
2 changes: 1 addition & 1 deletion ember-container-query/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Isaac J. Lee
Copyright (c) 2024 Isaac J. Lee

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion test-app/app/templates/application.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
>
Isaac J. Lee
</a>
© 2023
© 2024
</span>
</footer>
</div>

0 comments on commit ad543d3

Please sign in to comment.