OpenCores
URL https://opencores.org/ocsvn/neorv32/neorv32/trunk

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [docs/] [legal.adoc] - Blame information for rev 74

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 60 zero_gravi
<<<
2
:sectnums:
3
== Legal
4
 
5
// ####################################################################################################################
6
:sectnums!:
7
=== License
8
 
9
**BSD 3-Clause License**
10
 
11 70 zero_gravi
Copyright (c) 2022, Stephan Nolting. All rights reserved.
12 60 zero_gravi
 
13
Redistribution and use in source and binary forms, with or without modification, are permitted provided that
14
the following conditions are met:
15
 
16
. Redistributions of source code must retain the above copyright notice, this list of conditions and the
17
following disclaimer.
18
. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
19
the following disclaimer in the documentation and/or other materials provided with the distribution.
20
. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or
21
promote products derived from this software without specific prior written permission.
22
 
23
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
24
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
27
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
28
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
29
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
30
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
31
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
32
ARISING IN ANY WAY OUT OF
33
 
34
 
35
==========================
36
**The NEORV32 RISC-V Processor** +
37 74 zero_gravi
By Dipl.-Ing. Stephan Nolting +
38 60 zero_gravi
Contact: stnolting@gmail.com +
39 74 zero_gravi
HQ: https://github.com/stnolting/neorv32
40 60 zero_gravi
==========================
41
 
42
<<<
43
// ####################################################################################################################
44
:sectnums!:
45
=== Proprietary Notice
46
 
47
* "GitHub" is a Subsidiary of Microsoft Corporation.
48
* "Vivado" and "Artix" are trademarks of Xilinx Inc.
49 61 zero_gravi
* "AXI", "AXI4-Lite" and "AXI4-Stream" are trademarks of Arm Holdings plc.
50 60 zero_gravi
* "ModelSim" is a trademark of Mentor Graphics – A Siemens Business.
51
* "Quartus Prime" and "Cyclone" are trademarks of Intel Corporation.
52
* "iCE40", "UltraPlus" and "Radiant" are trademarks of Lattice Semiconductor Corporation.
53
* "Windows" is a trademark of Microsoft Corporation.
54
* "Tera Term" copyright by T. Teranishi.
55
* "NeoPixel" is a trademark of Adafruit Industries.
56 70 zero_gravi
* Images/figures made with _Microsoft Power Point_.
57
* Timing diagrams made with _WaveDrom Editor_.
58
* Documentation proudly made with `asciidoctor`.
59
* All further/unreferenced products belong to their according copyright holders.
60 60 zero_gravi
 
61
PDF icons from https://www.flaticon.com and made by
62
link:https://www.freepik.com[Freepik], link:https://www.flaticon.com/authors/good-ware[Good Ware],
63
link:https://www.flaticon.com/authors/pixel-perfect[Pixel perfect], link:https://www.flaticon.com/authors/vectors-market[Vectors Market]
64
 
65
 
66
:sectnums!:
67
=== Disclaimer
68
 
69
This project is released under the BSD 3-Clause license. No copyright infringement
70
intended. Other implied or used projects might have different licensing – see their documentation to get more information.
71
 
72
 
73
:sectnums!:
74
=== Limitation of Liability for External Links
75
 
76
This document contains links to the websites of third parties ("external links"). As the content of these websites
77
is not under our control, we cannot assume any liability for such external content. In all cases, the provider of
78
information of the linked websites is liable for the content and accuracy of the information provided. At the
79
point in time when the links were placed, no infringements of the law were recognizable to us. As soon as an
80
infringement of the law becomes known to us, we will immediately remove the link in question.
81
 
82
 
83
:sectnums!:
84
=== Citing
85
 
86 70 zero_gravi
[NOTE]
87
This is an open-source project that is free of charge. Use this project in any way you like
88
(as long as it complies to the permissive license). Please quote it appropriately. 👍
89 60 zero_gravi
 
90 62 zero_gravi
.Contributors ❤️
91
[NOTE]
92 70 zero_gravi
Please add as many https://github.com/stnolting/neorv32/graphs/contributors[contributors] as possible to the `author` field. +
93 69 zero_gravi
This project would not be where it is without them.
94 62 zero_gravi
 
95 70 zero_gravi
If you are using the NEORV32 or parts of the project in some kind of publication, please cite it as follows:
96
 
97 60 zero_gravi
.BibTeX
98
[source]
99
----
100 70 zero_gravi
@misc{nolting22,
101 69 zero_gravi
  author       = {Nolting, S. and ...},
102 60 zero_gravi
  title        = {The NEORV32 RISC-V Processor},
103 70 zero_gravi
  year         = {2022},
104 60 zero_gravi
  publisher    = {GitHub},
105
  journal      = {GitHub repository},
106
  howpublished = {\url{https://github.com/stnolting/neorv32}}
107
}
108
----
109
 
110 62 zero_gravi
.DOI
111 61 zero_gravi
[TIP]
112 65 zero_gravi
This project also provides a _digital object identifier_ provided by https://zenodo.org[zenodo]:
113
https://doi.org/10.5281/zenodo.5018888[image:https://zenodo.org/badge/DOI/10.5281/zenodo.5018888.svg[title='zenodo']]
114 61 zero_gravi
 
115
 
116 60 zero_gravi
:sectnums!:
117
=== Acknowledgments
118
 
119 69 zero_gravi
**A big shout-out to the community and all https://github.com/stnolting/neorv32/graphs/contributors[contributors],
120 60 zero_gravi
who helped improving this project! ❤️**
121
 
122
https://riscv.org[RISC-V] - instruction sets want to be free!
123
 
124 70 zero_gravi
Continuous integration provided by https://github.com/features/actions[GitHub Actions] and powered by https://github.com/ghdl/ghdl[GHDL].

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.