From 4e578e9b28253652fd91e7fcfa17ee8f3127d01b Mon Sep 17 00:00:00 2001 From: jelveh Date: Sun, 19 Jan 2025 22:27:31 -0800 Subject: [PATCH] update copyright date --- src/puter-js/APACHE_LICENSE.txt | 2 +- src/puter-js/package.json | 2 +- src/putility/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/puter-js/APACHE_LICENSE.txt b/src/puter-js/APACHE_LICENSE.txt index a5811bf38..b3487260a 100644 --- a/src/puter-js/APACHE_LICENSE.txt +++ b/src/puter-js/APACHE_LICENSE.txt @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2024 Puter Technologies Inc. All Rights Reserved. + Copyright 2024-present Puter Technologies Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/puter-js/package.json b/src/puter-js/package.json index 0c1e02f69..3fac79ee9 100644 --- a/src/puter-js/package.json +++ b/src/puter-js/package.json @@ -7,7 +7,7 @@ "start-server": "npx http-server --cors -c-1", "start-webpack": "webpack && webpack --output-filename puter.dev.js --watch --devtool source-map", "start": "concurrently \"npm run start-server\" \"npm run start-webpack\"", - "build": "webpack && { echo \"// Copyright 2024 Puter Technologies Inc. All rights reserved.\"; echo \"// Generated on $(date '+%Y-%m-%d %H:%M')\n\"; cat ./dist/puter.js; } > temp && mv temp ./dist/puter.js" + "build": "webpack && { echo \"// Copyright 2024-present Puter Technologies Inc. All rights reserved.\"; echo \"// Generated on $(date '+%Y-%m-%d %H:%M')\n\"; cat ./dist/puter.js; } > temp && mv temp ./dist/puter.js" }, "keywords": [], "author": "", diff --git a/src/putility/package.json b/src/putility/package.json index 80a2b5846..f24f560f7 100644 --- a/src/putility/package.json +++ b/src/putility/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start-webpack": "webpack ./index.js --output-filename putility.js --output-library putility && webpack ./index.js --output-filename putility.dev.js --output-library putility --watch --devtool source-map", - "build": "webpack ./index.js --output-filename putility.js --output-library putility && { echo \"// Copyright 2024 Puter Technologies Inc. All rights reserved.\"; echo \"// Generated on $(date '+%Y-%m-%d %H:%M')\n\"; cat ./dist/putility.js; echo \"\"; } > temp && mv temp ./dist/putility.js" + "build": "webpack ./index.js --output-filename putility.js --output-library putility && { echo \"// Copyright 2024-present Puter Technologies Inc. All rights reserved.\"; echo \"// Generated on $(date '+%Y-%m-%d %H:%M')\n\"; cat ./dist/putility.js; echo \"\"; } > temp && mv temp ./dist/putility.js" }, "author": "Puter Technologies Inc.", "license": "AGPL-3.0-only"