|
1 | 1 | ## |
2 | 2 | ## Datastructures: GAP package providing common datastructures. |
3 | 3 | ## |
4 | | -## Copyright (C) 2015-2017 The datastructures team. |
| 4 | +## Copyright (C) 2015-2018 The datastructures team. |
5 | 5 | ## For list of the team members, please refer to the COPYRIGHT file. |
6 | 6 | ## |
7 | 7 | ## This package is licensed under the GPL 2 or later, please refer |
@@ -84,8 +84,8 @@ Persons := [ |
84 | 84 |
|
85 | 85 | Status := "dev", |
86 | 86 |
|
87 | | -SourceRepository := rec( |
88 | | - Type := "git", |
| 87 | +SourceRepository := rec( |
| 88 | + Type := "git", |
89 | 89 | URL := "https://github.com/gap-packages/datastructures" |
90 | 90 | ), |
91 | 91 | IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ), |
@@ -137,15 +137,15 @@ Keywords := ["data structures", "algorithms"], |
137 | 137 | AutoDoc := rec( |
138 | 138 | TitlePage := rec( |
139 | 139 | Copyright := |
140 | | -"""©right; 2015-17 by Chris Jefferson, Markus Pfeiffer, Max Horn, Reimer Behrends and others<P/> |
141 | | -&datastructures; package is free software; |
142 | | -you can redistribute it and/or modify it under the terms of the |
143 | | -<URL Text="GNU General Public License">http://www.fsf.org/licenses/gpl.html</URL> |
144 | | -as published by the Free Software Foundation; either version 2 of the License, |
| 140 | +"""©right; 2015-18 by Chris Jefferson, Steve Linton, Markus Pfeiffer, Max Horn, Reimer Behrends and others<P/> |
| 141 | +&datastructures; package is free software; |
| 142 | +you can redistribute it and/or modify it under the terms of the |
| 143 | +<URL Text="GNU General Public License">http://www.fsf.org/licenses/gpl.html</URL> |
| 144 | +as published by the Free Software Foundation; either version 2 of the License, |
145 | 145 | or (at your option) any later version.""", |
146 | 146 | Acknowledgements := |
147 | | -"""We appreciate very much all past and future comments, suggestions and |
148 | | -contributions to this package and its documentation provided by &GAP; |
| 147 | +"""We appreciate very much all past and future comments, suggestions and |
| 148 | +contributions to this package and its documentation provided by &GAP; |
149 | 149 | users and developers.""", |
150 | 150 | ), |
151 | 151 | ), |
|
0 commit comments