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. --- src/irecovery.c | 37 ++++++++++++++++++------------------- src/libirecovery.c | 37 ++++++++++++++++++------------------- 2 files changed, 36 insertions(+), 38 deletions(-) (limited to 'src') diff --git a/src/irecovery.c b/src/irecovery.c index 7d2302e..95cd649 100644 --- a/src/irecovery.c +++ b/src/irecovery.c @@ -1,22 +1,21 @@ -/** - * GreenPois0n iRecovery - irecovery.c - * Copyright (C) 2010-2011 Chronic-Dev Team - * Copyright (C) 2010-2011 Joshua Hill - * Copyright (C) 2008-2011 Nicolas Haunold - * - * 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 . - **/ +/* + * irecovery.c - software frontend for iBoot/iBSS communication for iOS devices + * + * Copyright (c) 2012-2013 Martin Szulecki + * Copyright (c) 2010-2011 Chronic-Dev Team + * Copyright (c) 2010-2011 Joshua Hill + * Copyright (c) 2008-2011 Nicolas Haunold + * + * 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. + */ #include #include diff --git a/src/libirecovery.c b/src/libirecovery.c index fa16f70..4ed69af 100644 --- a/src/libirecovery.c +++ b/src/libirecovery.c @@ -1,22 +1,21 @@ -/** - * GreenPois0n iRecovery - libirecovery.c - * Copyright (C) 2010 Chronic-Dev Team - * Copyright (C) 2010 Joshua Hill - * Copyright (C) 2008-2011 Nicolas Haunold - * - * 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.c - 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 + * Copyright (c) 2008-2011 Nicolas Haunold + * + * 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. + */ #include #include -- cgit v1.1-32-gdbae