X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=Novacoin%2FScryptHash256.cs;h=4f959267eda5b801097a48e8232c250827128790;hb=1f6b6ffe24de703593f20f5f881a2e797473621c;hp=96b017f889fa23591d1f98c9ee28cf53c844c84f;hpb=5f1c284906c75b1c579357db468239d47c5b8707;p=NovacoinLibrary.git diff --git a/Novacoin/ScryptHash256.cs b/Novacoin/ScryptHash256.cs index 96b017f..4f95926 100644 --- a/Novacoin/ScryptHash256.cs +++ b/Novacoin/ScryptHash256.cs @@ -1,22 +1,22 @@ /** - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * Novacoin classes library + * Copyright (C) 2015 Alex D. (balthazar.ad@gmail.com) + + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . */ using System; -using System.Collections.Generic; -//using System.Linq; namespace Novacoin {