Skip to content

Commit

Permalink
tools: Use correct GPLv3 license for ideviceactivation
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyM committed Jan 29, 2015
1 parent 16064bb commit 4efd180
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions tools/ideviceactivation.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4efd180

Please sign in to comment.