Updated license to be technically compliant with version 3.3 of the REUSE Specification; don't do ci builds for license updates

This commit is contained in:
Kevin Peterson
2026-02-11 12:08:51 -06:00
committed by smathis
parent 843037ca22
commit bf7109e636
4 changed files with 19 additions and 0 deletions
+9
View File
@@ -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
View File
+1
View File
@@ -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)
<!--[![Build Status](https://travis-ci.org/epics-modules/motor.png)](https://travis-ci.org/epics-modules/motor)-->
[![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).
+9
View File
@@ -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"