GPlates / gplately

GPlately is a Python package to interrogate tectonic plate reconstructions.
https://gplates.github.io/gplately/
GNU General Public License v2.0
56 stars 13 forks source link

Add copyright and License info in source files? #168

Closed michaelchin closed 3 months ago

michaelchin commented 6 months ago

like we did for ptt? discuss and decide

""" Copyright (C) 2023 The University of Sydney, Australia

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License, version 2, as published by
the Free Software Foundation.

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, write to Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

"""

brmather commented 5 months ago

Everything in quotation blocks is rendered by pdoc as documentation. Better to put hashtags there instead.

michaelchin commented 3 months ago

this should be done along with https://github.com/GPlates/gplately/issues/201

michaelchin commented 3 months ago

Done in 03f7540