Skip to content
Open
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 SimpleWallet/Start.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
{
String text = Types.version + "\n\n";

text += "Copyright (c) 2016-2018 Pit ceo@snowgem.org\n" +
text += "Copyright (c) 2018 ZeroClassic\n" +
"\n" +
"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