From 122caa94186ce5efc9926ab2ad36aca0eba8c76b Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 27 Dec 2024 11:44:48 +0000 Subject: [PATCH] chore: update copyright notice and include LICENSE in pesde manifest --- LICENSE | 1 + pesde.toml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index a934ef8..b7d99c5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ (The MIT License) Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn +Copyright (C) 2024 by dai and Erica Marigold 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/pesde.toml b/pesde.toml index 6ec2b94..84cee38 100644 --- a/pesde.toml +++ b/pesde.toml @@ -16,7 +16,8 @@ authors = [ includes = [ "pesde.toml", - "README.md", + "README.md", + "LICENSE", "out/**/*.luau", "!out/*.tsbuildinfo", "!out/**/*.d.ts"