From 4293857a7dca60f6abd0e2f4ef44866ce3ab674f Mon Sep 17 00:00:00 2001 From: didavila Date: Fri, 27 Mar 2026 11:35:23 +0100 Subject: [PATCH] chore: add NOTICE file with third-party licenses and copyright information --- NOTICE | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 NOTICE diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..e0262eb --- /dev/null +++ b/NOTICE @@ -0,0 +1,50 @@ +OpenAPI Clean Architecture Generator +Copyright (c) 2024 Blas Santomé Ocampo + +This product includes software developed by third parties. +All third-party packages listed below are distributed under the MIT License. + +--- + +chalk v4.1.2 +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +License: MIT +https://github.com/chalk/chalk + +--- + +commander v11.1.0 +Copyright (c) TJ Holowaychuk +License: MIT +https://github.com/tj/commander.js + +--- + +fs-extra v11.3.4 +Copyright (c) JP Richardson +License: MIT +https://github.com/jprichardson/node-fs-extra + +--- + +js-yaml v4.1.1 +Copyright (c) Vladimir Zapparov +Copyright (c) Aleksey V Zapparov +Copyright (c) Vitaly Puzrin +Copyright (c) Martin Grenfell +License: MIT +https://github.com/nodeca/js-yaml + +--- + +mustache v4.2.0 +Copyright (c) mustache.js Authors (http://github.com/janl/mustache.js) +License: MIT +https://github.com/janl/mustache.js + +--- + +prompts v2.4.2 +Copyright (c) Terkel Gjervig +License: MIT +https://github.com/terkelg/prompts