Skip to content

Commit a3a985f

Browse files
Update license block
1 parent beb38ca commit a3a985f

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,17 @@ val client = StreamClient(
116116
Public interfaces ship with convenience factory functions that return the default internal implementation (e.g., `StreamSerialProcessingQueue(...)``StreamSerialProcessingQueueImpl`). Prefer these factories in internal code; they keep call-sites stable while impls evolve. You can also provide custom implementations for testing or specialized behavior.
117117

118118
## License
119-
Copyright (c) 2014-2025 Stream.io Inc.
120119

121-
Licensed under the Stream License; see [LICENSE](https://github.com/GetStream/stream-android-base/blob/main/LICENSE).
122-
Unless required by applicable law or agreed to in writing, software distributed under the License is provided **“as is”**, without warranties or conditions of any kind.
120+
Copyright (c) 2014-2025 Stream.io Inc. All rights reserved.
121+
122+
Licensed under the Stream License;
123+
you may not use this file except in compliance with the License.
124+
You may obtain a copy of the License at
125+
126+
https://github.com/GetStream/stream-android-base/blob/main/LICENSE
127+
128+
Unless required by applicable law or agreed to in writing, software
129+
distributed under the License is distributed on an "AS IS" BASIS,
130+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
131+
See the License for the specific language governing permissions and
132+
limitations under the License.

0 commit comments

Comments
 (0)