summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-05-21 13:19:15 +0200
committerGravatar Martin Szulecki2013-05-21 13:19:15 +0200
commita456086a02cd5be42dc277365851e798f72eeb26 (patch)
treec95353a91a4dc15625036e3b9e2aca253ed20e05 /include
parent3de0951516e462d8d438db4a0c3099c5ef308192 (diff)
downloadlibirecovery-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 'include')
-rw-r--r--include/libirecovery.h35
1 files changed, 17 insertions, 18 deletions
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 <http://www.gnu.org/licenses/>.
- **/
+/*
+ * libirecovery.h - 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
+ *
+ * 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