Skip to content

Commit 9f2c5d0

Browse files
committed
Add new and improved license rules
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent fe7db26 commit 9f2c5d0

File tree

74 files changed

+2757
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+2757
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
license_expression: ace-tao
3+
is_license_notice: yes
4+
---
5+
6+
Since DOC software is open-source, freely available software,
7+
you are free to use, modify, copy, and distribute--perpetually and
8+
irrevocably--the DOC software source code and object code produced
9+
from the source, as well as copy and distribute modified versions of
10+
this software. You must, however, include this copyright statement
11+
along with any code built using DOC software that you release. No
12+
copyright statement needs to be provided if you just ship binary
13+
executables of your software products.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
license_expression: ace-tao
3+
is_license_notice: yes
4+
ignorable_copyrights:
5+
- copyrighted by Douglas C. Schmidt and his research group at Washington University, University
6+
of California, Irvine, and Vanderbilt University, Copyright (c) 1993-2009
7+
ignorable_holders:
8+
- Douglas C. Schmidt and his research group at Washington University, University of California,
9+
Irvine, and Vanderbilt University
10+
---
11+
12+
ACE(TM), TAO(TM), CIAO(TM), DAnCE(TM), and CoSMIC(TM)
13+
(henceforth referred to as "DOC software") are copyrighted by
14+
Douglas C. Schmidt and his research group at Washington University,
15+
University of California, Irvine, and Vanderbilt University,
16+
Copyright (c) 1993-2009, all rights reserved.
17+
Since DOC software is open-source, freely available software,
18+
you are free to use, modify, copy, and distribute--perpetually and
19+
irrevocably--the DOC software source code and object code produced
20+
from the source, as well as copy and distribute modified versions of
21+
this software. You must, however, include this copyright statement
22+
along with any code built using DOC software that you release. No
23+
copyright statement needs to be provided if you just ship binary
24+
executables of your software products.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_notice: yes
4+
referenced_filenames:
5+
- LICENSE
6+
---
7+
8+
Licensed under the Apache License, Version 2.0 (the "License");
9+
you may not use this file except in compliance with the License.
10+
You may obtain a copy of the License at LICENSE(./LICENSE) file for details.
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_notice: yes
4+
referenced_filenames:
5+
- LICENSE.txt
6+
ignorable_urls:
7+
- http://www.apache.org/licenses/LICENSE-2.0
8+
---
9+
10+
This code is licensed under the Apache License, Version 2.0. You may
11+
obtain a copy of this license in the LICENSE.txt file in the root directory
12+
of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.
13+
14+
Any modifications or derivative works of this code must retain this
15+
copyright notice, and modified files need to carry a notice indicating
16+
that they have been altered from the originals.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_notice: yes
4+
referenced_filenames:
5+
- LICENSE.txt
6+
ignorable_urls:
7+
- http://www.apache.org/licenses/LICENSE-2.0
8+
---
9+
10+
This code is licensed under the Apache License, Version 2.0. You may
11+
obtain a copy of this license in the LICENSE.txt file in the root directory
12+
of this source tree or at http://www.apache.org/licenses/LICENSE-2.0.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_notice: yes
4+
relevance: 100
5+
---
6+
7+
License
8+
This project uses the Apache License 2.0
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: apache-2.0
3+
is_license_notice: yes
4+
relevance: 100
5+
---
6+
7+
This project uses the Apache License 2.0
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
license_expression: bsd-1-clause
3+
is_license_text: yes
4+
---
5+
6+
Redistribution and use in source and binary forms, with or without modification,
7+
are permitted provided that the following conditions are met:
8+
1. Redistributions of source code must retain the above copyright notice,
9+
this list of conditions and the following disclaimer.
10+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
11+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
12+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
13+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
14+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
15+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
16+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
17+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
18+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
19+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
license_expression: bsd-1-clause
3+
is_license_text: yes
4+
relevance: 99
5+
notes: This is essentially the same as bsd-1-clause with minor changes
6+
---
7+
8+
Redistribution and use of this script, with or without modification, is
9+
permitted provided that the following conditions are met:
10+
1. Redistributions of this script must retain the above copyright
11+
notice, this list of conditions and the following disclaimer.
12+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
13+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
14+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
15+
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
16+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
17+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
18+
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
19+
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
20+
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
21+
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: bsd-new
3+
is_license_notice: yes
4+
relevance: 100
5+
---
6+
7+
licensed as BSD 3-Clause

0 commit comments

Comments
 (0)