We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbd0dc commit 0e56708Copy full SHA for 0e56708
1 file changed
app/src/main/java/io/github/yawnoc/utilities/Valuey.java
@@ -4,6 +4,19 @@
4
This is free software with NO WARRANTY etc. etc.,
5
see LICENSE or <https://www.gnu.org/licenses/>.
6
*/
7
+/*
8
+ This file contains bytes copied from the deprecated `Keyboard` class,
9
+ i.e. `core/java/android/inputmethodservice/Keyboard.java`
10
+ from <https://android.googlesource.com/platform/frameworks/base>,
11
+ which is licensed under the Apache License 2.0,
12
+ see <https://www.apache.org/licenses/LICENSE-2.0.html>.
13
+ ---
14
+ Take your pick from the following out-of-date notices:
15
+ In `core/java/android/inputmethodservice/Keyboard.java`:
16
+ Copyright (C) 2008-2009 Google Inc.
17
+ In `NOTICE`:
18
+ Copyright 2005-2008 The Android Open Source Project
19
+*/
20
21
package io.github.yawnoc.utilities;
22
0 commit comments