Skip to content

Commit 5b429a9

Browse files
committed
updated header, added license information
1 parent 1ac5209 commit 5b429a9

Some content is hidden

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

122 files changed

+2562
-0
lines changed

NJtree.c

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/**
2+
>HEADER
3+
Copyright (c) 2004 Haixu Tang [email protected]
4+
5+
This file is part of the RepGraph package.
6+
7+
RepGraph is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
RepGraph is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with RepGraph. If not, see <http://www.gnu.org/licenses/>.
19+
<HEADER
20+
**/
21+
122
#include <stdinc.h>
223
#include <extvab.h>
324
#include <extfunc.h>

add_int_edge.c

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/**
2+
>HEADER
3+
Copyright (c) 2004 Haixu Tang [email protected]
4+
5+
This file is part of the RepGraph package.
6+
7+
RepGraph is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
RepGraph is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with RepGraph. If not, see <http://www.gnu.org/licenses/>.
19+
<HEADER
20+
**/
21+
122
#include <stdinc.h>
223
#include <extvab.h>
324
#include <extfunc.h>

align2seq.c

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/**
2+
>HEADER
3+
Copyright (c) 2004 Haixu Tang [email protected]
4+
5+
This file is part of the RepGraph package.
6+
7+
RepGraph is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
RepGraph is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with RepGraph. If not, see <http://www.gnu.org/licenses/>.
19+
<HEADER
20+
**/
21+
122
#include <stdinc.h>
223
#include <extvab.h>
324
#include <extfunc.h>

bl2aln.c

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/**
2+
>HEADER
3+
Copyright (c) 2004 Haixu Tang [email protected]
4+
5+
This file is part of the RepGraph package.
6+
7+
RepGraph is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
RepGraph is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with RepGraph. If not, see <http://www.gnu.org/licenses/>.
19+
<HEADER
20+
**/
21+
122
#include <stdinc.h>
223
#include <param.h>
324
#include <extfunc.h>

buildcons.c

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/**
2+
>HEADER
3+
Copyright (c) 2004 Haixu Tang [email protected]
4+
5+
This file is part of the RepGraph package.
6+
7+
RepGraph is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
RepGraph is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with RepGraph. If not, see <http://www.gnu.org/licenses/>.
19+
<HEADER
20+
**/
21+
122
#include <stdinc.h>
223
#include <extvab.h>
324
#include <extfunc.h>

case2aln.c

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/**
2+
>HEADER
3+
Copyright (c) 2004 Haixu Tang [email protected]
4+
5+
This file is part of the RepGraph package.
6+
7+
RepGraph is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
RepGraph is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with RepGraph. If not, see <http://www.gnu.org/licenses/>.
19+
<HEADER
20+
**/
21+
122
#include <stdinc.h>
223
#include <param.h>
324
#include <extfunc.h>

char2int.c

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/**
2+
>HEADER
3+
Copyright (c) 2004 Haixu Tang [email protected]
4+
5+
This file is part of the RepGraph package.
6+
7+
RepGraph is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
RepGraph is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with RepGraph. If not, see <http://www.gnu.org/licenses/>.
19+
<HEADER
20+
**/
21+
122
#include <stdinc.h>
223
#include <extvab.h>
324
#include <extfunc.h>

check.c

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/**
2+
>HEADER
3+
Copyright (c) 2004 Haixu Tang [email protected]
4+
5+
This file is part of the RepGraph package.
6+
7+
RepGraph is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
RepGraph is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with RepGraph. If not, see <http://www.gnu.org/licenses/>.
19+
<HEADER
20+
**/
21+
122
/* ckopen - open file; check for success */
223

324
#include <stdinc.h>

chk_consist.c

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/**
2+
>HEADER
3+
Copyright (c) 2004 Haixu Tang [email protected]
4+
5+
This file is part of the RepGraph package.
6+
7+
RepGraph is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
RepGraph is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with RepGraph. If not, see <http://www.gnu.org/licenses/>.
19+
<HEADER
20+
**/
21+
122
#include <stdinc.h>
223
#include <extvab.h>
324
#include <extfunc.h>

classifyaln.c

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/**
2+
>HEADER
3+
Copyright (c) 2004 Haixu Tang [email protected]
4+
5+
This file is part of the RepGraph package.
6+
7+
RepGraph is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
RepGraph is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with RepGraph. If not, see <http://www.gnu.org/licenses/>.
19+
<HEADER
20+
**/
21+
122
#include <stdinc.h>
223
#include <param.h>
324
#include <extfunc.h>

classifyaln_seg.c

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/**
2+
>HEADER
3+
Copyright (c) 2004 Haixu Tang [email protected]
4+
5+
This file is part of the RepGraph package.
6+
7+
RepGraph is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
RepGraph is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with RepGraph. If not, see <http://www.gnu.org/licenses/>.
19+
<HEADER
20+
**/
21+
122
#include <stdinc.h>
223
#include <param.h>
324
#include <extfunc.h>

collectpath.c

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/**
2+
>HEADER
3+
Copyright (c) 2004 Haixu Tang [email protected]
4+
5+
This file is part of the RepGraph package.
6+
7+
RepGraph is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
RepGraph is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with RepGraph. If not, see <http://www.gnu.org/licenses/>.
19+
<HEADER
20+
**/
21+
122
#include <stdinc.h>
223
#include <extvab.h>
324
#include <extfunc.h>

common_regions.c

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/**
2+
>HEADER
3+
Copyright (c) 2004 Haixu Tang [email protected]
4+
5+
This file is part of the RepGraph package.
6+
7+
RepGraph is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
RepGraph is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with RepGraph. If not, see <http://www.gnu.org/licenses/>.
19+
<HEADER
20+
**/
21+
122
#include <stdinc.h>
223
#include <extvab.h>
324
#include <extfunc.h>

comput_bp.c

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/**
2+
>HEADER
3+
Copyright (c) 2004 Haixu Tang [email protected]
4+
5+
This file is part of the RepGraph package.
6+
7+
RepGraph is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
RepGraph is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with RepGraph. If not, see <http://www.gnu.org/licenses/>.
19+
<HEADER
20+
**/
21+
122
#include <stdinc.h>
223
#include <extvab.h>
324
#include <extfunc.h>

copyseq.c

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/**
2+
>HEADER
3+
Copyright (c) 2004 Haixu Tang [email protected]
4+
5+
This file is part of the RepGraph package.
6+
7+
RepGraph is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
RepGraph is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with RepGraph. If not, see <http://www.gnu.org/licenses/>.
19+
<HEADER
20+
**/
21+
122
#include <stdinc.h>
223
#include <extvab.h>
324
#include <extfunc.h>

count_comp.c

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
/**
2+
>HEADER
3+
Copyright (c) 2004 Haixu Tang [email protected]
4+
5+
This file is part of the RepGraph package.
6+
7+
RepGraph is free software: you can redistribute it and/or modify
8+
it under the terms of the GNU General Public License as published by
9+
the Free Software Foundation, either version 3 of the License, or
10+
(at your option) any later version.
11+
12+
RepGraph is distributed in the hope that it will be useful,
13+
but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
GNU General Public License for more details.
16+
17+
You should have received a copy of the GNU General Public License
18+
along with RepGraph. If not, see <http://www.gnu.org/licenses/>.
19+
<HEADER
20+
**/
21+
122
#include <stdinc.h>
223
#include <extvab.h>
324
#include <extfunc.h>

0 commit comments

Comments
 (0)