Skip to content

Commit 922a858

Browse files
committed
Updated header files.
1 parent 2694fc8 commit 922a858

File tree

203 files changed

+1526
-3760
lines changed

Some content is hidden

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

203 files changed

+1526
-3760
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ bin/
22
build/
33
output/
44
.DS_Store
5+
.settings
6+
.project
File renamed without changes.

LICENSE.txt renamed to LICENSE

File renamed without changes.

LexEVSService/system/src/org/LexGrid/LexBIG/caCore/applicationservice/LexEvsHttpInvokerServiceExporter.java

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1-
/*******************************************************************************
2-
* Copyright: (c) 2004-2009 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-
* 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
17-
*
18-
*
19-
*******************************************************************************/
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-remote/LICENSE.txt for details.
8+
*/
209
package org.LexGrid.LexBIG.caCore.applicationservice;
2110

2211
import java.io.IOException;

LexEVSService/system/src/org/LexGrid/LexBIG/caCore/applicationservice/QueryOptions.java

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1-
/*******************************************************************************
2-
* Copyright: (c) 2004-2009 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-
* 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
17-
*
18-
*
19-
*******************************************************************************/
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-remote/LICENSE.txt for details.
8+
*/
209
package org.LexGrid.LexBIG.caCore.applicationservice;
2110

2211
import java.io.Serializable;

LexEVSService/system/src/org/LexGrid/LexBIG/caCore/applicationservice/RemoteExecutionResults.java

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1-
/*******************************************************************************
2-
* Copyright: (c) 2004-2009 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-
* 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
17-
*
18-
*
19-
*******************************************************************************/
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-remote/LICENSE.txt for details.
8+
*/
209
package org.LexGrid.LexBIG.caCore.applicationservice;
2110

2211
import java.io.Serializable;

LexEVSService/system/src/org/LexGrid/LexBIG/caCore/applicationservice/annotations/DataServiceLazyLoadable.java

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1-
/*******************************************************************************
2-
* Copyright: (c) 2004-2009 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-
* 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
17-
*
18-
*
19-
*******************************************************************************/
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-remote/LICENSE.txt for details.
8+
*/
209
package org.LexGrid.LexBIG.caCore.applicationservice.annotations;
2110

2211
import java.lang.annotation.Retention;

LexEVSService/system/src/org/LexGrid/LexBIG/caCore/applicationservice/annotations/DataServiceSecurityTokenRequired.java

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1-
/*******************************************************************************
2-
* Copyright: (c) 2004-2009 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-
* 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
17-
*
18-
*
19-
*******************************************************************************/
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-remote/LICENSE.txt for details.
8+
*/
209
package org.LexGrid.LexBIG.caCore.applicationservice.annotations;
2110

2211

LexEVSService/system/src/org/LexGrid/LexBIG/caCore/applicationservice/annotations/LexEVSSecurityTokenRequired.java

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1-
/*******************************************************************************
2-
* Copyright: (c) 2004-2009 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-
* 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
17-
*
18-
*
19-
*******************************************************************************/
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-remote/LICENSE.txt for details.
8+
*/
209
package org.LexGrid.LexBIG.caCore.applicationservice.annotations;
2110

2211

LexEVSService/system/src/org/LexGrid/LexBIG/caCore/applicationservice/annotations/LexEVSSecurityTokenRequiredForParameter.java

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1-
/*******************************************************************************
2-
* Copyright: (c) 2004-2009 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-
* 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
17-
*
18-
*
19-
*******************************************************************************/
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-remote/LICENSE.txt for details.
8+
*/
209
package org.LexGrid.LexBIG.caCore.applicationservice.annotations;
2110

2211

LexEVSService/system/src/org/LexGrid/LexBIG/caCore/applicationservice/impl/LexEVSApplicationServiceImpl.java

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1-
/*******************************************************************************
2-
* Copyright: (c) 2004-2009 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-
* 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
17-
*
18-
*
19-
*******************************************************************************/
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-remote/LICENSE.txt for details.
8+
*/
209
package org.LexGrid.LexBIG.caCore.applicationservice.impl;
2110

2211
import gov.nih.nci.evs.security.SecurityToken;

LexEVSService/system/src/org/LexGrid/LexBIG/caCore/applicationservice/impl/PaginationHelper.java

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1-
/*******************************************************************************
2-
* Copyright: (c) 2004-2009 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-
* 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
17-
*
18-
*
19-
*******************************************************************************/
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-remote/LICENSE.txt for details.
8+
*/
209
package org.LexGrid.LexBIG.caCore.applicationservice.impl;
2110

2211
import java.util.ArrayList;

LexEVSService/system/src/org/LexGrid/LexBIG/caCore/applicationservice/resource/RemoteResourceManager.java

Lines changed: 8 additions & 0 deletions
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-remote/LICENSE.txt for details.
8+
*/
19
package org.LexGrid.LexBIG.caCore.applicationservice.resource;
210

311
import java.lang.reflect.Method;

LexEVSService/system/src/org/LexGrid/LexBIG/caCore/applicationservice/resource/RemoteShell.java

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
/**
2-
*
3-
*/
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-remote/LICENSE.txt for details.
8+
*/
49
package org.LexGrid.LexBIG.caCore.applicationservice.resource;
510

611
import java.io.Serializable;

LexEVSService/system/src/org/LexGrid/LexBIG/caCore/applicationservice/resource/TimedMap.java

Lines changed: 8 additions & 0 deletions
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-remote/LICENSE.txt for details.
8+
*/
19
package org.LexGrid.LexBIG.caCore.applicationservice.resource;
210

311
import java.util.HashMap;

LexEVSService/system/src/org/LexGrid/LexBIG/caCore/client/proxy/DataServiceProxyHelperImpl.java

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1-
/*******************************************************************************
2-
* Copyright: (c) 2004-2009 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-
* 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
17-
*
18-
*
19-
*******************************************************************************/
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-remote/LICENSE.txt for details.
8+
*/
209
package org.LexGrid.LexBIG.caCore.client.proxy;
2110

2211
import gov.nih.nci.system.applicationservice.ApplicationService;

LexEVSService/system/src/org/LexGrid/LexBIG/caCore/client/proxy/LexEVSApplicationServiceProxy.java

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
1-
/*******************************************************************************
2-
* Copyright: (c) 2004-2009 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-
* 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
17-
*
18-
*
19-
*******************************************************************************/
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-remote/LICENSE.txt for details.
8+
*/
209
package org.LexGrid.LexBIG.caCore.client.proxy;
2110

2211
import gov.nih.nci.evs.security.SecurityToken;

0 commit comments

Comments
 (0)