From 45b9a6a4bf6d8d076800e38b5beab63e5efa75d5 Mon Sep 17 00:00:00 2001 From: samuel pelletier-evraire Date: Tue, 9 Apr 2024 16:11:01 -0400 Subject: [PATCH] issue #8: adding lint to testing.md --- License | 21 --------------------- Testing.md | 2 +- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 License diff --git a/License b/License deleted file mode 100644 index b44eef8c..00000000 --- a/License +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 AI @ Canadian Food Inspection Agency (CFIA) - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -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. diff --git a/Testing.md b/Testing.md index cddf9da5..f1cb42a6 100644 --- a/Testing.md +++ b/Testing.md @@ -4,4 +4,4 @@ Run: ```cmd python -m unittest discover -s tests -``` \ No newline at end of file +```