From a456086a02cd5be42dc277365851e798f72eeb26 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 21 May 2013 13:19:15 +0200 Subject: Relicense to LGPL 2.1 and thus update license and headers This relicensing was requested and approved by all authors by E-Mail. --- include/libirecovery.h | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) (limited to 'include') diff --git a/include/libirecovery.h b/include/libirecovery.h index fb18ce1..5ce891b 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h @@ -1,21 +1,20 @@ -/** - * GreenPois0n iRecovery - libirecovery.h - * Copyright (C) 2010 Chronic-Dev Team - * Copyright (C) 2010 Joshua Hill - * - * 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 . - **/ +/* + * libirecovery.h - communication to iBoot/iBSS on Apple iOS devices via USB + * + * Copyright (c) 2012-2013 Martin Szulecki + * Copyright (c) 2010 Chronic-Dev Team + * Copyright (c) 2010 Joshua Hill + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the GNU Lesser General Public License + * (LGPL) version 2.1 which accompanies this distribution, and is available at + * http://www.gnu.org/licenses/lgpl-2.1.html + * + * This library 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 + * Lesser General Public License for more details. + */ #ifndef LIBIRECOVERY_H #define LIBIRECOVERY_H -- cgit v1.1-32-gdbae