From 4aaa5e36cbe23e4575b05294125f0aeaf7b452e4 Mon Sep 17 00:00:00 2001 From: tjcouch-sil Date: Thu, 14 Dec 2023 18:45:48 -0600 Subject: [PATCH] Genericized license --- LICENSE | 2 +- README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 6cb99c1..59882a9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023-present SIL International +Copyright (c) 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/README.md b/README.md index 574b889..50ff503 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,18 @@ To make the process of customizing from the template as smooth as possible, we r - Replace `paranext-extension-template` with `your-extension-name` (2 occurrences) - Replace the description with your own description + - Update ownership information and other relevant fields as desired - In `package.json`: - Replace `paranext-extension-template` with `your-extension-name` (2 occurrences) - Replace the description with your own description + - Update ownership information and other relevant fields as desired + +- In `LICENSE`: + + - Adjust as desired (feel free to choose a different license) + - If you choose to stay with the current license, update the copyright statement - Rename `src/types/paranext-extension-template.d.ts` to `src/types/.d.ts`