diff options
author | Martin Szulecki | 2013-05-21 13:19:15 +0200 |
---|---|---|
committer | Martin Szulecki | 2013-05-21 13:19:15 +0200 |
commit | a456086a02cd5be42dc277365851e798f72eeb26 (patch) | |
tree | c95353a91a4dc15625036e3b9e2aca253ed20e05 /src | |
parent | 3de0951516e462d8d438db4a0c3099c5ef308192 (diff) | |
download | libirecovery-a456086a02cd5be42dc277365851e798f72eeb26.tar.gz libirecovery-a456086a02cd5be42dc277365851e798f72eeb26.tar.bz2 |
Relicense to LGPL 2.1 and thus update license and headers
This relicensing was requested and approved by all authors by E-Mail.
Diffstat (limited to 'src')
-rw-r--r-- | src/irecovery.c | 37 | ||||
-rw-r--r-- | src/libirecovery.c | 37 |
2 files changed, 36 insertions, 38 deletions
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 <http://www.gnu.org/licenses/>. - **/ +/* + * irecovery.c - software frontend for iBoot/iBSS communication for iOS devices + * + * Copyright (c) 2012-2013 Martin Szulecki <m.szulecki@libimobiledevice.org> + * 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 <stdio.h> #include <stdlib.h> 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 <http://www.gnu.org/licenses/>. - **/ +/* + * libirecovery.c - communication to iBoot/iBSS on Apple iOS devices via USB + * + * Copyright (c) 2012-2013 Martin Szulecki <m.szulecki@libimobiledevice.org> + * 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 <stdio.h> #include <stdint.h> |