소스 검색

update copyright notices

Daniel Sheffield 2 년 전
부모
커밋
4fd989148f
4개의 변경된 파일9개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 0
      app/activities/Plot.py
  2. 1 1
      app/data/PriceView.py
  3. 1 1
      app/data/TransactionView.py
  4. 1 1
      reconcile.py

+ 6 - 0
app/activities/Plot.py

@@ -1,3 +1,9 @@
+#
+# Copyright (c) Daniel Sheffield 2023
+#
+# All rights reserved
+#
+# THIS SOFTWARE IS PROVIDED AS IS WITHOUT WARRANTY
 from app.data.QueryManager import QueryManager, display_mapper
 from datetime import date, datetime
 import seaborn as sns

+ 1 - 1
app/data/PriceView.py

@@ -1,5 +1,5 @@
 #
-# Copyright (c) Daniel Sheffield 2021 - 2022
+# Copyright (c) Daniel Sheffield 2021 - 2023
 #
 # All rights reserved
 #

+ 1 - 1
app/data/TransactionView.py

@@ -1,5 +1,5 @@
 #
-# Copyright (c) Daniel Sheffield 2021 - 2022
+# Copyright (c) Daniel Sheffield 2021 - 2023
 #
 # All rights reserved
 #

+ 1 - 1
reconcile.py

@@ -1,6 +1,6 @@
 #!/usr/bin/python3
 #
-# Copyright (c) Daniel Sheffield 2021
+# Copyright (c) Daniel Sheffield 2021 - 2023
 #
 # All rights reserved
 #