From 09baa8a5c34fe0c0f19c1910230d2e2ddcd6a264 Mon Sep 17 00:00:00 2001 From: frontboat <156139764+frontboat@users.noreply.github.com> Date: Sun, 1 Mar 2026 13:20:00 -0700 Subject: [PATCH] chore: standardize MIT license declarations - Update LICENSE copyright to "2025-2026 Daydreams AI" - Add license field to all package.json files Co-Authored-By: Claude Opus 4.6 --- LICENSE | 2 +- examples/facilitator-server/package.json | 1 + examples/package.json | 1 + package.json | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) 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",