From 0f8281d1a5146b34c38a722982fae72ac2c7916d Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Thu, 9 Feb 2023 17:33:11 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c963965..a240ff2 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ * NICAP * Richard Geldreich, Jr. - Copyright 2023 +Note: Although the C++ tool itself is open source with a permissive license (Apache 2.0), any commercial use of the copyrighted data in this repository may require permission from one or more copyright holders. + ## Instructions This C++ command line tool reads several source files containing UFO related events, which were compiled from a variety of sources, and converts each of them to JSON. It then sorts all of these events into a single large timeline and outputs them as the Markdown file "timeline.md" and the JSON file "majestic.json". [pandoc](https://pandoc.org/) can then be used to convert this Markdown text file to HTML.