comparison ggrtf.tf @ 1645:4e4498b4558c rel-0_7_4_1

Bump copyright.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Feb 2021 22:56:21 +0200
parents 8ba52080bc5c
children a704cb020566
comparison
equal deleted inserted replaced
1644:b60836ebb18c 1645:4e4498b4558c
1 ;; 1 ;;
2 ;; GgrTF - A TinyFugue script for BatMUD 2 ;; GgrTF - A TinyFugue script for BatMUD
3 ;; (C) Copyright 2004-2020 Matti Hämäläinen (Ggr Pupunen) 3 ;; (C) Copyright 2004-2021 Matti Hämäläinen (Ggr Pupunen)
4 ;; 4 ;;
5 /set ggrtf_ver=0.7.4.1 5 /set ggrtf_ver=0.7.4.1
6 ;; 6 ;;
7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 7 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
8 ;; 8 ;;
1185 1185
1186 1186
1187 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 1187 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1188 ;; Version reporting 1188 ;; Version reporting
1189 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 1189 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1190 /set ggrtf_copy=(C) Copyright 2004-2020 Matti Hämäläinen (Ggr Pupunen) and others 1190 /set ggrtf_copy=(C) Copyright 2004-2021 Matti Hämäläinen (Ggr Pupunen) and others
1191 1191
1192 ;@command /gver 1192 ;@command /gver
1193 ;@desc Prints (or returns, if called as function) a short version string of GgrTF. 1193 ;@desc Prints (or returns, if called as function) a short version string of GgrTF.
1194 /def -i gver = /result "GgrTF %{ggrtf_ver}" 1194 /def -i gver = /result "GgrTF %{ggrtf_ver}"
1195 1195