From 9cfb6049cb00e79f0a6b5fa70166f3caf65e0be7 Mon Sep 17 00:00:00 2001 From: codeskyblue Date: Thu, 23 Jun 2016 16:08:49 +0800 Subject: [PATCH] fix all license --- CHANGELOG | 3 ++- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index df3fb83..711e0c8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ CHANGES ======= +* update document * fix dir * remove uesless comment * update license from mit to apache2 @@ -203,7 +204,7 @@ CHANGES * generate py scripts * handle touch event, find clicked object * windows add screen_cv2 & make window foreground before capturing -* windows capture entire screen to avoid failing on opengl programs +* windows capture entire screen to avoid failing on opengl programs * redirect output to webide * use images before & after the click to find out the step * handle touch input in background diff --git a/setup.cfg b/setup.cfg index fdc6375..cd4d907 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = atx author = codeskyblue author-email = codeskyblue@gmail.com summary = Automation test library for android based on opencv -license = MIT +license = Apache description-file = ABOUT.rst home-page = https://github.com/codeskyblue/AirtestX diff --git a/setup.py b/setup.py index 8b19531..a1656a1 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # coding: utf-8 # -# Licensed under MIT +# Licensed under Apache 2.0 # import setuptools