Skip to content

Commit

Permalink
DOC: Improved copyright notice statement.
Browse files Browse the repository at this point in the history
The ITK copyright was copy-n-pasted everywhere.
This was now fixed to be compatible, but distinct
from ITK.
  • Loading branch information
hjmjohnson committed Mar 12, 2014
1 parent 8bf01e0 commit 3fa89a5
Show file tree
Hide file tree
Showing 773 changed files with 14,585 additions and 2,372 deletions.
18 changes: 18 additions & 0 deletions BRAINSABC/TestSuite/BRAINSABCTest.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
//
// A test driver to append the
// itk image processing test
Expand Down
18 changes: 18 additions & 0 deletions BRAINSABC/TestSuite/BlendImageFilterTest.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
#include "itkImage.h"
#include "itkBlendImageFilter.h"
#include "itkRandomImageSource.h"
Expand Down
18 changes: 18 additions & 0 deletions BRAINSABC/TestSuite/simpleEM.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
#include "simpleEMCLP.h"

#include <itksys/SystemTools.hxx>
Expand Down
18 changes: 18 additions & 0 deletions BRAINSABC/brainseg/AtlasCropImageSource.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
//
//
// //////////////////////////////////////////////////////////////////////////////
Expand Down
18 changes: 18 additions & 0 deletions BRAINSABC/brainseg/AtlasCropImageSource.hxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
#ifndef __AtlasCropImageSource_hxx
#define __AtlasCropImageSource_hxx

Expand Down
18 changes: 18 additions & 0 deletions BRAINSABC/brainseg/AtlasDefinition.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
#include "AtlasDefinition.h"
#include <expat.h>
#include <iostream>
Expand Down
18 changes: 18 additions & 0 deletions BRAINSABC/brainseg/AtlasDefinition.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
#ifndef __AtlasDefinition_h
#define __AtlasDefinition_h

Expand Down
18 changes: 18 additions & 0 deletions BRAINSABC/brainseg/AtlasRegistrationMethod.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
//
//
// //////////////////////////////////////////////////////////////////////////////
Expand Down
18 changes: 18 additions & 0 deletions BRAINSABC/brainseg/AtlasRegistrationMethod.hxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
#ifndef __AtlasRegistrationMethod_hxx
#define __AtlasRegistrationMethod_hxx

Expand Down
18 changes: 18 additions & 0 deletions BRAINSABC/brainseg/AtlasRegistrationMethod_float+float.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
#include "AtlasRegistrationMethod.hxx"

template class AtlasRegistrationMethod<float, float>;
18 changes: 18 additions & 0 deletions BRAINSABC/brainseg/BRAINSABC.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
#include "itkOutputWindow.h"
#include "itkTextOutput.h"
#include "itkTimeProbe.h"
Expand Down
18 changes: 18 additions & 0 deletions BRAINSABC/brainseg/BRAINSABCUtilities.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
#include "BRAINSABCUtilities.h"
/*****************************
* Now call the instantiations
Expand Down
18 changes: 18 additions & 0 deletions BRAINSABC/brainseg/BRAINSABCUtilities.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
/**
* This file is to make some smaller compilation units to help improve compilation performance.
*/
Expand Down
18 changes: 18 additions & 0 deletions BRAINSABC/brainseg/BRAINSABCUtilities.hxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
#ifndef __BRAINSABCUtilities__hxx__
#define __BRAINSABCUtilities__hxx__

Expand Down
18 changes: 18 additions & 0 deletions BRAINSABC/brainseg/BRAINSCleanMask.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
#include "CleanBrainLabelMap.h"
#include "itkIO.h"
#include "BRAINSCleanMaskCLP.h"
Expand Down
18 changes: 18 additions & 0 deletions BRAINSABC/brainseg/ComputeDistributions.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
#ifndef __ComputeDistributions__h_
#define __ComputeDistributions__h_
#include "BRAINSABCUtilities.h"
Expand Down
18 changes: 18 additions & 0 deletions BRAINSABC/brainseg/DenoiseFiltering.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
#ifndef __DenoiseFiltering_h
#define __DenoiseFiltering_h

Expand Down
18 changes: 18 additions & 0 deletions BRAINSABC/brainseg/EMSParameters.cxx
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*=========================================================================
*
* Copyright SINAPSE: Scalable Informatics for Neuroscience, Processing and Software Engineering
* The University of Iowa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*=========================================================================*/
#include "EMSParameters.h"

#include "itksys/SystemTools.hxx"
Expand Down
Loading

0 comments on commit 3fa89a5

Please sign in to comment.