Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions display/d.legend.vect/draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
* background. With do_bg=0 compute position of all legend graphic item and draw
* all.
*
* Copyright (C) 2016 by Adam Laza, GSoC 2016, and the GRASS Development Team
*
* This program is free software under the GPL (>=v2) Read the COPYING
* file that comes with GRASS for details.
* SPDX-FileCopyrightText: 2016 Adam Laza, GSoC 2016
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#include <string.h>
Expand Down
6 changes: 3 additions & 3 deletions display/d.legend/draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* Extracted from original d.legend/main.c for background purpose
* Moving to separate file: Adam Laza, GSoC 2016
*
* Copyright (C) 2014 by Hamish Bowman, and the GRASS Development Team*
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
* SPDX-FileCopyrightText: 2014 Hamish Bowman
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#include <stdlib.h>
Expand Down
6 changes: 3 additions & 3 deletions display/d.legend/histogram.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
* Draws a histogram along the left side of a smooth gradient legend
* (stats fetching code adapted from d.histogram)
*
* Copyright (C) 2014 by Hamish Bowman, and the GRASS Development Team*
* This program is free software under the GPL (>=v2)
* Read the COPYING file that comes with GRASS for details.
* SPDX-FileCopyrightText: 2014 Hamish Bowman
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#include <grass/gis.h>
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/gui_core/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@
.. todo::
verify option value types

Copyright(C) 2000-2015 by the GRASS Development Team

This program is free software under the GPL(>=v2) Read the file
COPYING coming with GRASS for details.
SPDX-FileCopyrightText: 2000-2015 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Jan-Oliver Wagner <jan@intevation.de>
@author Bernhard Reiter <bernhard@intevation.de>
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/xml/grass-gxm.dtd
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<!-- grass-gxm.dtd

Copyright (C) 2010 by the GRASS Development Team
SPDX-FileCopyrightText: 2010 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later
Author: Martin Landa <landa.martin gmail.com>

This program is free software under the GPL (>=v2)
Read the file COPYING coming with GRASS for details.
-->


Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/xml/grass-gxw.dtd
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<!-- grass-gxw.dtd

Copyright (C) 2007-2008 by the GRASS Development Team
SPDX-FileCopyrightText: 2007-2008 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later
Author: Martin Landa <landa.martin gmail.com>

This program is free software under the GPL (>=v2)
Read the file COPYING coming with GRASS for details.
-->


Expand Down
7 changes: 3 additions & 4 deletions imagery/i.svm.train/fill.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/*
* i.svm.train Functions filling svm_problem struct
*
* Copyright 2023 by Maris Nartiss, and the GRASS Development Team
* SPDX-FileCopyrightText: 2023 Maris Nartiss
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
* Author: Maris Nartiss
*
* This program is free software licensed under the GPL (>=v2).
* Read the COPYING file that comes with GRASS for details.
*
*/
#include <grass/raster.h>
#include <grass/glocale.h>
Expand Down
7 changes: 3 additions & 4 deletions imagery/i.svm.train/fill.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/*
* i.svm.train Functions filling svm_problem struct
*
* Copyright 2023 by Maris Nartiss, and the GRASS Development Team
* SPDX-FileCopyrightText: 2023 Maris Nartiss
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
* Author: Maris Nartiss
*
* This program is free software licensed under the GPL (>=v2).
* Read the COPYING file that comes with GRASS for details.
*
*/

#include <grass/config.h>
Expand Down
8 changes: 4 additions & 4 deletions lib/cairodriver/draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

\brief GRASS cairo display driver

(C) 2007-2008 by Lars Ahlzen, Glynn Clements and the GRASS Development Team

This program is free software under the GNU General Public License
(>=v2). Read the file COPYING that comes with GRASS for details.
SPDX-FileCopyrightText: 2007-2008 Lars Ahlzen
SPDX-FileCopyrightText: 2007-2008 Glynn Clements
SPDX-FileCopyrightText: Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

\author Lars Ahlzen <lars ahlzen.com> (original contributor)
\author Glynn Clements
Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/between.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
int datetime_is_between(int x, int a, int b)
{
Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/change.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <grass/datetime.h>

Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/copy.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <string.h>
#include <grass/datetime.h>
Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/diff.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <stdlib.h>
#include <grass/datetime.h>
Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/error.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <string.h>

Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/format.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <stdio.h>
#include <string.h>
Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/incr1.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <grass/datetime.h>

Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/incr2.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <grass/datetime.h>

Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/incr3.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <grass/datetime.h>

Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/local.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <time.h>
#include <grass/datetime.h>
Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/misc.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <grass/datetime.h>

Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/same.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <string.h>
#include <grass/datetime.h>
Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/scan.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <stdio.h>
#include <string.h>
Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/sign.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <grass/datetime.h>

Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/type.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <grass/datetime.h>

Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/tz1.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <grass/datetime.h>

Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/tz2.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <grass/datetime.h>

Expand Down
8 changes: 4 additions & 4 deletions lib/datetime/values.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Copyright (C) 1995. Bill Brown <brown@gis.uiuc.edu> & Michael Shapiro
*
* This program is free software under the GPL (>=v2)
* Read the file GPL.TXT coming with GRASS for details.
* SPDX-FileCopyrightText: 1995 Bill Brown <brown@gis.uiuc.edu>
* SPDX-FileCopyrightText: 1995 Michael Shapiro
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <grass/datetime.h>

Expand Down
7 changes: 2 additions & 5 deletions lib/db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,11 @@ Further authors:

### Copyright

(C) 2003-2024 by the GRASS Development Team
SPDX-FileCopyrightText: 2003-2024 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

### License

This program is free software under the GNU General Public
License (>=v2). Read the file COPYING that comes with GRASS
for details.

### Directory contents

- `dbmi/`: DataBase Management Interface (`db_*()` functions)
Expand Down
8 changes: 3 additions & 5 deletions lib/gis/asprintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
* Rewritten by Glynn Clements, Sat, 6 Feb 2010
* Assumes that vsnprintf() is available
*
* (C) 2002-2014 by the GRASS Development Team
* (C) 2010 by Glynn Clements
*
* This program is free software under the GNU General Public License
* (>=v2). Read the file COPYING that comes with GRASS for details.
* SPDX-FileCopyrightText: 2010 Glynn Clements
* SPDX-FileCopyrightText: Other GRASS authors
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#define _GNU_SOURCE /* enable asprintf */
Expand Down
Loading
Loading