From 72a3158cc87d09d48b675165f176a514e3547e36 Mon Sep 17 00:00:00 2001 From: Lucas Trzesniewski Date: Sun, 5 May 2019 15:20:19 +0200 Subject: [PATCH] Update readme and license --- LICENCE | 8 ++++---- README.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENCE b/LICENCE index 7714fa55..31e55272 100644 --- a/LICENCE +++ b/LICENCE @@ -31,7 +31,7 @@ Email domain: cam.ac.uk University of Cambridge Computing Service, Cambridge, England. -Copyright (c) 1997-2018 University of Cambridge +Copyright (c) 1997-2019 University of Cambridge All rights reserved. @@ -42,7 +42,7 @@ Written by: Zoltan Herczeg Email local part: hzmester Emain domain: freemail.hu -Copyright(c) 2010-2018 Zoltan Herczeg +Copyright(c) 2010-2019 Zoltan Herczeg All rights reserved. @@ -53,7 +53,7 @@ Written by: Zoltan Herczeg Email local part: hzmester Emain domain: freemail.hu -Copyright(c) 2009-2018 Zoltan Herczeg +Copyright(c) 2009-2019 Zoltan Herczeg All rights reserved. @@ -64,7 +64,7 @@ Written by: Lucas Trzesniewski Email local part: lucas.trzesniewski Email domain: gmail.com -Copyright(c) 2014-2018 Lucas Trzesniewski +Copyright(c) 2014-2019 Lucas Trzesniewski All rights reserved. diff --git a/README.md b/README.md index f637a41a..487bd882 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ PCRE.NET [![Build Status](https://dev.azure.com/Lucas-Trzesniewski/PCRE.NET/_apis/build/status/PCRE.NET?branchName=master)](https://dev.azure.com/Lucas-Trzesniewski/PCRE.NET/_build/latest?definitionId=1&branchName=master) [![NuGet Package](https://img.shields.io/nuget/v/PCRE.NET.svg?logo=NuGet)](https://www.nuget.org/packages/PCRE.NET) [![GitHub release](https://img.shields.io/github/release/ltrzesniewski/pcre-net.svg?logo=GitHub)](https://github.com/ltrzesniewski/pcre-net/releases) -[![PCRE](https://img.shields.io/badge/pcre-v10.32-blue.svg)](http://www.pcre.org/) +[![PCRE](https://img.shields.io/badge/pcre-v10.33-blue.svg)](http://www.pcre.org/) [![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://github.com/ltrzesniewski/pcre-net/blob/master/LICENCE) PCRE.NET is a .NET wrapper for the [PCRE library](http://www.pcre.org/). The goal of this project is to bring most of PCRE's features for use from .NET applications with as little overhead as possible. -The current version on the *master* branch is **0.9.0**, based on PCRE **10.32**. It targets .NET Standard 2.0 and supports the following systems: +The current version on the *master* branch is **0.10.0**, based on PCRE **10.33**. It targets .NET Standard 2.0 and supports the following systems: - Windows x64 - Windows x86