ソースを参照

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
 #