Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Contributors

## Special thanks for all the people who had helped this project so far:

* [Sarah Dorpinghaus](https://github.com/sarahdorpinghaus)
* [Neal Powers](https://github.com/Nealium104)
* [Nicole Sand](https://github.com/nrsa222)
* [MLE Slone](https://github.com/cokernel)
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2023 MLE Slone
Copyright (c) 2016-2026 University of Kentucky

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
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,13 @@ detects and can repair many PSR-12 violations. Developers can use `make lint` to
get a report of linting violations, and `make lint-fix` to fix those that can be
automatically fixed. These deliberately exclude line length as a fix.

## Contributors
Sarah Dorpinghaus, Neal Powers, Nicole Sand, and MLE Slone. For details, consult [CONTRIBUTORS](CONTRIBUTORS.md).

## Copyright

This program is Copyright (C) 2016-2024 MLE Slone. For
details, consult LICENSE.txt.
This program is Copyright (C) 2016-2026 University of Kentucky. For
details, consult [LICENSE](LICENSE.txt).

This program uses the following libraries:

Expand All @@ -90,3 +93,4 @@ This program uses the following libraries:
- [Bootstrap](https://getbootstrap.com)
- [jQuery](https://jquery.org)
- [jQuery UI](https://jqueryui.com)

Loading