Skip to content

Commit 2fae5c6

Browse files
authored
Merge pull request #10 from harp-tech/as_minor_folder_refactor
Minor folder refactor
2 parents 470ceda + 4f10796 commit 2fae5c6

File tree

7 files changed

+66
-0
lines changed

7 files changed

+66
-0
lines changed

Hardware/.gitignore

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Ignore list for Eagle, a PCB layout tool
2+
3+
# Backup files
4+
*.s#?
5+
*.b#?
6+
*.l#?
7+
*.b$?
8+
*.s$?
9+
*.l$?
10+
11+
# Eagle project file
12+
# It contains a serial number and references to the file structure
13+
# on your computer.
14+
# comment the following line if you want to have your project file included.
15+
eagle.epf
16+
17+
# Autorouter files
18+
*.pro
19+
*.job
20+
21+
# CAM files
22+
*.$$$
23+
*.cmp
24+
*.ly2
25+
*.l15
26+
*.sol
27+
*.plc
28+
*.stc
29+
*.sts
30+
*.crc
31+
*.crs
32+
33+
*.dri
34+
*.drl
35+
*.gpi
36+
*.pls
37+
*.ger
38+
*.xln
39+
40+
*.drd
41+
*.drd.*
42+
43+
*.s#*
44+
*.b#*
45+
46+
*.info
47+
48+
*.eps
49+
50+
# file locks introduced since 7.x
51+
*.lck

Hardware/Mechanical/LICENSE

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

Hardware/PCB/README

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
The LICENSE.TXT and CONTRIB.TXT applies to all files, folders and sub-folders
2+
of this current folder location.
3+
4+
The creation of commercial products using the hardware documentation in this
5+
repository is granted in accordance with the TAPR OHL Version 1.0. The
6+
Licensors requests a good faith effort on the part of Licensees who sell
7+
products based upon the hardware documentation within this repository to
8+
comply with the following actions:
9+
10+
1. Inform the Licensors via email about the type, quantity and dates of
11+
production of Products the Licensee will manufacture.
12+
13+
2. Inform the Licensors via email if you modify the Documentation and you
14+
distribute the modified Documentation, or Products based in whole or in part
15+
upon it (see section 4. of the TAPR OHL Version 1.0).

0 commit comments

Comments
 (0)