Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Commit

Permalink
fix all license
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Jun 23, 2016
1 parent fc8c92e commit 9cfb604
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CHANGES
=======

* update document
* fix dir
* remove uesless comment
* update license from mit to apache2
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# coding: utf-8
#
# Licensed under MIT
# Licensed under Apache 2.0
#

import setuptools
Expand Down

0 comments on commit 9cfb604

Please sign in to comment.