-
-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
- Loading branch information
1 parent
d23d120
commit 8c2009c
Showing
5 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
key: djangosnippets-tos | ||
short_name: Djangosnippets TOS | ||
name: Djangosnippets Terms of Service | ||
category: CLA | ||
owner: Djangosnippets | ||
homepage_url: https://djangosnippets.org/about/tos/ | ||
spdx_license_key: LicenseRef-scancode-djangosnippets-tos | ||
--- | ||
|
||
Terms of Service | ||
|
||
We hate legal-speak as much as anybody, but on a site which is geared toward sharing code there has to be at least a little bit of it, so here goes: | ||
|
||
By creating an account here you agree to three things: | ||
|
||
1. That you will only post code which you wrote yourself and that you have the legal right to release under these terms. | ||
|
||
2. That you grant any third party who sees the code you post a royalty-free, non-exclusive license to copy and distribute that code and to make and distribute derivative works based on that code. You may include license terms in snippets you post, if you wish to use a particular license (such as the BSD license or GNU GPL), but that license must permit royalty-free copying, distribution and modification of the code to which it is applied. | ||
|
||
3. That if you post code of which you are not the author or for which you do not have the legal right to distribute according to these terms, you will indemnify and hold harmless the operators of this site and any third parties who are exposed to liability as a result of your actions. | ||
|
||
If you can't legally agree to these terms, or don't want to, you cannot create an account here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
key: freetos-mit | ||
short_name: FreeRTOS MIT | ||
name: FreeRTOS MIT | ||
category: Permissive | ||
owner: FreeRTOS | ||
homepage_url: https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/V10.0.0/FreeRTOS/Source/list.c | ||
spdx_license_key: LicenseRef-scancode-freetos-mit | ||
text_urls: | ||
- https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/V10.0.0/FreeRTOS/Source/list.c | ||
other_urls: | ||
- http://www.FreeRTOS.org | ||
- http://aws.amazon.com/freertos | ||
--- | ||
|
||
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: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. If you wish to use our Amazon | ||
FreeRTOS name, please do so in a fair use way that does not cause confusion. | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
key: ietf-rfc3492 | ||
short_name: IETF RFC3492 | ||
name: IETF RFC3492 | ||
category: Permissive | ||
owner: IETF - Internet Engineering Task Force | ||
homepage_url: https://datatracker.ietf.org/doc/html/rfc3492#page-22 | ||
spdx_license_key: LicenseRef-scancode-ietf-rfc3492 | ||
--- | ||
|
||
Disclaimer and license | ||
|
||
Regarding this entire document or any portion of it (including the | ||
pseudocode and C code), the author makes no guarantees and is not | ||
responsible for any damage resulting from its use. The author grants | ||
irrevocable permission to anyone to use, modify, and distribute it in | ||
any way that does not diminish the rights of anyone else to use, | ||
modify, and distribute it, provided that redistributed derivative | ||
works do not contain misleading author or version information. | ||
Derivative works need not be licensed under similar terms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
key: lanl-bsd-3-variant | ||
short_name: LANL BSD-3 Variant | ||
name: Los Alamos National Labs BSD-3 Variant | ||
category: Permissive | ||
owner: LANL | ||
homepage_url: https://opensource.org/license/los-alamos-national-labs-bsd-3-variant | ||
spdx_license_key: LicenseRef-scancode-lanl-bsd-3-variant | ||
osi_url: https://opensource.org/license/los-alamos-national-labs-bsd-3-variant | ||
ignorable_copyrights: | ||
- Copyright XXXX. Los Alamos National Security, LLC. | ||
ignorable_holders: | ||
- XXXX. Los Alamos National Security, LLC. | ||
--- | ||
|
||
Copyright XXXX. Los Alamos National Security, LLC. This software was produced under U.S. Government contract DE-AC52-06NA25396 for Los Alamos National Laboratory (LANL), which is operated by Los Alamos National Security, LLC for the U.S. Department of Energy. The U.S. Government has rights to use, reproduce, and distribute this software. NEITHER THE GOVERNMENT NOR LOS ALAMOS NATIONAL SECURITY, LLC MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LIABILITY FOR THE USE OF THIS SOFTWARE. If software is modified to produce derivative works, such modified software should be clearly marked, so as not to confuse it with the version available from LANL. | ||
|
||
Additionally, redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
|
||
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | ||
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. | ||
Neither the name of Los Alamos National Security, LLC, Los Alamos National Laboratory, LANL, the U.S. Government, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY LOS ALAMOS NATIONAL SECURITY, LLC AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL LOS ALAMOS NATIONAL SECURITY, LLC OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters