From bf7109e636691cf99707bf7320c3cc8fce636fe0 Mon Sep 17 00:00:00 2001 From: Kevin Peterson Date: Wed, 11 Feb 2026 12:08:51 -0600 Subject: [PATCH] Updated license to be technically compliant with version 3.3 of the REUSE Specification; don't do ci builds for license updates --- .github/workflows/ci-scripts-build.yml | 9 +++++++++ LICENSE => LICENSES/EPICS.txt | 0 README.md | 1 + REUSE.toml | 9 +++++++++ 4 files changed, 19 insertions(+) rename LICENSE => LICENSES/EPICS.txt (100%) create mode 100644 REUSE.toml diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index dfcc4ed5..ec65a8ce 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -15,9 +15,18 @@ on: - '**/*.html' - '**/*.md' - '.github/workflows/ci-scripts-build-full.yml' + - 'LICENSES/*' + - 'REUSE.toml' branches: - master pull_request: + paths-ignore: + - 'documentation/*' + - '**/*.html' + - '**/*.md' + - '.github/workflows/ci-scripts-build-full.yml' + - 'LICENSES/*' + - 'REUSE.toml' env: SETUP_PATH: .ci-local:.ci diff --git a/LICENSE b/LICENSES/EPICS.txt similarity index 100% rename from LICENSE rename to LICENSES/EPICS.txt diff --git a/README.md b/README.md index 741bd684..279e9093 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # motor [![Build Status](https://github.com/epics-modules/motor/actions/workflows/ci-scripts-build.yml/badge.svg)](https://github.com/epics-modules/motor/actions/workflows/ci-scripts-build.yml) +[![REUSE status](https://api.reuse.software/badge/github.com/epics-modules/motor)](https://api.reuse.software/info/github.com/epics-modules/motor) This module contains motor support for the Experimental Physics and Industrial Control System (EPICS). diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..626c15b9 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,9 @@ +version = 1 +SPDX-PackageName = "motor" +SPDX-PackageDownloadLocation = "https://github.com/epics-modules/motor" + +[[annotations]] +path = "**" +SPDX-FileCopyrightText = "UChicago Argonne LLC." +SPDX-License-Identifier = "EPICS" +