comparison ggrtf.tf @ 1671:b0c58647c169

Bump copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 01 Mar 2024 12:52:02 +0200
parents 97df3a9b3d45
children 54a9a23d8df0
comparison
equal deleted inserted replaced
1670:3a089138b01c 1671:b0c58647c169
1 ;; 1 ;;
2 ;; GgrTF - A TinyFugue script for BatMUD 2 ;; GgrTF - A TinyFugue script for BatMUD
3 ;; (C) Copyright 2004-2022 Matti Hamalainen (Ggr Pupunen) 3 ;; (C) Copyright 2004-2024 Matti Hamalainen (Ggr Pupunen)
4 ;; 4 ;;
5 /set ggrtf_ver=0.7.4.3 5 /set ggrtf_ver=0.7.4.3
6 ;; 6 ;;
7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
8 ;; 8 ;;
1191 1191
1192 1192
1193 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 1193 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1194 ;; Version reporting 1194 ;; Version reporting
1195 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 1195 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1196 /set ggrtf_copy=(C) Copyright 2004-2022 Matti Hamalainen (Ggr Pupunen) and others 1196 /set ggrtf_copy=(C) Copyright 2004-2024 Matti Hamalainen (Ggr Pupunen) and others
1197 1197
1198 ;@command /gver 1198 ;@command /gver
1199 ;@desc Prints (or returns, if called as function) a short version string of GgrTF. 1199 ;@desc Prints (or returns, if called as function) a short version string of GgrTF.
1200 /def -i gver = /result "GgrTF %{ggrtf_ver}" 1200 /def -i gver = /result "GgrTF %{ggrtf_ver}"
1201 1201