Browse Source

minor update to README and LICENSE

Ugochukwu Mmaduekwe 7 years ago
parent
commit
2df10ff431
2 changed files with 4 additions and 1 deletions
  1. 3 0
      LICENSE
  2. 1 1
      README.md

+ 3 - 0
LICENSE

@@ -2,6 +2,9 @@ The MIT License (MIT)
 
 Copyright (c) 2018 Ugochukwu Mmaduekwe
 
+Copyright (c) 2018 Project Nayuki
+https://www.nayuki.io/page/fast-qr-code-generator-library
+
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights

+ 1 - 1
README.md

@@ -1,5 +1,5 @@
 # QRCodeGenLib4Pascal [![License](http://img.shields.io/badge/license-MIT-green.svg)](https://github.com/Xor-el/QRCodeGenLib4Pascal/blob/master/LICENSE)
-QRCodeGenLib4Pascal is a Delphi/FPC Port of [Fast-QR-Code-generator](https://github.com/nayuki/Fast-QR-Code-generator/) written by [Nayuki](https://github.com/nayuki). It provides an easy to use interface for generating QR Codes.
+QRCodeGenLib4Pascal is a Delphi/FPC Port of [Fast-QR-Code-generator](https://www.nayuki.io/page/fast-qr-code-generator-library) written by [Nayuki](https://www.nayuki.io/). It provides an easy to use interface for generating QR Codes.
 
 **Build Status**
 [![Build Status](https://travis-ci.com/Xor-el/QRCodeGenLib4Pascal.svg?branch=master)](https://travis-ci.com/Xor-el/QRCodeGenLib4Pascal)