From 23d0ccc9ebc1503a454ddedf8d87b9cd71410064 Mon Sep 17 00:00:00 2001 From: Rokas Puzonas Date: Wed, 8 Dec 2021 21:52:49 +0200 Subject: [PATCH] fix: remove redundant readme files --- Introduction/README.md | 6 ------ Lab1/README.md | 6 ------ Lab2/README.md | 6 ------ Lab3/README.md | 6 ------ Lab4/README.md | 6 ------ Lab5/README.md | 6 ------ README.md | 4 ++++ 7 files changed, 4 insertions(+), 36 deletions(-) delete mode 100644 Introduction/README.md delete mode 100644 Lab1/README.md delete mode 100644 Lab2/README.md delete mode 100644 Lab3/README.md delete mode 100644 Lab4/README.md delete mode 100644 Lab5/README.md diff --git a/Introduction/README.md b/Introduction/README.md deleted file mode 100644 index a1c6b40..0000000 --- a/Introduction/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# Introduction example project - -This project is from the "Object oriented programming" course in KTU. - -It is not polished in any way, so don't expect anything from this. - diff --git a/Lab1/README.md b/Lab1/README.md deleted file mode 100644 index baae3e9..0000000 --- a/Lab1/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# Lab1 example project - -This project is from the "Object oriented programming" course in KTU. - -It is not polished in any way, so don't expect anything from this. - diff --git a/Lab2/README.md b/Lab2/README.md deleted file mode 100644 index 36b8484..0000000 --- a/Lab2/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# Lab2 example project - -This project is from the "Object oriented programming" course in KTU. - -It is not polished in any way, so don't expect anything from this. - diff --git a/Lab3/README.md b/Lab3/README.md deleted file mode 100644 index 41d88da..0000000 --- a/Lab3/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# Lab3 example project - -This project is from the "Object oriented programming" course in KTU. - -It is not polished in any way, so don't expect anything from this. - diff --git a/Lab4/README.md b/Lab4/README.md deleted file mode 100644 index 24dc07e..0000000 --- a/Lab4/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# Lab4 example project - -This project is from the "Object oriented programming" course in KTU. - -It is not polished in any way, so don't expect anything from this. - diff --git a/Lab5/README.md b/Lab5/README.md deleted file mode 100644 index 86b6f7b..0000000 --- a/Lab5/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# Lab5 example project - -This project is from the "Object oriented programming" course in KTU. - -It is not polished in any way, so don't expect anything from this. - diff --git a/README.md b/README.md index e9af0a4..14dde52 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # OOP projects +This project is from the "Object oriented programming" course in KTU. + +It is not polished in any way, so don't expect anything from this. +