ipums / nhgisxwalk

Spatio-temporal NHGIS Crosswalks
https://ipums.github.io/nhgisxwalk/
Mozilla Public License 2.0
12 stars 2 forks source link

Add headers to source files #101

Closed jGaboardi closed 4 years ago

jGaboardi commented 4 years ago

Header in Source Files

In each source file that you've written, place a comment header at the top of the file. [NOTE: The example below uses the comment notation ("#") recognized by most scripting languages (e.g., Bash, Perl, Python, R, Ruby). Adjust that notation accordingly based on the language your code is written in.]

# This file is part of the Minnesota Population Center's {PROJECT TITLE}.
# For copyright and licensing information, see the NOTICE and LICENSE files
# in this project's top-level directory, and also on-line at:
#   https://github.com/mnpopcenter/{REPO-NAME}

Replace the placehoders {PROJECT TITLE} and {REPO-NAME}