summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2015-01-29 14:46:34 +0100
committerGravatar Martin Szulecki2015-01-29 14:46:34 +0100
commit4efd18011b4ebf6653fdd1f5aa27b42fd6fbc205 (patch)
tree70f3bf8a6c0b484a51f22c394c58bdf42b8cfd9e
parent16064bb312e0eb81ba435ab85bf01d8a9f8df764 (diff)
downloadlibideviceactivation-4efd18011b4ebf6653fdd1f5aa27b42fd6fbc205.tar.gz
libideviceactivation-4efd18011b4ebf6653fdd1f5aa27b42fd6fbc205.tar.bz2
tools: Use correct GPLv3 license for ideviceactivation
-rw-r--r--tools/ideviceactivation.c34
1 files changed, 18 insertions, 16 deletions
diff --git a/tools/ideviceactivation.c b/tools/ideviceactivation.c
index 7458d05..f9e4f51 100644
--- a/tools/ideviceactivation.c
+++ b/tools/ideviceactivation.c
@@ -1,22 +1,24 @@
-/**
- * @file ideviceactivate.h
- * @brief A command line tool to handle the activation process.
+/*
+ * ideviceactivation.c
+ * A command line tool to handle the activation process
*
- * Copyright (c) 2011-2014 Mirell Development, All Rights Reserved.
+ * Copyright (c) 2011-2015 Mirell Development, All Rights Reserved.
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
+ * Licensed under the GNU General Public License Version 2
+ *
+ * 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifdef HAVE_CONFIG_H