Skip to content

Commit

Permalink
chore: move node-wot license to a separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jan 23, 2023
1 parent 3d0885f commit e1d1646
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 59 deletions.
58 changes: 0 additions & 58 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -25,61 +25,3 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------
node-wot

dart_wot includes material copied from
Eclipse Thingweb node-wot (https://github.com/eclipse/thingweb.node-wot).
Copyright (c) 2018 Contributors to the Eclipse Foundation

W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE

http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document

This work is being provided by the copyright holders under the
following license.

License

By obtaining and/or copying this work, you (the licensee) agree that
you have read, understood, and will comply with the following terms
and conditions.

Permission to copy, modify, and distribute this work, with or without
modification, for any purpose and without fee or royalty is hereby
granted, provided that you include the following on ALL copies of the
work or portions thereof, including modifications:

* The full text of this NOTICE in a location viewable to users of
the redistributed or derivative work.

* Any pre-existing intellectual property disclaimers, notices, or
terms and conditions. If none exist, the W3C Software and Document
Short Notice[1] should be included.

* Notice of any changes or modifications, through a copyright
statement on the new code or document such as "This software or
document includes material copied from or derived from [title and
URI of the W3C document]. Copyright © [YEAR] W3C® (MIT, ERCIM,
Keio, Beihang)."

Disclaimers

THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO
REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL
NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER
RIGHTS.

COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR
DOCUMENT.

The name and trademarks of copyright holders may NOT be used in
advertising or publicity pertaining to the work without specific,
written prior permission. Title to copyright in this work will at all
times remain with copyright holders.

[1] http://www.w3.org/Consortium/Legal/copyright-software-short-notice
58 changes: 58 additions & 0 deletions LICNSE-THIRD-PARTY
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
THIRD PARTY LICENSES

node-wot

dart_wot includes material copied from
Eclipse Thingweb node-wot (https://github.com/eclipse/thingweb.node-wot).
Copyright (c) 2018 Contributors to the Eclipse Foundation

W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE

http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document

This work is being provided by the copyright holders under the
following license.

License

By obtaining and/or copying this work, you (the licensee) agree that
you have read, understood, and will comply with the following terms
and conditions.

Permission to copy, modify, and distribute this work, with or without
modification, for any purpose and without fee or royalty is hereby
granted, provided that you include the following on ALL copies of the
work or portions thereof, including modifications:

* The full text of this NOTICE in a location viewable to users of
the redistributed or derivative work.

* Any pre-existing intellectual property disclaimers, notices, or
terms and conditions. If none exist, the W3C Software and Document
Short Notice[1] should be included.

* Notice of any changes or modifications, through a copyright
statement on the new code or document such as "This software or
document includes material copied from or derived from [title and
URI of the W3C document]. Copyright © [YEAR] W3C® (MIT, ERCIM,
Keio, Beihang)."

Disclaimers

THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO
REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY
PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL
NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER
RIGHTS.

COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR
DOCUMENT.

The name and trademarks of copyright holders may NOT be used in
advertising or publicity pertaining to the work without specific,
written prior permission. Title to copyright in this work will at all
times remain with copyright holders.

[1] http://www.w3.org/Consortium/Legal/copyright-software-short-notice
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ See the `LICENSE` file for more information.

This software includes material copied from
Eclipse Thingweb node-wot (https://github.com/eclipse/thingweb.node-wot).
Copyright © 2018 Contributors to the Eclipse Foundation
Copyright © 2018 Contributors to the Eclipse Foundation.
See the `LICENSE-THIRD-PARTY` file for more information.

## Contribution

Expand Down

0 comments on commit e1d1646

Please sign in to comment.