Index: Makefile.in ================================================================== --- Makefile.in +++ Makefile.in @@ -4,16 +4,17 @@ # "Makefile.in" then it is a template for a Makefile; to generate the # actual Makefile, run "./configure", which is a configuration script # generated by the "autoconf" program (constructs like "@foo@" will get # replaced in the actual Makefile. # -# Copyright (c) 1999-2000 Scriptics Corporation. +# Copyright (c) 1999-2000 Ajuba Solutions. +# All rights reserved. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: Makefile.in,v 1.8 2000/05/04 20:12:50 aborr Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.9 2000/05/30 22:18:01 aborr Exp $ lib_BINARIES=$(tls_LIB_FILE) BINARIES=$(lib_BINARIES) Index: tests/all.tcl ================================================================== --- tests/all.tcl +++ tests/all.tcl @@ -2,14 +2,14 @@ # # This file contains a top-level script to run all of the Tcl # tests. Execute it by invoking "source all.test" when running tcltest # in this directory. # -# Copyright (c) 1998-2000 by Scriptics Corporation. +# Copyright (c) 1998-2000 by Ajuba Solutions. # All rights reserved. # -# RCS: @(#) $Id: all.tcl,v 1.1 2000/02/05 00:31:51 aborr Exp $ +# RCS: @(#) $Id: all.tcl,v 1.2 2000/05/30 22:19:48 aborr Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest namespace import ::tcltest::* } Index: tests/ciphers.test ================================================================== --- tests/ciphers.test +++ tests/ciphers.test @@ -2,11 +2,12 @@ # # This file contains a collection of tests for one or more of the Tcl # built-in commands. Sourcing this file into Tcl runs the tests and # generates output for errors. No output means no errors were found. # -# Copyright (c) 2000 by Scriptics Corporation. +# Copyright (c) 2000 by Ajuba Solutions. +# All rights reserved. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. #