Skip to content

Commit 83c6426

Browse files
committed
Updated copyright headers.
1 parent 7fe656d commit 83c6426

File tree

159 files changed

+967
-1709
lines changed

Some content is hidden

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

159 files changed

+967
-1709
lines changed

LICENSE.txt

+26-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
1+
Copyright: (c) 2004-2013 Mayo Foundation for Medical Education and
2+
Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the
3+
triple-shield Mayo logo are trademarks and service marks of MFMER.
14

2-
Copyright: (c) 2004-2013 Mayo Foundation for Medical Education and
3-
Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the
4-
triple-shield Mayo logo are trademarks and service marks of MFMER.
5+
Redistribution and use in source and binary forms, with or without
6+
modification, are permitted provided that the following conditions are met:
57

6-
Except as contained in the copyright notice above, or as used to identify
7-
MFMER as the author of this software, the trade names, trademarks, service
8-
marks, or product names of the copyright holder shall not be used in
9-
advertising, promotion or otherwise in connection with this software without
10-
prior written authorization of the copyright holder.
11-
12-
Licensed under the Eclipse Public License, Version 1.0 (the "License");
13-
you may not use this file except in compliance with the License.
14-
You may obtain a copy of the License at
15-
16-
http://www.eclipse.org/legal/epl-v10.html
8+
Redistributions of source code must retain the above copyright notice,
9+
this list of conditions and the following disclaimer.
10+
11+
Redistributions in binary form must reproduce the above copyright notice,
12+
this list of conditions and the following disclaimer in the documentation
13+
and/or other materials provided with the distribution.
14+
15+
Neither the name of the National Cancer Institute nor <OWNER> nor the names of its contributors
16+
may be used to endorse or promote products derived from this software
17+
without specific prior written permission.
18+
19+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
20+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
23+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

NOTICE

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
LexEVS CTS2 Service
2+
3+
Copyright 2013 Mayo Foundation for Medical Education and
4+
Research (MFMER)
5+
6+
This project is distributed under the BSD 3-Clause License.
7+
Please see LICENSE file for details.
8+
9+
This project was developed as part of the NCI caBIG initiative.
10+
11+
In 2013, as part of the National Cancer Informatics Program (NCIP) Open Development Initiative,
12+
the LexEVS CTS2 Service source code was migrated to GitHub to allow further development by the broader
13+
community.

src/main/clojure/cts2/uri/UriResolutionService.clj

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
; Copyright: (c) Mayo Foundation for Medical Education and
2+
; Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the
3+
; triple-shield Mayo logo are trademarks and service marks of MFMER.
4+
5+
; Distributed under the OSI-approved BSD 3-Clause License.
6+
; See http://ncip.github.com/lexevs-service/LICENSE.txt for details.
7+
18
; Client code to connect to an external URI Resolver Service.
29
(ns cts2.uri
310
(:require [clj-http.client :as client])

src/main/java/edu/mayo/cts2/framework/plugin/service/lexevs/LexBigServiceFactory.java

+3-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
11
/*
2-
* Copyright: (c) 2004-2013 Mayo Foundation for Medical Education and
2+
* Copyright: (c) Mayo Foundation for Medical Education and
33
* Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the
44
* triple-shield Mayo logo are trademarks and service marks of MFMER.
55
*
6-
* Except as contained in the copyright notice above, or as used to identify
7-
* MFMER as the author of this software, the trade names, trademarks, service
8-
* marks, or product names of the copyright holder shall not be used in
9-
* advertising, promotion or otherwise in connection with this software without
10-
* prior written authorization of the copyright holder.
11-
*
12-
* Licensed under the Apache License, Version 2.0 (the "License");
13-
* you may not use this file except in compliance with the License.
14-
* You may obtain a copy of the License at
15-
*
16-
* http://www.apache.org/licenses/LICENSE-2.0
17-
*
18-
* Unless required by applicable law or agreed to in writing, software
19-
* distributed under the License is distributed on an "AS IS" BASIS,
20-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21-
* See the License for the specific language governing permissions and
22-
* limitations under the License.
6+
* Distributed under the OSI-approved BSD 3-Clause License.
7+
* See http://ncip.github.com/lexevs-service/LICENSE.txt for details.
238
*/
249
package edu.mayo.cts2.framework.plugin.service.lexevs;
2510

src/main/java/edu/mayo/cts2/framework/plugin/service/lexevs/LexEVSResolvedValueSetServiceFactory.java

+3-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
11
/*
2-
* Copyright: (c) 2004-2013 Mayo Foundation for Medical Education and
2+
* Copyright: (c) Mayo Foundation for Medical Education and
33
* Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the
44
* triple-shield Mayo logo are trademarks and service marks of MFMER.
55
*
6-
* Except as contained in the copyright notice above, or as used to identify
7-
* MFMER as the author of this software, the trade names, trademarks, service
8-
* marks, or product names of the copyright holder shall not be used in
9-
* advertising, promotion or otherwise in connection with this software without
10-
* prior written authorization of the copyright holder.
11-
*
12-
* Licensed under the Apache License, Version 2.0 (the "License");
13-
* you may not use this file except in compliance with the License.
14-
* You may obtain a copy of the License at
15-
*
16-
* http://www.apache.org/licenses/LICENSE-2.0
17-
*
18-
* Unless required by applicable law or agreed to in writing, software
19-
* distributed under the License is distributed on an "AS IS" BASIS,
20-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21-
* See the License for the specific language governing permissions and
22-
* limitations under the License.
6+
* Distributed under the OSI-approved BSD 3-Clause License.
7+
* See http://ncip.github.com/lexevs-service/LICENSE.txt for details.
238
*/
249
package edu.mayo.cts2.framework.plugin.service.lexevs;
2510

src/main/java/edu/mayo/cts2/framework/plugin/service/lexevs/LexEVSValueSetDefinitionServicesFactory.java

+3-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
11
/*
2-
* Copyright: (c) 2004-2013 Mayo Foundation for Medical Education and
2+
* Copyright: (c) Mayo Foundation for Medical Education and
33
* Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the
44
* triple-shield Mayo logo are trademarks and service marks of MFMER.
55
*
6-
* Except as contained in the copyright notice above, or as used to identify
7-
* MFMER as the author of this software, the trade names, trademarks, service
8-
* marks, or product names of the copyright holder shall not be used in
9-
* advertising, promotion or otherwise in connection with this software without
10-
* prior written authorization of the copyright holder.
11-
*
12-
* Licensed under the Apache License, Version 2.0 (the "License");
13-
* you may not use this file except in compliance with the License.
14-
* You may obtain a copy of the License at
15-
*
16-
* http://www.apache.org/licenses/LICENSE-2.0
17-
*
18-
* Unless required by applicable law or agreed to in writing, software
19-
* distributed under the License is distributed on an "AS IS" BASIS,
20-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21-
* See the License for the specific language governing permissions and
22-
* limitations under the License.
6+
* Distributed under the OSI-approved BSD 3-Clause License.
7+
* See http://ncip.github.com/lexevs-service/LICENSE.txt for details.
238
*/
249
package edu.mayo.cts2.framework.plugin.service.lexevs;
2510

src/main/java/edu/mayo/cts2/framework/plugin/service/lexevs/MappingExtensionFactory.java

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright: (c) Mayo Foundation for Medical Education and
3+
* Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the
4+
* triple-shield Mayo logo are trademarks and service marks of MFMER.
5+
*
6+
* Distributed under the OSI-approved BSD 3-Clause License.
7+
* See http://ncip.github.com/lexevs-service/LICENSE.txt for details.
8+
*/
19
package edu.mayo.cts2.framework.plugin.service.lexevs;
210

311
import javax.annotation.Resource;

src/main/java/edu/mayo/cts2/framework/plugin/service/lexevs/bulk/AbstractBulkDownloadController.java

+3-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
11
/*
2-
* Copyright: (c) 2004-2013 Mayo Foundation for Medical Education and
2+
* Copyright: (c) Mayo Foundation for Medical Education and
33
* Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the
44
* triple-shield Mayo logo are trademarks and service marks of MFMER.
55
*
6-
* Except as contained in the copyright notice above, or as used to identify
7-
* MFMER as the author of this software, the trade names, trademarks, service
8-
* marks, or product names of the copyright holder shall not be used in
9-
* advertising, promotion or otherwise in connection with this software without
10-
* prior written authorization of the copyright holder.
11-
*
12-
* Licensed under the Apache License, Version 2.0 (the "License");
13-
* you may not use this file except in compliance with the License.
14-
* You may obtain a copy of the License at
15-
*
16-
* http://www.apache.org/licenses/LICENSE-2.0
17-
*
18-
* Unless required by applicable law or agreed to in writing, software
19-
* distributed under the License is distributed on an "AS IS" BASIS,
20-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21-
* See the License for the specific language governing permissions and
22-
* limitations under the License.
6+
* Distributed under the OSI-approved BSD 3-Clause License.
7+
* See http://ncip.github.com/lexevs-service/LICENSE.txt for details.
238
*/
249
package edu.mayo.cts2.framework.plugin.service.lexevs.bulk;
2510

src/main/java/edu/mayo/cts2/framework/plugin/service/lexevs/bulk/AbstractBulkDownloader.java

+3-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
11
/*
2-
* Copyright: (c) 2004-2013 Mayo Foundation for Medical Education and
2+
* Copyright: (c) Mayo Foundation for Medical Education and
33
* Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the
44
* triple-shield Mayo logo are trademarks and service marks of MFMER.
55
*
6-
* Except as contained in the copyright notice above, or as used to identify
7-
* MFMER as the author of this software, the trade names, trademarks, service
8-
* marks, or product names of the copyright holder shall not be used in
9-
* advertising, promotion or otherwise in connection with this software without
10-
* prior written authorization of the copyright holder.
11-
*
12-
* Licensed under the Apache License, Version 2.0 (the "License");
13-
* you may not use this file except in compliance with the License.
14-
* You may obtain a copy of the License at
15-
*
16-
* http://www.apache.org/licenses/LICENSE-2.0
17-
*
18-
* Unless required by applicable law or agreed to in writing, software
19-
* distributed under the License is distributed on an "AS IS" BASIS,
20-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21-
* See the License for the specific language governing permissions and
22-
* limitations under the License.
6+
* Distributed under the OSI-approved BSD 3-Clause License.
7+
* See http://ncip.github.com/lexevs-service/LICENSE.txt for details.
238
*/
249
package edu.mayo.cts2.framework.plugin.service.lexevs.bulk;
2510

src/main/java/edu/mayo/cts2/framework/plugin/service/lexevs/bulk/Extractor.java

+3-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
11
/*
2-
* Copyright: (c) 2004-2013 Mayo Foundation for Medical Education and
2+
* Copyright: (c) Mayo Foundation for Medical Education and
33
* Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the
44
* triple-shield Mayo logo are trademarks and service marks of MFMER.
55
*
6-
* Except as contained in the copyright notice above, or as used to identify
7-
* MFMER as the author of this software, the trade names, trademarks, service
8-
* marks, or product names of the copyright holder shall not be used in
9-
* advertising, promotion or otherwise in connection with this software without
10-
* prior written authorization of the copyright holder.
11-
*
12-
* Licensed under the Apache License, Version 2.0 (the "License");
13-
* you may not use this file except in compliance with the License.
14-
* You may obtain a copy of the License at
15-
*
16-
* http://www.apache.org/licenses/LICENSE-2.0
17-
*
18-
* Unless required by applicable law or agreed to in writing, software
19-
* distributed under the License is distributed on an "AS IS" BASIS,
20-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21-
* See the License for the specific language governing permissions and
22-
* limitations under the License.
6+
* Distributed under the OSI-approved BSD 3-Clause License.
7+
* See http://ncip.github.com/lexevs-service/LICENSE.txt for details.
238
*/
249
package edu.mayo.cts2.framework.plugin.service.lexevs.bulk;
2510

src/main/java/edu/mayo/cts2/framework/plugin/service/lexevs/bulk/codesystemversion/CodeSystemVersionBulkDownloader.java

+3-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
11
/*
2-
* Copyright: (c) 2004-2013 Mayo Foundation for Medical Education and
2+
* Copyright: (c) Mayo Foundation for Medical Education and
33
* Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the
44
* triple-shield Mayo logo are trademarks and service marks of MFMER.
55
*
6-
* Except as contained in the copyright notice above, or as used to identify
7-
* MFMER as the author of this software, the trade names, trademarks, service
8-
* marks, or product names of the copyright holder shall not be used in
9-
* advertising, promotion or otherwise in connection with this software without
10-
* prior written authorization of the copyright holder.
11-
*
12-
* Licensed under the Apache License, Version 2.0 (the "License");
13-
* you may not use this file except in compliance with the License.
14-
* You may obtain a copy of the License at
15-
*
16-
* http://www.apache.org/licenses/LICENSE-2.0
17-
*
18-
* Unless required by applicable law or agreed to in writing, software
19-
* distributed under the License is distributed on an "AS IS" BASIS,
20-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21-
* See the License for the specific language governing permissions and
22-
* limitations under the License.
6+
* Distributed under the OSI-approved BSD 3-Clause License.
7+
* See http://ncip.github.com/lexevs-service/LICENSE.txt for details.
238
*/
249
package edu.mayo.cts2.framework.plugin.service.lexevs.bulk.codesystemversion;
2510

src/main/java/edu/mayo/cts2/framework/plugin/service/lexevs/bulk/codesystemversion/SearchExtensionBulkDownloader.java

+3-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
11
/*
2-
* Copyright: (c) 2004-2013 Mayo Foundation for Medical Education and
2+
* Copyright: (c) Mayo Foundation for Medical Education and
33
* Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the
44
* triple-shield Mayo logo are trademarks and service marks of MFMER.
55
*
6-
* Except as contained in the copyright notice above, or as used to identify
7-
* MFMER as the author of this software, the trade names, trademarks, service
8-
* marks, or product names of the copyright holder shall not be used in
9-
* advertising, promotion or otherwise in connection with this software without
10-
* prior written authorization of the copyright holder.
11-
*
12-
* Licensed under the Apache License, Version 2.0 (the "License");
13-
* you may not use this file except in compliance with the License.
14-
* You may obtain a copy of the License at
15-
*
16-
* http://www.apache.org/licenses/LICENSE-2.0
17-
*
18-
* Unless required by applicable law or agreed to in writing, software
19-
* distributed under the License is distributed on an "AS IS" BASIS,
20-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21-
* See the License for the specific language governing permissions and
22-
* limitations under the License.
6+
* Distributed under the OSI-approved BSD 3-Clause License.
7+
* See http://ncip.github.com/lexevs-service/LICENSE.txt for details.
238
*/
249
package edu.mayo.cts2.framework.plugin.service.lexevs.bulk.codesystemversion;
2510

src/main/java/edu/mayo/cts2/framework/plugin/service/lexevs/bulk/codesystemversion/controller/CodeSystemVersionBulkDownloadController.java

+3-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
11
/*
2-
* Copyright: (c) 2004-2013 Mayo Foundation for Medical Education and
2+
* Copyright: (c) Mayo Foundation for Medical Education and
33
* Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the
44
* triple-shield Mayo logo are trademarks and service marks of MFMER.
55
*
6-
* Except as contained in the copyright notice above, or as used to identify
7-
* MFMER as the author of this software, the trade names, trademarks, service
8-
* marks, or product names of the copyright holder shall not be used in
9-
* advertising, promotion or otherwise in connection with this software without
10-
* prior written authorization of the copyright holder.
11-
*
12-
* Licensed under the Apache License, Version 2.0 (the "License");
13-
* you may not use this file except in compliance with the License.
14-
* You may obtain a copy of the License at
15-
*
16-
* http://www.apache.org/licenses/LICENSE-2.0
17-
*
18-
* Unless required by applicable law or agreed to in writing, software
19-
* distributed under the License is distributed on an "AS IS" BASIS,
20-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21-
* See the License for the specific language governing permissions and
22-
* limitations under the License.
6+
* Distributed under the OSI-approved BSD 3-Clause License.
7+
* See http://ncip.github.com/lexevs-service/LICENSE.txt for details.
238
*/
249
package edu.mayo.cts2.framework.plugin.service.lexevs.bulk.codesystemversion.controller;
2510

src/main/java/edu/mayo/cts2/framework/plugin/service/lexevs/bulk/mapversion/MapVersionBulkDownloader.java

+3-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,10 @@
11
/*
2-
* Copyright: (c) 2004-2013 Mayo Foundation for Medical Education and
2+
* Copyright: (c) Mayo Foundation for Medical Education and
33
* Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the
44
* triple-shield Mayo logo are trademarks and service marks of MFMER.
55
*
6-
* Except as contained in the copyright notice above, or as used to identify
7-
* MFMER as the author of this software, the trade names, trademarks, service
8-
* marks, or product names of the copyright holder shall not be used in
9-
* advertising, promotion or otherwise in connection with this software without
10-
* prior written authorization of the copyright holder.
11-
*
12-
* Licensed under the Apache License, Version 2.0 (the "License");
13-
* you may not use this file except in compliance with the License.
14-
* You may obtain a copy of the License at
15-
*
16-
* http://www.apache.org/licenses/LICENSE-2.0
17-
*
18-
* Unless required by applicable law or agreed to in writing, software
19-
* distributed under the License is distributed on an "AS IS" BASIS,
20-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21-
* See the License for the specific language governing permissions and
22-
* limitations under the License.
6+
* Distributed under the OSI-approved BSD 3-Clause License.
7+
* See http://ncip.github.com/lexevs-service/LICENSE.txt for details.
238
*/
249
package edu.mayo.cts2.framework.plugin.service.lexevs.bulk.mapversion;
2510

0 commit comments

Comments
 (0)