Update copyright notice to include OpenSSL linking exception

This commit is contained in:
Andrew Ayer
2013-03-05 12:02:49 -08:00
parent fb2e08d7c2
commit 490b7143b1
7 changed files with 77 additions and 0 deletions

View File

@@ -15,6 +15,17 @@
*
* You should have received a copy of the GNU General Public License
* along with git-crypt. If not, see <http://www.gnu.org/licenses/>.
*
* Additional permission under GNU GPL version 3 section 7:
*
* If you modify the Program, or any covered work, by linking or
* combining it with the OpenSSL project's OpenSSL library (or a
* modified version of that library), containing parts covered by the
* terms of the OpenSSL or SSLeay licenses, the licensors of the Program
* grant you additional permission to convey the resulting work.
* Corresponding Source for a non-source form of such a combination
* shall include the source code for the parts of OpenSSL used as well
* as that of the covered work.
*/
#ifndef _COMMANDS_H