From b06e24d35c9b2793928986873dd3948183ee9f18 Mon Sep 17 00:00:00 2001 From: Fazlul Shahriar Date: Thu, 27 Nov 2014 13:42:41 -0500 Subject: [PATCH 1/2] README: update info on original project fixes #30 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f5085c9..54fb10a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ #Go OpenCV binding -## Why fork? -Original project (https://code.google.com/p/go-opencv) looks abandoned. Therefore, I decide to fork it and host it on Github, so that others can help to maintain this package. +This is a fork of https://github.com/chai2010/opencv . At the time of the fork (Dec 9, 2013) the original project was inactive, but now it seems to be active again starting from Aug 25, 2014. Efforts to merge the two projects are very welcome. ## Install From f848129d0ddda91f99b067ee95951a9a64ac3a38 Mon Sep 17 00:00:00 2001 From: Chih-Wei Chang Date: Fri, 28 Nov 2014 10:14:21 +0800 Subject: [PATCH 2/2] Update Disclaimer --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54fb10a..65dae49 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ #Go OpenCV binding -This is a fork of https://github.com/chai2010/opencv . At the time of the fork (Dec 9, 2013) the original project was inactive, but now it seems to be active again starting from Aug 25, 2014. Efforts to merge the two projects are very welcome. +## Disclaimer + +This is a fork of [chai's go-opencv](https://github.com/chai2010/opencv). At the time of the fork (Dec 9, 2013) the original project was inactive, and hence I decide to host a fork on Github so people can contribute to this project easily. However, now it seems to be active again starting from Aug 25, 2014. Efforts to merge the two projects are very welcome. ## Install