diff --git a/LICENSE b/LICENSE index ce1e68e..157d9d2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016 Mat Ryer +Copyright (c) 2016 Mat Ryer and David Hernandez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 8886d9d..5fbbb2d 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,9 @@ The mocked structure implements the interface, where each method calls the assoc * Only mock the fields you need - it will panic if a nil function gets called * Use closured variables inside your test function to capture details about the calls to the methods * Use `go:generate` to invoke the `moq` command + +## License + +The moq command (and all code) is licensed under the [MIT License](LICENSE). + +The moq logo was created by [Chris Ryer](http://chrisryer.co.uk) and is licensed under the [Creative Commons Attribution 3.0 License](https://creativecommons.org/licenses/by/3.0/).