From 3bc9e1bca65fdc54ee1fd93975baa6902a8608b7 Mon Sep 17 00:00:00 2001 From: fossabot Date: Thu, 18 Apr 2024 17:41:15 -0700 Subject: [PATCH 1/2] Add license scan report and status Signed off by: fossabot --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 10b48e7..6763ea4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # C++ Programming +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdainyoon03%2Fcpp-programming-test.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdainyoon03%2Fcpp-programming-test?ref=badge_shield) + ## Contents @@ -313,3 +315,7 @@ 45. Parking management system 46. Online food delivery system (linked to all restaurants in different districts in different regions in some countries) + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdainyoon03%2Fcpp-programming-test.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdainyoon03%2Fcpp-programming-test?ref=badge_large) \ No newline at end of file From f6e1a91e0c5aa967c0558237dec4c7a88d05461a Mon Sep 17 00:00:00 2001 From: dainyoon03 <129241765+dainyoon03@users.noreply.github.com> Date: Tue, 14 May 2024 11:06:04 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10b48e7..ea37955 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # C++ Programming - +# Test ## Contents - [Tips](#keep-these-tips-in-mind-while-learning-programming)