From 09e1ac5bd02d9eafab66d62fe0e56b335d03001a Mon Sep 17 00:00:00 2001 From: francesco Date: Sun, 9 Nov 2025 17:25:49 +0100 Subject: [PATCH] fix license --- LICENSE | 21 +++++++++++++++++++++ Makefile | 6 +++--- package.json | 25 ++++++++++++++++--------- 3 files changed, 40 insertions(+), 12 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c5ac204 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Altravia Srl + +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 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/Makefile b/Makefile index 6ec5741..6f60fc4 100644 --- a/Makefile +++ b/Makefile @@ -14,15 +14,15 @@ # # # ═══════════════════════════════════════════════════════════════════════ # # # -# Project: openapi-rust-sdk # +# Project: openapi-nodejs-sdk # # Version: 0.1.0 # # Author: Michael Cuffaro (@maiku1008) # # Copyright: (c) 2025 Openapi®. All rights reserved. # # License: MIT # # Maintainer: Francesco Bianco # # Contact: https://openapi.com/ # -# Repository: [Repository URL] # -# Documentation: [Docs URL] # +# Repository: https://github.com/openapi/openapi-nodejs-sdk # +# Documentation: https://console.openapi.com/ # # # # ═══════════════════════════════════════════════════════════════════════ # # # diff --git a/package.json b/package.json index 059cb15..24a31cc 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,12 @@ { "name": "@altravia/openapi", "version": "1.4.2", - "description": "Official OpenApi NodeJS Client", + "description": "Minimal HTTP client for OpenAPI marketplace - simplified SDK with basic HTTP methods", "main": "dist/index.js", "files": [ - "dist" + "dist", + "LICENSE", + "README.md" ], "scripts": { "test": "tsc && jest test/minimal-client.test.js", @@ -19,18 +21,23 @@ "type": "git", "url": "https://github.com/openapi-it/OpenApi-NodeJS" }, + "bugs": { + "url": "https://github.com/openapi-it/OpenApi-NodeJS/issues" + }, "author": "Altravia Srl", "license": "MIT", "private": false, "keywords": [ "openapi", - "visura", - "ufficio postale", - "geocoding", - "altravia", - "comuni", - "pecmassiva", - "aziende italiane" + "api", + "client", + "sdk", + "http", + "rest", + "nodejs", + "typescript", + "marketplace", + "altravia" ], "dependencies": { "axios": "^0.21.2"