Kaynağa Gözat

g.version: improved citation text; added CITING file to packaging

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@68662 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 8 yıl önce
ebeveyn
işleme
1adbcb9538
2 değiştirilmiş dosya ile 10 ekleme ve 3 silme
  1. 9 2
      CITING
  2. 1 1
      Makefile

+ 9 - 2
CITING

@@ -1,14 +1,21 @@
 The GRASS Development Team, the addon authors, further contributors and the user community have invested enormous efforts in making GRASS GIS available to you. Please give credit where credit is due and cite GRASS GIS and its addons when you use them for data analysis.
 
-For generic citations see below; for citing a particular GRASS GIS module, you may refer to the main author(s) along with the GRASS Development Team.
+For citation choices see below; for citing a particular GRASS GIS module, you may cite the main author(s) along with the GRASS Development Team.
 
-Here are some choices depending on the version used:
+
+Choices for citing the main GRASS GIS software (update YEAR and version number accordingly):
 * GRASS Development Team, YEAR. Geographic Resources Analysis Support System (GRASS) Software, Version 7.0. Open Source Geospatial Foundation. http://grass.osgeo.org
 * GRASS Development Team, YEAR. Geographic Resources Analysis Support System (GRASS) Programmer's Manual. Open Source Geospatial Foundation. Electronic document: http://grass.osgeo.org/programming7
 
+
+Citing a GRASS GIS Addon (update AUTHOR(S), YEAR, Addon-NAME, and version number accordingly):
+* AUTHOR(S), and GRASS Development Team, YEAR Addon-NAME. Geographic Resources Analysis Support System (GRASS) Software, Version 7.0. Open Source Geospatial Foundation. https://grass.osgeo.org/grass70/manuals/addons/Addon-NAME.html
+
+
 For other (scientific) references, see
 * https://grasswiki.osgeo.org/wiki/GRASS_Citation_Repository
 
+
 A BibTeX entry for LaTeX users is:
 
 @Manual{GRASS_GIS_software,

+ 1 - 1
Makefile

@@ -50,7 +50,7 @@ DIRS = \
 
 SUBDIRS = $(DIRS)
 
-FILES = AUTHORS COPYING CHANGES REQUIREMENTS.html GPL.TXT contributors.csv contributors_extra.csv translators.csv
+FILES = AUTHORS CITING COPYING CHANGES REQUIREMENTS.html GPL.TXT contributors.csv contributors_extra.csv translators.csv
 FILES_DST = $(patsubst %,$(ARCH_DISTDIR)/%,$(FILES))
 
 default: