From 622c84b59ca1546ab35c7372030cab11422a4dd1 Mon Sep 17 00:00:00 2001 From: zzzpotato <35818234+zzzpotato@users.noreply.github.com> Date: Tue, 18 Sep 2018 20:15:46 -0500 Subject: [PATCH] Copyright fix --- SimpleWallet/Start.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleWallet/Start.cs b/SimpleWallet/Start.cs index faf9b8c..ce194b0 100644 --- a/SimpleWallet/Start.cs +++ b/SimpleWallet/Start.cs @@ -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" +