From 11d76eca16babad52c65946abf4787073df842bf Mon Sep 17 00:00:00 2001 From: yyc12345 Date: Wed, 9 Sep 2026 20:57:25 +0800 Subject: [PATCH] doc: remove license feature because this can be done by REUSE --- README.md | 1 - TODO.md | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 TODO.md diff --git a/README.md b/README.md index 518c34d..4dc6028 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ Instead of manually tweaking 100 artboards, you define reusable components once - **Batch Assembly**: Define a recipe to generate the entire icon set in one go. - **Unlimited Customization**: A user-defined recipe is actually a Python script that utilizes Assemblicon. Any form of composition can be achieved, which is what gives unlimited customization ability. - **Selective Build**: Only compile specific icons from the entire defined icon set. This provides a resource-saving way to check the built icons. -- **License Backtrace**: By defining the source and sink for icons, license information (if provided by the user) can be traced, and the correct license information for the final output can be produced. ## License diff --git a/TODO.md b/TODO.md deleted file mode 100644 index a353c73..0000000 --- a/TODO.md +++ /dev/null @@ -1,3 +0,0 @@ -# Todo - -- Support analysing the license info for each output artifacts respectively.