Skip to content

Commit f374067

Browse files
committed
Using standard Makefile and license file.
1 parent d0af9fe commit f374067

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
In general, the code posted to the [SmartyStreets github organization](https://github.com/smartystreets) is created to solve specific problems at SmartyStreets that are ancillary to our core products in the address verification industry and may or may not be useful to other organizations or developers. Our reason for posting said code isn't necessarily to solicit feedback or contributions from the community but more as a showcase of some of the approaches to solving problems we have adopted.
3+
In general, the code posted to the [SmartyStreets Github organization](https://github.com/smartystreets) is created to solve specific problems at SmartyStreets that are ancillary to our core products in the address verification industry and may or may not be useful to other organizations or developers. Our reason for posting said code isn't necessarily to solicit feedback or contributions from the community but more as a showcase of some of the approaches to solving problems we have adopted.
44

55
Having stated that, we do consider issues raised by other githubbers as well as contributions submitted via pull requests. When submitting such a pull request, please follow these guidelines:
66

LICENSE.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Copyright (c) 2019 SmartyStreets
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2021 SmartyStreets, LLC
24

35
Permission is hereby granted, free of charge, to any person obtaining a copy
46
of this software and associated documentation files (the "Software"), to deal
@@ -16,8 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1618
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1719
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1820
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19-
SOFTWARE.
20-
21-
NOTE: Various optional and subordinate components, if any, carry their own
22-
licensing requirements and restrictions. Use of those components is subject
23-
to the terms and conditions outlined the respective license of each component.
21+
SOFTWARE.

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/make -f
22

33
test: fmt
4-
go test -timeout=1s -race -covermode=atomic -count=1 ./...
4+
go test -count=1 -timeout=1s -short -race -covermode=atomic ./...
55

66
fmt:
77
go fmt ./...

0 commit comments

Comments
 (0)