From 1c53744b3b429a658320dcdb74291085237f59eb Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Wed, 22 Jan 2025 10:39:55 -0500 Subject: [PATCH] feat: Update LICENSE date range for 2025 --- .changeset/purple-students-refuse.md | 15 +++++++++++++++ LICENSE | 2 +- packages/browser/LICENSE | 2 +- packages/cli/LICENSE | 2 +- packages/common/LICENSE | 2 +- packages/esbuild/LICENSE | 2 +- packages/node/LICENSE | 2 +- packages/parcel/LICENSE | 2 +- packages/rolldown/LICENSE | 2 +- packages/rollup/LICENSE | 2 +- packages/rspack/LICENSE | 2 +- packages/vite/LICENSE | 2 +- packages/webpack/LICENSE | 2 +- 13 files changed, 27 insertions(+), 12 deletions(-) create mode 100644 .changeset/purple-students-refuse.md diff --git a/.changeset/purple-students-refuse.md b/.changeset/purple-students-refuse.md new file mode 100644 index 0000000..22d892d --- /dev/null +++ b/.changeset/purple-students-refuse.md @@ -0,0 +1,15 @@ +--- +"@debugids/rolldown": patch +"@debugids/browser": patch +"@debugids/esbuild": patch +"@debugids/webpack": patch +"@debugids/common": patch +"@debugids/parcel-optimizer-debugids": patch +"@debugids/rollup": patch +"@debugids/rspack": patch +"@debugids/node": patch +"@debugids/vite": patch +"@debugids/cli": patch +--- + +Update MIT LICENSE date range to 2025 diff --git a/LICENSE b/LICENSE index 63e7eb2..9739499 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Functional Software, Inc. dba Sentry +Copyright (c) 2024-2025 Functional Software, Inc. dba Sentry 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 diff --git a/packages/browser/LICENSE b/packages/browser/LICENSE index 63e7eb2..9739499 100644 --- a/packages/browser/LICENSE +++ b/packages/browser/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Functional Software, Inc. dba Sentry +Copyright (c) 2024-2025 Functional Software, Inc. dba Sentry 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 diff --git a/packages/cli/LICENSE b/packages/cli/LICENSE index 63e7eb2..9739499 100644 --- a/packages/cli/LICENSE +++ b/packages/cli/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Functional Software, Inc. dba Sentry +Copyright (c) 2024-2025 Functional Software, Inc. dba Sentry 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 diff --git a/packages/common/LICENSE b/packages/common/LICENSE index 63e7eb2..9739499 100644 --- a/packages/common/LICENSE +++ b/packages/common/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Functional Software, Inc. dba Sentry +Copyright (c) 2024-2025 Functional Software, Inc. dba Sentry 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 diff --git a/packages/esbuild/LICENSE b/packages/esbuild/LICENSE index 63e7eb2..9739499 100644 --- a/packages/esbuild/LICENSE +++ b/packages/esbuild/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Functional Software, Inc. dba Sentry +Copyright (c) 2024-2025 Functional Software, Inc. dba Sentry 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 diff --git a/packages/node/LICENSE b/packages/node/LICENSE index 63e7eb2..9739499 100644 --- a/packages/node/LICENSE +++ b/packages/node/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Functional Software, Inc. dba Sentry +Copyright (c) 2024-2025 Functional Software, Inc. dba Sentry 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 diff --git a/packages/parcel/LICENSE b/packages/parcel/LICENSE index 63e7eb2..9739499 100644 --- a/packages/parcel/LICENSE +++ b/packages/parcel/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Functional Software, Inc. dba Sentry +Copyright (c) 2024-2025 Functional Software, Inc. dba Sentry 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 diff --git a/packages/rolldown/LICENSE b/packages/rolldown/LICENSE index 63e7eb2..9739499 100644 --- a/packages/rolldown/LICENSE +++ b/packages/rolldown/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Functional Software, Inc. dba Sentry +Copyright (c) 2024-2025 Functional Software, Inc. dba Sentry 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 diff --git a/packages/rollup/LICENSE b/packages/rollup/LICENSE index 63e7eb2..9739499 100644 --- a/packages/rollup/LICENSE +++ b/packages/rollup/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Functional Software, Inc. dba Sentry +Copyright (c) 2024-2025 Functional Software, Inc. dba Sentry 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 diff --git a/packages/rspack/LICENSE b/packages/rspack/LICENSE index 63e7eb2..9739499 100644 --- a/packages/rspack/LICENSE +++ b/packages/rspack/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Functional Software, Inc. dba Sentry +Copyright (c) 2024-2025 Functional Software, Inc. dba Sentry 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 diff --git a/packages/vite/LICENSE b/packages/vite/LICENSE index 63e7eb2..9739499 100644 --- a/packages/vite/LICENSE +++ b/packages/vite/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Functional Software, Inc. dba Sentry +Copyright (c) 2024-2025 Functional Software, Inc. dba Sentry 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 diff --git a/packages/webpack/LICENSE b/packages/webpack/LICENSE index 63e7eb2..9739499 100644 --- a/packages/webpack/LICENSE +++ b/packages/webpack/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Functional Software, Inc. dba Sentry +Copyright (c) 2024-2025 Functional Software, Inc. dba Sentry 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