Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf790571

Browse files
authored
Update license headers of java files (#564)
* Update license headers according to git history* Update LICENSE to original Apache 2 licensehttps://www.apache.org/licenses/LICENSE-2.0.txt
1 parentd608119 commitf790571

File tree

96 files changed

+171
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+171
-2
lines changed

‎LICENSE‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
Apache License
23
Version 2.0, January 2004
34
http://www.apache.org/licenses/
@@ -178,15 +179,15 @@
178179
APPENDIX: How to apply the Apache License to your work.
179180

180181
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "{}"
182+
boilerplate notice, with the fields enclosed by brackets "[]"
182183
replaced with your own identifying information. (Don't include
183184
the brackets!) The text should be enclosed in the appropriate
184185
comment syntax for the file format. We also recommend that a
185186
file or class name and description of purpose be included on the
186187
same "printed page" as the copyright notice for easier
187188
identification within third-party archives.
188189

189-
Copyright2019 Raimondas Rimkus
190+
Copyright[yyyy] [name of copyright owner]
190191

191192
Licensed under the Apache License, Version 2.0 (the "License");
192193
you may not use this file except in compliance with the License.

‎app/src/main/java/rkr/simplekeyboard/inputmethod/compat/EditorInfoCompatUtils.java‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (C) 2011 The Android Open Source Project
3+
* Copyright (C) 2018 Raimondas Rimkus
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

‎app/src/main/java/rkr/simplekeyboard/inputmethod/event/Event.java‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (C) 2012 The Android Open Source Project
3+
* Copyright (C) 2019 Raimondas Rimkus
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

‎app/src/main/java/rkr/simplekeyboard/inputmethod/event/InputTransaction.java‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (C) 2014 The Android Open Source Project
3+
* Copyright (C) 2018 Raimondas Rimkus
34
*
45
* Licensed under the Apache License, Version 2.0 (the "License");
56
* you may not use this file except in compliance with the License.

‎app/src/main/java/rkr/simplekeyboard/inputmethod/keyboard/Key.java‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
22
* Copyright (C) 2010 The Android Open Source Project
3+
* Copyright (C) 2023 Raimondas Rimkus
4+
* Copyright (C) 2021 wittmane
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.

‎app/src/main/java/rkr/simplekeyboard/inputmethod/keyboard/KeyDetector.java‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
22
* Copyright (C) 2010 The Android Open Source Project
3+
* Copyright (C) 2020 wittmane
4+
* Copyright (C) 2020 Raimondas Rimkus
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.

‎app/src/main/java/rkr/simplekeyboard/inputmethod/keyboard/Keyboard.java‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
22
* Copyright (C) 2010 The Android Open Source Project
3+
* Copyright (C) 2020 wittmane
4+
* Copyright (C) 2019 Raimondas Rimkus
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.

‎app/src/main/java/rkr/simplekeyboard/inputmethod/keyboard/KeyboardActionListener.java‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
22
* Copyright (C) 2010 The Android Open Source Project
3+
* Copyright (C) 2025 Raimondas Rimkus
4+
* Copyright (C) 2019 Emmanuel
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.

‎app/src/main/java/rkr/simplekeyboard/inputmethod/keyboard/KeyboardId.java‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
22
* Copyright (C) 2015 The Android Open Source Project
3+
* Copyright (C) 2024 wittmane
4+
* Copyright (C) 2024 Raimondas Rimkus
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.

‎app/src/main/java/rkr/simplekeyboard/inputmethod/keyboard/KeyboardLayoutSet.java‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/*
22
* Copyright (C) 2011 The Android Open Source Project
3+
* Copyright (C) 2024 Raimondas Rimkus
4+
* Copyright (C) 2024 wittmane
35
*
46
* Licensed under the Apache License, Version 2.0 (the "License");
57
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp