Skip to content

Commit c4163f7

Browse files
authored
Add community support section and update license info (#643)
1 parent 58e19a5 commit c4163f7

File tree

1 file changed

+5
-207
lines changed

1 file changed

+5
-207
lines changed

README.md

Lines changed: 5 additions & 207 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ We've set up a separate document for our
4646

4747
Thank you for being involved! :heart_eyes:
4848

49+
## Community
50+
51+
For community support and discussions, join the [SmartThings Integrations community on Discord](https://discord.gg/EJYdwMCz7K).
52+
4953
## Setting up development environment
5054

5155
This Python project is fully managed using the [Poetry][poetry] dependency manager. But also relies on the use of NodeJS for certain checks during development.
@@ -84,213 +88,7 @@ check [the contributor's page][contributors].
8488

8589
## License
8690

87-
Apache License
88-
Version 2.0, January 2004
89-
http://www.apache.org/licenses/
90-
91-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
92-
93-
1. Definitions.
94-
95-
"License" shall mean the terms and conditions for use, reproduction, and
96-
distribution as defined by Sections 1 through 9 of this document.
97-
98-
"Licensor" shall mean the copyright owner or entity authorized by the
99-
copyright owner that is granting the License.
100-
101-
"Legal Entity" shall mean the union of the acting entity and all other
102-
entities that control, are controlled by, or are under common control with
103-
that entity. For the purposes of this definition, "control" means (i) the
104-
power, direct or indirect, to cause the direction or management of such
105-
entity, whether by contract or otherwise, or (ii) ownership of
106-
fifty percent (50%) or more of the outstanding shares, or (iii) beneficial
107-
ownership of such entity.
108-
109-
"You" (or "Your") shall mean an individual or Legal Entity exercising
110-
permissions granted by this License.
111-
112-
"Source" form shall mean the preferred form for making modifications,
113-
including but not limited to software source code, documentation source,
114-
and configuration files.
115-
116-
"Object" form shall mean any form resulting from mechanical transformation
117-
or translation of a Source form, including but not limited to compiled
118-
object code, generated documentation, and conversions to
119-
other media types.
120-
121-
"Work" shall mean the work of authorship, whether in Source or Object
122-
form, made available under the License, as indicated by a copyright notice
123-
that is included in or attached to the work (an example is provided in the
124-
Appendix below).
125-
126-
"Derivative Works" shall mean any work, whether in Source or Object form,
127-
that is based on (or derived from) the Work and for which the editorial
128-
revisions, annotations, elaborations, or other modifications represent,
129-
as a whole, an original work of authorship. For the purposes of this
130-
License, Derivative Works shall not include works that remain separable
131-
from, or merely link (or bind by name) to the interfaces of, the Work and
132-
Derivative Works thereof.
133-
134-
"Contribution" shall mean any work of authorship, including the original
135-
version of the Work and any modifications or additions to that Work or
136-
Derivative Works thereof, that is intentionally submitted to Licensor for
137-
inclusion in the Work by the copyright owner or by an individual or
138-
Legal Entity authorized to submit on behalf of the copyright owner.
139-
For the purposes of this definition, "submitted" means any form of
140-
electronic, verbal, or written communication sent to the Licensor or its
141-
representatives, including but not limited to communication on electronic
142-
mailing lists, source code control systems, and issue tracking systems
143-
that are managed by, or on behalf of, the Licensor for the purpose of
144-
discussing and improving the Work, but excluding communication that is
145-
conspicuously marked or otherwise designated in writing by the copyright
146-
owner as "Not a Contribution."
147-
148-
"Contributor" shall mean Licensor and any individual or Legal Entity on
149-
behalf of whom a Contribution has been received by Licensor and
150-
subsequently incorporated within the Work.
151-
152-
2. Grant of Copyright License.
153-
154-
Subject to the terms and conditions of this License, each Contributor
155-
hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,
156-
royalty-free, irrevocable copyright license to reproduce, prepare
157-
Derivative Works of, publicly display, publicly perform, sublicense,
158-
and distribute the Work and such Derivative Works in
159-
Source or Object form.
160-
161-
3. Grant of Patent License.
162-
163-
Subject to the terms and conditions of this License, each Contributor
164-
hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,
165-
royalty-free, irrevocable (except as stated in this section) patent
166-
license to make, have made, use, offer to sell, sell, import, and
167-
otherwise transfer the Work, where such license applies only to those
168-
patent claims licensable by such Contributor that are necessarily
169-
infringed by their Contribution(s) alone or by combination of their
170-
Contribution(s) with the Work to which such Contribution(s) was submitted.
171-
If You institute patent litigation against any entity (including a
172-
cross-claim or counterclaim in a lawsuit) alleging that the Work or a
173-
Contribution incorporated within the Work constitutes direct or
174-
contributory patent infringement, then any patent licenses granted to
175-
You under this License for that Work shall terminate as of the date such
176-
litigation is filed.
177-
178-
4. Redistribution.
179-
180-
You may reproduce and distribute copies of the Work or Derivative Works
181-
thereof in any medium, with or without modifications, and in Source or
182-
Object form, provided that You meet the following conditions:
183-
184-
1. You must give any other recipients of the Work or Derivative Works a
185-
copy of this License; and
186-
187-
2. You must cause any modified files to carry prominent notices stating
188-
that You changed the files; and
189-
190-
3. You must retain, in the Source form of any Derivative Works that You
191-
distribute, all copyright, patent, trademark, and attribution notices from
192-
the Source form of the Work, excluding those notices that do not pertain
193-
to any part of the Derivative Works; and
194-
195-
4. If the Work includes a "NOTICE" text file as part of its distribution,
196-
then any Derivative Works that You distribute must include a readable copy
197-
of the attribution notices contained within such NOTICE file, excluding
198-
those notices that do not pertain to any part of the Derivative Works,
199-
in at least one of the following places: within a NOTICE text file
200-
distributed as part of the Derivative Works; within the Source form or
201-
documentation, if provided along with the Derivative Works; or, within a
202-
display generated by the Derivative Works, if and wherever such
203-
third-party notices normally appear. The contents of the NOTICE file are
204-
for informational purposes only and do not modify the License.
205-
You may add Your own attribution notices within Derivative Works that You
206-
distribute, alongside or as an addendum to the NOTICE text from the Work,
207-
provided that such additional attribution notices cannot be construed
208-
as modifying the License.
209-
210-
You may add Your own copyright statement to Your modifications and may
211-
provide additional or different license terms and conditions for use,
212-
reproduction, or distribution of Your modifications, or for any such
213-
Derivative Works as a whole, provided Your use, reproduction, and
214-
distribution of the Work otherwise complies with the conditions
215-
stated in this License.
216-
217-
5. Submission of Contributions.
218-
219-
Unless You explicitly state otherwise, any Contribution intentionally
220-
submitted for inclusion in the Work by You to the Licensor shall be under
221-
the terms and conditions of this License, without any additional
222-
terms or conditions. Notwithstanding the above, nothing herein shall
223-
supersede or modify the terms of any separate license agreement you may
224-
have executed with Licensor regarding such Contributions.
225-
226-
6. Trademarks.
227-
228-
This License does not grant permission to use the trade names, trademarks,
229-
service marks, or product names of the Licensor, except as required for
230-
reasonable and customary use in describing the origin of the Work and
231-
reproducing the content of the NOTICE file.
232-
233-
7. Disclaimer of Warranty.
234-
235-
Unless required by applicable law or agreed to in writing, Licensor
236-
provides the Work (and each Contributor provides its Contributions)
237-
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
238-
either express or implied, including, without limitation, any warranties
239-
or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS
240-
FOR A PARTICULAR PURPOSE. You are solely responsible for determining the
241-
appropriateness of using or redistributing the Work and assume any risks
242-
associated with Your exercise of permissions under this License.
243-
244-
8. Limitation of Liability.
245-
246-
In no event and under no legal theory, whether in tort
247-
(including negligence), contract, or otherwise, unless required by
248-
applicable law (such as deliberate and grossly negligent acts) or agreed
249-
to in writing, shall any Contributor be liable to You for damages,
250-
including any direct, indirect, special, incidental, or consequential
251-
damages of any character arising as a result of this License or out of
252-
the use or inability to use the Work (including but not limited to damages
253-
for loss of goodwill, work stoppage, computer failure or malfunction,
254-
or any and all other commercial damages or losses), even if such
255-
Contributor has been advised of the possibility of such damages.
256-
257-
9. Accepting Warranty or Additional Liability.
258-
259-
While redistributing the Work or Derivative Works thereof, You may choose
260-
to offer, and charge a fee for, acceptance of support, warranty,
261-
indemnity, or other liability obligations and/or rights consistent with
262-
this License. However, in accepting such obligations, You may act only
263-
on Your own behalf and on Your sole responsibility, not on behalf of any
264-
other Contributor, and only if You agree to indemnify, defend, and hold
265-
each Contributor harmless for any liability incurred by, or claims
266-
asserted against, such Contributor by reason of your accepting any such
267-
warranty or additional liability.
268-
269-
END OF TERMS AND CONDITIONS
270-
271-
APPENDIX: How to apply the Apache License to your work
272-
273-
To apply the Apache License to your work, attach the following boilerplate
274-
notice, with the fields enclosed by brackets "[]" replaced with your own
275-
identifying information. (Don't include the brackets!) The text should be
276-
enclosed in the appropriate comment syntax for the file format. We also
277-
recommend that a file or class name and description of purpose be included
278-
on the same "printed page" as the copyright notice for easier
279-
identification within third-party archives.
280-
281-
Copyright 2018 Andrew N. Sayre
282-
283-
Licensed under the Apache License, Version 2.0 (the "License");
284-
you may not use this file except in compliance with the License.
285-
You may obtain a copy of the License at
286-
287-
http://www.apache.org/licenses/LICENSE-2.0
288-
289-
Unless required by applicable law or agreed to in writing, software
290-
distributed under the License is distributed on an "AS IS" BASIS,
291-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
292-
or implied. See the License for the specific language governing
293-
permissions and limitations under the License.
91+
Licensed under the Apache License, Version 2.0, as found in the [LICENSE](./LICENSE) file.
29492

29593
[build-shield]: https://github.com/pySmartThings/pysmartthings/actions/workflows/tests.yaml/badge.svg
29694
[build]: https://github.com/pySmartThings/pysmartthings/actions

0 commit comments

Comments
 (0)