X-Git-Url: https://code.delx.au/refind/blobdiff_plain/23bacafa3d234a028a8870a6cf8f1a2af61b1d97..a685467b7efc9a27ea7cf0318d35577b80c63356:/filesystems/scandisk.c diff --git a/filesystems/scandisk.c b/filesystems/scandisk.c index 6ae5cf8..d8b862a 100644 --- a/filesystems/scandisk.c +++ b/filesystems/scandisk.c @@ -5,6 +5,21 @@ * * Copyright (c) 2013 Tencent, Inc. */ +/* + * This program 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 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include "fsw_efi.h" #ifdef __MAKEWITH_GNUEFI #include "edk2/DriverBinding.h"