浏览代码

Update copyright year to 2023

Marius Kjærstad 2 年之前
父节点
当前提交
9ea4292860
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      LICENSE
  2. 1 1
      README.md
  3. 1 1
      src/gui-classic/UFRMAbout.dfm
  4. 1 1
      src/gui-classic/UFRMAbout.lfm

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2016-2022 Pascal Cryptocurrency developers based on original Albert Molina source code
+Copyright (c) 2016-2023 Pascal Cryptocurrency developers based on original Albert Molina source code
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
README.md

@@ -12,7 +12,7 @@
 
 
 ```
-Copyright (c) 2016-2022 Pascal developers based on original Albert Molina source code
+Copyright (c) 2016-2023 Pascal developers based on original Albert Molina source code
 ```
 
 Please use at your own risk.

+ 1 - 1
src/gui-classic/UFRMAbout.dfm

@@ -217,7 +217,7 @@ object FRMAbout: TFRMAbout
     BorderStyle = bsNone
     Ctl3D = False
     Lines.Strings = (
-      'Copyright (c) 2016 - 2022 PascalCoin developers'
+      'Copyright (c) 2016 - 2023 PascalCoin developers'
       'Based on Albert Molina original source code'
       ''
       

+ 1 - 1
src/gui-classic/UFRMAbout.lfm

@@ -197,7 +197,7 @@ object FRMAbout: TFRMAbout
     Width = 478
     BorderStyle = bsNone
     Lines.Strings = (
-      'Copyright (c) 2016 - 2022 PascalCoin developers'
+      'Copyright (c) 2016 - 2023 PascalCoin developers'
       'Based on Albert Molina original source code'
       ''
       'Pascal (aka Pascal Coin) is P2P cryptocurrency without the need for historical operations. This software comprises a node within the Pascal network.'