Преглед на файлове

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
 #