Skip to content

Commit 8d90340

Browse files
committed
Precise license: GPL-3.0-or-later.
1 parent e8a66f6 commit 8d90340

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

F.png

-419 Bytes
Loading

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Authors:
88
> Vincent MAGNIN, James TAPPIN, Jens HUNGER, Jerry DE LISLE, "gtk-fortran: a GTK+ binding to build Graphical User Interfaces in Fortran", _Journal of Open Source Software,_ 4(34), 1109, 12th January 2019, [https://doi.org/10.21105/joss.01109](https://doi.org/10.21105/joss.01109)
99
1010
## License
11-
GPLv3
11+
GPL-3.0-or-later
1212

1313
## fpm
1414
To use cairo-fortran within your `fpm` project, add the following to your project `fpm.toml` file:

fpm.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "cairo-fortran"
22
description= "Fortran bindings for libcairo"
33
version = "0.1.0"
4-
license = "GPLv3"
4+
license = "GPL-3.0-or-later"
55
author = "The gtk-fortran team"
66
copyright = "2011-2021 The gtk-fortran team"
77
maintainer = "Carlos Une <@brocolis>"

src/cairo-auto.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
! Do not modify this file automatically generated by cfwrapper.py using:
22
! GTK 3.24.18, GLib 2.64.2, Ubuntu 20.04 x86_64
33
! This file is part of the gtk-fortran library, distributed under
4-
! GNU General Public License version 3.
4+
! GNU General Public License version 3 or later.
55

66
module cairo
77
implicit none

src/cairo-enums.f90

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
! Do not modify this file automatically generated by cfwrapper.py using:
22
! GTK 3.24.18, GLib 2.64.2, Ubuntu 20.04 x86_64
33
! This file is part of the gtk-fortran library, distributed under
4-
! GNU General Public License version 3.
4+
! GNU General Public License version 3 or later.
55

66
module cairo_enums
77
! cairo-svg.h
@@ -322,4 +322,4 @@ module cairo_enums
322322
enumerator :: CAIRO_FT_SYNTHESIZE_OBLIQUE = ISHFTC(1, 1)
323323
end enum
324324

325-
end module cairo_enums
325+
end module cairo_enums

0 commit comments

Comments
 (0)