Skip to content

Commit

Permalink
add OSS licenses, reorg folders
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyuan-xia committed Jan 21, 2017
1 parent 02cc776 commit 802f671
Show file tree
Hide file tree
Showing 32 changed files with 43 additions and 4 deletions.
37 changes: 37 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
This project uses and credits the following open-source projects:
* [minitouch](https://github.com/openstf/minitouch)
```
Copyright © CyberAgent, Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

* [minicap](https://github.com/openstf/minicap)
```
Copyright © 2013 CyberAgent, Inc.
Copyright © 2016 The OpenSTF Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```


Binary file removed appetizer-toolkit-win.zip
Binary file not shown.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
build_script:
- unzip appetizer-toolkit-win.zip
- appetizer-toolkit-win.exe version
- win32/appetizer.exe version

File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions nixtest.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
./appetizer-toolkit-darwin-x64 version
./darwin/appetizer version
else
./appetizer-toolkit-linux-x64 version
./linux/appetizer version
fi
Binary file added win32/CRYPT32.dll
Binary file not shown.
Binary file added win32/appetizer.exe
Binary file not shown.
Binary file added win32/python27.dll
Binary file not shown.
3 changes: 3 additions & 0 deletions win32/vendor/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Third-party dependencies
* [minitouch](https://github.com/openstf/minitouch) for manipulating touch screen
* [minicap](https://github.com/openstf/minicap) for taking screenshots
Binary file added win32/vendor/minicap/arm64-v8a/minicap
Binary file not shown.
Binary file added win32/vendor/minicap/arm64-v8a/minicap-nopie
Binary file not shown.
Binary file added win32/vendor/minicap/armeabi-v7a/minicap
Binary file not shown.
Binary file added win32/vendor/minicap/armeabi-v7a/minicap-nopie
Binary file not shown.
Binary file added win32/vendor/minicap/x86/minicap
Binary file not shown.
Binary file added win32/vendor/minicap/x86/minicap-nopie
Binary file not shown.
Binary file added win32/vendor/minicap/x86_64/minicap
Binary file not shown.
Binary file added win32/vendor/minicap/x86_64/minicap-nopie
Binary file not shown.
Binary file added win32/vendor/minitouch/arm64-v8a/minitouch
Binary file not shown.
Binary file added win32/vendor/minitouch/arm64-v8a/minitouch-nopie
Binary file not shown.
Binary file added win32/vendor/minitouch/armeabi-v7a/minitouch
Binary file not shown.
Binary file not shown.
Binary file added win32/vendor/minitouch/armeabi/minitouch
Binary file not shown.
Binary file added win32/vendor/minitouch/armeabi/minitouch-nopie
Binary file not shown.
Binary file added win32/vendor/minitouch/mips/minitouch
Binary file not shown.
Binary file added win32/vendor/minitouch/mips/minitouch-nopie
Binary file not shown.
Binary file added win32/vendor/minitouch/mips64/minitouch
Binary file not shown.
Binary file added win32/vendor/minitouch/mips64/minitouch-nopie
Binary file not shown.
Binary file added win32/vendor/minitouch/x86/minitouch
Binary file not shown.
Binary file added win32/vendor/minitouch/x86/minitouch-nopie
Binary file not shown.
Binary file added win32/vendor/minitouch/x86_64/minitouch
Binary file not shown.
Binary file added win32/vendor/minitouch/x86_64/minitouch-nopie
Binary file not shown.

0 comments on commit 802f671

Please sign in to comment.