diff options
Diffstat (limited to 'tests/security.test')
| -rw-r--r-- | tests/security.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/security.test b/tests/security.test index eeabc9c..6aa7ccb 100644 --- a/tests/security.test +++ b/tests/security.test @@ -6,12 +6,12 @@ # Sourcing this file into Tcl runs the tests and generates output for errors. # No output means no errors were found. # -# Copyright (c) 1997 Sun Microsystems, Inc. -# Copyright (c) 1998-1999 by Scriptics Corporation. +# Copyright © 1997 Sun Microsystems, Inc. +# Copyright © 1998-1999 Scriptics Corporation. # All rights reserved. if {"::tcltest" ni [namespace children]} { - package require tcltest + package require tcltest 2.5 namespace import -force ::tcltest::* } |
