From 0574020490ffae5686b0c75d7753bfbcf2286114 Mon Sep 17 00:00:00 2001 From: Lucas de Castro Borges Date: Mon, 22 Apr 2024 19:19:51 -0300 Subject: New upstream version 2.0.17pre --- includes/sha1.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'includes/sha1.h') diff --git a/includes/sha1.h b/includes/sha1.h index 8b5c0b2f..ae22a0f5 100644 --- a/includes/sha1.h +++ b/includes/sha1.h @@ -1,7 +1,19 @@ /* * SHA-1 in C * By Steve Reid - * 100% Public Domain + * Copyright by: hardinfo2 project + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License v2.0 or later. + * + * 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, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __SHA1_H__ -- cgit v1.2.3