forked from analogdevicesinc/education_tools
-
Notifications
You must be signed in to change notification settings - Fork 1
/
LICENSE
56 lines (40 loc) · 2.16 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
This repository contains types of files, which are covered under different
licenses.
LTspice https://www.analog.com/ltspice
-------
LTspice® is a high performance SPICE simulation software, schematic capture
and waveform viewer with enhancements and models for easing the simulation
of analog circuits. Included in the download of LTspice are macromodels for
a majority of Analog Devices switching regulators, amplifiers, as well as a
library of devices for general circuit simulation.
*.asc LTspice schematic.
*.cir LTspice external netlist input
*.lib LTspice model library subcircuits
If the simulation model is not found please update with the "Sync Release"
command from the LTspice "Tools" menu
These are covered under the LTspice License
It remains your responsibility to verify proper and reliable operation in the
actual application. Component substitution and printed circuit board layout
may significantly affect circuit performance or reliability. This circuit is
distributed to Analog Devices customers only for use with Analog Devices parts.
Copyright ©2019 Analog Devices Inc. All rights reserved.
Fritzing https://fritzing.org/home/
--------
Fritzing is an open-source hardware initiative that makes electronics
accessible as a creative material for anyone. It allows users to document
their prototypes, share them with others, teach electronics in a classroom,
and layout and manufacture professional pcbs.
*.fzz : standard file format for Fritzing
These works are licensed under a Creative Commons Attribution 4.0
International License.
https://creativecommons.org/licenses/by/4.0/
You are free to:
Share — copy and redistribute the material in any medium or format
Adapt — remix, transform, and build upon the material for any purpose,
even commercially.
Under the following terms:
Attribution — You must give appropriate credit, provide a link to the
license, and indicate if changes were made. You may do so in any reasonable
manner, but not in any way that suggests the licensor endorses you or your use.
Python Code & snippets
Will have the the license included in the top of the file. If you can not tell, it is released under the LICENSE_ADI_BSD terms.