Skip to content

Commit

Permalink
Improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher committed Aug 15, 2016
1 parent a6fbd9d commit a97009b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ When a bug is found, please insert it in the issue tracker, so we can resolve it
5. Submit a pull request

## License

```
This project is licensed under the MIT license.
```
Copyright (c) 2016 Mick van Duijn, Koen Visscher and Paul Visscher

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand All @@ -50,4 +53,5 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
```
1 change: 0 additions & 1 deletion test/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ int32_t main( int32_t argc, char **argv )
testing::InitGoogleTest( &argc, argv );

int32_t result = RUN_ALL_TESTS();
( void * )result;

return result;
}

0 comments on commit a97009b

Please sign in to comment.