Skip to content

Commit

Permalink
chore: update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Feb 15, 2023
1 parent d9650ea commit 34fc676
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license.yml
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Check license
run: |
export PATH=${PATH}:`go env GOPATH`/bin
addlicense -check -l mit -c "ING Wholesale Banking Advanced Analytics" $(find popmon/ -type f -name '*.py' -not -path popmon/version.py)
addlicense -check -l mit -c "ING Analytics Wholesale Banking" $(find popmon/ -type f -name '*.py' -not -path popmon/version.py)
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright 2022 ING Wholesale Banking Advanced Analytics
Copyright 2023 ING Analytics Wholesale Banking

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
Expand Down
2 changes: 1 addition & 1 deletion popmon/visualization/templates/footer.html
@@ -1,6 +1,6 @@
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright &copy; ING WBAA 2022</p>
<p class="m-0 text-center text-white">Copyright &copy; INGA WB 2023</p>
</div>
</footer>

Expand Down

0 comments on commit 34fc676

Please sign in to comment.