From e15234849d0c68f06fd6a299345e3322598dca69 Mon Sep 17 00:00:00 2001 From: Rainer Kottenhoff <8806350+RaiKoHoff@users.noreply.github.com> Date: Fri, 17 Apr 2020 20:45:25 +0200 Subject: [PATCH] Update README.md Add license remark --- grepWinNP3/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grepWinNP3/README.md b/grepWinNP3/README.md index 308834295..0ad9b098e 100644 --- a/grepWinNP3/README.md +++ b/grepWinNP3/README.md @@ -1,7 +1,8 @@ # grepWin Regular expression search and replace for Windows -[![Build Status](https://tortoisesvn.visualstudio.com/tortoisesvnGitHub/_apis/build/status/stefankueng.grepWin)](https://tortoisesvn.visualstudio.com/tortoisesvnGitHub/_build/latest?definitionId=8) +This modified code is licensed under the [same license (GPL-3.0)](https://github.com/stefankueng/grepWin/blob/master/LICENSE) +as the [original source code by Stefan Küng](https://github.com/stefankueng/grepWin). grepWin is a simple search and replace tool which can use [regular expressions](https://en.wikipedia.org/wiki/Regular_expression) to do its job. This allows to do much more powerful searches and replaces.