Permalink
Please sign in to comment.
Browse files
Normalize license headers; resolves #51. (#57)
- Update license header in all src files. - Update README - Rename LICENSE.txt to LICENSE - Make LICENSE consistent with other AU projects
- Loading branch information...
Showing
with
274 additions
and 158 deletions.
- +2 −4 LICENSE.txt → LICENSE
- +1 −1 README.md
- +17 −15 src/headers/graphpass.h
- +16 −14 src/main/analyze.c
- +17 −14 src/main/filter.c
- +17 −7 src/main/gexf.c
- +17 −17 src/main/graphpass.c
- +15 −9 src/main/io.c
- +17 −15 src/main/quickrun.c
- +16 −14 src/main/reports.c
- +16 −14 src/main/rnd.c
- +15 −9 src/main/viz.c
- +19 −1 src/tests/analyze_test.c
- +17 −2 src/tests/filter_test.c
- +17 −7 src/tests/quickrun_test.c
- +18 −7 src/tests/runner_test_ana.c
- +18 −7 src/tests/runner_test_qp.c
- +19 −1 src/tests/sample_graphs_test.c
@@ -1,13 +1,11 @@ | ||
/* Copyright [2018] [Ryan Deschamps] | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. */ | ||
limitations under the License. |
Oops, something went wrong.
0 comments on commit
b1f8eec