Skip to content

Commit 7378022

Browse files
authored
Merge pull request #235 from epics-modules/issue222
Added EPICS license. Fixes #222
2 parents 32fe1b1 + 842758e commit 7378022

File tree

3 files changed

+76
-1
lines changed

3 files changed

+76
-1
lines changed

.github/workflows/ci-scripts-build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,20 @@ name: "GHA build"
1111
on:
1212
push:
1313
paths-ignore:
14-
- 'documentation/*'
14+
- 'docs/*'
1515
- '**/*.html'
1616
- '**/*.md'
1717
- '.github/workflows/ci-scripts-build-full.yml'
18+
- 'LICENSES/*'
1819
branches:
1920
- master
2021
pull_request:
22+
paths-ignore:
23+
- 'docs/*'
24+
- '**/*.html'
25+
- '**/*.md'
26+
- '.github/workflows/ci-scripts-build-full.yml'
27+
- 'LICENSES/*'
2128

2229
env:
2330
SETUP_PATH: .ci-local:.ci

LICENSES/EPICS.txt

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
Copyright (c) UChicago Argonne LLC. All rights reserved.
2+
3+
MOTOR is distributed subject to the following license conditions:
4+
5+
SOFTWARE LICENSE AGREEMENT
6+
Software: MOTOR
7+
8+
1. The "Software", below, refers to MOTOR (in either source code, or
9+
binary form and accompanying documentation). Each licensee is
10+
addressed as "you" or "Licensee."
11+
12+
2. The copyright holders shown above and their third-party licensors
13+
hereby grant Licensee a royalty-free nonexclusive license, subject to
14+
the limitations stated herein and U.S. Government license rights.
15+
16+
3. You may modify and make a copy or copies of the Software for use
17+
within your organization, if you meet the following conditions:
18+
a. Copies in source code must include the copyright notice and this
19+
Software License Agreement.
20+
b. Copies in binary form must include the copyright notice and this
21+
Software License Agreement in the documentation and/or other
22+
materials provided with the copy.
23+
24+
4. You may modify a copy or copies of the Software or any portion of it,
25+
thus forming a work based on the Software, and distribute copies of
26+
such work outside your organization, if you meet all of the following
27+
conditions:
28+
a. Copies in source code must include the copyright notice and this
29+
Software License Agreement;
30+
b. Copies in binary form must include the copyright notice and this
31+
Software License Agreement in the documentation and/or other
32+
materials provided with the copy;
33+
c. Modified copies and works based on the Software must carry
34+
prominent notices stating that you changed specified portions of
35+
the Software.
36+
37+
5. Portions of the Software resulted from work developed under a U.S.
38+
Government contract and are subject to the following license: the
39+
Government is granted for itself and others acting on its behalf a
40+
paid-up, nonexclusive, irrevocable worldwide license in this computer
41+
software to reproduce, prepare derivative works, and perform publicly
42+
and display publicly.
43+
44+
6. WARRANTY DISCLAIMER. THE SOFTWARE IS SUPPLIED "AS IS" WITHOUT WARRANTY
45+
OF ANY KIND. THE COPYRIGHT HOLDERS, THEIR THIRD PARTY LICENSORS, THE
46+
UNITED STATES, THE UNITED STATES DEPARTMENT OF ENERGY, AND THEIR
47+
EMPLOYEES: (1) DISCLAIM ANY WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
48+
BUT NOT LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
49+
FOR A PARTICULAR PURPOSE, TITLE OR NON-INFRINGEMENT, (2) DO NOT ASSUME
50+
ANY LEGAL LIABILITY OR RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS,
51+
OR USEFULNESS OF THE SOFTWARE, (3) DO NOT REPRESENT THAT USE OF THE
52+
SOFTWARE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS, (4) DO NOT WARRANT
53+
THAT THE SOFTWARE WILL FUNCTION UNINTERRUPTED, THAT IT IS ERROR-FREE
54+
OR THAT ANY ERRORS WILL BE CORRECTED.
55+
56+
7. LIMITATION OF LIABILITY. IN NO EVENT WILL THE COPYRIGHT HOLDERS, THEIR
57+
THIRD PARTY LICENSORS, THE UNITED STATES, THE UNITED STATES DEPARTMENT
58+
OF ENERGY, OR THEIR EMPLOYEES: BE LIABLE FOR ANY INDIRECT, INCIDENTAL,
59+
CONSEQUENTIAL, SPECIAL OR PUNITIVE DAMAGES OF ANY KIND OR NATURE,
60+
INCLUDING BUT NOT LIMITED TO LOSS OF PROFITS OR LOSS OF DATA, FOR ANY
61+
REASON WHATSOEVER, WHETHER SUCH LIABILITY IS ASSERTED ON THE BASIS OF
62+
CONTRACT, TORT (INCLUDING NEGLIGENCE OR STRICT LIABILITY), OR
63+
OTHERWISE, EVEN IF ANY OF SAID PARTIES HAS BEEN WARNED OF THE
64+
POSSIBILITY OF SUCH LOSS OR DAMAGES.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ For more information, see:
5050
[Report an issue with Motor](https://github.com/epics-modules/motor/issues/new?title=%20ISSUE%20NAME%20HERE&body=**Describe%20the%20issue**%0A%0A**Steps%20to%20reproduce**%0A1.%20Step%20one%0A2.%20Step%20two%0A3.%20Step%20three%0A%0A**Expected%20behaivour**%0A%0A**Actual%20behaviour**%0A%0A**Build%20Environment**%0AArchitecture:%0AEpics%20Base%20Version:%0ADependent%20Module%20Versions:&labels=bug)
5151
[Request a feature](https://github.com/epics-modules/motor/issues/new?title=%20FEATURE%20SHORT%20DESCRIPTION&body=**Feature%20Long%20Description**%0A%0A**Why%20should%20this%20be%20added?**%0A&labels=enhancement)
5252

53+
## License
54+
55+
motor is distributed subject to a Software License Agreement found in the file [EPICS.txt](./LICENSES/EPICS.txt) that is included with this distribution.
56+

0 commit comments

Comments
 (0)