From a0dd95ebd22b97aa881b8a85cae9826089ff7f43 Mon Sep 17 00:00:00 2001 From: Michael D'Angelo Date: Sat, 30 Sep 2023 22:23:39 -0400 Subject: [PATCH] fix license --- smart-camera-web/LICENSE => LICENSE | 2 +- smart-camera-web/package-lock.json | 2 +- smart-camera-web/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename smart-camera-web/LICENSE => LICENSE (96%) diff --git a/smart-camera-web/LICENSE b/LICENSE similarity index 96% rename from smart-camera-web/LICENSE rename to LICENSE index 9c6fd347..d9f97587 100644 --- a/smart-camera-web/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Smile Identity +Copyright (c) 2023 Smile Identity Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/smart-camera-web/package-lock.json b/smart-camera-web/package-lock.json index 3962e959..470b6655 100644 --- a/smart-camera-web/package-lock.json +++ b/smart-camera-web/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "@smile_identity/smart-camera-web", "version": "1.0.0-beta.23", - "license": "ISC", + "license": "MIT", "dependencies": { "@cypress/code-coverage": "^3.11.0", "cypress": "^12.17.3", diff --git a/smart-camera-web/package.json b/smart-camera-web/package.json index d337d255..de0e5791 100644 --- a/smart-camera-web/package.json +++ b/smart-camera-web/package.json @@ -18,7 +18,7 @@ "WebRTC" ], "author": "Tams Sokari ", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/smileidentity/smart-camera-web/issues" },