Skip to content

Commit

Permalink
Changed copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinmiklitz committed Apr 11, 2018
1 parent cba394a commit becce30
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Marcin Miklitz
Copyright (c) 2017 Marcin Miklitz, Jelfs Materials Group

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Instructions and examples how to calculate these structural parameters are in fo
Definition.

---------------------------------------------------------------
MIT License | Copyright (c) 2017 Marcin Miklitz
MIT License | Copyright (c) 2017 Marcin Miklitz, Jelfs Materials Group
3 changes: 3 additions & 0 deletions run_tests_all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

python -m unittest discover -v
4 changes: 4 additions & 0 deletions run_tests_no_validation.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

python -m unittest tests/test1_io.py -v
python -m unittest tests/test2_molecular.py -v

0 comments on commit becce30

Please sign in to comment.