forked from epics_driver_modules/motorBase
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:
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# motor
|
||||
[](https://github.com/epics-modules/motor/actions/workflows/ci-scripts-build.yml)
|
||||
<!--[](https://travis-ci.org/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).
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user