Skip to content

Commit 93ca65c

Browse files
authored
Merge pull request #3963 from aboutcode-org/update-licenses
Add new licenses and license updates
2 parents c40476a + f258b2c commit 93ca65c

11 files changed

+1197
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
key: autosar-proprietary
3+
short_name: AUTOSAR Proprietary Notice
4+
name: AUTOSAR Proprietary Notice
5+
category: Proprietary Free
6+
owner: AUTOSAR
7+
spdx_license_key: LicenseRef-scancode-autosar-proprietary
8+
text_urls:
9+
- https://www.autosar.org/fileadmin/standards/R22-11/FO/AUTOSAR_PRS_SOMEIPProtocol.pdf
10+
- https://www.autosar.org/fileadmin/standards/R22-11/FO/AUTOSAR_PRS_SOMEIPServiceDiscoveryProtocol.pdf
11+
---
12+
13+
Disclaimer
14+
This work (specification and/or software implementation) and the material contained in
15+
it, as released by AUTOSAR, is for the purpose of information only. AUTOSAR and the
16+
companies that have contributed to it shall not be liable for any use of the work.
17+
18+
The material contained in this work is protected by copyright and other types of intel-
19+
lectual property rights. The commercial exploitation of the material contained in this
20+
work requires a license to such intellectual property rights.
21+
22+
This work may be utilized or reproduced without any modification, in any form or by
23+
any means, for informational purposes only. For any other purpose, no part of the work
24+
may be utilized or reproduced, in any form or by any means, without permission in
25+
writing from the publisher.
26+
27+
The work has been developed for automotive applications only. It has neither been
28+
developed, nor tested for non-automotive applications.
29+
30+
The word AUTOSAR and the AUTOSAR logo are registered trademarks.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
key: djangosnippets-tos
3+
short_name: Djangosnippets TOS
4+
name: Djangosnippets Terms of Service
5+
category: CLA
6+
owner: Djangosnippets
7+
homepage_url: https://djangosnippets.org/about/tos/
8+
spdx_license_key: LicenseRef-scancode-djangosnippets-tos
9+
---
10+
11+
Terms of Service
12+
13+
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:
14+
15+
By creating an account here you agree to three things:
16+
17+
1. That you will only post code which you wrote yourself and that you have the legal right to release under these terms.
18+
19+
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.
20+
21+
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.
22+
23+
If you can't legally agree to these terms, or don't want to, you cannot create an account here.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
key: freertos-mit
3+
short_name: FreeRTOS MIT
4+
name: FreeRTOS MIT
5+
category: Permissive
6+
owner: FreeRTOS
7+
homepage_url: https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/V10.0.0/FreeRTOS/Source/list.c
8+
spdx_license_key: LicenseRef-scancode-freertos-mit
9+
---
10+
11+
Permission is hereby granted, free of charge, to any person obtaining a copy of
12+
this software and associated documentation files (the "Software"), to deal in
13+
the Software without restriction, including without limitation the rights to
14+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
15+
the Software, and to permit persons to whom the Software is furnished to do so,
16+
subject to the following conditions:
17+
18+
The above copyright notice and this permission notice shall be included in all
19+
copies or substantial portions of the Software. If you wish to use our Amazon
20+
FreeRTOS name, please do so in a fair use way that does not cause confusion.
21+
22+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
24+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
25+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
26+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
27+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
key: lanl-bsd-3-variant
3+
short_name: LANL BSD-3 Variant
4+
name: Los Alamos National Labs BSD-3 Variant
5+
category: Permissive
6+
owner: LANL
7+
homepage_url: https://opensource.org/license/los-alamos-national-labs-bsd-3-variant
8+
spdx_license_key: LicenseRef-scancode-lanl-bsd-3-variant
9+
osi_url: https://opensource.org/license/los-alamos-national-labs-bsd-3-variant
10+
ignorable_copyrights:
11+
- Copyright XXXX. Los Alamos National Security, LLC.
12+
ignorable_holders:
13+
- XXXX. Los Alamos National Security, LLC.
14+
---
15+
16+
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.
17+
18+
Additionally, redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
19+
20+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
21+
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.
22+
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.
23+
24+
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.

src/licensedcode/data/licenses/punycode.LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ category: Permissive
66
owner: nicemice
77
homepage_url: https://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=lib/punycode.c;h=14d70152b9c5723778af174ff6027cc3742b749e;hb=HEAD#l54
88
spdx_license_key: LicenseRef-scancode-punycode
9+
text_urls:
10+
- https://datatracker.ietf.org/doc/html/rfc3492#page-22
911
---
1012

1113
Disclaimer and license: Regarding this entire document or any

0 commit comments

Comments
 (0)