From 7a1e2bbb95fc6d74c7e5a4688d244731773621d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Aug 2013 18:07:44 +0200 Subject: [PATCH] add spec file license --- mysql-connector-python.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mysql-connector-python.spec b/mysql-connector-python.spec index fc97a01..26f3d9d 100644 --- a/mysql-connector-python.spec +++ b/mysql-connector-python.spec @@ -1,3 +1,11 @@ +# spec file for mysql-connector-python +# +# Copyright (c) 2011-2013 Remi Collet +# License: CC-BY-SA +# http://creativecommons.org/licenses/by-sa/3.0/ +# +# Please, preserve the changelog entries +# %{!?__python2: %global __python2 %{__python}} %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}