diff --git a/LICENSE b/LICENSE index f2ac6594..7afb67d5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 daydreamsai +Copyright (c) 2025-2026 Daydreams AI 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/examples/facilitator-server/package.json b/examples/facilitator-server/package.json index 6713fdbc..cd6a377d 100644 --- a/examples/facilitator-server/package.json +++ b/examples/facilitator-server/package.json @@ -1,6 +1,7 @@ { "name": "@daydreamsai/facilitator-server", "version": "2.0.0", + "license": "MIT", "private": true, "description": "x402 Payment Facilitator Server - Verify and settle x402 payments", "type": "module", diff --git a/examples/package.json b/examples/package.json index 711434e0..d6ff1610 100644 --- a/examples/package.json +++ b/examples/package.json @@ -1,6 +1,7 @@ { "name": "@daydreamsai/facilitator-examples", "version": "0.0.0", + "license": "MIT", "private": true, "type": "module", "scripts": { diff --git a/package.json b/package.json index 622a962a..cfe42cd9 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "license": "MIT", "workspaces": { "packages": [ "examples",