Skip to content

Commit 0193113

Browse files
committed
Use CC-BY-NC-ND-4.0 SPDX identifier for license detection
1 parent 1bed7a3 commit 0193113

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"homepage": "https://github.com/ammawla/encode-toolkit",
1010
"repository": "https://github.com/ammawla/encode-toolkit",
1111
"icon": "docs/icon.svg",
12-
"license": "LicenseRef-Noncommercial",
12+
"license": "CC-BY-NC-ND-4.0",
1313
"keywords": [
1414
"genomics",
1515
"encode",

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
SPDX-License-Identifier: CC-BY-NC-ND-4.0
2+
13
ENCODE MCP Server — Restrictive Non-Commercial License
24

35
Copyright (c) 2026 Dr. Alex M. Mawla, PhD. All rights reserved.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ENCODE Toolkit — Genomics Research Infrastructure for Claude
22

3-
[![License: Non-Commercial](https://img.shields.io/badge/License-Non--Commercial-red.svg)](LICENSE)
3+
[![License: CC BY-NC-ND 4.0](https://img.shields.io/badge/License-CC_BY--NC--ND_4.0-red.svg)](LICENSE)
44
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
55
[![Version](https://img.shields.io/badge/version-0.3.0--beta-yellow)](CHANGELOG.md)
66
[![Status](https://img.shields.io/badge/status-beta-yellow)]()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"model-context-protocol"
2323
],
2424
"author": "Dr. Alex M. Mawla, PhD <ammawla@ucdavis.edu>",
25-
"license": "SEE LICENSE IN LICENSE",
25+
"license": "CC-BY-NC-ND-4.0",
2626
"repository": {
2727
"type": "git",
2828
"url": "https://github.com/ammawla/encode-toolkit"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "encode-toolkit"
77
version = "0.3.0b3"
88
description = "MCP server for querying and downloading ENCODE Project genomics data directly from Claude"
99
readme = "README.md"
10-
license = "LicenseRef-Noncommercial"
10+
license = "CC-BY-NC-ND-4.0"
1111
requires-python = ">=3.10"
1212
authors = [
1313
{ name = "Dr. Alex M. Mawla, PhD", email = "ammawla@ucdavis.edu" },

0 commit comments

Comments
 (0)