Skip to content

Commit 4c3c49e

Browse files
committed
Added GPL copyright and license notices.
1 parent 6af5a0b commit 4c3c49e

14 files changed

+936
-0
lines changed

COPYING

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

FileWrapper.cxx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
55
* Author: cfog
66
*/
77

8+
/*
9+
Copyright (C) The University of British Columbia, 2018.
10+
11+
This file is part of UnstructuredMeshAnalyzer.
12+
13+
UnstructuredMeshAnalyzer is free software: you can redistribute it
14+
and/or modify it under the terms of the GNU General Public License
15+
as published by the Free Software Foundation, either version 3 of
16+
the License, or (at your option) any later version.
17+
18+
UnstructuredMeshAnalyzer is distributed in the hope that it will be
19+
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
20+
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21+
General Public License for more details.
22+
23+
You should have received a copy of the GNU General Public License
24+
along with UnstructuredMeshAnalyzer. If not, see
25+
<https://www.gnu.org/licenses/>.
26+
*/
27+
828
#include <stdlib.h>
929
#include <stdio.h>
1030
#include <string.h>

GMGW_FileWrapper.hxx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
55
* Author: cfog
66
*/
77

8+
/*
9+
Copyright (C) The University of British Columbia, 2018.
10+
11+
This file is part of UnstructuredMeshAnalyzer.
12+
13+
UnstructuredMeshAnalyzer is free software: you can redistribute it
14+
and/or modify it under the terms of the GNU General Public License
15+
as published by the Free Software Foundation, either version 3 of
16+
the License, or (at your option) any later version.
17+
18+
UnstructuredMeshAnalyzer is distributed in the hope that it will be
19+
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
20+
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21+
General Public License for more details.
22+
23+
You should have received a copy of the GNU General Public License
24+
along with UnstructuredMeshAnalyzer. If not, see
25+
<https://www.gnu.org/licenses/>.
26+
*/
27+
828
#ifndef GMGW_FILEWRAPPER_HXX_
929
#define GMGW_FILEWRAPPER_HXX_
1030

GMGW_UGridFileWrapper.hxx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@
55
* Author: cfog
66
*/
77

8+
/*
9+
Copyright (C) The University of British Columbia, 2018.
10+
11+
This file is part of UnstructuredMeshAnalyzer.
12+
13+
UnstructuredMeshAnalyzer is free software: you can redistribute it
14+
and/or modify it under the terms of the GNU General Public License
15+
as published by the Free Software Foundation, either version 3 of
16+
the License, or (at your option) any later version.
17+
18+
UnstructuredMeshAnalyzer is distributed in the hope that it will be
19+
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
20+
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21+
General Public License for more details.
22+
23+
You should have received a copy of the GNU General Public License
24+
along with UnstructuredMeshAnalyzer. If not, see
25+
<https://www.gnu.org/licenses/>.
26+
*/
27+
28+
829
#ifndef GMGW_UGRIDFILEWRAPPER_HXX_
930
#define GMGW_UGRIDFILEWRAPPER_HXX_
1031

GMGW_VTKFileWrapper.hxx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
55
* Author: cfog
66
*/
77

8+
/*
9+
Copyright (C) The University of British Columbia, 2018.
10+
11+
This file is part of UnstructuredMeshAnalyzer.
12+
13+
UnstructuredMeshAnalyzer is free software: you can redistribute it
14+
and/or modify it under the terms of the GNU General Public License
15+
as published by the Free Software Foundation, either version 3 of
16+
the License, or (at your option) any later version.
17+
18+
UnstructuredMeshAnalyzer is distributed in the hope that it will be
19+
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
20+
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21+
General Public License for more details.
22+
23+
You should have received a copy of the GNU General Public License
24+
along with UnstructuredMeshAnalyzer. If not, see
25+
<https://www.gnu.org/licenses/>.
26+
*/
27+
828
#ifndef GMGW_VTKFILEWRAPPER_HXX_
929
#define GMGW_VTKFILEWRAPPER_HXX_
1030

GMGW_geom_utils.hxx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
55
* Author: cfog
66
*/
77

8+
/*
9+
Copyright (C) The University of British Columbia, 2018.
10+
11+
This file is part of UnstructuredMeshAnalyzer.
12+
13+
UnstructuredMeshAnalyzer is free software: you can redistribute it
14+
and/or modify it under the terms of the GNU General Public License
15+
as published by the Free Software Foundation, either version 3 of
16+
the License, or (at your option) any later version.
17+
18+
UnstructuredMeshAnalyzer is distributed in the hope that it will be
19+
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
20+
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21+
General Public License for more details.
22+
23+
You should have received a copy of the GNU General Public License
24+
along with UnstructuredMeshAnalyzer. If not, see
25+
<https://www.gnu.org/licenses/>.
26+
*/
27+
828
#ifndef GMGW_GEOM_UTILS_HXX_
929
#define GMGW_GEOM_UTILS_HXX_
1030

GMGW_sort.hxx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
55
* Author: cfog
66
*/
77

8+
/*
9+
Copyright (C) The University of British Columbia, 2018.
10+
11+
This file is part of UnstructuredMeshAnalyzer.
12+
13+
UnstructuredMeshAnalyzer is free software: you can redistribute it
14+
and/or modify it under the terms of the GNU General Public License
15+
as published by the Free Software Foundation, either version 3 of
16+
the License, or (at your option) any later version.
17+
18+
UnstructuredMeshAnalyzer is distributed in the hope that it will be
19+
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
20+
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21+
General Public License for more details.
22+
23+
You should have received a copy of the GNU General Public License
24+
along with UnstructuredMeshAnalyzer. If not, see
25+
<https://www.gnu.org/licenses/>.
26+
*/
27+
828
#ifndef GMGW_SORT_HXX_
929
#define GMGW_SORT_HXX_
1030

GMGW_unstr.hxx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@
55
* Author: cfog
66
*/
77

8+
9+
/*
10+
Copyright (C) The University of British Columbia, 2018.
11+
12+
This file is part of UnstructuredMeshAnalyzer.
13+
14+
UnstructuredMeshAnalyzer is free software: you can redistribute it
15+
and/or modify it under the terms of the GNU General Public License
16+
as published by the Free Software Foundation, either version 3 of
17+
the License, or (at your option) any later version.
18+
19+
UnstructuredMeshAnalyzer is distributed in the hope that it will be
20+
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
21+
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22+
General Public License for more details.
23+
24+
You should have received a copy of the GNU General Public License
25+
along with UnstructuredMeshAnalyzer. If not, see
26+
<https://www.gnu.org/licenses/>.
27+
*/
28+
829
#ifndef GMGW_UNSTR_HXX_
930
#define GMGW_UNSTR_HXX_
1031

UGridFileWrapper.cxx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
55
* Author: cfog
66
*/
77

8+
/*
9+
Copyright (C) The University of British Columbia, 2018.
10+
11+
This file is part of UnstructuredMeshAnalyzer.
12+
13+
UnstructuredMeshAnalyzer is free software: you can redistribute it
14+
and/or modify it under the terms of the GNU General Public License
15+
as published by the Free Software Foundation, either version 3 of
16+
the License, or (at your option) any later version.
17+
18+
UnstructuredMeshAnalyzer is distributed in the hope that it will be
19+
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
20+
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21+
General Public License for more details.
22+
23+
You should have received a copy of the GNU General Public License
24+
along with UnstructuredMeshAnalyzer. If not, see
25+
<https://www.gnu.org/licenses/>.
26+
*/
27+
828
#include <stdlib.h>
929
#include <stdio.h>
1030
#include <string.h>

VTKFileWrapper.cxx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
55
* Author: cfog
66
*/
77

8+
/*
9+
Copyright (C) The University of British Columbia, 2018.
10+
11+
This file is part of UnstructuredMeshAnalyzer.
12+
13+
UnstructuredMeshAnalyzer is free software: you can redistribute it
14+
and/or modify it under the terms of the GNU General Public License
15+
as published by the Free Software Foundation, either version 3 of
16+
the License, or (at your option) any later version.
17+
18+
UnstructuredMeshAnalyzer is distributed in the hope that it will be
19+
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
20+
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21+
General Public License for more details.
22+
23+
You should have received a copy of the GNU General Public License
24+
along with UnstructuredMeshAnalyzer. If not, see
25+
<https://www.gnu.org/licenses/>.
26+
*/
27+
828
#include <stdlib.h>
929
#include <stdio.h>
1030

analyzeVolMesh.cxx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
55
* Author: cfog
66
*/
77

8+
/*
9+
Copyright (C) The University of British Columbia, 2018.
10+
11+
This file is part of UnstructuredMeshAnalyzer.
12+
13+
UnstructuredMeshAnalyzer is free software: you can redistribute it
14+
and/or modify it under the terms of the GNU General Public License
15+
as published by the Free Software Foundation, either version 3 of
16+
the License, or (at your option) any later version.
17+
18+
UnstructuredMeshAnalyzer is distributed in the hope that it will be
19+
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
20+
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21+
General Public License for more details.
22+
23+
You should have received a copy of the GNU General Public License
24+
along with UnstructuredMeshAnalyzer. If not, see
25+
<https://www.gnu.org/licenses/>.
26+
*/
27+
828
#include <algorithm>
929
#include <cmath>
1030
#include <string>

faceSorting.cxx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
55
* Author: cfog
66
*/
77

8+
/*
9+
Copyright (C) The University of British Columbia, 2018.
10+
11+
This file is part of UnstructuredMeshAnalyzer.
12+
13+
UnstructuredMeshAnalyzer is free software: you can redistribute it
14+
and/or modify it under the terms of the GNU General Public License
15+
as published by the Free Software Foundation, either version 3 of
16+
the License, or (at your option) any later version.
17+
18+
UnstructuredMeshAnalyzer is distributed in the hope that it will be
19+
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
20+
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21+
General Public License for more details.
22+
23+
You should have received a copy of the GNU General Public License
24+
along with UnstructuredMeshAnalyzer. If not, see
25+
<https://www.gnu.org/licenses/>.
26+
*/
27+
828
#include <algorithm>
929
#include <set>
1030
#include <unordered_set>

geom_utils.cxx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
55
* Author: cfog
66
*/
77

8+
/*
9+
Copyright (C) The University of British Columbia, 2018.
10+
11+
This file is part of UnstructuredMeshAnalyzer.
12+
13+
UnstructuredMeshAnalyzer is free software: you can redistribute it
14+
and/or modify it under the terms of the GNU General Public License
15+
as published by the Free Software Foundation, either version 3 of
16+
the License, or (at your option) any later version.
17+
18+
UnstructuredMeshAnalyzer is distributed in the hope that it will be
19+
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
20+
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21+
General Public License for more details.
22+
23+
You should have received a copy of the GNU General Public License
24+
along with UnstructuredMeshAnalyzer. If not, see
25+
<https://www.gnu.org/licenses/>.
26+
*/
27+
828
#include <cmath>
929
#include <cassert>
1030

surface_proj.cxx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@
88
* by Carl Ollivier-Gooch.
99
*/
1010

11+
/*
12+
Copyright (C) The University of British Columbia, 2018.
13+
14+
This file is part of UnstructuredMeshAnalyzer.
15+
16+
UnstructuredMeshAnalyzer is free software: you can redistribute it
17+
and/or modify it under the terms of the GNU General Public License
18+
as published by the Free Software Foundation, either version 3 of
19+
the License, or (at your option) any later version.
20+
21+
UnstructuredMeshAnalyzer is distributed in the hope that it will be
22+
useful, but WITHOUT ANY WARRANTY; without even the implied warranty
23+
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
24+
General Public License for more details.
25+
26+
You should have received a copy of the GNU General Public License
27+
along with UnstructuredMeshAnalyzer. If not, see
28+
<https://www.gnu.org/licenses/>.
29+
*/
30+
1131
// GeodeProjectPoints.cpp
1232
//
1333
#include <string>

0 commit comments

Comments
 (0)