Skip to content

Commit 4948a6c

Browse files
author
automatic-merge
committed
Merge remote branch 'origin/master' into edge
2 parents 41c7a22 + 4291805 commit 4948a6c

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ The GtkAda Reference Manual can be found:
5050

5151
- HTML version: in `gtkada_rm/gtkada_rm/index.html`
5252

53+
Documentation is available on-line
54+
- [GtkAda User's Guide](http://docs.adacore.com/live/wave/gtkada/html/gtkada_ug/index.html)
55+
- [GtkAda Reference Manual](http://docs.adacore.com/live/wave/gtkada/html/gtkada_rm/index.html)
56+
5357
Patches
5458
-------
5559

src/gtkada-intl.gpb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-- This library is free software; you can redistribute it and/or --
88
-- modify it under the terms of the GNU General Public --
99
-- License as published by the Free Software Foundation; either --
10-
-- version 2 of the License, or (at your option) any later version. --
10+
-- version 3 of the License, or (at your option) any later version. --
1111
-- --
1212
-- This library is distributed in the hope that it will be useful, --
1313
-- but WITHOUT ANY WARRANTY; without even the implied warranty of --

src/misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
-- This library is free software; you can redistribute it and/or --
99
-- modify it under the terms of the GNU General Public --
1010
-- License as published by the Free Software Foundation; either --
11-
-- version 2 of the License, or (at your option) any later version. --
11+
-- version 3 of the License, or (at your option) any later version. --
1212
-- --
1313
-- This library is distributed in the hope that it will be useful, --
1414
-- but WITHOUT ANY WARRANTY; without even the implied warranty of --

src/misc_osx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-- This library is free software; you can redistribute it and/or --
88
-- modify it under the terms of the GNU General Public --
99
-- License as published by the Free Software Foundation; either --
10-
-- version 2 of the License, or (at your option) any later version. --
10+
-- version 3 of the License, or (at your option) any later version. --
1111
-- --
1212
-- This library is distributed in the hope that it will be useful, --
1313
-- but WITHOUT ANY WARRANTY; without even the implied warranty of --

src/misc_osx.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
-- This library is free software; you can redistribute it and/or --
99
-- modify it under the terms of the GNU General Public --
1010
-- License as published by the Free Software Foundation; either --
11-
-- version 2 of the License, or (at your option) any later version. --
11+
-- version 3 of the License, or (at your option) any later version. --
1212
-- --
1313
-- This library is distributed in the hope that it will be useful, --
1414
-- but WITHOUT ANY WARRANTY; without even the implied warranty of --

testgtk/create_about.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ package body Create_About is
9191
"This library is free software; you can redistribute it and/or"
9292
& " modify it under the terms of the GNU General Public"
9393
& " License as published by the Free Software Foundation; either"
94-
& " version 2 of the License, or (at your option) any later version."
94+
& " version 3 of the License, or (at your option) any later version."
9595
& ASCII.LF
9696
& "This library is distributed in the hope that it will be useful,"
9797
& " but WITHOUT ANY WARRANTY; without even the implied warranty of"

0 commit comments

Comments
 (0)