Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2023 Pascal Cryptocurrency developers based on original Albert Molina source code
Copyright (c) 2016-2025 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


```
Copyright (c) 2016-2024 Pascal developers based on original Albert Molina source code
Copyright (c) 2016-2025 Pascal developers based on original Albert Molina source code
```

Please use at your own risk.
Expand Down
2 changes: 1 addition & 1 deletion src/gui-classic/UFRMAbout.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ object FRMAbout: TFRMAbout
BorderStyle = bsNone
Ctl3D = False
Lines.Strings = (
'Copyright (c) 2016 - 2023 PascalCoin developers'
'Copyright (c) 2016 - 2025 PascalCoin developers'
'Based on Albert Molina original source code'
''

Expand Down
2 changes: 1 addition & 1 deletion src/gui-classic/UFRMAbout.lfm
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ object FRMAbout: TFRMAbout
Width = 478
BorderStyle = bsNone
Lines.Strings = (
'Copyright (c) 2016 - 2023 PascalCoin developers'
'Copyright (c) 2016 - 2025 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.'
Expand Down