Skip to content

Commit

Permalink
Reintroduce license removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
eagonv committed Nov 19, 2021
1 parent beb55d1 commit 5e20bd8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src_CUDA/cuda_attack.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
* BitCracker: BitLocker password cracking tool, CUDA version.
* Copyright (C) 2013-2017 Elena Ago <elena dot ago at gmail dot com>
* Massimo Bernaschi <massimo dot bernaschi at gmail dot com>
*
* This file is part of the BitCracker project: https://github.com/e-ago/bitcracker
*
* BitCracker is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* BitCracker 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with BitCracker. If not, see <http://www.gnu.org/licenses/>.
*/

#include "bitcracker.h"

int *deviceFound, *hostFound;
Expand Down

0 comments on commit 5e20bd8

Please sign in to comment.