diff --git a/NOTICE b/NOTICE index 34f1ad5..fb3ab29 100644 --- a/NOTICE +++ b/NOTICE @@ -1,6 +1,6 @@ PDFio - PDF Read/Write Library -Copyright © 2021 by Michael R Sweet. +Copyright © 2021-2022 by Michael R Sweet. (Optional) Exceptions to the Apache 2.0 License: ================================================ diff --git a/README.md b/README.md index 5bde252..e66a372 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ pdfio - PDF Read/Write Library ![Version](https://img.shields.io/github/v/release/michaelrsweet/pdfio?include_prereleases) ![Apache 2.0](https://img.shields.io/github/license/michaelrsweet/pdfio) -[![Build](https://github.com/michaelrsweet/pdfio/workflows/Build/badge.svg)](https://github.com/michaelrsweet/pdfio/actions/workflows/build.yml) +[![Build Status](https://img.shields.io/github/workflow/status/michaelrsweet/pdfio/Build)](https://github.com/michaelrsweet/pdfio/actions/workflows/build.yml) [![Coverity Scan Status](https://img.shields.io/coverity/scan/22385.svg)](https://scan.coverity.com/projects/michaelrsweet-pdfio) [![LGTM Grade](https://img.shields.io/lgtm/grade/cpp/github/michaelrsweet/pdfio)](https://lgtm.com/projects/g/michaelrsweet/pdfio/context:cpp) [![LGTM Alerts](https://img.shields.io/lgtm/alerts/github/michaelrsweet/pdfio)](https://lgtm.com/projects/g/michaelrsweet/pdfio/) @@ -115,13 +115,13 @@ generates a static library that will be installed under "/usr/local" with: You can reproduce this with the makefile using: - sudo make COMMONFLAGS="-Os -mmacosx-version-min=10.14 -arch x86_64 -arch arm64" install + sudo make macos install Legal Stuff ----------- -PDFio is Copyright © 2021 by Michael R Sweet. +PDFio is Copyright © 2021-2022 by Michael R Sweet. This software is licensed under the Apache License Version 2.0 with an (optional) exception to allow linking against GPL2/LGPL2 software. See the