-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_gnu_header.cs
executable file
·38 lines (38 loc) · 1.5 KB
/
_gnu_header.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/*
* This file is part of the ArcGIS National Responsibility Assessment Tool
* source code (https://github.com/popecologist/ArcGIS-NRA-Tool or
* http://xxx.github.io).
*
* Copyright (c) 2020 Yu-Pin Lin / 林裕彬
* Department of Bioenvironmental Systems Engineering
* National Taiwan University
* No. 1, Sec. 4, Roosevelt Road
* Taipei
* 10617 Taiwan
* R.O.C.
* Office Phone: 886-2-33663467; Fax: 886-2-2368-6980
* E-mail: [email protected]
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Please cite and refer to the tool in any report, scientific paper or
* other type of publication either in print or electronically with the
* reference mentioned below.
*
* References:
* Lin YP, Schmeller DS, Ding TS, Wang YC, Lien WY, Henle K,
* Klenke RA (2020) A GIS-based policy support tool to determine
* national responsibilities and priorities for biodiversity
* conservation. PLOS ONE 15(12): e0243135.
* https://doi.org/10.1371/journal.pone.0243135
*/