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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 2 additions & 3 deletions db/drivers/ogr/cursor.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

\brief Low level OGR SQL driver

(C) 2004-2009 by 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: 2004-2009 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

\author Radim Blazek
\author Some updates by Martin Landa <landa.martin gmail.com>
Expand Down
5 changes: 2 additions & 3 deletions db/drivers/ogr/db.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

\brief Low level OGR SQL driver

(C) 2004-2009 by 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: 2004-2009 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

\author Radim Blazek
\author Some updates by Martin Landa <landa.martin gmail.com>
Expand Down
5 changes: 2 additions & 3 deletions db/drivers/ogr/describe.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

\brief Low level OGR SQL driver

(C) 2004-2009 by 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: 2004-2009 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

\author Radim Blazek
\author Some updates by Martin Landa <landa.martin gmail.com>
Expand Down
5 changes: 2 additions & 3 deletions db/drivers/ogr/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

\brief Low level OGR SQL driver

(C) 2004-2009 by 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: 2004-2009 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

\author Radim Blazek
\author Some updates by Martin Landa <landa.martin gmail.com>
Expand Down
5 changes: 2 additions & 3 deletions db/drivers/ogr/error.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

\brief Low level OGR SQL driver

(C) 2004-2009 by 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: 2004-2009 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

\author Radim Blazek
\author Some updates by Martin Landa <landa.martin gmail.com>
Expand Down
5 changes: 2 additions & 3 deletions db/drivers/ogr/execute.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

\brief Low level OGR SQL driver

(C) 2011 by 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: 2011 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

\author Martin Landa <landa.martin gmail.com> (2011/07)
*/
Expand Down
5 changes: 2 additions & 3 deletions db/drivers/ogr/fetch.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

\brief Low level OGR SQL driver

(C) 2004-2009 by 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: 2004-2009 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

\author Radim Blazek
\author Some updates by Martin Landa <landa.martin gmail.com>
Expand Down
5 changes: 2 additions & 3 deletions db/drivers/ogr/listtab.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

\brief Low level OGR SQL driver

(C) 2004-2009 by 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: 2004-2009 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

\author Radim Blazek
\author Some updates by Martin Landa <landa.martin gmail.com>
Expand Down
5 changes: 2 additions & 3 deletions db/drivers/ogr/select.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

\brief Low level OGR SQL driver

(C) 2004-2009 by 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: 2004-2009 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

\author Radim Blazek
\author Some updates by Martin Landa <landa.martin gmail.com>
Expand Down
6 changes: 2 additions & 4 deletions doc/examples/gui/wxpython/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
Classes:
- dialogs::ExampleMapDialog

(C) 2011-2014 by 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: 2011-2014 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Anna Petrasova <kratochanna gmail.com>
"""
Expand Down
6 changes: 2 additions & 4 deletions doc/examples/gui/wxpython/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
- frame::ExampleMapDisplay
- frame::ExampleInfoTextManager

(C) 2011-2014 by 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: 2011-2014 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Anna Petrasova <kratochanna gmail.com>
"""
Expand Down
6 changes: 2 additions & 4 deletions doc/examples/gui/wxpython/toolbars.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
- toolbars::ExampleMainToolbar
- toolbars::ExampleMiscToolbar

(C) 2011-2014 by 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: 2011-2014 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Anna Petrasova <kratochanna gmail.com>
"""
Expand Down
6 changes: 2 additions & 4 deletions general/g.proj/testsuite/test_g_proj.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
"""g.proj tests

(C) 2023 by 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: 2023 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

:author: Anna Petrasova
"""
Expand Down
6 changes: 2 additions & 4 deletions general/g.rename/testsuite/test_overwrite.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
"""g.remove tests

(C) 2013 by 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: 2013 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

:author: Vaclav Petras
"""
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/animation/anim.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
Classes:
- anim::Animation

(C) 2013 by 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: 2013 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Anna Petrasova <kratochanna gmail.com>
"""
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/animation/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
Classes:
- controller::AnimationController

(C) 2013 by 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: 2013 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Anna Petrasova <kratochanna gmail.com>
"""
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/animation/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
- data::AnimationLayer


(C) 2013 by 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: 2013 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Anna Petrasova <kratochanna gmail.com>
"""
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/animation/dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
- dialogs::AddTemporalLayerDialog


(C) 2013 by 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: 2013 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Anna Petrasova <kratochanna gmail.com>
"""
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/animation/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
- frame::SimpleAnimationSlider
- frame::TimeAnimationSlider

(C) 2013 by 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: 2013 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Anna Petrasova <kratochanna gmail.com>
"""
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/animation/mapwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
- mapwindow::BufferedWindow
- mapwindow::AnimationWindow

(C) 2013 by 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: 2013 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Anna Petrasova <kratochanna gmail.com>
"""
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/animation/nviztask.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
Classes:
- nviztask::NvizTask

(C) 2013 by 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: 2013 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Anna Petrasova <kratochanna gmail.com>
"""
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/animation/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
- mapwindow::BitmapPool
- mapwindow::CleanUp

(C) 2013 by 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: 2013 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Anna Petrasova <kratochanna gmail.com>
"""
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/animation/temporal_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
- temporal_manager::TemporalManager


(C) 2012 by 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: 2012 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Anna Kratochvilova <kratochanna gmail.com>
"""
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/animation/toolbars.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
- toolbars::AnimSimpleLmgrToolbar


(C) 2013 by 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: 2013 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Anna Petrasova <kratochanna gmail.com>
"""
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/animation/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
- utils::ReplayMode


(C) 2013 by 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: 2013 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Anna Petrasova <kratochanna gmail.com>
"""
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/core/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
Debug.msg (3, 'debug message')
@endcode

(C) 2007-2009, 2011 by 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-2009, 2011 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Martin Landa <landa.martin gmail.com>
"""
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/core/gcmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
- RunCommand
- GetDefaultEncoding

(C) 2007-2008, 2010-2011 by 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, 2010-2011 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Jachym Cepicky
@author Martin Landa <landa.martin gmail.com>
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/core/gconsole.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
- goutput::GStderr
- goutput::GConsole

(C) 2007-2015 by 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-2015 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Michael Barton (Arizona State University)
@author Martin Landa <landa.martin gmail.com>
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/core/giface.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
Classes:
- giface::StandaloneGrassInterface

(C) 2012-2014 by 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: 2012-2014 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Anna Kratochvilova <kratochanna gmail.com>
@author Vaclav Petras <wenzeslaus gmail.com>
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/core/globalvar.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@

@brief Global variables used by wxGUI

(C) 2007-2016 by 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-2016 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Martin Landa <landa.martin gmail.com>
"""
Expand Down
6 changes: 2 additions & 4 deletions gui/wxpython/core/gthread.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
Classes:
- gthread::gThread

(C) 2013-2014 by 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: 2013-2014 Other GRASS authors
SPDX-License-Identifier: GPL-2.0-or-later

@author Stepan Turek <stepan.turek seznam.cz> (mentor: Martin Landa)
"""
Expand Down
Loading