Skip to content

Commit

Permalink
doc: add license
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Nov 16, 2022
1 parent 4f95fa4 commit cb93c72
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 6 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
gradlew assembleDebug
```

## Thanks
[Device Farmer](https://github.com/DeviceFarmer)

## Sponsors

Thank you to all our sponsors!
Expand All @@ -51,5 +48,6 @@ Thank you to all our sponsors!

[License](LICENSE)

- This code is built with reference to STFService.apk [Apache 2.0 License](https://github.com/openstf/STFService.apk/blob/master/LICENSE)

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FSonicCloudOrg%2Fsonic-android-apk.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FSonicCloudOrg%2Fsonic-android-apk?ref=badge_large)
5 changes: 2 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
gradlew assembleDebug
```

## 感谢
[Device Farmer](https://github.com/DeviceFarmer)

## 赞助商

感谢所有赞助商!
Expand All @@ -50,3 +47,5 @@ gradlew assembleDebug
## 开源许可协议

[License](LICENSE)

- 代码部分内容参考了 STFService.apk [Apache 2.0 License](https://github.com/openstf/STFService.apk/blob/master/LICENSE)
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ import java.util.*
import kotlin.system.exitProcess

/**
* ***************************************************************************
* This code is built with reference to STFService.apk
*
* @see https://github.com/openstf/STFService.apk/blob/master/app/src/main/java/jp/co/cyberagent/stf/MinitouchAgent.java
* ***************************************************************************
*/
class SonicPluginTouchService(var width: Int = 0, var handler: Handler?) :
Thread() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ import android.widget.LinearLayout
import android.widget.TextView
import java.lang.reflect.InvocationTargetException

/**
* ***************************************************************************
* This code is built with reference to STFService.apk
*
* @see https://github.com/openstf/STFService.apk/blob/master/app/src/main/java/jp/co/cyberagent/stf/IdentityActivity.java
* ***************************************************************************
*/
class SearchActivity : Activity() {

@SuppressLint("MissingPermission")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ import java.lang.reflect.InvocationTargetException
import java.lang.reflect.Method

/**
* ***************************************************************************
* This code is built with reference to STFService.apk
*
* @see https://github.com/openstf/STFService.apk/blob/master/app/src/main/java/jp/co/cyberagent/stf/compat/InputManagerWrapper.java
* ***************************************************************************
*/
class InputManagerWrapper {
private var eventInjector: EventInjector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ import android.view.IRotationWatcher
import java.lang.reflect.InvocationTargetException

/**
* ***************************************************************************
* This code is built with reference to STFService.apk
*
* @see https://github.com/openstf/STFService.apk/blob/master/app/src/main/java/jp/co/cyberagent/stf/compat/WindowManagerWrapper.java
* ***************************************************************************
*/
class WindowManagerWrapper {
private var windowManager: Any? = null
Expand Down
13 changes: 13 additions & 0 deletions licenses/LICENSE.STFServiceAapk
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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:https://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.

0 comments on commit cb93c72

Please sign in to comment.