Skip to content

Commit e471b1c

Browse files
committed
Deduplicate License and ignore files
1 parent 5f30b24 commit e471b1c

File tree

5 files changed

+58
-238
lines changed

5 files changed

+58
-238
lines changed

neonvm/.dockerignore .dockerignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Ignore build and test binaries.
33
bin/
44
testbin/
5-
neonvm-multus.yaml
6-
neonvm-vxlan.yaml
7-
neonvm.yaml
5+
neonvm/neonvm-multus.yaml
6+
neonvm/neonvm-vxlan.yaml
7+
neonvm/neonvm.yaml

.gitignore

+30-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
1-
main
1+
# Binaries for programs and plugins
2+
*.exe
3+
*.exe~
4+
*.dll
5+
*.so
6+
*.dylib
7+
bin
8+
testbin/*
9+
10+
# Test binary, build with `go test -c`
11+
*.test
12+
13+
# Output of the go coverage tool, specifically when used with LiteIDE
14+
*.out
15+
16+
# Kubernetes Generated files - skip generated files, except for vendored files
17+
18+
!neonvm/vendor/**/zz_generated.*
19+
20+
# editor and IDE paraphernalia
21+
.idea
22+
*.swp
23+
*.swo
24+
*~
25+
26+
*.qcow2
27+
neonvm/hack/vmlinuz
28+
neonvm/neonvm.yaml
29+
neonvm/neonvm-vxlan.yaml
30+
neonvm/neonvm-multus.yaml

LICENSE

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Apache License
32
Version 2.0, January 2004
43
http://www.apache.org/licenses/
@@ -175,3 +174,28 @@
175174
of your accepting any such warranty or additional liability.
176175

177176
END OF TERMS AND CONDITIONS
177+
178+
APPENDIX: How to apply the Apache License to your work.
179+
180+
To apply the Apache License to your work, attach the following
181+
boilerplate notice, with the fields enclosed by brackets "[]"
182+
replaced with your own identifying information. (Don't include
183+
the brackets!) The text should be enclosed in the appropriate
184+
comment syntax for the file format. We also recommend that a
185+
file or class name and description of purpose be included on the
186+
same "printed page" as the copyright notice for easier
187+
identification within third-party archives.
188+
189+
Copyright [yyyy] [name of copyright owner]
190+
191+
Licensed under the Apache License, Version 2.0 (the "License");
192+
you may not use this file except in compliance with the License.
193+
You may obtain a copy of the License at
194+
195+
http://www.apache.org/licenses/LICENSE-2.0
196+
197+
Unless required by applicable law or agreed to in writing, software
198+
distributed under the License is distributed on an "AS IS" BASIS,
199+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200+
See the License for the specific language governing permissions and
201+
limitations under the License.

neonvm/.gitignore

-32
This file was deleted.

neonvm/LICENSE

-201
This file was deleted.

0 commit comments

Comments
 (0)