Skip to content

Commit f3bc278

Browse files
committed
refactor: use more readable Tcl version reqs
Update copyright.
1 parent 7fe00ec commit f3bc278

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

2048.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# - https://github.com/dbohdan/2048.tcl -- Git repository;
88
# - https://wiki.tcl-lang.org/40557 -- discussion.
99

10-
package require Tcl 8.5-10
10+
package require Tcl 8.5 9
1111

1212
namespace eval 2048 {
1313
namespace ensemble create

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2015, 2017, 2021 D. Bohdan
1+
Copyright (c) 2014-2015, 2017, 2021, 2024 D. Bohdan
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)