Skip to content

Commit ab88b42

Browse files
committed
update license
1 parent 46508ea commit ab88b42

File tree

8 files changed

+18
-29
lines changed

8 files changed

+18
-29
lines changed

LICENSE

Lines changed: 0 additions & 23 deletions
This file was deleted.

LICENSE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 devify-server contributors
4+
Copyright (c) 2016 Devify, Inc.
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7+
8+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
9+
10+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ Devify is still under development. This project needs your help and contribution
147147

148148
## License
149149

150-
devify-server is released under the [MIT License](http://www.opensource.org/licenses/MIT).
150+
devify-server is released under the [MIT License](http://www.opensource.org/licenses/MIT). See [LICENSE.md](LICENSE.md).

libs/coap-broker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Devify Platform
66
*
7-
* Copyright (c) 2016-present, Mokoid Capital Limited. All rights reserved.
7+
* Copyright (c) 2016 Devify, Inc.
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal

libs/coap-to-websocket-broker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Devify Platform
66
*
7-
* Copyright (c) 2016-present, Mokoid Capital Limited. All rights reserved.
7+
* Copyright (c) 2016 Devify, Inc.
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal

libs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Devify Platform
66
*
7-
* Copyright (c) 2016-present, Mokoid Capital Limited. All rights reserved.
7+
* Copyright (c) 2016 Devify, Inc.
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal

libs/websocket-broker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Devify Platform
66
*
7-
* Copyright (c) 2016-present, Mokoid Capital Limited. All rights reserved.
7+
* Copyright (c) 2016 Devify, Inc.
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal

templates/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ The **NodeMCU over the Web** little book. A guide to setup **Devify Server** for
2727
* Chapter 4 -[102-air-quality-sensor-email](102-air-quality-sensor-email): Send an alert message by email when the air quality is not good
2828
* Chapter 5 -[201-web-of-things-dashboard](201-web-of-things-dashboard): An advanced chapter. Build a real-time sensor information dashboard. Get understood of WebSockets, CoAP and Web of Things (WoT).
2929

30-
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="創用 CC 授權條款" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>
30+
## License
31+
32+
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="CC BY 4.0" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>

0 commit comments

Comments
 (0)