From e6ff57afe44bf7f35d453f053075df45265e3e01 Mon Sep 17 00:00:00 2001 From: zxd191990 <1713664308@qq.com> Date: Fri, 21 May 2021 14:12:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E7=85=A7=E6=9C=80=E6=96=B0checklist?= =?UTF-8?q?=E8=A7=84=E5=88=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.OPENSOURCE | 2 +- .../ms/square/ohos/expandabletextview/ExpandableTextView.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.OPENSOURCE b/README.OPENSOURCE index 00e0078..0a8eb13 100644 --- a/README.OPENSOURCE +++ b/README.OPENSOURCE @@ -5,6 +5,6 @@ "License File": " LICENSE ", "Version Number": " 0.1.3 ", "Upstream URL": " https://github.com/Manabu-GT/ExpandableTextView ", - "Description": " ExpandableTextView is an Android library that allows developers to easily create an TextView which can expand/collapse just like the Google Play's app description. Feel free to use it all you want in your Android apps provided that you cite this project. " + "Description": " ExpandableTextView is an library that allows developers to easily create an TextView which can expand/collapse just like the Google Play's app description. Feel free to use it all you want in your apps provided that you cite this project. " } ] diff --git a/lib/src/main/java/com/ms/square/ohos/expandabletextview/ExpandableTextView.java b/lib/src/main/java/com/ms/square/ohos/expandabletextview/ExpandableTextView.java index 8e0a83f..e6ae35b 100644 --- a/lib/src/main/java/com/ms/square/ohos/expandabletextview/ExpandableTextView.java +++ b/lib/src/main/java/com/ms/square/ohos/expandabletextview/ExpandableTextView.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 The Android Open Source Project + * Copyright (C) 2011 The Open Source Project * Copyright 2014 Manabu Shimobe * * Licensed under the Apache License, Version 2.0 (the "License"); -- Gitee