diff options
Diffstat (limited to 'xts5')
1052 files changed, 8322 insertions, 5172 deletions
diff --git a/xts5/Makefile b/xts5/Makefile index 57aa9e6e..5c6ee358 100644 --- a/xts5/Makefile +++ b/xts5/Makefile @@ -19,7 +19,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/Makefile,v 1.6 2005-11-01 01:38:05 idr Exp $ +# $Header: /cvs/xtest/xtest/xts5/Makefile,v 1.7 2005-11-03 08:42:00 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. @@ -33,7 +33,10 @@ # # Modifications: # $Log: Makefile,v $ -# Revision 1.6 2005-11-01 01:38:05 idr +# Revision 1.7 2005-11-03 08:42:00 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.6 2005/11/01 01:38:05 idr # Numerous changes to eliminate the need for wclean. It is replaced by doing # 'wbuild clean'. tetclean.cfg will soon get the axe as well. # @@ -142,43 +145,43 @@ all: build install tests build: tetbuild.cfg chmod ugo+x bin/wbuild - @if [ -s $(TET_ROOT)/vsw5/results/install.log ]; \ + @if [ -s $(TET_ROOT)/xts5/results/install.log ]; \ then \ - mv -f $(TET_ROOT)/vsw5/results/install.log $(TET_ROOT)/vsw5/results/install.log.o; \ + mv -f $(TET_ROOT)/xts5/results/install.log $(TET_ROOT)/xts5/results/install.log.o; \ fi - @(echo VSW5 INSTALLATION LOG|tee -a $(TET_ROOT)/vsw5/results/install.log) - @(echo |tee -a $(TET_ROOT)/vsw5/results/install.log) - @(date |tee -a $(TET_ROOT)/vsw5/results/install.log) - @(uname -a |tee -a $(TET_ROOT)/vsw5/results/install.log) - @(id |tee -a $(TET_ROOT)/vsw5/results/install.log) - @(echo |tee -a $(TET_ROOT)/vsw5/results/install.log) - @(echo Building libxtest |tee -a $(TET_ROOT)/vsw5/results/install.log) - @(cd $(TET_ROOT)/vsw5/src/lib; wbuild install 2>&1 | tee -a $(TET_ROOT)/vsw5/results/install.log) - @(echo Building libXst |tee -a $(TET_ROOT)/vsw5/results/install.log) - @(cd $(TET_ROOT)/vsw5/src/libproto; wbuild install 2>&1 | tee -a $(TET_ROOT)/vsw5/results/install.log) - @(echo Building libximtest |tee -a $(TET_ROOT)/vsw5/results/install.log) - @(cd $(TET_ROOT)/vsw5/src/xim; wbuild install 2>&1 | tee -a $(TET_ROOT)/vsw5/results/install.log) - @(echo Building libfonts |tee -a $(TET_ROOT)/vsw5/results/install.log) - @(cd $(TET_ROOT)/vsw5/fonts; wbuild install 2>&1 | tee -a $(TET_ROOT)/vsw5/results/install.log) - @(echo Building libXR5 |tee -a $(TET_ROOT)/vsw5/results/install.log) - @(cd $(TET_ROOT)/vsw5/src/libXR5; wbuild install 2>&1 | tee -a $(TET_ROOT)/vsw5/results/install.log) - @(echo Building libXtaw |tee -a $(TET_ROOT)/vsw5/results/install.log) - @(cd $(TET_ROOT)/vsw5/src/libXtaw; wbuild install 2>&1 | tee -a $(TET_ROOT)/vsw5/results/install.log) - @(echo Building libXtmu |tee -a $(TET_ROOT)/vsw5/results/install.log) - @(cd $(TET_ROOT)/vsw5/src/libXtmu; wbuild install 2>&1 | tee -a $(TET_ROOT)/vsw5/results/install.log) + @(echo VSW5 INSTALLATION LOG|tee -a $(TET_ROOT)/xts5/results/install.log) + @(echo |tee -a $(TET_ROOT)/xts5/results/install.log) + @(date |tee -a $(TET_ROOT)/xts5/results/install.log) + @(uname -a |tee -a $(TET_ROOT)/xts5/results/install.log) + @(id |tee -a $(TET_ROOT)/xts5/results/install.log) + @(echo |tee -a $(TET_ROOT)/xts5/results/install.log) + @(echo Building libxtest |tee -a $(TET_ROOT)/xts5/results/install.log) + @(cd $(TET_ROOT)/xts5/src/lib; wbuild install 2>&1 | tee -a $(TET_ROOT)/xts5/results/install.log) + @(echo Building libXst |tee -a $(TET_ROOT)/xts5/results/install.log) + @(cd $(TET_ROOT)/xts5/src/libproto; wbuild install 2>&1 | tee -a $(TET_ROOT)/xts5/results/install.log) + @(echo Building libximtest |tee -a $(TET_ROOT)/xts5/results/install.log) + @(cd $(TET_ROOT)/xts5/src/xim; wbuild install 2>&1 | tee -a $(TET_ROOT)/xts5/results/install.log) + @(echo Building libfonts |tee -a $(TET_ROOT)/xts5/results/install.log) + @(cd $(TET_ROOT)/xts5/fonts; wbuild install 2>&1 | tee -a $(TET_ROOT)/xts5/results/install.log) + @(echo Building libXR5 |tee -a $(TET_ROOT)/xts5/results/install.log) + @(cd $(TET_ROOT)/xts5/src/libXR5; wbuild install 2>&1 | tee -a $(TET_ROOT)/xts5/results/install.log) + @(echo Building libXtaw |tee -a $(TET_ROOT)/xts5/results/install.log) + @(cd $(TET_ROOT)/xts5/src/libXtaw; wbuild install 2>&1 | tee -a $(TET_ROOT)/xts5/results/install.log) + @(echo Building libXtmu |tee -a $(TET_ROOT)/xts5/results/install.log) + @(cd $(TET_ROOT)/xts5/src/libXtmu; wbuild install 2>&1 | tee -a $(TET_ROOT)/xts5/results/install.log) #not included in the Lite version - @if [ -d $(TET_ROOT)/vsw5/src/libXtTest ]; \ + @if [ -d $(TET_ROOT)/xts5/src/libXtTest ]; \ then \ - echo Building libXtTest |tee -a $(TET_ROOT)/vsw5/results/install.log; \ - cd $(TET_ROOT)/vsw5/src/libXtTest; wbuild install 2>&1 | tee -a $(TET_ROOT)/vsw5/results/install.log; \ + echo Building libXtTest |tee -a $(TET_ROOT)/xts5/results/install.log; \ + cd $(TET_ROOT)/xts5/src/libXtTest; wbuild install 2>&1 | tee -a $(TET_ROOT)/xts5/results/install.log; \ fi - @(echo Building mc utility |tee -a $(TET_ROOT)/vsw5/results/install.log) - @(cd $(TET_ROOT)/vsw5/src/bin/mc; wbuild install 2>&1 | tee -a $(TET_ROOT)/vsw5/results/install.log) - @(echo Building report generators |tee -a $(TET_ROOT)/vsw5/results/install.log) - @(cd $(TET_ROOT)/vsw5/src/bin/reports; wbuild install 2>&1 | tee -a $(TET_ROOT)/vsw5/results/install.log) - @(echo Building blowup utility |tee -a $(TET_ROOT)/vsw5/results/install.log) - @(cd $(TET_ROOT)/vsw5/src/pixval/blowup; wbuild install 2>&1 | tee -a $(TET_ROOT)/vsw5/results/install.log) - @(echo |tee -a $(TET_ROOT)/vsw5/results/install.log) + @(echo Building mc utility |tee -a $(TET_ROOT)/xts5/results/install.log) + @(cd $(TET_ROOT)/xts5/src/bin/mc; wbuild install 2>&1 | tee -a $(TET_ROOT)/xts5/results/install.log) + @(echo Building report generators |tee -a $(TET_ROOT)/xts5/results/install.log) + @(cd $(TET_ROOT)/xts5/src/bin/reports; wbuild install 2>&1 | tee -a $(TET_ROOT)/xts5/results/install.log) + @(echo Building blowup utility |tee -a $(TET_ROOT)/xts5/results/install.log) + @(cd $(TET_ROOT)/xts5/src/pixval/blowup; wbuild install 2>&1 | tee -a $(TET_ROOT)/xts5/results/install.log) + @(echo |tee -a $(TET_ROOT)/xts5/results/install.log) tetbuild.cfg: cp configs/tetbuild.cfg.`uname` tetbuild.cfg @@ -187,20 +190,20 @@ tests: tcc -b install: - @(echo Setting 775 directory permissions |tee -a $(TET_ROOT)/vsw5/results/install.log) + @(echo Setting 775 directory permissions |tee -a $(TET_ROOT)/xts5/results/install.log) @(find . -type d -print | xargs chmod 775) - @(echo INSTALLATION OF LIBRARIES AND TOOLS COMPLETED |tee -a $(TET_ROOT)/vsw5/results/install.log) - @(echo FONTS MUST ALSO BE INSTALLED BEFORE RUNNING TESTS |tee -a $(TET_ROOT)/vsw5/results/install.log) + @(echo INSTALLATION OF LIBRARIES AND TOOLS COMPLETED |tee -a $(TET_ROOT)/xts5/results/install.log) + @(echo FONTS MUST ALSO BE INSTALLED BEFORE RUNNING TESTS |tee -a $(TET_ROOT)/xts5/results/install.log) athena: - @(echo Building VSW Xaw and Xmu libraries |tee -a $(TET_ROOT)/vsw5/results/install.log) - @(cd $(TET_ROOT)/vsw5/src/libXtaw; wbuild install 2>&1 | tee -a $(TET_ROOT)/vsw5/results/install.log) - @(cd $(TET_ROOT)/vsw5/src/libXtmu; wbuild install 2>&1 | tee -a $(TET_ROOT)/vsw5/results/install.log) + @(echo Building VSW Xaw and Xmu libraries |tee -a $(TET_ROOT)/xts5/results/install.log) + @(cd $(TET_ROOT)/xts5/src/libXtaw; wbuild install 2>&1 | tee -a $(TET_ROOT)/xts5/results/install.log) + @(cd $(TET_ROOT)/xts5/src/libXtmu; wbuild install 2>&1 | tee -a $(TET_ROOT)/xts5/results/install.log) clean: @(cd src/lib; wbuild clean) @(cd src/libXR5; wbuild clean) - @if [ -d $(TET_ROOT)/vsw5/src/libXtTest ]; \ + @if [ -d $(TET_ROOT)/xts5/src/libXtTest ]; \ then \ cd src/libXtTest; wbuild clean; \ fi diff --git a/xts5/bin/dmake b/xts5/bin/dmake index f14e4518..b72ee03f 100644 --- a/xts5/bin/dmake +++ b/xts5/bin/dmake @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ # SOFTWARE. # #!/bin/sh -# $Header: /cvs/xtest/xtest/xts5/bin/dmake,v 1.1 2005-02-12 14:37:13 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/bin/dmake,v 1.2 2005-11-03 08:42:00 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1993, 1994 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/bin/dmake +# File: xts5/bin/dmake # # Description: # Version of wbuild with silent operation disabled # # Modifications: # $Log: dmake,v $ -# Revision 1.1 2005-02-12 14:37:13 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:00 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:06 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:22:41 mar # Branch point for Release 5.0.2 @@ -96,7 +99,7 @@ fi TMP=/tmp/xm$$ trap 'rm -f $TMP; exit ${EXIT_STATUS}' 0 1 2 3 15 -BCONFIG=${TET_BUILDCONFIG-${TET_ROOT}/vsw5/tetbuild.cfg} +BCONFIG=${TET_BUILDCONFIG-${TET_ROOT}/xts5/tetbuild.cfg} cat $BCONFIG Makefile > $TMP if [ $# = 0 ]; then diff --git a/xts5/bin/run_assert b/xts5/bin/run_assert index 023661f2..87ac9c3a 100644 --- a/xts5/bin/run_assert +++ b/xts5/bin/run_assert @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ # SOFTWARE. # #!/bin/sh -# $Header: /cvs/xtest/xtest/xts5/bin/run_assert,v 1.1 2005-02-12 14:37:13 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/bin/run_assert,v 1.2 2005-11-03 08:42:00 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1993, 1994 # All Rights Reserved. @@ -34,8 +34,11 @@ # # Modifications: # $Log: run_assert,v $ -# Revision 1.1 2005-02-12 14:37:13 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:00 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:06 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:22:42 mar # Branch point for Release 5.0.2 @@ -428,7 +431,7 @@ FileIsReadable $TET_ROOT || FileIsExecutable $TET_ROOT || PrintFatalError "Can not cd to $TET_ROOT" -VSWHome=$TET_ROOT/vsw5 +VSWHome=$TET_ROOT/xts5 FileIsNotADirectory "$VSWHome" && PrintFatalError "$VSWHome does not exist" FileIsNotADirectory "$VSWHome" && @@ -472,15 +475,15 @@ do echo " /tset/$TestSection/$TestDirectory/Test{$Assertion}" >>$ScenarioPath done -tcc -c -s $ScenarioPath vsw5 "$TestCase" +tcc -c -s $ScenarioPath xts5 "$TestCase" TccArgs=-be $Clean && TccArgs=-bec if [ "$Truss" = "true" ] then - truss -f -a tcc $TccArgs -s $ScenarioPath vsw5 "$TestCase" + truss -f -a tcc $TccArgs -s $ScenarioPath xts5 "$TestCase" else - tcc $TccArgs -s $ScenarioPath vsw5 "$TestCase" + tcc $TccArgs -s $ScenarioPath xts5 "$TestCase" fi Exit 0 diff --git a/xts5/bin/vswrptx2 b/xts5/bin/vswrptx2 index 2c628ce1..1a750a72 100644 --- a/xts5/bin/vswrptx2 +++ b/xts5/bin/vswrptx2 @@ -20,7 +20,7 @@ # SOFTWARE. # : -# $Header: /cvs/xtest/xtest/xts5/bin/vswrptx2,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +# $Header: /cvs/xtest/xtest/xts5/bin/vswrptx2,v 1.3 2005-11-03 08:42:00 jmichael Exp $ # # Copyright (c) 2003 The Open Group # Copyright (c) Applied Testing and Technology, Inc. 1993, 1994 @@ -36,7 +36,10 @@ # # Modifications: # $Log: vswrptx2,v $ -# Revision 1.2 2005-04-21 09:40:42 ajosey +# Revision 1.3 2005-11-03 08:42:00 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.2 2005/04/21 09:40:42 ajosey # resync to VSW5.1.5 # # Revision 8.3 2005/01/20 15:41:57 gwc @@ -73,7 +76,7 @@ # Prepare for GA Release # -RELEASE=`cat $TET_ROOT/vsw5/doc/VSW_RELEASE` +RELEASE=`cat $TET_ROOT/xts5/doc/VSW_RELEASE` echo " VSW5 OPEN GROUP SUMMARY REPORT " diff --git a/xts5/bin/wbuild b/xts5/bin/wbuild index 585a702c..3c55e210 100644 --- a/xts5/bin/wbuild +++ b/xts5/bin/wbuild @@ -20,14 +20,14 @@ # SOFTWARE. # #!/bin/sh -# $Header: /cvs/xtest/xtest/xts5/bin/wbuild,v 1.3 2005-11-01 01:38:05 idr Exp $ +# $Header: /cvs/xtest/xtest/xts5/bin/wbuild,v 1.4 2005-11-03 08:42:00 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1993, 1994 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/bin/wbuild +# File: xts5/bin/wbuild # # Description: # VSW5 build tool @@ -67,7 +67,7 @@ fi TMP=/tmp/xm$$ trap 'rm -f $TMP; exit ${EXIT_STATUS}' 0 1 2 3 15 -BCONFIG=${TET_BUILDCONFIG-${TET_ROOT}/vsw5/tetbuild.cfg} +BCONFIG=${TET_BUILDCONFIG-${TET_ROOT}/xts5/tetbuild.cfg} cat $BCONFIG Makefile > $TMP diff --git a/xts5/fonts/Makefile b/xts5/fonts/Makefile index edad53d1..f59ab05a 100644 --- a/xts5/fonts/Makefile +++ b/xts5/fonts/Makefile @@ -19,22 +19,26 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/fonts/Makefile,v 1.1 2005-02-12 15:14:15 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/fonts/Makefile,v 1.2 2005-11-03 08:42:00 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/fonts/Makefile +# File: xts5/fonts/Makefile # # Description: # Makefile for installing VSW5 fonts # # Modifications: # $Log: Makefile,v $ -# Revision 1.1 2005-02-12 15:14:15 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:00 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.1 2005/02/12 15:14:15 anderson +# VSW5 Source under an MIT license This is version 5.0.2 as received from +# AppTest with the new license applied. # # Revision 8.0 1998/12/23 23:22:49 mar # Branch point for Release 5.0.2 diff --git a/xts5/fonts/xtfont0.c b/xts5/fonts/xtfont0.c index 53294229..691ad964 100644 --- a/xts5/fonts/xtfont0.c +++ b/xts5/fonts/xtfont0.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/fonts/xtfont0.c,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/fonts/xtfont0.c,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/fonts/xtfont0.c +* File: xts5/fonts/xtfont0.c * * Description: * VSW test font * * Modifications: * $Log: xtfont0.c,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:06 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:22:50 mar * Branch point for Release 5.0.2 diff --git a/xts5/fonts/xtfont1.c b/xts5/fonts/xtfont1.c index 7f4db8ed..c3211ba8 100644 --- a/xts5/fonts/xtfont1.c +++ b/xts5/fonts/xtfont1.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/fonts/xtfont1.c,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/fonts/xtfont1.c,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/fonts/xtfont1.c +* File: xts5/fonts/xtfont1.c * * Description: * VSW test font * * Modifications: * $Log: xtfont1.c,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:06 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:22:51 mar * Branch point for Release 5.0.2 diff --git a/xts5/fonts/xtfont2.c b/xts5/fonts/xtfont2.c index 886a492c..456a5e0b 100644 --- a/xts5/fonts/xtfont2.c +++ b/xts5/fonts/xtfont2.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/fonts/xtfont2.c,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/fonts/xtfont2.c,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/fonts/xtfont2.c +* File: xts5/fonts/xtfont2.c * * Description: * VSW test font * * Modifications: * $Log: xtfont2.c,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:06 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:22:52 mar * Branch point for Release 5.0.2 diff --git a/xts5/fonts/xtfont3.c b/xts5/fonts/xtfont3.c index 9b8ae51a..486549fd 100644 --- a/xts5/fonts/xtfont3.c +++ b/xts5/fonts/xtfont3.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/fonts/xtfont3.c,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/fonts/xtfont3.c,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/fonts/xtfont3.c +* File: xts5/fonts/xtfont3.c * * Description: * VSW test font * * Modifications: * $Log: xtfont3.c,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:06 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:22:53 mar * Branch point for Release 5.0.2 diff --git a/xts5/fonts/xtfont4.c b/xts5/fonts/xtfont4.c index 3f79c0d1..203dfcae 100644 --- a/xts5/fonts/xtfont4.c +++ b/xts5/fonts/xtfont4.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/fonts/xtfont4.c,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/fonts/xtfont4.c,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/fonts/xtfont4.c +* File: xts5/fonts/xtfont4.c * * Description: * VSW test font * * Modifications: * $Log: xtfont4.c,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:06 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:22:54 mar * Branch point for Release 5.0.2 diff --git a/xts5/fonts/xtfont5.c b/xts5/fonts/xtfont5.c index 9794ed9e..eaad82be 100644 --- a/xts5/fonts/xtfont5.c +++ b/xts5/fonts/xtfont5.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/fonts/xtfont5.c,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/fonts/xtfont5.c,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/fonts/xtfont5.c +* File: xts5/fonts/xtfont5.c * * Description: * VSW test font * * Modifications: * $Log: xtfont5.c,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:06 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:22:55 mar * Branch point for Release 5.0.2 diff --git a/xts5/fonts/xtfont6.c b/xts5/fonts/xtfont6.c index a138f749..de3eb177 100644 --- a/xts5/fonts/xtfont6.c +++ b/xts5/fonts/xtfont6.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/fonts/xtfont6.c,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/fonts/xtfont6.c,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/fonts/xtfont6.c +* File: xts5/fonts/xtfont6.c * * Description: * VSW test font * * Modifications: * $Log: xtfont6.c,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:06 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:22:56 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/AvsComp.h b/xts5/include/AvsComp.h index 71319647..9eb71f33 100644 --- a/xts5/include/AvsComp.h +++ b/xts5/include/AvsComp.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/AvsComp.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/AvsComp.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/AvsComp.h +* File: xts5/include/AvsComp.h * * Description: * Widget Class * * Modifications: * $Log: AvsComp.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:19 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/AvsComp2.h b/xts5/include/AvsComp2.h index 490e5068..a6c4c32c 100644 --- a/xts5/include/AvsComp2.h +++ b/xts5/include/AvsComp2.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/AvsComp2.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/AvsComp2.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/AvsComp2.h +* File: xts5/include/AvsComp2.h * * Description: * Widget Class * * Modifications: * $Log: AvsComp2.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:19 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/AvsComp2P.h b/xts5/include/AvsComp2P.h index 4b1e4991..99b215ea 100644 --- a/xts5/include/AvsComp2P.h +++ b/xts5/include/AvsComp2P.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/AvsComp2P.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/AvsComp2P.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/AvsComp2P.h +* File: xts5/include/AvsComp2P.h * * Description: * Widget Class * * Modifications: * $Log: AvsComp2P.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:20 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/AvsCompP.h b/xts5/include/AvsCompP.h index f219c647..0ec9828c 100644 --- a/xts5/include/AvsCompP.h +++ b/xts5/include/AvsCompP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/AvsCompP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/AvsCompP.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/AvsCompP.h +* File: xts5/include/AvsCompP.h * * Description: * Widget Class * * Modifications: * $Log: AvsCompP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:20 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/AvsForm.h b/xts5/include/AvsForm.h index d9dc61ec..916b1eb2 100644 --- a/xts5/include/AvsForm.h +++ b/xts5/include/AvsForm.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/AvsForm.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/AvsForm.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/AvsForm.h +* File: xts5/include/AvsForm.h * * Description: * Widget Class * * Modifications: * $Log: AvsForm.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:21 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/AvsForm2.h b/xts5/include/AvsForm2.h index e6bc5452..b51cd799 100644 --- a/xts5/include/AvsForm2.h +++ b/xts5/include/AvsForm2.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/AvsForm2.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/AvsForm2.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/AvsForm2.h +* File: xts5/include/AvsForm2.h * * Description: * Widget Class * * Modifications: * $Log: AvsForm2.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:21 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/AvsForm2P.h b/xts5/include/AvsForm2P.h index 9ed7e149..76f98da4 100644 --- a/xts5/include/AvsForm2P.h +++ b/xts5/include/AvsForm2P.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/AvsForm2P.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/AvsForm2P.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/AvsForm2P.h +* File: xts5/include/AvsForm2P.h * * Description: * Widget Class * * Modifications: * $Log: AvsForm2P.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:22 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/AvsForm3.h b/xts5/include/AvsForm3.h index 31bd1527..194202d5 100644 --- a/xts5/include/AvsForm3.h +++ b/xts5/include/AvsForm3.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/AvsForm3.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/AvsForm3.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/AvsForm3.h +* File: xts5/include/AvsForm3.h * * Description: * Widget Class * * Modifications: * $Log: AvsForm3.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:22 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/AvsForm3P.h b/xts5/include/AvsForm3P.h index 6642a666..7fb5f68b 100644 --- a/xts5/include/AvsForm3P.h +++ b/xts5/include/AvsForm3P.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/AvsForm3P.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/AvsForm3P.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/AvsForm3P.h +* File: xts5/include/AvsForm3P.h * * Description: * Widget Class * * Modifications: * $Log: AvsForm3P.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:23 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/AvsFormP.h b/xts5/include/AvsFormP.h index ae645bef..58ae45a5 100644 --- a/xts5/include/AvsFormP.h +++ b/xts5/include/AvsFormP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/AvsFormP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/AvsFormP.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/AvsFormP.h +* File: xts5/include/AvsFormP.h * * Description: * Widget Class * * Modifications: * $Log: AvsFormP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:24 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/AvsObj.h b/xts5/include/AvsObj.h index 7894126e..8590a763 100644 --- a/xts5/include/AvsObj.h +++ b/xts5/include/AvsObj.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/AvsObj.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/AvsObj.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/AvsObj.h +* File: xts5/include/AvsObj.h * * Description: * Widget Class * * Modifications: * $Log: AvsObj.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:24 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/AvsObjP.h b/xts5/include/AvsObjP.h index 66da42db..c34b1085 100644 --- a/xts5/include/AvsObjP.h +++ b/xts5/include/AvsObjP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/AvsObjP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/AvsObjP.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/AvsObjP.h +* File: xts5/include/AvsObjP.h * * Description: * Widget Class * * Modifications: * $Log: AvsObjP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:25 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/AvsRectObj.h b/xts5/include/AvsRectObj.h index 48137536..01509d2b 100644 --- a/xts5/include/AvsRectObj.h +++ b/xts5/include/AvsRectObj.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/AvsRectObj.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/AvsRectObj.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/AvsRectObj.h +* File: xts5/include/AvsRectObj.h * * Description: * Widget Class * * Modifications: * $Log: AvsRectObj.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:25 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/AvsRectObjP.h b/xts5/include/AvsRectObjP.h index 9785f51c..60c6062c 100644 --- a/xts5/include/AvsRectObjP.h +++ b/xts5/include/AvsRectObjP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/AvsRectObjP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/AvsRectObjP.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/AvsRectObjP.h +* File: xts5/include/AvsRectObjP.h * * Description: * Widget Class * * Modifications: * $Log: AvsRectObjP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:26 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/AvsWid.h b/xts5/include/AvsWid.h index d0f2c0a1..a6074688 100644 --- a/xts5/include/AvsWid.h +++ b/xts5/include/AvsWid.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/AvsWid.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/AvsWid.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/AvsWid.h +* File: xts5/include/AvsWid.h * * Description: * Widget Class * * Modifications: * $Log: AvsWid.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:26 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/AvsWidP.h b/xts5/include/AvsWidP.h index 73274a7e..e01a14a4 100644 --- a/xts5/include/AvsWidP.h +++ b/xts5/include/AvsWidP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/AvsWidP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/AvsWidP.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/AvsWidP.h +* File: xts5/include/AvsWidP.h * * Description: * Widget Class * * Modifications: * $Log: AvsWidP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:27 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/Vlib.h b/xts5/include/Vlib.h index 0f330661..bd569ccf 100644 --- a/xts5/include/Vlib.h +++ b/xts5/include/Vlib.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/Vlib.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/Vlib.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/Vlib.h +* File: xts5/include/Vlib.h * * Description: * TBD * * Modifications: * $Log: Vlib.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:28 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/Box.h b/xts5/include/X11/Xaw/Box.h index 7e154394..293c39ab 100644 --- a/xts5/include/X11/Xaw/Box.h +++ b/xts5/include/X11/Xaw/Box.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Box.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Box.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/Box.h +* File: xts5/include/X11/Xaw/Box.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Box.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:00 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/BoxP.h b/xts5/include/X11/Xaw/BoxP.h index d9fce9fb..e7f53cd6 100644 --- a/xts5/include/X11/Xaw/BoxP.h +++ b/xts5/include/X11/Xaw/BoxP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/BoxP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/BoxP.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/BoxP.h +* File: xts5/include/X11/Xaw/BoxP.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: BoxP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:00 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/Cardinals.h b/xts5/include/X11/Xaw/Cardinals.h index cbcb28fd..5274073b 100644 --- a/xts5/include/X11/Xaw/Cardinals.h +++ b/xts5/include/X11/Xaw/Cardinals.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Cardinals.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Cardinals.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/Cardinals.h +* File: xts5/include/X11/Xaw/Cardinals.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Cardinals.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:00 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/Command.h b/xts5/include/X11/Xaw/Command.h index 4266d9e2..9feb8b28 100644 --- a/xts5/include/X11/Xaw/Command.h +++ b/xts5/include/X11/Xaw/Command.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Command.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Command.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/Command.h +* File: xts5/include/X11/Xaw/Command.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Command.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:01 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/CommandP.h b/xts5/include/X11/Xaw/CommandP.h index ff21d3d5..d2f0d4f4 100644 --- a/xts5/include/X11/Xaw/CommandP.h +++ b/xts5/include/X11/Xaw/CommandP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/CommandP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/CommandP.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/CommandP.h +* File: xts5/include/X11/Xaw/CommandP.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: CommandP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:01 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/Form.h b/xts5/include/X11/Xaw/Form.h index 87a84aa6..da3d41d1 100644 --- a/xts5/include/X11/Xaw/Form.h +++ b/xts5/include/X11/Xaw/Form.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Form.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Form.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/Form.h +* File: xts5/include/X11/Xaw/Form.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Form.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:02 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/FormP.h b/xts5/include/X11/Xaw/FormP.h index dcc4ce85..5afed595 100644 --- a/xts5/include/X11/Xaw/FormP.h +++ b/xts5/include/X11/Xaw/FormP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/FormP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/FormP.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/FormP.h +* File: xts5/include/X11/Xaw/FormP.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: FormP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:02 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/Grip.h b/xts5/include/X11/Xaw/Grip.h index c7eb2d31..98bdf23b 100644 --- a/xts5/include/X11/Xaw/Grip.h +++ b/xts5/include/X11/Xaw/Grip.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Grip.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Grip.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/Grip.h +* File: xts5/include/X11/Xaw/Grip.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Grip.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:03 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/GripP.h b/xts5/include/X11/Xaw/GripP.h index 9e09f4f9..e1c74ef0 100644 --- a/xts5/include/X11/Xaw/GripP.h +++ b/xts5/include/X11/Xaw/GripP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/GripP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/GripP.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/GripP.h +* File: xts5/include/X11/Xaw/GripP.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: GripP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:03 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/Label.h b/xts5/include/X11/Xaw/Label.h index 80873b71..c9c103d8 100644 --- a/xts5/include/X11/Xaw/Label.h +++ b/xts5/include/X11/Xaw/Label.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Label.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Label.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/Label.h +* File: xts5/include/X11/Xaw/Label.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Label.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:04 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/LabelP.h b/xts5/include/X11/Xaw/LabelP.h index 84f6aced..b4cfb1be 100644 --- a/xts5/include/X11/Xaw/LabelP.h +++ b/xts5/include/X11/Xaw/LabelP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/LabelP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/LabelP.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/LabelP.h +* File: xts5/include/X11/Xaw/LabelP.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: LabelP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:04 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/Logo.h b/xts5/include/X11/Xaw/Logo.h index f104ba6c..f07d9287 100644 --- a/xts5/include/X11/Xaw/Logo.h +++ b/xts5/include/X11/Xaw/Logo.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Logo.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Logo.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/Logo.h +* File: xts5/include/X11/Xaw/Logo.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Logo.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:05 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/Paned.h b/xts5/include/X11/Xaw/Paned.h index 5e2c865a..38860eb9 100644 --- a/xts5/include/X11/Xaw/Paned.h +++ b/xts5/include/X11/Xaw/Paned.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Paned.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Paned.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/Paned.h +* File: xts5/include/X11/Xaw/Paned.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Paned.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:05 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/PanedP.h b/xts5/include/X11/Xaw/PanedP.h index ec6c7b88..97e37c5b 100644 --- a/xts5/include/X11/Xaw/PanedP.h +++ b/xts5/include/X11/Xaw/PanedP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/PanedP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/PanedP.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/PanedP.h +* File: xts5/include/X11/Xaw/PanedP.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: PanedP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:06 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/Reports.h b/xts5/include/X11/Xaw/Reports.h index 96e27af0..1963e73a 100644 --- a/xts5/include/X11/Xaw/Reports.h +++ b/xts5/include/X11/Xaw/Reports.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Reports.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Reports.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/Reports.h +* File: xts5/include/X11/Xaw/Reports.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Reports.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:07 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/Scrollbar.h b/xts5/include/X11/Xaw/Scrollbar.h index c48a3a28..12765035 100644 --- a/xts5/include/X11/Xaw/Scrollbar.h +++ b/xts5/include/X11/Xaw/Scrollbar.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Scrollbar.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Scrollbar.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/Scrollbar.h +* File: xts5/include/X11/Xaw/Scrollbar.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Scrollbar.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:07 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/ScrollbarP.h b/xts5/include/X11/Xaw/ScrollbarP.h index 2bf221e3..b2ce36ac 100644 --- a/xts5/include/X11/Xaw/ScrollbarP.h +++ b/xts5/include/X11/Xaw/ScrollbarP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/ScrollbarP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/ScrollbarP.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/ScrollbarP.h +* File: xts5/include/X11/Xaw/ScrollbarP.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: ScrollbarP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:08 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/Simple.h b/xts5/include/X11/Xaw/Simple.h index fdb7b608..a29c8106 100644 --- a/xts5/include/X11/Xaw/Simple.h +++ b/xts5/include/X11/Xaw/Simple.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Simple.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Simple.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/Simple.h +* File: xts5/include/X11/Xaw/Simple.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Simple.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:08 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/SimpleMenP.h b/xts5/include/X11/Xaw/SimpleMenP.h index 67486186..c3dcb68e 100644 --- a/xts5/include/X11/Xaw/SimpleMenP.h +++ b/xts5/include/X11/Xaw/SimpleMenP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/SimpleMenP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/SimpleMenP.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/SimpleMenP.h +* File: xts5/include/X11/Xaw/SimpleMenP.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: SimpleMenP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:09 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/SimpleMenu.h b/xts5/include/X11/Xaw/SimpleMenu.h index 96021632..7b7d5a79 100644 --- a/xts5/include/X11/Xaw/SimpleMenu.h +++ b/xts5/include/X11/Xaw/SimpleMenu.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/SimpleMenu.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/SimpleMenu.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/SimpleMenu.h +* File: xts5/include/X11/Xaw/SimpleMenu.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: SimpleMenu.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:09 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/SimpleP.h b/xts5/include/X11/Xaw/SimpleP.h index 49b2bb30..fe7a0822 100644 --- a/xts5/include/X11/Xaw/SimpleP.h +++ b/xts5/include/X11/Xaw/SimpleP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/SimpleP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/SimpleP.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/SimpleP.h +* File: xts5/include/X11/Xaw/SimpleP.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: SimpleP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:10 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/Sme.h b/xts5/include/X11/Xaw/Sme.h index 5988fdaa..a5cfbd64 100644 --- a/xts5/include/X11/Xaw/Sme.h +++ b/xts5/include/X11/Xaw/Sme.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Sme.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Sme.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/Sme.h +* File: xts5/include/X11/Xaw/Sme.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Sme.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:10 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/SmeBSB.h b/xts5/include/X11/Xaw/SmeBSB.h index ff92adb6..de776f5c 100644 --- a/xts5/include/X11/Xaw/SmeBSB.h +++ b/xts5/include/X11/Xaw/SmeBSB.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/SmeBSB.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/SmeBSB.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/SmeBSB.h +* File: xts5/include/X11/Xaw/SmeBSB.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: SmeBSB.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:11 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/SmeBSBP.h b/xts5/include/X11/Xaw/SmeBSBP.h index ef5d8cf8..bfa24291 100644 --- a/xts5/include/X11/Xaw/SmeBSBP.h +++ b/xts5/include/X11/Xaw/SmeBSBP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/SmeBSBP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/SmeBSBP.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/SmeBSBP.h +* File: xts5/include/X11/Xaw/SmeBSBP.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: SmeBSBP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:11 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/SmeP.h b/xts5/include/X11/Xaw/SmeP.h index ab1addff..3558e581 100644 --- a/xts5/include/X11/Xaw/SmeP.h +++ b/xts5/include/X11/Xaw/SmeP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/SmeP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/SmeP.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/SmeP.h +* File: xts5/include/X11/Xaw/SmeP.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: SmeP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:12 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/Tree.h b/xts5/include/X11/Xaw/Tree.h index 6c97dd5d..798c74b8 100644 --- a/xts5/include/X11/Xaw/Tree.h +++ b/xts5/include/X11/Xaw/Tree.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Tree.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Tree.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/Tree.h +* File: xts5/include/X11/Xaw/Tree.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Tree.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:12 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/TreeP.h b/xts5/include/X11/Xaw/TreeP.h index 3fe0d05b..7aa44a16 100644 --- a/xts5/include/X11/Xaw/TreeP.h +++ b/xts5/include/X11/Xaw/TreeP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/TreeP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/TreeP.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/TreeP.h +* File: xts5/include/X11/Xaw/TreeP.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: TreeP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:12 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/Viewport.h b/xts5/include/X11/Xaw/Viewport.h index f1d1c205..9a8b4dee 100644 --- a/xts5/include/X11/Xaw/Viewport.h +++ b/xts5/include/X11/Xaw/Viewport.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Viewport.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/Viewport.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/Viewport.h +* File: xts5/include/X11/Xaw/Viewport.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Viewport.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:13 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/ViewportP.h b/xts5/include/X11/Xaw/ViewportP.h index 31ebed05..dac70429 100644 --- a/xts5/include/X11/Xaw/ViewportP.h +++ b/xts5/include/X11/Xaw/ViewportP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/ViewportP.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/ViewportP.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/ViewportP.h +* File: xts5/include/X11/Xaw/ViewportP.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: ViewportP.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:13 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xaw/XawInit.h b/xts5/include/X11/Xaw/XawInit.h index c0c6fdf7..b0cf3d7e 100644 --- a/xts5/include/X11/Xaw/XawInit.h +++ b/xts5/include/X11/Xaw/XawInit.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/XawInit.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xaw/XawInit.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xaw/XawInit.h +* File: xts5/include/X11/Xaw/XawInit.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: XawInit.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:14 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xmu/CharSet.h b/xts5/include/X11/Xmu/CharSet.h index 95edf1d6..8232373e 100644 --- a/xts5/include/X11/Xmu/CharSet.h +++ b/xts5/include/X11/Xmu/CharSet.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/CharSet.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/CharSet.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xmu/CharSet.h +* File: xts5/include/X11/Xmu/CharSet.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: CharSet.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:14 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xmu/CloseHook.h b/xts5/include/X11/Xmu/CloseHook.h index 9f1c7bab..17bf0d7f 100644 --- a/xts5/include/X11/Xmu/CloseHook.h +++ b/xts5/include/X11/Xmu/CloseHook.h @@ -20,21 +20,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/CloseHook.h,v 1.2 2005-04-15 14:27:44 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/CloseHook.h,v 1.3 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xmu/CloseHook.h +* File: xts5/include/X11/Xmu/CloseHook.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: CloseHook.h,v $ -* Revision 1.2 2005-04-15 14:27:44 anderson +* Revision 1.3 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/15 14:27:44 anderson * Merge basline changes * * Revision 1.1 2005/02/12 14:37:13 anderson diff --git a/xts5/include/X11/Xmu/Converters.h b/xts5/include/X11/Xmu/Converters.h index 44505817..822564a1 100644 --- a/xts5/include/X11/Xmu/Converters.h +++ b/xts5/include/X11/Xmu/Converters.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/Converters.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/Converters.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xmu/Converters.h +* File: xts5/include/X11/Xmu/Converters.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Converters.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:15 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xmu/CurUtil.h b/xts5/include/X11/Xmu/CurUtil.h index c6222587..9955be73 100644 --- a/xts5/include/X11/Xmu/CurUtil.h +++ b/xts5/include/X11/Xmu/CurUtil.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/CurUtil.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/CurUtil.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xmu/CurUtil.h +* File: xts5/include/X11/Xmu/CurUtil.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: CurUtil.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:16 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xmu/CvtCache.h b/xts5/include/X11/Xmu/CvtCache.h index 7fbdc70e..f6f12502 100644 --- a/xts5/include/X11/Xmu/CvtCache.h +++ b/xts5/include/X11/Xmu/CvtCache.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/CvtCache.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/CvtCache.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xmu/CvtCache.h +* File: xts5/include/X11/Xmu/CvtCache.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: CvtCache.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:16 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xmu/DisplayQue.h b/xts5/include/X11/Xmu/DisplayQue.h index 2717a7ce..2289bc91 100644 --- a/xts5/include/X11/Xmu/DisplayQue.h +++ b/xts5/include/X11/Xmu/DisplayQue.h @@ -20,21 +20,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/DisplayQue.h,v 1.2 2005-04-15 14:27:44 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/DisplayQue.h,v 1.3 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xmu/DisplayQue.h +* File: xts5/include/X11/Xmu/DisplayQue.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: DisplayQue.h,v $ -* Revision 1.2 2005-04-15 14:27:44 anderson +* Revision 1.3 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/15 14:27:44 anderson * Merge basline changes * * Revision 1.1 2005/02/12 14:37:13 anderson diff --git a/xts5/include/X11/Xmu/Drawing.h b/xts5/include/X11/Xmu/Drawing.h index 6f265335..c67783f8 100644 --- a/xts5/include/X11/Xmu/Drawing.h +++ b/xts5/include/X11/Xmu/Drawing.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/Drawing.h,v 1.1 2005-02-12 14:37:14 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/Drawing.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xmu/Drawing.h +* File: xts5/include/X11/Xmu/Drawing.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Drawing.h,v $ -* Revision 1.1 2005-02-12 14:37:14 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:17 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xmu/Initer.h b/xts5/include/X11/Xmu/Initer.h index 5be06cd0..d61b6162 100644 --- a/xts5/include/X11/Xmu/Initer.h +++ b/xts5/include/X11/Xmu/Initer.h @@ -20,21 +20,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/Initer.h,v 1.2 2005-04-15 14:27:44 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/Initer.h,v 1.3 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xmu/Initer.h +* File: xts5/include/X11/Xmu/Initer.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Initer.h,v $ -* Revision 1.2 2005-04-15 14:27:44 anderson +* Revision 1.3 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/15 14:27:44 anderson * Merge basline changes * * Revision 1.1 2005/02/12 14:37:14 anderson diff --git a/xts5/include/X11/Xmu/Misc.h b/xts5/include/X11/Xmu/Misc.h index 4e6a3c78..762b990e 100644 --- a/xts5/include/X11/Xmu/Misc.h +++ b/xts5/include/X11/Xmu/Misc.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/Misc.h,v 1.1 2005-02-12 14:37:14 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/Misc.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xmu/Misc.h +* File: xts5/include/X11/Xmu/Misc.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: Misc.h,v $ -* Revision 1.1 2005-02-12 14:37:14 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:18 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/X11/Xmu/WidgetNode.h b/xts5/include/X11/Xmu/WidgetNode.h index 6526e089..1c883475 100644 --- a/xts5/include/X11/Xmu/WidgetNode.h +++ b/xts5/include/X11/Xmu/WidgetNode.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/WidgetNode.h,v 1.1 2005-02-12 14:37:14 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/X11/Xmu/WidgetNode.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/X11/Xmu/WidgetNode.h +* File: xts5/include/X11/Xmu/WidgetNode.h * * Description: * Defines used by the version of Athena widgets include in VSW5 * * Modifications: * $Log: WidgetNode.h,v $ -* Revision 1.1 2005-02-12 14:37:14 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:19 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/XItest.h b/xts5/include/XItest.h index 2c524eaf..78c0ef67 100644 --- a/xts5/include/XItest.h +++ b/xts5/include/XItest.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/XItest.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/XItest.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * Copyright 1992 by Hewlett-Packard. @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/XITest.h +* File: xts5/include/XITest.h * * Description: * Defines used by the X Input Device tests * * Modifications: * $Log: XItest.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:28 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/XstDisplay.h b/xts5/include/XstDisplay.h index 62acd771..3ec7d683 100644 --- a/xts5/include/XstDisplay.h +++ b/xts5/include/XstDisplay.h @@ -20,21 +20,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/XstDisplay.h,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/XstDisplay.h,v 1.3 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/XstDisplay.h +* File: xts5/include/XstDisplay.h * * Description: * Defines used by the X tests * * Modifications: * $Log: XstDisplay.h,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.1 1999/04/03 01:23:22 mar diff --git a/xts5/include/Xstlib.h b/xts5/include/Xstlib.h index fe1dfc38..1442b5fa 100644 --- a/xts5/include/Xstlib.h +++ b/xts5/include/Xstlib.h @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/Xstlib.h,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/Xstlib.h,v 1.3 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) 2001 The Open Group * Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -28,14 +28,17 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/XstLib.h +* File: xts5/include/XstLib.h * * Description: * Defines used by the X tests * * Modifications: * $Log: Xstlib.h,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.2 2005/01/20 15:43:55 gwc diff --git a/xts5/include/Xstos.h b/xts5/include/Xstos.h index becc7b27..e3c91ad9 100644 --- a/xts5/include/Xstos.h +++ b/xts5/include/Xstos.h @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/Xstos.h,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/Xstos.h,v 1.3 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) 2001 The Open Group * Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -28,14 +28,17 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/Xstos.h +* File: xts5/include/Xstos.h * * Description: * Defines used by the X tests * * Modifications: * $Log: Xstos.h,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.2 2005/01/20 15:44:53 gwc diff --git a/xts5/include/XtTest.h b/xts5/include/XtTest.h index 102e0abf..d44dba47 100644 --- a/xts5/include/XtTest.h +++ b/xts5/include/XtTest.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/XtTest.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/XtTest.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/XtTest.h +* File: xts5/include/XtTest.h * * Description: * Defines used by the Xt tests * * Modifications: * $Log: XtTest.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:30 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/XtTestProto.h b/xts5/include/XtTestProto.h index 1d006379..e5034e94 100644 --- a/xts5/include/XtTestProto.h +++ b/xts5/include/XtTestProto.h @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/XtTestProto.h,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/XtTestProto.h,v 1.3 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) 2004 The Open Group * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 @@ -29,14 +29,17 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/XtTestProto.h +* File: xts5/include/XtTestProto.h * * Description: -* Library routine prototypes for vsw5 specific to the Xt tests +* Library routine prototypes for xts5 specific to the Xt tests * * Modifications: * $Log: XtTestProto.h,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.2 2005/01/14 11:18:10 gwc diff --git a/xts5/include/avsr5_proto.h b/xts5/include/avsr5_proto.h index f4858efb..74491115 100644 --- a/xts5/include/avsr5_proto.h +++ b/xts5/include/avsr5_proto.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/avsr5_proto.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/avsr5_proto.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libXR5/r5avs_proto.h +* File: xts5/src/libXR5/r5avs_proto.h * * Description: * Drawable support routines * * Modifications: * $Log: avsr5_proto.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:31 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/pixval.h b/xts5/include/pixval.h index 7877d3bc..215b353f 100644 --- a/xts5/include/pixval.h +++ b/xts5/include/pixval.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/pixval.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/pixval.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/pixval.h +* File: xts5/include/pixval.h * * Description: * Defines used by the X tests * * Modifications: * $Log: pixval.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:32 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/r5.h b/xts5/include/r5.h index 7b86d3d4..c1ad803b 100644 --- a/xts5/include/r5.h +++ b/xts5/include/r5.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/r5.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/r5.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libXR5/r5.h +* File: xts5/src/libXR5/r5.h * * Description: * Definitions for xlib r5 tests * * Modifications: * $Log: r5.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:32 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/r5decl.h b/xts5/include/r5decl.h index 8ed7e4d7..2c762391 100644 --- a/xts5/include/r5decl.h +++ b/xts5/include/r5decl.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/r5decl.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/r5decl.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libXR5/r5decl.h +* File: xts5/src/libXR5/r5decl.h * * Description: * r5 xlib tests definitions * * Modifications: * $Log: r5decl.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:33 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/r5draw.h b/xts5/include/r5draw.h index 896acd93..7f48a101 100644 --- a/xts5/include/r5draw.h +++ b/xts5/include/r5draw.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/r5draw.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/r5draw.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libXR5/r5draw.h +* File: xts5/src/libXR5/r5draw.h * * Description: * R5 xlib tests Drawable support routines * * Modifications: * $Log: r5draw.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:33 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/r5structs.h b/xts5/include/r5structs.h index 901c58d7..f11178e3 100644 --- a/xts5/include/r5structs.h +++ b/xts5/include/r5structs.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/r5structs.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/r5structs.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libXR5/r5structs.h +* File: xts5/src/libXR5/r5structs.h * * Description: * Definitions for r5 xlib tests * * Modifications: * $Log: r5structs.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:34 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/vmath.h b/xts5/include/vmath.h index 2c49fbc4..5814c64d 100644 --- a/xts5/include/vmath.h +++ b/xts5/include/vmath.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/vmath.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/vmath.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libXR5/vmath.h +* File: xts5/src/libXR5/vmath.h * * Description: * Drawable support routines * * Modifications: * $Log: vmath.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:35 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/ximtest.h b/xts5/include/ximtest.h index 6b1ea51d..7832c722 100644 --- a/xts5/include/ximtest.h +++ b/xts5/include/ximtest.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/ximtest.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/ximtest.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/ximtest.h +* File: xts5/include/ximtest.h * * Description: * Defines used by the X tests * * Modifications: * $Log: ximtest.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:35 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/xt/Box.h b/xts5/include/xt/Box.h index 80257cc8..767e160f 100644 --- a/xts5/include/xt/Box.h +++ b/xts5/include/xt/Box.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/xt/Box.h,v 1.1 2005-02-12 14:37:14 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/xt/Box.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/xt/Box.h +* File: xts5/include/xt/Box.h * * Description: * Test Widget * * Modifications: * $Log: Box.h,v $ -* Revision 1.1 2005-02-12 14:37:14 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:22:58 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/xt/BoxP.h b/xts5/include/xt/BoxP.h index 33ad6f65..e3a85def 100644 --- a/xts5/include/xt/BoxP.h +++ b/xts5/include/xt/BoxP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/xt/BoxP.h,v 1.1 2005-02-12 14:37:14 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/xt/BoxP.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/xt/BoxP.h +* File: xts5/include/xt/BoxP.h * * Description: * Test Widget * * Modifications: * $Log: BoxP.h,v $ -* Revision 1.1 2005-02-12 14:37:14 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:22:58 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/xt/SquareCelP.h b/xts5/include/xt/SquareCelP.h index bb76d97a..ad88f714 100644 --- a/xts5/include/xt/SquareCelP.h +++ b/xts5/include/xt/SquareCelP.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/xt/SquareCelP.h,v 1.1 2005-02-12 14:37:14 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/xt/SquareCelP.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/xt/SquareCellP.h +* File: xts5/include/xt/SquareCellP.h * * Description: * Test widget * * Modifications: * $Log: SquareCelP.h,v $ -* Revision 1.1 2005-02-12 14:37:14 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:22:59 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/xt/SquareCell.h b/xts5/include/xt/SquareCell.h index 5e0be9f6..ad32c096 100644 --- a/xts5/include/xt/SquareCell.h +++ b/xts5/include/xt/SquareCell.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/xt/SquareCell.h,v 1.1 2005-02-12 14:37:14 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/xt/SquareCell.h,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/include/xt/SquareCell.h +* File: xts5/include/xt/SquareCell.h * * Description: * Test wdiget * * Modifications: * $Log: SquareCell.h,v $ -* Revision 1.1 2005-02-12 14:37:14 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:22:59 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/xtest.h b/xts5/include/xtest.h index 8912e7ed..b0c8d50c 100644 --- a/xts5/include/xtest.h +++ b/xts5/include/xtest.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/xtest.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/xtest.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/xtest.h +* File: xts5/include/xtest.h * * Description: * Defines used by the X tests * * Modifications: * $Log: xtest.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:36 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/xtestlib.h b/xts5/include/xtestlib.h index 04f2d6a8..a063d270 100644 --- a/xts5/include/xtestlib.h +++ b/xts5/include/xtestlib.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/xtestlib.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/xtestlib.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/xtestlib.h +* File: xts5/include/xtestlib.h * * Description: * Defines used by the X tests * * Modifications: * $Log: xtestlib.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:36 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/xthost.h b/xts5/include/xthost.h index 61a229c6..ef248cbb 100644 --- a/xts5/include/xthost.h +++ b/xts5/include/xthost.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/xthost.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/xthost.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/xthost.h +* File: xts5/include/xthost.h * * Description: * Defines used by the X tests * * Modifications: * $Log: xthost.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:37 mar * Branch point for Release 5.0.2 diff --git a/xts5/include/xtlibproto.h b/xts5/include/xtlibproto.h index ee2e2d18..3ae3c2a8 100644 --- a/xts5/include/xtlibproto.h +++ b/xts5/include/xtlibproto.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/include/xtlibproto.h,v 1.1 2005-02-12 14:37:13 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/include/xtlibproto.h,v 1.2 2005-11-03 08:42:00 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/include/xlibproto.h +* File: xts5/include/xlibproto.h * * Description: * Defines used by the Xt tests * * Modifications: * $Log: xtlibproto.h,v $ -* Revision 1.1 2005-02-12 14:37:13 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:07 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:23:37 mar * Branch point for Release 5.0.2 diff --git a/xts5/man/vswrpt.man b/xts5/man/vswrpt.man index 3dcb0f2b..f1ab2558 100644 --- a/xts5/man/vswrpt.man +++ b/xts5/man/vswrpt.man @@ -19,7 +19,7 @@ .\"OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE .\"SOFTWARE. .\" -.\"$Header: /cvs/xtest/xtest/xts5/man/vswrpt.man,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +.\"$Header: /cvs/xtest/xtest/xts5/man/vswrpt.man,v 1.3 2005-11-03 08:42:01 jmichael Exp $ .\"Copyright (c) 1994, 1995 Applied Testing and Technology, Inc. .\"All rights reserved .TH vswrpt "1" "November 1999" "The Open Group" "VSW5" @@ -73,7 +73,7 @@ information provided by VSW5. .B Journal File Selection .PP By default vswrpt uses the most recent journal file under the -directory $TET_ROOT/vsw5/results as input. Three options allow specification +directory $TET_ROOT/xts5/results as input. Three options allow specification of alternative files for use as the input journal. .PP .B -f file_name @@ -88,7 +88,7 @@ as the input journal. .in +5 Use the file .I journal -in the directory under $TET_ROOT/vsw5/results with the specified number as the +in the directory under $TET_ROOT/xts5/results with the specified number as the input journal. Leading zeros and additional portions of the directory name need not be specified, i.e. -j 30 matches 0030bec/journal, 0030b/journal, etc. @@ -179,7 +179,7 @@ Display program version. .TP 10 .B -w Do not report on a specific journal but rather print a summary of the journals -in $TET_ROOT/vsw5/results. +in $TET_ROOT/xts5/results. .PP .SH FIP RESULTS \fRA Further Information Provided (FIP) result code indicates that manual diff --git a/xts5/scenarios/Xt10_scen b/xts5/scenarios/Xt10_scen index 4d6958da..704cab56 100644 --- a/xts5/scenarios/Xt10_scen +++ b/xts5/scenarios/Xt10_scen @@ -1,5 +1,5 @@ # -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -19,22 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -#$Header: /cvs/xtest/xtest/xts5/scenarios/Xt10_scen,v 1.1 2005-02-12 14:37:14 anderson Exp $ +#$Header: /cvs/xtest/xtest/xts5/scenarios/Xt10_scen,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/scenarios/Xt10_scen +# File: xts5/scenarios/Xt10_scen # # Description: # Scenario file Xt chapter 10 # # Modifications: # $Log: Xt10_scen,v $ -# Revision 1.1 2005-02-12 14:37:14 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:08 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:39:25 mar # Branch point for Release 5.0.2 diff --git a/xts5/scenarios/Xt11_scen b/xts5/scenarios/Xt11_scen index 8208b7b1..64361bf9 100644 --- a/xts5/scenarios/Xt11_scen +++ b/xts5/scenarios/Xt11_scen @@ -1,5 +1,5 @@ # -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -19,22 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt11_scen,v 1.1 2005-02-12 14:37:14 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt11_scen,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/scenarios/Xt11_scen +# File: xts5/scenarios/Xt11_scen # # Description: # Scenario file for Xt chapter 11 # # Modifications: # $Log: Xt11_scen,v $ -# Revision 1.1 2005-02-12 14:37:14 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:08 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:39:26 mar # Branch point for Release 5.0.2 diff --git a/xts5/scenarios/Xt12_scen b/xts5/scenarios/Xt12_scen index cadfe5c7..b4cae2c1 100644 --- a/xts5/scenarios/Xt12_scen +++ b/xts5/scenarios/Xt12_scen @@ -1,5 +1,5 @@ # -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -19,22 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt12_scen,v 1.1 2005-02-12 14:37:14 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt12_scen,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/scenarios/Xt12_scen +# File: xts5/scenarios/Xt12_scen # # Description: # Scenario file for Xt chapter 12 # # Modifications: # $Log: Xt12_scen,v $ -# Revision 1.1 2005-02-12 14:37:14 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:08 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:39:26 mar # Branch point for Release 5.0.2 diff --git a/xts5/scenarios/Xt13_scen b/xts5/scenarios/Xt13_scen index c346ebc5..77c4d19c 100644 --- a/xts5/scenarios/Xt13_scen +++ b/xts5/scenarios/Xt13_scen @@ -1,5 +1,5 @@ # -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -19,22 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt13_scen,v 1.1 2005-02-12 14:37:14 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt13_scen,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/scenarios/Xt13_scen +# File: xts5/scenarios/Xt13_scen # # Description: # Scenario file for Xt chapter 13 # # Modifications: # $Log: Xt13_scen,v $ -# Revision 1.1 2005-02-12 14:37:14 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:08 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:39:27 mar # Branch point for Release 5.0.2 diff --git a/xts5/scenarios/Xt14_scen b/xts5/scenarios/Xt14_scen index 5aac6e1a..2aa63025 100644 --- a/xts5/scenarios/Xt14_scen +++ b/xts5/scenarios/Xt14_scen @@ -1,5 +1,5 @@ # -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -19,22 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt14_scen,v 1.1 2005-02-12 14:37:14 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt14_scen,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/scenarios/Xt14 +# File: xts5/scenarios/Xt14 # # Description: # Scenario file for Xt Chapter 14 # # Modifications: # $Log: Xt14_scen,v $ -# Revision 1.1 2005-02-12 14:37:14 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:08 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:39:27 mar # Branch point for Release 5.0.2 diff --git a/xts5/scenarios/Xt15_scen b/xts5/scenarios/Xt15_scen index ac4bf111..5c79e9e8 100644 --- a/xts5/scenarios/Xt15_scen +++ b/xts5/scenarios/Xt15_scen @@ -1,5 +1,5 @@ # -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -19,22 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt15_scen,v 1.1 2005-02-12 14:37:14 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt15_scen,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/scenarios/Xt15_scen +# File: xts5/scenarios/Xt15_scen # # Description: # Scenario file for Xt Chapter 15 # # Modifications: # $Log: Xt15_scen,v $ -# Revision 1.1 2005-02-12 14:37:14 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:08 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:39:28 mar # Branch point for Release 5.0.2 diff --git a/xts5/scenarios/Xt3_scen b/xts5/scenarios/Xt3_scen index 11258bb9..170cf5ac 100644 --- a/xts5/scenarios/Xt3_scen +++ b/xts5/scenarios/Xt3_scen @@ -1,5 +1,5 @@ # -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -19,22 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt3_scen,v 1.1 2005-02-12 14:37:14 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt3_scen,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/scenarios/Xt3_scen +# File: xts5/scenarios/Xt3_scen # # Description: # Scenario file Xt chapter 3 # # Modifications: # $Log: Xt3_scen,v $ -# Revision 1.1 2005-02-12 14:37:14 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:08 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:39:28 mar # Branch point for Release 5.0.2 diff --git a/xts5/scenarios/Xt4_scen b/xts5/scenarios/Xt4_scen index e93c718d..14b2af7c 100644 --- a/xts5/scenarios/Xt4_scen +++ b/xts5/scenarios/Xt4_scen @@ -1,5 +1,5 @@ # -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -19,22 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt4_scen,v 1.1 2005-02-12 14:37:14 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt4_scen,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/scenarios/Xt4_scen +# File: xts5/scenarios/Xt4_scen # # Description: # Scenario file Xt chapter 4 # # Modifications: # $Log: Xt4_scen,v $ -# Revision 1.1 2005-02-12 14:37:14 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:08 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:39:29 mar # Branch point for Release 5.0.2 diff --git a/xts5/scenarios/Xt5_scen b/xts5/scenarios/Xt5_scen index 85a9e7ca..16972590 100644 --- a/xts5/scenarios/Xt5_scen +++ b/xts5/scenarios/Xt5_scen @@ -1,5 +1,5 @@ # -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -19,22 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt5_scen,v 1.1 2005-02-12 14:37:14 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt5_scen,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/scenarios/Xt5_scen +# File: xts5/scenarios/Xt5_scen # # Description: # Scenario file Xt chapter 5 # # Modifications: # $Log: Xt5_scen,v $ -# Revision 1.1 2005-02-12 14:37:14 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:08 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:39:29 mar # Branch point for Release 5.0.2 diff --git a/xts5/scenarios/Xt6_scen b/xts5/scenarios/Xt6_scen index 980c2c84..666d59d1 100644 --- a/xts5/scenarios/Xt6_scen +++ b/xts5/scenarios/Xt6_scen @@ -1,5 +1,5 @@ # -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -19,22 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt6_scen,v 1.1 2005-02-12 14:37:14 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt6_scen,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/scenarios/Xt6_scen +# File: xts5/scenarios/Xt6_scen # # Description: # Scenario file Xt chapter 6 # # Modifications: # $Log: Xt6_scen,v $ -# Revision 1.1 2005-02-12 14:37:14 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:08 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:39:30 mar # Branch point for Release 5.0.2 diff --git a/xts5/scenarios/Xt7_scen b/xts5/scenarios/Xt7_scen index 10f65870..fa12d9ec 100644 --- a/xts5/scenarios/Xt7_scen +++ b/xts5/scenarios/Xt7_scen @@ -1,5 +1,5 @@ # -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -19,22 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt7_scen,v 1.1 2005-02-12 14:37:14 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt7_scen,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/scenarios/Xt7_scen +# File: xts5/scenarios/Xt7_scen # # Description: # Scenario file Xt chapter 7 # # Modifications: # $Log: Xt7_scen,v $ -# Revision 1.1 2005-02-12 14:37:14 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:08 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:39:30 mar # Branch point for Release 5.0.2 diff --git a/xts5/scenarios/Xt8_scen b/xts5/scenarios/Xt8_scen index 72527b43..586b7c8f 100644 --- a/xts5/scenarios/Xt8_scen +++ b/xts5/scenarios/Xt8_scen @@ -1,5 +1,5 @@ # -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -19,22 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt8_scen,v 1.1 2005-02-12 14:37:14 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/scenarios/Xt8_scen,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/scenarios/Xt8_scen +# File: xts5/scenarios/Xt8_scen # # Description: # Scenario file Xt chapter 8 # # Modifications: # $Log: Xt8_scen,v $ -# Revision 1.1 2005-02-12 14:37:14 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:08 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:39:31 mar # Branch point for Release 5.0.2 diff --git a/xts5/scenarios/Xt9_scen b/xts5/scenarios/Xt9_scen index 9d2ebec2..ec6090c7 100644 --- a/xts5/scenarios/Xt9_scen +++ b/xts5/scenarios/Xt9_scen @@ -1,5 +1,5 @@ # -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -19,22 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -#$Header: /cvs/xtest/xtest/xts5/scenarios/Xt9_scen,v 1.1 2005-02-12 14:37:14 anderson Exp $ +#$Header: /cvs/xtest/xtest/xts5/scenarios/Xt9_scen,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/scenarios/Xt9_scen +# File: xts5/scenarios/Xt9_scen # # Description: # Scenario file Xt chapter 9 # # Modifications: # $Log: Xt9_scen,v $ -# Revision 1.1 2005-02-12 14:37:14 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:08 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:39:31 mar # Branch point for Release 5.0.2 diff --git a/xts5/scenarios/XtC_scen b/xts5/scenarios/XtC_scen index f7144264..3fbf3491 100644 --- a/xts5/scenarios/XtC_scen +++ b/xts5/scenarios/XtC_scen @@ -1,5 +1,5 @@ # -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -19,22 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/scenarios/XtC_scen,v 1.1 2005-02-12 14:37:14 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/scenarios/XtC_scen,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/scenarios/XtC_scen +# File: xts5/scenarios/XtC_scen # # Description: # Scenario file Xt Appendix C # # Modifications: # $Log: XtC_scen,v $ -# Revision 1.1 2005-02-12 14:37:14 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:08 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:39:31 mar # Branch point for Release 5.0.2 diff --git a/xts5/scenarios/XtE_scen b/xts5/scenarios/XtE_scen index 196e066d..6dfd10fc 100644 --- a/xts5/scenarios/XtE_scen +++ b/xts5/scenarios/XtE_scen @@ -1,5 +1,5 @@ # -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -19,22 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/scenarios/XtE_scen,v 1.1 2005-02-12 14:37:14 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/scenarios/XtE_scen,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/scenarios/XtE_scen +# File: xts5/scenarios/XtE_scen # # Description: # Scenario file for Xt Appendix E # # Modifications: # $Log: XtE_scen,v $ -# Revision 1.1 2005-02-12 14:37:14 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:08 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:39:32 mar # Branch point for Release 5.0.2 diff --git a/xts5/scenarios/shape_scen b/xts5/scenarios/shape_scen index f4593572..abfccef5 100644 --- a/xts5/scenarios/shape_scen +++ b/xts5/scenarios/shape_scen @@ -1,5 +1,5 @@ # -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -19,22 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/scenarios/shape_scen,v 1.1 2005-02-12 14:37:14 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/scenarios/shape_scen,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/scenarios/shape_scen +# File: xts5/scenarios/shape_scen # # Description: # Scenario file for Shape Extension # # Modifications: # $Log: shape_scen,v $ -# Revision 1.1 2005-02-12 14:37:14 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:08 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:39:32 mar # Branch point for Release 5.0.2 diff --git a/xts5/src/bin/mc/files.c b/xts5/src/bin/mc/files.c index fff9b284..9115ce00 100644 --- a/xts5/src/bin/mc/files.c +++ b/xts5/src/bin/mc/files.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/bin/mc/files.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/bin/mc/files.c,v 1.3 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) 1999,2001 The Open Group * Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -35,7 +35,10 @@ SOFTWARE. * * Modifications: * $Log: files.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.3 2005/01/20 15:48:56 gwc @@ -117,7 +120,7 @@ purpose. It is provided "as is" without express or implied warranty. #include "stdlib.h" #include "mc.h" -#define MC_LOC "/vsw5/lib/" +#define MC_LOC "/xts5/lib/" extern char *Filename; extern int Lineno; @@ -326,7 +329,7 @@ int i; } /* - * Return path name of file in the vsw5 lib directory. + * Return path name of file in the xts5 lib directory. */ char * mcpath(file) diff --git a/xts5/src/bin/reports/Makefile b/xts5/src/bin/reports/Makefile index 7bd69a8a..10787acf 100644 --- a/xts5/src/bin/reports/Makefile +++ b/xts5/src/bin/reports/Makefile @@ -19,22 +19,26 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -#$Header: /cvs/xtest/xtest/xts5/src/bin/reports/Makefile,v 1.1 2005-02-12 15:14:15 anderson Exp $ +#$Header: /cvs/xtest/xtest/xts5/src/bin/reports/Makefile,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/src/bin/reports/Makefile +# File: xts5/src/bin/reports/Makefile # # Description: # Makefile for report generators # # Modifications: # $Log: Makefile,v $ -# Revision 1.1 2005-02-12 15:14:15 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.1 2005/02/12 15:14:15 anderson +# VSW5 Source under an MIT license This is version 5.0.2 as received from +# AppTest with the new license applied. # # Revision 8.0 1998/12/23 23:24:18 mar # Branch point for Release 5.0.2 @@ -80,11 +84,11 @@ clean: @rm -f vswrpt vswrptm vsw_pr clobber: clean - @rm -f $(TET_ROOT)/vsw5/bin/vswrpt - @rm -f $(TET_ROOT)/vsw5/bin/vswrptm - @rm -f $(TET_ROOT)/vsw5/bin/vsw_pr + @rm -f $(TET_ROOT)/xts5/bin/vswrpt + @rm -f $(TET_ROOT)/xts5/bin/vswrptm + @rm -f $(TET_ROOT)/xts5/bin/vsw_pr install: all - @(cp $(TET_ROOT)/vsw5/src/bin/reports/vswrpt $(TET_ROOT)/vsw5/bin) - @(cp $(TET_ROOT)/vsw5/src/bin/reports/vswrptm $(TET_ROOT)/vsw5/bin) - @(cp $(TET_ROOT)/vsw5/src/bin/reports/vsw_pr $(TET_ROOT)/vsw5/bin) + @(cp $(TET_ROOT)/xts5/src/bin/reports/vswrpt $(TET_ROOT)/xts5/bin) + @(cp $(TET_ROOT)/xts5/src/bin/reports/vswrptm $(TET_ROOT)/xts5/bin) + @(cp $(TET_ROOT)/xts5/src/bin/reports/vsw_pr $(TET_ROOT)/xts5/bin) diff --git a/xts5/src/bin/reports/vswrpt.c b/xts5/src/bin/reports/vswrpt.c index 119e9203..9d85ca3b 100644 --- a/xts5/src/bin/reports/vswrpt.c +++ b/xts5/src/bin/reports/vswrpt.c @@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $Header: /cvs/xtest/xtest/xts5/src/bin/reports/vswrpt.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +/* $Header: /cvs/xtest/xtest/xts5/src/bin/reports/vswrpt.c,v 1.3 2005-11-03 08:42:01 jmichael Exp $ * * (C) Copyright 2000-2001 The Open Group * (C) Copyright 1996 Applied Testing Technology, Inc. @@ -44,7 +44,10 @@ SOFTWARE. * * Modifications: * $Log: vswrpt.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.4 2005/01/20 15:53:34 gwc @@ -1746,7 +1749,7 @@ int main(int argc, char * const argv[]) strcpy(doc_dir, "DOC"); } else { if (strcmp(bname, "vswrpt") == 0) { - strcpy(test_dir, "vsw5"); + strcpy(test_dir, "xts5"); strcpy(test_flag, "VSW5TESTSUITE"); strcpy(test_name, "VSW5"); strcpy(vendor_name, "THE OPEN GROUP"); diff --git a/xts5/src/bin/reports/vswrptm.c b/xts5/src/bin/reports/vswrptm.c index b55215f5..60a3d0dd 100644 --- a/xts5/src/bin/reports/vswrptm.c +++ b/xts5/src/bin/reports/vswrptm.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -$Header: /cvs/xtest/xtest/xts5/src/bin/reports/vswrptm.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +$Header: /cvs/xtest/xtest/xts5/src/bin/reports/vswrptm.c,v 1.3 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1994, 1995 * All rights reserved @@ -34,7 +34,10 @@ $Header: /cvs/xtest/xtest/xts5/src/bin/reports/vswrptm.c,v 1.2 2005-04-21 09:40: * * Modifications: * $Log: vswrptm.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.1 1999/11/09 17:06:26 vsx @@ -899,7 +902,7 @@ int main(char argc, char * const argv[]) strcpy(doc_dir, "DOC"); } else { if (strcmp((const char *)basename(argv[0]), "vswrptm") == 0) { - strcpy(test_dir, "vsw5"); + strcpy(test_dir, "xts5"); strcpy(test_flag, "VSW5TESTSUITE"); strcpy(test_name, "VSW5"); strcpy(vendor_name, "THE OPEN GROUP"); diff --git a/xts5/src/bin/scripts/Makefile b/xts5/src/bin/scripts/Makefile index 01cf9ad8..72ea1eee 100644 --- a/xts5/src/bin/scripts/Makefile +++ b/xts5/src/bin/scripts/Makefile @@ -27,7 +27,7 @@ clean: @rm -f *.o clobber: clean - @cd $(TET_ROOT)/vsw5/bin;rm -f $(SCRIPTS) + @cd $(TET_ROOT)/xts5/bin;rm -f $(SCRIPTS) install: all - @(cd $(TET_ROOT)/vsw5/src/bin/scripts;cp $(SCRIPTS) $(TET_ROOT)/vsw5/bin) + @(cd $(TET_ROOT)/xts5/src/bin/scripts;cp $(SCRIPTS) $(TET_ROOT)/xts5/bin) diff --git a/xts5/src/bin/scripts/pt b/xts5/src/bin/scripts/pt index 52a5aab7..f4366c3b 100755 --- a/xts5/src/bin/scripts/pt +++ b/xts5/src/bin/scripts/pt @@ -77,10 +77,10 @@ if [ "$DISPLAY" != "" ]; then echo "XT_DISPLAY=$DISPLAY" >> CONFIG fi -# config=${TET_CONFIG:-$TET_ROOT/vsw5/tetexec.cfg} +# config=${TET_CONFIG:-$TET_ROOT/xts5/tetexec.cfg} # Since :- is not universal, and I really want that functionality. if [ x"$TET_CONFIG" = x"" ]; then - config=$TET_ROOT/vsw5/tetexec.cfg + config=$TET_ROOT/xts5/tetexec.cfg else config=$TET_CONFIG fi @@ -92,9 +92,9 @@ echo "junk=junk" >> CONFIG # TEMP TET_CONFIG=CONFIG export TET_CONFIG -#TET_CODE=${TET_CODE:-$TET_ROOT/vsw5/tet_code} +#TET_CODE=${TET_CODE:-$TET_ROOT/xts5/tet_code} if [ x"$TET_CODE" = x"" ]; then - TET_CODE=$TET_ROOT/vsw5/tet_code + TET_CODE=$TET_ROOT/xts5/tet_code fi export TET_CODE diff --git a/xts5/src/lib/Makefile b/xts5/src/lib/Makefile index 4f50d8ba..016f0314 100644 --- a/xts5/src/lib/Makefile +++ b/xts5/src/lib/Makefile @@ -19,21 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/src/lib/Makefile,v 1.1 2005-02-12 15:14:15 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/src/lib/Makefile,v 1.2 2005-11-03 08:42:01 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/src/lib/Makefile +# File: xts5/src/lib/Makefile # # Description: Makefile for X testsuite library # # Modifications # $Log: Makefile,v $ -# Revision 1.1 2005-02-12 15:14:15 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:01 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.1 2005/02/12 15:14:15 anderson +# VSW5 Source under an MIT license This is version 5.0.2 as received from +# AppTest with the new license applied. # # Revision 8.0 1998/12/23 23:24:20 mar # Branch point for Release 5.0.2 diff --git a/xts5/src/lib/XInput.c b/xts5/src/lib/XInput.c index 6020ccd9..1f0410b9 100644 --- a/xts5/src/lib/XInput.c +++ b/xts5/src/lib/XInput.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/XInput.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/XInput.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/XInput.c +* File: xts5/src/lib/XInput.c * * Description: * Input Device extension test support routines * * Modifications: * $Log: XInput.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:21 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/XTestExt.c b/xts5/src/lib/XTestExt.c index 0103a5b9..8a5ae4af 100644 --- a/xts5/src/lib/XTestExt.c +++ b/xts5/src/lib/XTestExt.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/XTestExt.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/XTestExt.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/XTestExt.c +* File: xts5/src/lib/XTestExt.c * * Description: * Extension test support routines * * Modifications: * $Log: XTestExt.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:21 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/badcmap.c b/xts5/src/lib/badcmap.c index e0748ec4..4f2e7357 100644 --- a/xts5/src/lib/badcmap.c +++ b/xts5/src/lib/badcmap.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/badcmap.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/badcmap.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/badcmap.c +* File: xts5/src/lib/badcmap.c * * Description: * Colormap support routines * * Modifications: * $Log: badcmap.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:22 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/badfont.c b/xts5/src/lib/badfont.c index 5ecc6324..3831c0e3 100644 --- a/xts5/src/lib/badfont.c +++ b/xts5/src/lib/badfont.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/badfont.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/badfont.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/badfont.c +* File: xts5/src/lib/badfont.c * * Description: * Font support routines * * Modifications: * $Log: badfont.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:22 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/badgc.c b/xts5/src/lib/badgc.c index a5f20f07..70a20b67 100644 --- a/xts5/src/lib/badgc.c +++ b/xts5/src/lib/badgc.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/badgc.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/badgc.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/badgc.c +* File: xts5/src/lib/badgc.c * * Description: * GC support routines * * Modifications: * $Log: badgc.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:23 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/badpixm.c b/xts5/src/lib/badpixm.c index e5f5cec7..125b7c5d 100644 --- a/xts5/src/lib/badpixm.c +++ b/xts5/src/lib/badpixm.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/badpixm.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/badpixm.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/badpixm.c +* File: xts5/src/lib/badpixm.c * * Description: * Pixmap support routines * * Modifications: * $Log: badpixm.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:23 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/badvis.c b/xts5/src/lib/badvis.c index 7bbe9852..7f41cb4f 100644 --- a/xts5/src/lib/badvis.c +++ b/xts5/src/lib/badvis.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/badvis.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/badvis.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/badvis.c +* File: xts5/src/lib/badvis.c * * Description: * Visual support routines * * Modifications: * $Log: badvis.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:24 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/badwin.c b/xts5/src/lib/badwin.c index 104e48bd..fe38b2b5 100644 --- a/xts5/src/lib/badwin.c +++ b/xts5/src/lib/badwin.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/badwin.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/badwin.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/badwin.c +* File: xts5/src/lib/badwin.c * * Description: * Window support routines * * Modifications: * $Log: badwin.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:24 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/bitcount.c b/xts5/src/lib/bitcount.c index 3b6ec5af..78d5cfc4 100644 --- a/xts5/src/lib/bitcount.c +++ b/xts5/src/lib/bitcount.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/bitcount.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/bitcount.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/bitcount.c +* File: xts5/src/lib/bitcount.c * * Description: * Bit manipulation support routines * * Modifications: * $Log: bitcount.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:24 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/block.c b/xts5/src/lib/block.c index bb6a69a0..ee12fcf0 100644 --- a/xts5/src/lib/block.c +++ b/xts5/src/lib/block.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/block.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/block.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/block.c +* File: xts5/src/lib/block.c * * Description: * Blocking support routines * * Modifications: * $Log: block.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:25 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/buildtree.c b/xts5/src/lib/buildtree.c index 4633a829..f811927b 100644 --- a/xts5/src/lib/buildtree.c +++ b/xts5/src/lib/buildtree.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/buildtree.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/buildtree.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/buildtree.c +* File: xts5/src/lib/buildtree.c * * Description: * Window tree manipulation routines * * Modifications: * $Log: buildtree.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:25 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/checkarea.c b/xts5/src/lib/checkarea.c index d7225b7e..bd4fd126 100644 --- a/xts5/src/lib/checkarea.c +++ b/xts5/src/lib/checkarea.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/checkarea.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/checkarea.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/checkarea.c +* File: xts5/src/lib/checkarea.c * * Description: * Pixel area support routines * * Modifications: * $Log: checkarea.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:26 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/checkevent.c b/xts5/src/lib/checkevent.c index f441480a..2d886e40 100644 --- a/xts5/src/lib/checkevent.c +++ b/xts5/src/lib/checkevent.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/checkevent.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/checkevent.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/checkevent.c +* File: xts5/src/lib/checkevent.c * * Description: * Regression test library * * Modifications: * $Log: checkevent.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:26 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/checkfont.c b/xts5/src/lib/checkfont.c index 1b0b58b1..78661e16 100644 --- a/xts5/src/lib/checkfont.c +++ b/xts5/src/lib/checkfont.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/checkfont.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/checkfont.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/checkfont.c +* File: xts5/src/lib/checkfont.c * * Description: * Font support routines * * Modifications: * $Log: checkfont.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:27 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/checkgc.c b/xts5/src/lib/checkgc.c index cdbe61e4..9ae657ce 100644 --- a/xts5/src/lib/checkgc.c +++ b/xts5/src/lib/checkgc.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/checkgc.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/checkgc.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/checkgc.c +* File: xts5/src/lib/checkgc.c * * Description: * GC support routines * * Modifications: * $Log: checkgc.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:28 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/checkimg.c b/xts5/src/lib/checkimg.c index df9d4961..a0e67de3 100644 --- a/xts5/src/lib/checkimg.c +++ b/xts5/src/lib/checkimg.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/checkimg.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/checkimg.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/checkimg.c +* File: xts5/src/lib/checkimg.c * * Description: * Image support routines * * Modifications: * $Log: checkimg.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:28 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/checkpixel.c b/xts5/src/lib/checkpixel.c index 0d485d3b..b76de10e 100644 --- a/xts5/src/lib/checkpixel.c +++ b/xts5/src/lib/checkpixel.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/checkpixel.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/checkpixel.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/checkpixel.c +* File: xts5/src/lib/checkpixel.c * * Description: * Pixel support routines * * Modifications: * $Log: checkpixel.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:29 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/checktile.c b/xts5/src/lib/checktile.c index 116a3cc7..e3fc1ea3 100644 --- a/xts5/src/lib/checktile.c +++ b/xts5/src/lib/checktile.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/checktile.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/checktile.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/checktile.c +* File: xts5/src/lib/checktile.c * * Description: * Title support routines * * Modifications: * $Log: checktile.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:29 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/config.c b/xts5/src/lib/config.c index 6bb39238..f51e742c 100644 --- a/xts5/src/lib/config.c +++ b/xts5/src/lib/config.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/config.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/config.c,v 1.3 2005-11-03 08:42:01 jmichael Exp $ * * Copyright (c) 1999 The Open Group * Copyright Applied Testing and Technology Inc. 1995 @@ -28,14 +28,17 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/config.c +* File: xts5/src/lib/config.c * * Description: * Configuration file support routines * * Modifications: * $Log: config.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.2 2005/01/20 15:56:46 gwc diff --git a/xts5/src/lib/crechild.c b/xts5/src/lib/crechild.c index f7710971..dc638c7a 100644 --- a/xts5/src/lib/crechild.c +++ b/xts5/src/lib/crechild.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/crechild.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/crechild.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/crechild.c +* File: xts5/src/lib/crechild.c * * Description: * Process support routines * * Modifications: * $Log: crechild.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:30 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/cursor.c b/xts5/src/lib/cursor.c index 782e5fe4..dcf14502 100644 --- a/xts5/src/lib/cursor.c +++ b/xts5/src/lib/cursor.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/cursor.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/cursor.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/cursor.c +* File: xts5/src/lib/cursor.c * * Description: * Cursor support routines * * Modifications: * $Log: cursor.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:30 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/delete.c b/xts5/src/lib/delete.c index 1a7a9ea4..35f8ed75 100644 --- a/xts5/src/lib/delete.c +++ b/xts5/src/lib/delete.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/delete.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/delete.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/delete.c +* File: xts5/src/lib/delete.c * * Description: * Test deletion support routines * * Modifications: * $Log: delete.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:31 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/devcntl.c b/xts5/src/lib/devcntl.c index 00611185..9ad706e8 100644 --- a/xts5/src/lib/devcntl.c +++ b/xts5/src/lib/devcntl.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/devcntl.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/devcntl.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/devcntl.c +* File: xts5/src/lib/devcntl.c * * Description: * Inout device extension test support routines * * Modifications: * $Log: devcntl.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:31 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/dset.c b/xts5/src/lib/dset.c index 470931ab..734b5142 100644 --- a/xts5/src/lib/dset.c +++ b/xts5/src/lib/dset.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/dset.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/dset.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/dset.c +* File: xts5/src/lib/dset.c * * Description: * Set a drawable to a pixel * * Modifications: * $Log: dset.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:32 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/dumpimage.c b/xts5/src/lib/dumpimage.c index 1f34bf34..9a8a18c0 100644 --- a/xts5/src/lib/dumpimage.c +++ b/xts5/src/lib/dumpimage.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/dumpimage.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/dumpimage.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/dumpimage.c +* File: xts5/src/lib/dumpimage.c * * Description: * Dump an image * * Modifications: * $Log: dumpimage.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:32 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/environ.c b/xts5/src/lib/environ.c index 53c17eec..cda05d21 100644 --- a/xts5/src/lib/environ.c +++ b/xts5/src/lib/environ.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/environ.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/environ.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/environ.c +* File: xts5/src/lib/environ.c * * Description: * Environment manipulation routines * * Modifications: * $Log: environ.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:33 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/err.c b/xts5/src/lib/err.c index 4b2e3d23..3226c107 100644 --- a/xts5/src/lib/err.c +++ b/xts5/src/lib/err.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/err.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/err.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/err.c +* File: xts5/src/lib/err.c * * Description: * Error handling support routines * * Modifications: * $Log: err.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:33 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/events.c b/xts5/src/lib/events.c index 7c253864..e0b8508e 100644 --- a/xts5/src/lib/events.c +++ b/xts5/src/lib/events.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/events.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/events.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/events.c +* File: xts5/src/lib/events.c * * Description: * Misc support routines * * Modifications: * $Log: events.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:34 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/ex_startup.c b/xts5/src/lib/ex_startup.c index 5b0f4e81..bdbe7945 100644 --- a/xts5/src/lib/ex_startup.c +++ b/xts5/src/lib/ex_startup.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/ex_startup.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/ex_startup.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/ex_startup.c +* File: xts5/src/lib/ex_startup.c * * Description: * Startup routine * * Modifications: * $Log: ex_startup.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:34 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/exposechk.c b/xts5/src/lib/exposechk.c index 44ffcdba..b4fff948 100644 --- a/xts5/src/lib/exposechk.c +++ b/xts5/src/lib/exposechk.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/exposechk.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/exposechk.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/exposechk.c +* File: xts5/src/lib/exposechk.c * * Description: * Exposure support routines * * Modifications: * $Log: exposechk.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:35 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/extenavail.c b/xts5/src/lib/extenavail.c index b3b06b50..4d819222 100644 --- a/xts5/src/lib/extenavail.c +++ b/xts5/src/lib/extenavail.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/extenavail.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/extenavail.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/extenavail.c +* File: xts5/src/lib/extenavail.c * * Description: * XTEST extension support routines * * Modifications: * $Log: extenavail.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:35 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/gcflush.c b/xts5/src/lib/gcflush.c index ccfb9cd1..70a23981 100644 --- a/xts5/src/lib/gcflush.c +++ b/xts5/src/lib/gcflush.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/gcflush.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/gcflush.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/gcflush.c +* File: xts5/src/lib/gcflush.c * * Description: * Flush the GC cache * * Modifications: * $Log: gcflush.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:36 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/gcinclude.c b/xts5/src/lib/gcinclude.c index 3742640d..11e7051f 100644 --- a/xts5/src/lib/gcinclude.c +++ b/xts5/src/lib/gcinclude.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/gcinclude.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/gcinclude.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/gcinclude.c +* File: xts5/src/lib/gcinclude.c * * Description: * GC support routines * * Modifications: * $Log: gcinclude.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:36 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/getevent.c b/xts5/src/lib/getevent.c index 9bcbe1ec..2dacfd33 100644 --- a/xts5/src/lib/getevent.c +++ b/xts5/src/lib/getevent.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/getevent.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/getevent.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/getevent.c +* File: xts5/src/lib/getevent.c * * Description: * Event support routines * * Modifications: * $Log: getevent.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:37 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/getsize.c b/xts5/src/lib/getsize.c index 1f9f9a0a..eb034bc7 100644 --- a/xts5/src/lib/getsize.c +++ b/xts5/src/lib/getsize.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/getsize.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/getsize.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/getsize.c +* File: xts5/src/lib/getsize.c * * Description: * Drawable support routines * * Modifications: * $Log: getsize.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:37 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/gettime.c b/xts5/src/lib/gettime.c index 187d9a14..2a242afb 100644 --- a/xts5/src/lib/gettime.c +++ b/xts5/src/lib/gettime.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/gettime.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/gettime.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/gettime.c +* File: xts5/src/lib/gettime.c * * Description: * Get time routine * * Modifications: * $Log: gettime.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:37 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/iponlywin.c b/xts5/src/lib/iponlywin.c index d1ad4ab7..c89ee3cc 100644 --- a/xts5/src/lib/iponlywin.c +++ b/xts5/src/lib/iponlywin.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/iponlywin.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/iponlywin.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/iponlywin.c +* File: xts5/src/lib/iponlywin.c * * Description: * Input-only window support routines * * Modifications: * $Log: iponlywin.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:38 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/issuppvis.c b/xts5/src/lib/issuppvis.c index a3bdc059..19c71317 100644 --- a/xts5/src/lib/issuppvis.c +++ b/xts5/src/lib/issuppvis.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/issuppvis.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/issuppvis.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/issuppvis.c +* File: xts5/src/lib/issuppvis.c * * Description: * Visual Class support routines * * Modifications: * $Log: issuppvis.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:38 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/linkstart.c b/xts5/src/lib/linkstart.c index 22a5baa2..780f2230 100644 --- a/xts5/src/lib/linkstart.c +++ b/xts5/src/lib/linkstart.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/linkstart.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/linkstart.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/linkstart.c +* File: xts5/src/lib/linkstart.c * * Description: * Startup routines (obsolete) * * Modifications: * $Log: linkstart.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:39 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/lookupname.c b/xts5/src/lib/lookupname.c index 3c41e9cf..bce1ff66 100644 --- a/xts5/src/lib/lookupname.c +++ b/xts5/src/lib/lookupname.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/lookupname.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/lookupname.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/lookupname.c +* File: xts5/src/lib/lookupname.c * * Description: * Lookup routines * * Modifications: * $Log: lookupname.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:39 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/makecolmap.c b/xts5/src/lib/makecolmap.c index c65038a6..66ab2845 100644 --- a/xts5/src/lib/makecolmap.c +++ b/xts5/src/lib/makecolmap.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/makecolmap.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/makecolmap.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/makecolmap.c +* File: xts5/src/lib/makecolmap.c * * Description: * Colormap support routines * * Modifications: * $Log: makecolmap.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:40 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/makecur.c b/xts5/src/lib/makecur.c index f558574a..f3eb811c 100644 --- a/xts5/src/lib/makecur.c +++ b/xts5/src/lib/makecur.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/makecur.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/makecur.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/makecur.c +* File: xts5/src/lib/makecur.c * * Description: * Cursor support routines * * Modifications: * $Log: makecur.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:41 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/makegc.c b/xts5/src/lib/makegc.c index 2d3b4f63..685f38b1 100644 --- a/xts5/src/lib/makegc.c +++ b/xts5/src/lib/makegc.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/makegc.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/makegc.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/makegc.c +* File: xts5/src/lib/makegc.c * * Description: * GC support routines * * Modifications: * $Log: makegc.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:40 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/makeimg.c b/xts5/src/lib/makeimg.c index 7d1bd985..881d8630 100644 --- a/xts5/src/lib/makeimg.c +++ b/xts5/src/lib/makeimg.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/makeimg.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/makeimg.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/makeimg.c +* File: xts5/src/lib/makeimg.c * * Description: * Image support routines * * Modifications: * $Log: makeimg.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:41 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/makepixm.c b/xts5/src/lib/makepixm.c index 51198318..16e37169 100644 --- a/xts5/src/lib/makepixm.c +++ b/xts5/src/lib/makepixm.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/makepixm.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/makepixm.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/makepixm.c +* File: xts5/src/lib/makepixm.c * * Description: * Pixmap support routines * * Modifications: * $Log: makepixm.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:09 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:42 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/makeregion.c b/xts5/src/lib/makeregion.c index 6bcf91f6..b0fac05d 100644 --- a/xts5/src/lib/makeregion.c +++ b/xts5/src/lib/makeregion.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/makeregion.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/makeregion.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/makeregion.c +* File: xts5/src/lib/makeregion.c * * Description: * Region support routines * * Modifications: * $Log: makeregion.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:42 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/makewin.c b/xts5/src/lib/makewin.c index d372a67b..eb4a4e7b 100644 --- a/xts5/src/lib/makewin.c +++ b/xts5/src/lib/makewin.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/makewin.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/makewin.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/makewin.c +* File: xts5/src/lib/makewin.c * * Description: * Window creation routines * * Modifications: * $Log: makewin.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:43 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/makewin2.c b/xts5/src/lib/makewin2.c index 92e7428a..36c920ca 100644 --- a/xts5/src/lib/makewin2.c +++ b/xts5/src/lib/makewin2.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/makewin2.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/makewin2.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/makewin2.c +* File: xts5/src/lib/makewin2.c * * Description: * Window creation routines * * Modifications: * $Log: makewin2.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:43 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/maxsize.c b/xts5/src/lib/maxsize.c index 9c2386a5..60301a63 100644 --- a/xts5/src/lib/maxsize.c +++ b/xts5/src/lib/maxsize.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/maxsize.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/maxsize.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/maxsize.c +* File: xts5/src/lib/maxsize.c * * Description: * Get number of cells in a colormap * * Modifications: * $Log: maxsize.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:44 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/nextvclass.c b/xts5/src/lib/nextvclass.c index ed6a4978..c1a4f605 100644 --- a/xts5/src/lib/nextvclass.c +++ b/xts5/src/lib/nextvclass.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/nextvclass.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/nextvclass.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/nextvclass.c +* File: xts5/src/lib/nextvclass.c * * Description: * Visual Class support routines * * Modifications: * $Log: nextvclass.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:44 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/nextvinf.c b/xts5/src/lib/nextvinf.c index 28ec2641..c74f8675 100644 --- a/xts5/src/lib/nextvinf.c +++ b/xts5/src/lib/nextvinf.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/nextvinf.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/nextvinf.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/nextvinf.c +* File: xts5/src/lib/nextvinf.c * * Description: * Visuals support routines * * Modifications: * $Log: nextvinf.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:45 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/nondpth1pix.c b/xts5/src/lib/nondpth1pix.c index c13712cd..1af3f640 100644 --- a/xts5/src/lib/nondpth1pix.c +++ b/xts5/src/lib/nondpth1pix.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/nondpth1pix.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/nondpth1pix.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/nondpth1pix.c +* File: xts5/src/lib/nondpth1pix.c * * Description: * Pixmap support routines * * Modifications: * $Log: nondpth1pix.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:45 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/notmember.c b/xts5/src/lib/notmember.c index e398d766..21f939e8 100644 --- a/xts5/src/lib/notmember.c +++ b/xts5/src/lib/notmember.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/notmember.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/notmember.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/notmember.c +* File: xts5/src/lib/notmember.c * * Description: * Misc support routines * * Modifications: * $Log: notmember.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:46 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/opendisp.c b/xts5/src/lib/opendisp.c index 090834fe..460ac4cf 100644 --- a/xts5/src/lib/opendisp.c +++ b/xts5/src/lib/opendisp.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/opendisp.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/opendisp.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/opendisp.c +* File: xts5/src/lib/opendisp.c * * Description: * Open display routines * * Modifications: * $Log: opendisp.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:47 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/openfonts.c b/xts5/src/lib/openfonts.c index f5cbe141..b7400ab2 100644 --- a/xts5/src/lib/openfonts.c +++ b/xts5/src/lib/openfonts.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/openfonts.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/openfonts.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/openfonts.c +* File: xts5/src/lib/openfonts.c * * Description: * Open fonts routines * * Modifications: * $Log: openfonts.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:47 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/pattern.c b/xts5/src/lib/pattern.c index 400a4f20..dfe19628 100644 --- a/xts5/src/lib/pattern.c +++ b/xts5/src/lib/pattern.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/pattern.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/pattern.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/pattern.c +* File: xts5/src/lib/pattern.c * * Description: * Pattern support routines * * Modifications: * $Log: pattern.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:48 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/pfcount.c b/xts5/src/lib/pfcount.c index 730591d7..f3b24a57 100644 --- a/xts5/src/lib/pfcount.c +++ b/xts5/src/lib/pfcount.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/pfcount.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/pfcount.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/pfcount.c +* File: xts5/src/lib/pfcount.c * * Description: * Pass/fail count support routines * * Modifications: * $Log: pfcount.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:48 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/pointer.c b/xts5/src/lib/pointer.c index 6d92c54e..a542dcd8 100644 --- a/xts5/src/lib/pointer.c +++ b/xts5/src/lib/pointer.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/pointer.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/pointer.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/pointer.c +* File: xts5/src/lib/pointer.c * * Description: * Pointer manipulation support routines * * Modifications: * $Log: pointer.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:49 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/regid.c b/xts5/src/lib/regid.c index 0cbb0cdd..297eda8c 100644 --- a/xts5/src/lib/regid.c +++ b/xts5/src/lib/regid.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/regid.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/regid.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/regid.c +* File: xts5/src/lib/regid.c * * Description: * Resource registration routines * * Modifications: * $Log: regid.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:46 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/report.c b/xts5/src/lib/report.c index e99823c0..25c508fd 100644 --- a/xts5/src/lib/report.c +++ b/xts5/src/lib/report.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/report.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/report.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/report.c +* File: xts5/src/lib/report.c * * Description: * Reporting functions * * Modifications: * $Log: report.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:49 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/rpt.c b/xts5/src/lib/rpt.c index 0b443c95..1dfcce7f 100644 --- a/xts5/src/lib/rpt.c +++ b/xts5/src/lib/rpt.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/rpt.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/rpt.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/rpt.c +* File: xts5/src/lib/rpt.c * * Description: * Test result reporting routines * * Modifications: * $Log: rpt.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:50 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/savimage.c b/xts5/src/lib/savimage.c index e907fbf6..582f4dbc 100644 --- a/xts5/src/lib/savimage.c +++ b/xts5/src/lib/savimage.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/savimage.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/savimage.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/savimage.c +* File: xts5/src/lib/savimage.c * * Description: * Image support routines * * Modifications: * $Log: savimage.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:50 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/setline.c b/xts5/src/lib/setline.c index adb18d21..1f8420a7 100644 --- a/xts5/src/lib/setline.c +++ b/xts5/src/lib/setline.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/setline.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/setline.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/setline.c +* File: xts5/src/lib/setline.c * * Description: * Misc support routines * * Modifications: * $Log: setline.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:51 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/settimeout.c b/xts5/src/lib/settimeout.c index 7acdb053..ddcd759f 100644 --- a/xts5/src/lib/settimeout.c +++ b/xts5/src/lib/settimeout.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/settimeout.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/settimeout.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/settimeout.c +* File: xts5/src/lib/settimeout.c * * Description: * Timeout routines * * Modifications: * $Log: settimeout.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:51 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/stackorder.c b/xts5/src/lib/stackorder.c index 8ed04690..8318a25d 100644 --- a/xts5/src/lib/stackorder.c +++ b/xts5/src/lib/stackorder.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/stackorder.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/stackorder.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/stackorder.c +* File: xts5/src/lib/stackorder.c * * Description: * Window stacking order support routines * * Modifications: * $Log: stackorder.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:52 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/startcall.c b/xts5/src/lib/startcall.c index 33a9ffe5..d7b0d396 100644 --- a/xts5/src/lib/startcall.c +++ b/xts5/src/lib/startcall.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/startcall.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/startcall.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/startcall.c +* File: xts5/src/lib/startcall.c * * Description: * Startup routine * * Modifications: * $Log: startcall.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:52 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/startup.c b/xts5/src/lib/startup.c index 59f82b21..2168307c 100644 --- a/xts5/src/lib/startup.c +++ b/xts5/src/lib/startup.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/startup.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/startup.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/startup.c +* File: xts5/src/lib/startup.c * * Description: * Primary xlib test startup routine * * Modifications: * $Log: startup.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:53 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/tpstartup.c b/xts5/src/lib/tpstartup.c index 5c551c0f..07210094 100644 --- a/xts5/src/lib/tpstartup.c +++ b/xts5/src/lib/tpstartup.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/tpstartup.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/tpstartup.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/tpstartup.c +* File: xts5/src/lib/tpstartup.c * * Description: * Test Purpose start routines * * Modifications: * $Log: tpstartup.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:53 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/verimage.c b/xts5/src/lib/verimage.c index edbc2d43..87ef7720 100644 --- a/xts5/src/lib/verimage.c +++ b/xts5/src/lib/verimage.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/verimage.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/verimage.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/verimage.c +* File: xts5/src/lib/verimage.c * * Description: * Image verification routines * * Modifications: * $Log: verimage.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:54 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/winh.c b/xts5/src/lib/winh.c index 687d46c4..62bafd0d 100644 --- a/xts5/src/lib/winh.c +++ b/xts5/src/lib/winh.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/winh.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/winh.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/winh.c +* File: xts5/src/lib/winh.c * * Description: * Window hierarchy support routines * * Modifications: * $Log: winh.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:54 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/lib/xthost.c b/xts5/src/lib/xthost.c index cbf35c03..af5113df 100644 --- a/xts5/src/lib/xthost.c +++ b/xts5/src/lib/xthost.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/lib/xthost.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/lib/xthost.c,v 1.2 2005-11-03 08:42:01 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/lib/xthost.c +* File: xts5/src/lib/xthost.c * * Description: * Host access control support routines * * Modifications: * $Log: xthost.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:55 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXR5/Makefile b/xts5/src/libXR5/Makefile index 0f77727f..2219013f 100644 --- a/xts5/src/libXR5/Makefile +++ b/xts5/src/libXR5/Makefile @@ -19,7 +19,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/src/libXR5/Makefile,v 1.1 2005-02-12 15:14:15 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/src/libXR5/Makefile,v 1.2 2005-11-03 08:42:02 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 # Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -27,14 +27,18 @@ # # Project: VSW5 # -# File: vsw5/src/lib/libXR5/Makefile +# File: xts5/src/lib/libXR5/Makefile # # Description: Makefile for libXR5 # # Modifications # $Log: Makefile,v $ -# Revision 1.1 2005-02-12 15:14:15 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:02 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.1 2005/02/12 15:14:15 anderson +# VSW5 Source under an MIT license This is version 5.0.2 as received from +# AppTest with the new license applied. # # Revision 8.0 1998/12/23 23:25:44 mar # Branch point for Release 5.0.2 diff --git a/xts5/src/libXR5/blowup.c b/xts5/src/libXR5/blowup.c index fa62dbc1..60be3796 100644 --- a/xts5/src/libXR5/blowup.c +++ b/xts5/src/libXR5/blowup.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXR5/blowup.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXR5/blowup.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libXR5/blowup.c +* File: xts5/src/libXR5/blowup.c * * Description: * Drawable support routines * * Modifications: * $Log: blowup.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:44 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXR5/bufdisp.c b/xts5/src/libXR5/bufdisp.c index baf87661..703dadcd 100644 --- a/xts5/src/libXR5/bufdisp.c +++ b/xts5/src/libXR5/bufdisp.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXR5/bufdisp.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXR5/bufdisp.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libXR5/bufdisp.c +* File: xts5/src/libXR5/bufdisp.c * * Description: * Drawable support routines * * Modifications: * $Log: bufdisp.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:45 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXR5/chek.c b/xts5/src/libXR5/chek.c index fe270ab9..5204b09a 100644 --- a/xts5/src/libXR5/chek.c +++ b/xts5/src/libXR5/chek.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXR5/chek.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXR5/chek.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libXR5/chek.c +* File: xts5/src/libXR5/chek.c * * Description: * Environment comparison routines * * Modifications: * $Log: chek.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:46 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXR5/dumpbuf.c b/xts5/src/libXR5/dumpbuf.c index 7d343d3a..c740505c 100644 --- a/xts5/src/libXR5/dumpbuf.c +++ b/xts5/src/libXR5/dumpbuf.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXR5/dumpbuf.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXR5/dumpbuf.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libXR5/dumpbuf.c +* File: xts5/src/libXR5/dumpbuf.c * * Description: * Data display routines * * Modifications: * $Log: dumpbuf.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:46 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXR5/event.c b/xts5/src/libXR5/event.c index 44a027d2..ec65b04e 100644 --- a/xts5/src/libXR5/event.c +++ b/xts5/src/libXR5/event.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXR5/event.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXR5/event.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libXR5/event.c +* File: xts5/src/libXR5/event.c * * Description: * X event simulation routines * * Modifications: * $Log: event.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:47 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXR5/item.c b/xts5/src/libXR5/item.c index e1a9548c..da40ba4e 100644 --- a/xts5/src/libXR5/item.c +++ b/xts5/src/libXR5/item.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXR5/item.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXR5/item.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libXR5/item.c +* File: xts5/src/libXR5/item.c * * Description: * Routines to check actual and expected values. * * Modifications: * $Log: item.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:47 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXR5/message.c b/xts5/src/libXR5/message.c index c6cf2549..ffcd64fc 100644 --- a/xts5/src/libXR5/message.c +++ b/xts5/src/libXR5/message.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXR5/message.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXR5/message.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libXR5/message.c +* File: xts5/src/libXR5/message.c * * Description: * Error message routines * * Modifications: * $Log: message.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:48 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXR5/misc.c b/xts5/src/libXR5/misc.c index d6465493..4537fc56 100644 --- a/xts5/src/libXR5/misc.c +++ b/xts5/src/libXR5/misc.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXR5/misc.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXR5/misc.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libXR5/misc.c +* File: xts5/src/libXR5/misc.c * * Description: * Misc. support routines * * Modifications: * $Log: misc.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:48 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXR5/r5startup.c b/xts5/src/libXR5/r5startup.c index 96ca81ec..e85ae9c0 100644 --- a/xts5/src/libXR5/r5startup.c +++ b/xts5/src/libXR5/r5startup.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXR5/r5startup.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXR5/r5startup.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libXR5/r5startup.c +* File: xts5/src/libXR5/r5startup.c * * Description: * Initialization routines * * Modifications: * $Log: r5startup.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:49 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXR5/save.c b/xts5/src/libXR5/save.c index 703be9ae..c60ff0e1 100644 --- a/xts5/src/libXR5/save.c +++ b/xts5/src/libXR5/save.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXR5/save.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXR5/save.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libXR5/save.c +* File: xts5/src/libXR5/save.c * * Description: * GC copy routines * * Modifications: * $Log: save.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:49 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXR5/signal.c b/xts5/src/libXR5/signal.c index fa6c861d..9b38815a 100644 --- a/xts5/src/libXR5/signal.c +++ b/xts5/src/libXR5/signal.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXR5/signal.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXR5/signal.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libXR5/signal.c +* File: xts5/src/libXR5/signal.c * * Description: * Signal support routines * * Modifications: * $Log: signal.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:50 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/AvsComp.c b/xts5/src/libXtTest/AvsComp.c index b9c0a856..a33c53cd 100644 --- a/xts5/src/libXtTest/AvsComp.c +++ b/xts5/src/libXtTest/AvsComp.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/AvsComp.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/AvsComp.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/AvsComp.c +* File: xts5/src/lib/libXtTest/AvsComp.c * * Description: * Test widget * * Modifications: * $Log: AvsComp.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:29 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/AvsComp2.c b/xts5/src/libXtTest/AvsComp2.c index bd24bd6d..6a26d02c 100644 --- a/xts5/src/libXtTest/AvsComp2.c +++ b/xts5/src/libXtTest/AvsComp2.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/AvsComp2.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/AvsComp2.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/AvsComp2.c +* File: xts5/src/lib/libXtTest/AvsComp2.c * * Description: * Test widget * * Modifications: * $Log: AvsComp2.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:29 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/AvsForm.c b/xts5/src/libXtTest/AvsForm.c index 3b247163..76fa4a73 100644 --- a/xts5/src/libXtTest/AvsForm.c +++ b/xts5/src/libXtTest/AvsForm.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/AvsForm.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/AvsForm.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/AvsForm.c +* File: xts5/src/lib/libXtTest/AvsForm.c * * Description: * Test widget * * Modifications: * $Log: AvsForm.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:29 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/AvsForm2.c b/xts5/src/libXtTest/AvsForm2.c index c6740233..6451b90b 100644 --- a/xts5/src/libXtTest/AvsForm2.c +++ b/xts5/src/libXtTest/AvsForm2.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/AvsForm2.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/AvsForm2.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/AvsForm2.c +* File: xts5/src/lib/libXtTest/AvsForm2.c * * Description: * Test widget * * Modifications: * $Log: AvsForm2.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:30 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/AvsForm3.c b/xts5/src/libXtTest/AvsForm3.c index d8c3da3e..73ae8fa5 100644 --- a/xts5/src/libXtTest/AvsForm3.c +++ b/xts5/src/libXtTest/AvsForm3.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/AvsForm3.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/AvsForm3.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/AvsForm3.c +* File: xts5/src/lib/libXtTest/AvsForm3.c * * Description: * Test widget with NULL geometry manager for XtMakeGeometryRequest test * * Modifications: * $Log: AvsForm3.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:31 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/AvsObj.c b/xts5/src/libXtTest/AvsObj.c index 29c243a2..f8ca874b 100644 --- a/xts5/src/libXtTest/AvsObj.c +++ b/xts5/src/libXtTest/AvsObj.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/AvsObj.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/AvsObj.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/AvsObj.c +* File: xts5/src/lib/libXtTest/AvsObj.c * * Description: * Test widget * * Modifications: * $Log: AvsObj.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:31 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/AvsRectObj.c b/xts5/src/libXtTest/AvsRectObj.c index 489898f4..a55435eb 100644 --- a/xts5/src/libXtTest/AvsRectObj.c +++ b/xts5/src/libXtTest/AvsRectObj.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/AvsRectObj.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/AvsRectObj.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/AvsRectObj.c +* File: xts5/src/lib/libXtTest/AvsRectObj.c * * Description: * Test widget * * Modifications: * $Log: AvsRectObj.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:32 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/AvsWid.c b/xts5/src/libXtTest/AvsWid.c index 5fe290ed..2b354921 100644 --- a/xts5/src/libXtTest/AvsWid.c +++ b/xts5/src/libXtTest/AvsWid.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/AvsWid.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/AvsWid.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/AvsWid.c +* File: xts5/src/lib/libXtTest/AvsWid.c * * Description: * Test widget * * Modifications: * $Log: AvsWid.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:32 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/Makefile b/xts5/src/libXtTest/Makefile index 6b2bc3a1..55483624 100644 --- a/xts5/src/libXtTest/Makefile +++ b/xts5/src/libXtTest/Makefile @@ -19,7 +19,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/src/libXtTest/Makefile,v 1.1 2005-02-12 15:14:15 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/src/libXtTest/Makefile,v 1.2 2005-11-03 08:42:02 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 # Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -27,14 +27,18 @@ # # Project: VSW5 # -# File: vsw5/src/lib/libXtTest/Makefile +# File: xts5/src/lib/libXtTest/Makefile # # Description: Makefile for libXtTest # # Modifications # $Log: Makefile,v $ -# Revision 1.1 2005-02-12 15:14:15 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:02 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.1 2005/02/12 15:14:15 anderson +# VSW5 Source under an MIT license This is version 5.0.2 as received from +# AppTest with the new license applied. # # Revision 8.0 1998/12/23 23:25:33 mar # Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/avs_def.c b/xts5/src/libXtTest/avs_def.c index 0db1962d..6c03ba1c 100644 --- a/xts5/src/libXtTest/avs_def.c +++ b/xts5/src/libXtTest/avs_def.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/avs_def.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/avs_def.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,7 +28,7 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/avs_def.c +* File: xts5/src/lib/libXtTest/avs_def.c * * Description: * Function avs_xt_def() @@ -38,8 +38,11 @@ SOFTWARE. * * Modifications: * $Log: avs_def.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:33 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/avs_func.c b/xts5/src/libXtTest/avs_func.c index 32b02aa0..81cf73bf 100644 --- a/xts5/src/libXtTest/avs_func.c +++ b/xts5/src/libXtTest/avs_func.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/avs_func.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/avs_func.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) 2004 The Open Group * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 @@ -29,7 +29,7 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/avs_func.c +* File: xts5/src/lib/libXtTest/avs_func.c * * Description: * procedures title(), PostMenu(), ConfigureDimension(), DestroyTree() @@ -37,7 +37,10 @@ SOFTWARE. * * Modifications: * $Log: avs_func.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.2 2005/01/14 11:19:53 gwc diff --git a/xts5/src/libXtTest/avs_hier.c b/xts5/src/libXtTest/avs_hier.c index 4162aaba..1bcce58f 100644 --- a/xts5/src/libXtTest/avs_hier.c +++ b/xts5/src/libXtTest/avs_hier.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/avs_hier.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/avs_hier.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/avs_hier.c +* File: xts5/src/lib/libXtTest/avs_hier.c * * Description: * Creates the test suites standard widget hierarchy * * Modifications: * $Log: avs_hier.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:34 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/avs_hierd.c b/xts5/src/libXtTest/avs_hierd.c index f1b75179..1a2abaee 100644 --- a/xts5/src/libXtTest/avs_hierd.c +++ b/xts5/src/libXtTest/avs_hierd.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/avs_hierd.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/avs_hierd.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/avs_hierd.c +* File: xts5/src/lib/libXtTest/avs_hierd.c * * Description: * Creates the test suites standard widget hierarchy, the old style * * Modifications: * $Log: avs_hierd.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:35 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/avs_init.c b/xts5/src/libXtTest/avs_init.c index 2fc406f3..69762dc7 100644 --- a/xts5/src/libXtTest/avs_init.c +++ b/xts5/src/libXtTest/avs_init.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/avs_init.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/avs_init.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) 2003 The Open Group * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 @@ -29,7 +29,7 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/avs_init.c +* File: xts5/src/lib/libXtTest/avs_init.c * * Description: * intialize the toolkit internals, creat application context, open @@ -38,7 +38,10 @@ SOFTWARE. * * Modifications: * $Log: avs_init.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.2 2005/01/20 15:58:39 gwc diff --git a/xts5/src/libXtTest/avs_tree.c b/xts5/src/libXtTest/avs_tree.c index b8a112fb..e6abb135 100644 --- a/xts5/src/libXtTest/avs_tree.c +++ b/xts5/src/libXtTest/avs_tree.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/avs_tree.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/avs_tree.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,7 +28,7 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/avs_tree.c +* File: xts5/src/lib/libXtTest/avs_tree.c * * Description: * Function avs_xt_tree() @@ -37,8 +37,11 @@ SOFTWARE. * * Modifications: * $Log: avs_tree.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:36 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/avs_widget.c b/xts5/src/libXtTest/avs_widget.c index bf9ddba5..255fd125 100644 --- a/xts5/src/libXtTest/avs_widget.c +++ b/xts5/src/libXtTest/avs_widget.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/avs_widget.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/avs_widget.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/avs_widget.c +* File: xts5/src/lib/libXtTest/avs_widget.c * * Description: * Functions to Create different widgets * * Modifications: * $Log: avs_widget.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:36 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/avs_xext.c b/xts5/src/libXtTest/avs_xext.c index b39ccb42..0a821904 100644 --- a/xts5/src/libXtTest/avs_xext.c +++ b/xts5/src/libXtTest/avs_xext.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/avs_xext.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/avs_xext.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,7 +28,7 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/avs_xext.c +* File: xts5/src/lib/libXtTest/avs_xext.c * * Description: * Function avs_xext_init() @@ -37,7 +37,10 @@ SOFTWARE. * * Modifications: * $Log: avs_xext.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.1 2003/12/08 16:49:41 gwc diff --git a/xts5/src/libXtTest/box.c b/xts5/src/libXtTest/box.c index c6912a1f..fe400bca 100644 --- a/xts5/src/libXtTest/box.c +++ b/xts5/src/libXtTest/box.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/box.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/box.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -31,15 +31,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/box.c +* File: xts5/src/lib/libXtTest/box.c * * Description: * Test widget * * Modifications: * $Log: box.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:37 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/check.c b/xts5/src/libXtTest/check.c index 8e1cf219..6787f68b 100644 --- a/xts5/src/libXtTest/check.c +++ b/xts5/src/libXtTest/check.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/check.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/check.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/check.c +* File: xts5/src/lib/libXtTest/check.c * * Description: * procedures check_str(), check_dec(), check_size() * * Modifications: * $Log: check.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:38 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/errlook.c b/xts5/src/libXtTest/errlook.c index 409875fa..e8820861 100644 --- a/xts5/src/libXtTest/errlook.c +++ b/xts5/src/libXtTest/errlook.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/errlook.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/errlook.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/errlook.c +* File: xts5/src/lib/libXtTest/errlook.c * * Description: * This file contains code to print error messages for errno values * * Modifications: * $Log: errlook.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:38 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/event.c b/xts5/src/libXtTest/event.c index 435ae156..8bd89b0d 100644 --- a/xts5/src/libXtTest/event.c +++ b/xts5/src/libXtTest/event.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/event.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/event.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/event.c +* File: xts5/src/lib/libXtTest/event.c * * Description: * Event synchronization and management using Semaphores. * * Modifications: * $Log: event.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:39 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/eventname.c b/xts5/src/libXtTest/eventname.c index 1fb7c60f..069975a8 100644 --- a/xts5/src/libXtTest/eventname.c +++ b/xts5/src/libXtTest/eventname.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/eventname.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/eventname.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/eventname.c +* File: xts5/src/lib/libXtTest/eventname.c * * Description: * Procedure x_event_name() * * Modifications: * $Log: eventname.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:39 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/misc.c b/xts5/src/libXtTest/misc.c index 9a0b33b0..ff4762e6 100644 --- a/xts5/src/libXtTest/misc.c +++ b/xts5/src/libXtTest/misc.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/misc.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/misc.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/misc.c +* File: xts5/src/lib/libXtTest/misc.c * * Description: * Assorted VSW routines * * Modifications: * $Log: misc.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:40 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/pshpop.c b/xts5/src/libXtTest/pshpop.c index 5376301a..9667ff86 100644 --- a/xts5/src/libXtTest/pshpop.c +++ b/xts5/src/libXtTest/pshpop.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/pshpop.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/pshpop.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) 2001 The Open Group * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 @@ -29,14 +29,17 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/pshpop.c +* File: xts5/src/lib/libXtTest/pshpop.c * * Description: * This file contains code to manipulate stdin and stderr * * Modifications: * $Log: pshpop.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.2 2005/01/20 15:59:56 gwc diff --git a/xts5/src/libXtTest/sendevent.c b/xts5/src/libXtTest/sendevent.c index 14059b14..8fc73bec 100644 --- a/xts5/src/libXtTest/sendevent.c +++ b/xts5/src/libXtTest/sendevent.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/sendevent.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/sendevent.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/sendevent.c +* File: xts5/src/lib/libXtTest/sendevent.c * * Description: * Procedure send_event() to send a simulated event over a wire * * Modifications: * $Log: sendevent.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:41 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/sendmask.c b/xts5/src/libXtTest/sendmask.c index 474d6101..d5682c70 100644 --- a/xts5/src/libXtTest/sendmask.c +++ b/xts5/src/libXtTest/sendmask.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/sendmask.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/sendmask.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/sendmask.c +* File: xts5/src/lib/libXtTest/sendmask.c * * Description: * Procedure send_event_mask() * * Modifications: * $Log: sendmask.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:41 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/signals.c b/xts5/src/libXtTest/signals.c index 27ef4092..b2e918d2 100644 --- a/xts5/src/libXtTest/signals.c +++ b/xts5/src/libXtTest/signals.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/signals.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/signals.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/signals.c +* File: xts5/src/lib/libXtTest/signals.c * * Description: * Routines to manipulate signals. * * Modifications: * $Log: signals.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:42 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/waitfor.c b/xts5/src/libXtTest/waitfor.c index 953c8b90..17643074 100644 --- a/xts5/src/libXtTest/waitfor.c +++ b/xts5/src/libXtTest/waitfor.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/waitfor.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/waitfor.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/waitfor.c +* File: xts5/src/lib/libXtTest/waitfor.c * * Description: * Routine to wait for child process exit * * Modifications: * $Log: waitfor.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:42 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/xhandler.c b/xts5/src/libXtTest/xhandler.c index d2318910..4a4dd610 100644 --- a/xts5/src/libXtTest/xhandler.c +++ b/xts5/src/libXtTest/xhandler.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/xhandler.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/xhandler.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/x_handler.c +* File: xts5/src/lib/libXtTest/x_handler.c * * Description: * Function: x_handler() * * Modifications: * $Log: xhandler.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:42 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/xthandler.c b/xts5/src/libXtTest/xthandler.c index 55e101e1..68711fa7 100644 --- a/xts5/src/libXtTest/xthandler.c +++ b/xts5/src/libXtTest/xthandler.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/xthandler.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/xthandler.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,7 +28,7 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/xthandler.c +* File: xts5/src/lib/libXtTest/xthandler.c * * Description: * Function: xt_handler() @@ -36,8 +36,11 @@ SOFTWARE. * * Modifications: * $Log: xthandler.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:43 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtTest/xunexperr.c b/xts5/src/libXtTest/xunexperr.c index 42c7efd9..c87ec857 100644 --- a/xts5/src/libXtTest/xunexperr.c +++ b/xts5/src/libXtTest/xunexperr.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/xunexperr.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtTest/xunexperr.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * Copyright (c) 88open Consortium, Ltd. 1990, 1991, 1992, 1993 @@ -28,15 +28,18 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtTest/xunexperr.c +* File: xts5/src/lib/libXtTest/xunexperr.c * * Description: * Function: x_unexperr() * * Modifications: * $Log: xunexperr.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:43 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtaw/AllWidgets.c b/xts5/src/libXtaw/AllWidgets.c index d0e24f81..54cec39e 100644 --- a/xts5/src/libXtaw/AllWidgets.c +++ b/xts5/src/libXtaw/AllWidgets.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/AllWidgets.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/AllWidgets.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/AllWidgets.c +* File: xts5/src/lib/libXtaw/AllWidgets.c * * Description: * Subset of libXaw need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: AllWidgets.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:50 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtaw/Box.c b/xts5/src/libXtaw/Box.c index 8e7ced66..27b648ac 100644 --- a/xts5/src/libXtaw/Box.c +++ b/xts5/src/libXtaw/Box.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Box.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Box.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/Box.c +* File: xts5/src/lib/libXtaw/Box.c * * Description: * Subset of libXaw need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: Box.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:51 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtaw/Command.c b/xts5/src/libXtaw/Command.c index 1c8f4bc3..39e772a1 100644 --- a/xts5/src/libXtaw/Command.c +++ b/xts5/src/libXtaw/Command.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Command.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Command.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/Command.c +* File: xts5/src/lib/libXtaw/Command.c * * Description: * Subset of libXaw need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: Command.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:51 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtaw/Form.c b/xts5/src/libXtaw/Form.c index e9cc8e73..aa3479fd 100644 --- a/xts5/src/libXtaw/Form.c +++ b/xts5/src/libXtaw/Form.c @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Form.c,v 1.2 2005-04-15 14:31:08 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Form.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/Form.c +* File: xts5/src/lib/libXtaw/Form.c * * Description: * Subset of libXaw need for VSW5. Use if implementation does not @@ -35,7 +35,10 @@ SOFTWARE. * * Modifications: * $Log: Form.c,v $ -* Revision 1.2 2005-04-15 14:31:08 anderson +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/15 14:31:08 anderson * Merge basline changes * * Revision 1.1 2005/02/12 14:37:15 anderson diff --git a/xts5/src/libXtaw/Grip.c b/xts5/src/libXtaw/Grip.c index 831c0d0e..eec6af4e 100644 --- a/xts5/src/libXtaw/Grip.c +++ b/xts5/src/libXtaw/Grip.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Grip.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Grip.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/Grip.c +* File: xts5/src/lib/libXtaw/Grip.c * * Description: * Subset of libXaw need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: Grip.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:52 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtaw/Label.c b/xts5/src/libXtaw/Label.c index ebe8e170..57c2ae6f 100644 --- a/xts5/src/libXtaw/Label.c +++ b/xts5/src/libXtaw/Label.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Label.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Label.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) 2001 The Open Group * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 @@ -28,7 +28,7 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/Label.c +* File: xts5/src/lib/libXtaw/Label.c * * Description: * Subset of libXaw need for VSW5. Use if implementation does not @@ -36,7 +36,10 @@ SOFTWARE. * * Modifications: * $Log: Label.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.2 2005/01/20 16:01:56 gwc diff --git a/xts5/src/libXtaw/Makefile b/xts5/src/libXtaw/Makefile index 7127c365..88590ce5 100644 --- a/xts5/src/libXtaw/Makefile +++ b/xts5/src/libXtaw/Makefile @@ -19,21 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Makefile,v 1.1 2005-02-12 15:14:15 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Makefile,v 1.2 2005-11-03 08:42:02 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/src/lib/libXtaw/Makefile +# File: xts5/src/lib/libXtaw/Makefile # # Description: Makefile for libXtaw # # Modifications # $Log: Makefile,v $ -# Revision 1.1 2005-02-12 15:14:15 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:02 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.1 2005/02/12 15:14:15 anderson +# VSW5 Source under an MIT license This is version 5.0.2 as received from +# AppTest with the new license applied. # # Revision 8.0 1998/12/23 23:25:53 mar # Branch point for Release 5.0.2 diff --git a/xts5/src/libXtaw/Paned.c b/xts5/src/libXtaw/Paned.c index 4fcbb19b..8002144d 100644 --- a/xts5/src/libXtaw/Paned.c +++ b/xts5/src/libXtaw/Paned.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Paned.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Paned.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/Paned.c +* File: xts5/src/lib/libXtaw/Paned.c * * Description: * Subset of libXaw need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: Paned.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:54 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtaw/Scrollbar.c b/xts5/src/libXtaw/Scrollbar.c index ee3cf53e..5e2825eb 100644 --- a/xts5/src/libXtaw/Scrollbar.c +++ b/xts5/src/libXtaw/Scrollbar.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Scrollbar.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Scrollbar.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/ScrollBar.c +* File: xts5/src/lib/libXtaw/ScrollBar.c * * Description: * Subset of libXaw need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: Scrollbar.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:10 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:54 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtaw/Simple.c b/xts5/src/libXtaw/Simple.c index b3594f31..b6b3fc6b 100644 --- a/xts5/src/libXtaw/Simple.c +++ b/xts5/src/libXtaw/Simple.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Simple.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Simple.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/Simple.c +* File: xts5/src/lib/libXtaw/Simple.c * * Description: * Subset of libXaw need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: Simple.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:55 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtaw/SimpleMenu.c b/xts5/src/libXtaw/SimpleMenu.c index baea8837..206115a0 100644 --- a/xts5/src/libXtaw/SimpleMenu.c +++ b/xts5/src/libXtaw/SimpleMenu.c @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/SimpleMenu.c,v 1.2 2005-04-15 14:31:08 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/SimpleMenu.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/SimpleMenu.c +* File: xts5/src/lib/libXtaw/SimpleMenu.c * * Description: * Subset of libXaw need for VSW5. Use if implementation does not @@ -35,7 +35,10 @@ SOFTWARE. * * Modifications: * $Log: SimpleMenu.c,v $ -* Revision 1.2 2005-04-15 14:31:08 anderson +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/15 14:31:08 anderson * Merge basline changes * * Revision 1.1 2005/02/12 14:37:15 anderson diff --git a/xts5/src/libXtaw/Sme.c b/xts5/src/libXtaw/Sme.c index 96c12882..42c1cd9f 100644 --- a/xts5/src/libXtaw/Sme.c +++ b/xts5/src/libXtaw/Sme.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Sme.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Sme.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/Sme.c +* File: xts5/src/lib/libXtaw/Sme.c * * Description: * Subset of libXaw need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: Sme.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:56 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtaw/SmeBSB.c b/xts5/src/libXtaw/SmeBSB.c index deeff5d4..fc403627 100644 --- a/xts5/src/libXtaw/SmeBSB.c +++ b/xts5/src/libXtaw/SmeBSB.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/SmeBSB.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/SmeBSB.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/SmeBSB.c +* File: xts5/src/lib/libXtaw/SmeBSB.c * * Description: * Subset of libXaw need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: SmeBSB.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:57 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtaw/Tree.c b/xts5/src/libXtaw/Tree.c index 3bd9118f..7de3411c 100644 --- a/xts5/src/libXtaw/Tree.c +++ b/xts5/src/libXtaw/Tree.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Tree.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Tree.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/Tree.c +* File: xts5/src/lib/libXtaw/Tree.c * * Description: * Subset of libXaw need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: Tree.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:57 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtaw/Viewport.c b/xts5/src/libXtaw/Viewport.c index 96c56595..db4af3ed 100644 --- a/xts5/src/libXtaw/Viewport.c +++ b/xts5/src/libXtaw/Viewport.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Viewport.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/Viewport.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/Viewport.c +* File: xts5/src/lib/libXtaw/Viewport.c * * Description: * Subset of libXaw need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: Viewport.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:58 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtaw/XawInit.c b/xts5/src/libXtaw/XawInit.c index ea06e752..7a0e9c12 100644 --- a/xts5/src/libXtaw/XawInit.c +++ b/xts5/src/libXtaw/XawInit.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/XawInit.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtaw/XawInit.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/XawInit.c +* File: xts5/src/lib/libXtaw/XawInit.c * * Description: * Subset of libXaw need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: XawInit.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:58 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtmu/CloseHook.c b/xts5/src/libXtmu/CloseHook.c index 242bb2fe..26abbf47 100644 --- a/xts5/src/libXtmu/CloseHook.c +++ b/xts5/src/libXtmu/CloseHook.c @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/CloseHook.c,v 1.2 2005-04-15 14:32:12 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/CloseHook.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/CloseHook.c +* File: xts5/src/lib/libXtaw/CloseHook.c * * Description: * Subset of libXmu need for VSW5. Use if implementation does not @@ -35,7 +35,10 @@ SOFTWARE. * * Modifications: * $Log: CloseHook.c,v $ -* Revision 1.2 2005-04-15 14:32:12 anderson +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/15 14:32:12 anderson * Merge basline changes * * Revision 1.1 2005/02/12 14:37:15 anderson diff --git a/xts5/src/libXtmu/CursorName.c b/xts5/src/libXtmu/CursorName.c index 655f7596..ff15104b 100644 --- a/xts5/src/libXtmu/CursorName.c +++ b/xts5/src/libXtmu/CursorName.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/CursorName.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/CursorName.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/CursorName.c +* File: xts5/src/lib/libXtaw/CursorName.c * * Description: * Subset of libXmu need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: CursorName.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:59 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtmu/CvtCache.c b/xts5/src/libXtmu/CvtCache.c index 4883788e..bb217ea5 100644 --- a/xts5/src/libXtmu/CvtCache.c +++ b/xts5/src/libXtmu/CvtCache.c @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/CvtCache.c,v 1.2 2005-04-15 14:32:12 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/CvtCache.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/CvtCache.c +* File: xts5/src/lib/libXtaw/CvtCache.c * * Description: * Subset of libXmu need for VSW5. Use if implementation does not @@ -35,7 +35,10 @@ SOFTWARE. * * Modifications: * $Log: CvtCache.c,v $ -* Revision 1.2 2005-04-15 14:32:12 anderson +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/15 14:32:12 anderson * Merge basline changes * * Revision 1.1 2005/02/12 14:37:15 anderson diff --git a/xts5/src/libXtmu/DisplayQue.c b/xts5/src/libXtmu/DisplayQue.c index 58b0303d..eeb19846 100644 --- a/xts5/src/libXtmu/DisplayQue.c +++ b/xts5/src/libXtmu/DisplayQue.c @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/DisplayQue.c,v 1.2 2005-04-15 14:32:12 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/DisplayQue.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/DisplayQue.c +* File: xts5/src/lib/libXtaw/DisplayQue.c * * Description: * Subset of libXmu need for VSW5. Use if implementation does not @@ -35,7 +35,10 @@ SOFTWARE. * * Modifications: * $Log: DisplayQue.c,v $ -* Revision 1.2 2005-04-15 14:32:12 anderson +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/15 14:32:12 anderson * Merge basline changes * * Revision 1.1 2005/02/12 14:37:15 anderson diff --git a/xts5/src/libXtmu/DrRndRect.c b/xts5/src/libXtmu/DrRndRect.c index 1a16df3b..c1c125fa 100644 --- a/xts5/src/libXtmu/DrRndRect.c +++ b/xts5/src/libXtmu/DrRndRect.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/DrRndRect.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/DrRndRect.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/DrRndRect.c +* File: xts5/src/lib/libXtaw/DrRndRect.c * * Description: * Subset of libXmu need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: DrRndRect.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:26:00 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtmu/GrayPixmap.c b/xts5/src/libXtmu/GrayPixmap.c index dc911845..46908ac8 100644 --- a/xts5/src/libXtmu/GrayPixmap.c +++ b/xts5/src/libXtmu/GrayPixmap.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/GrayPixmap.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/GrayPixmap.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/GrayPixmap.c +* File: xts5/src/lib/libXtaw/GrayPixmap.c * * Description: * Subset of libXmu need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: GrayPixmap.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:26:01 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtmu/Initer.c b/xts5/src/libXtmu/Initer.c index fe39858a..7e86957a 100644 --- a/xts5/src/libXtmu/Initer.c +++ b/xts5/src/libXtmu/Initer.c @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/Initer.c,v 1.2 2005-04-15 14:32:12 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/Initer.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/Initer.c +* File: xts5/src/lib/libXtaw/Initer.c * * Description: * Subset of libXmu need for VSW5. Use if implementation does not @@ -35,7 +35,10 @@ SOFTWARE. * * Modifications: * $Log: Initer.c,v $ -* Revision 1.2 2005-04-15 14:32:12 anderson +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/15 14:32:12 anderson * Merge basline changes * * Revision 1.1 2005/02/12 14:37:15 anderson diff --git a/xts5/src/libXtmu/LocBitmap.c b/xts5/src/libXtmu/LocBitmap.c index 82885ecf..edfa6ca7 100644 --- a/xts5/src/libXtmu/LocBitmap.c +++ b/xts5/src/libXtmu/LocBitmap.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/LocBitmap.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/LocBitmap.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/LocBitmap.c +* File: xts5/src/lib/libXtaw/LocBitmap.c * * Description: * Subset of libXmu need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: LocBitmap.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:26:02 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtmu/Lower.c b/xts5/src/libXtmu/Lower.c index b4aa7000..5a2fa5b6 100644 --- a/xts5/src/libXtmu/Lower.c +++ b/xts5/src/libXtmu/Lower.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/Lower.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/Lower.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/Lower.c +* File: xts5/src/lib/libXtaw/Lower.c * * Description: * Subset of libXmu need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: Lower.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:26:02 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtmu/Makefile b/xts5/src/libXtmu/Makefile index 5f87b786..0d0153ce 100644 --- a/xts5/src/libXtmu/Makefile +++ b/xts5/src/libXtmu/Makefile @@ -19,21 +19,25 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/src/libXtmu/Makefile,v 1.1 2005-02-12 15:14:15 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/src/libXtmu/Makefile,v 1.2 2005-11-03 08:42:02 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/src/lib/libXtmu/Makefile +# File: xts5/src/lib/libXtmu/Makefile # # Description: Makefile for libXtmu # # Modifications # $Log: Makefile,v $ -# Revision 1.1 2005-02-12 15:14:15 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:02 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.1 2005/02/12 15:14:15 anderson +# VSW5 Source under an MIT license This is version 5.0.2 as received from +# AppTest with the new license applied. # # Revision 8.0 1998/12/23 23:26:03 mar # Branch point for Release 5.0.2 diff --git a/xts5/src/libXtmu/RdBitF.c b/xts5/src/libXtmu/RdBitF.c index a80607fa..673340ad 100644 --- a/xts5/src/libXtmu/RdBitF.c +++ b/xts5/src/libXtmu/RdBitF.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/RdBitF.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/RdBitF.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) 2001 The Open Group * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 @@ -28,7 +28,7 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/RdBitF.c +* File: xts5/src/lib/libXtaw/RdBitF.c * * Description: * Subset of libXmu need for VSW5. Use if implementation does not @@ -36,7 +36,10 @@ SOFTWARE. * * Modifications: * $Log: RdBitF.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.2 2005/01/20 16:03:42 gwc diff --git a/xts5/src/libXtmu/ShapeWidg.c b/xts5/src/libXtmu/ShapeWidg.c index 1f028011..8edc63aa 100644 --- a/xts5/src/libXtmu/ShapeWidg.c +++ b/xts5/src/libXtmu/ShapeWidg.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/ShapeWidg.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/ShapeWidg.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/ShapeWidg.c +* File: xts5/src/lib/libXtaw/ShapeWidg.c * * Description: * Subset of libXmu need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: ShapeWidg.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:26:04 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtmu/StrToBS.c b/xts5/src/libXtmu/StrToBS.c index 1c8e50a6..b3f60d64 100644 --- a/xts5/src/libXtmu/StrToBS.c +++ b/xts5/src/libXtmu/StrToBS.c @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/StrToBS.c,v 1.2 2005-04-15 14:32:12 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/StrToBS.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/StrToBS.c +* File: xts5/src/lib/libXtaw/StrToBS.c * * Description: * Subset of libXmu need for VSW5. Use if implementation does not @@ -35,7 +35,10 @@ SOFTWARE. * * Modifications: * $Log: StrToBS.c,v $ -* Revision 1.2 2005-04-15 14:32:12 anderson +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/15 14:32:12 anderson * Merge basline changes * * Revision 1.1 2005/02/12 14:37:15 anderson diff --git a/xts5/src/libXtmu/StrToCurs.c b/xts5/src/libXtmu/StrToCurs.c index 3ecc17fa..6a646ca3 100644 --- a/xts5/src/libXtmu/StrToCurs.c +++ b/xts5/src/libXtmu/StrToCurs.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/StrToCurs.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/StrToCurs.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/StrToCurs.c +* File: xts5/src/lib/libXtaw/StrToCurs.c * * Description: * Subset of libXmu need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: StrToCurs.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:26:05 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtmu/StrToJust.c b/xts5/src/libXtmu/StrToJust.c index 705fdfdc..1b3b1265 100644 --- a/xts5/src/libXtmu/StrToJust.c +++ b/xts5/src/libXtmu/StrToJust.c @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/StrToJust.c,v 1.2 2005-04-15 14:32:12 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/StrToJust.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/StrToJust.c +* File: xts5/src/lib/libXtaw/StrToJust.c * * Description: * Subset of libXmu need for VSW5. Use if implementation does not @@ -35,7 +35,10 @@ SOFTWARE. * * Modifications: * $Log: StrToJust.c,v $ -* Revision 1.2 2005-04-15 14:32:12 anderson +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/15 14:32:12 anderson * Merge basline changes * * Revision 1.1 2005/02/12 14:37:15 anderson diff --git a/xts5/src/libXtmu/StrToOrnt.c b/xts5/src/libXtmu/StrToOrnt.c index 0d20d7d1..bfd56aea 100644 --- a/xts5/src/libXtmu/StrToOrnt.c +++ b/xts5/src/libXtmu/StrToOrnt.c @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/StrToOrnt.c,v 1.2 2005-04-15 14:32:12 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/StrToOrnt.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/StrToOrnt.c +* File: xts5/src/lib/libXtaw/StrToOrnt.c * * Description: * Subset of libXmu need for VSW5. Use if implementation does not @@ -35,7 +35,10 @@ SOFTWARE. * * Modifications: * $Log: StrToOrnt.c,v $ -* Revision 1.2 2005-04-15 14:32:12 anderson +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/15 14:32:12 anderson * Merge basline changes * * Revision 1.1 2005/02/12 14:37:15 anderson diff --git a/xts5/src/libXtmu/StrToShap.c b/xts5/src/libXtmu/StrToShap.c index 250d684b..3c482aed 100644 --- a/xts5/src/libXtmu/StrToShap.c +++ b/xts5/src/libXtmu/StrToShap.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/StrToShap.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/StrToShap.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/StrToShap.c +* File: xts5/src/lib/libXtaw/StrToShap.c * * Description: * Subset of libXmu need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: StrToShap.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:26:06 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libXtmu/StrToWidg.c b/xts5/src/libXtmu/StrToWidg.c index 32e2467c..b137334c 100644 --- a/xts5/src/libXtmu/StrToWidg.c +++ b/xts5/src/libXtmu/StrToWidg.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,14 +20,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/StrToWidg.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libXtmu/StrToWidg.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1993, 1994, 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/lib/libXtaw/StrToWid.c +* File: xts5/src/lib/libXtaw/StrToWid.c * * Description: * Subset of libXmu need for VSW5. Use if implementation does not @@ -35,8 +35,11 @@ SOFTWARE. * * Modifications: * $Log: StrToWidg.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:26:07 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/ClientMng.c b/xts5/src/libproto/ClientMng.c index 1605f776..5218d0f1 100644 --- a/xts5/src/libproto/ClientMng.c +++ b/xts5/src/libproto/ClientMng.c @@ -20,21 +20,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/ClientMng.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/ClientMng.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/ClientMng.c +* File: xts5/src/libproto/ClientMng.c * * Description: * Client support routines * * Modifications: * $Log: ClientMng.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.1 1999/04/03 01:26:05 mar diff --git a/xts5/src/libproto/DataMove.c b/xts5/src/libproto/DataMove.c index 80e68d1a..68fbac1f 100644 --- a/xts5/src/libproto/DataMove.c +++ b/xts5/src/libproto/DataMove.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/DataMove.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/DataMove.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/DataMove.c +* File: xts5/src/libproto/DataMove.c * * Description: * Data movement support routines * * Modifications: * $Log: DataMove.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:56 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/DataMove.h b/xts5/src/libproto/DataMove.h index 12ef3af4..f0837ffe 100644 --- a/xts5/src/libproto/DataMove.h +++ b/xts5/src/libproto/DataMove.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/DataMove.h,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/DataMove.h,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/DataMove.h +* File: xts5/src/libproto/DataMove.h * * Description: * X test suite protocol test library include file * * Modifications: * $Log: DataMove.h,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:56 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/DfltVals.c b/xts5/src/libproto/DfltVals.c index 9e2782f1..a5d458ef 100644 --- a/xts5/src/libproto/DfltVals.c +++ b/xts5/src/libproto/DfltVals.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/DfltVals.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/DfltVals.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/DfltVals.c +* File: xts5/src/libproto/DfltVals.c * * Description: * Default values support routines * * Modifications: * $Log: DfltVals.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:57 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/Expect.c b/xts5/src/libproto/Expect.c index dc426e40..28b43bce 100644 --- a/xts5/src/libproto/Expect.c +++ b/xts5/src/libproto/Expect.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/Expect.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/Expect.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/Expect.c +* File: xts5/src/libproto/Expect.c * * Description: * Protocol test support routines * * Modifications: * $Log: Expect.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:57 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/Log.c b/xts5/src/libproto/Log.c index c668c95c..2c9ecbb6 100644 --- a/xts5/src/libproto/Log.c +++ b/xts5/src/libproto/Log.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/Log.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/Log.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/Log.c +* File: xts5/src/libproto/Log.c * * Description: * Protocol test support routines * * Modifications: * $Log: Log.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:24:58 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/MakeReq.c b/xts5/src/libproto/MakeReq.c index e0ea4e14..7d213486 100644 --- a/xts5/src/libproto/MakeReq.c +++ b/xts5/src/libproto/MakeReq.c @@ -20,21 +20,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/MakeReq.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/MakeReq.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/MakeReq.c +* File: xts5/src/libproto/MakeReq.c * * Description: * Protocol test support routines * * Modifications: * $Log: MakeReq.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.1 1999/04/03 01:23:44 mar diff --git a/xts5/src/libproto/MakeXIReq.c b/xts5/src/libproto/MakeXIReq.c index cfb50ba3..392d71ef 100644 --- a/xts5/src/libproto/MakeXIReq.c +++ b/xts5/src/libproto/MakeXIReq.c @@ -20,21 +20,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/MakeXIReq.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/MakeXIReq.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/MakeXIReq.c +* File: xts5/src/libproto/MakeXIReq.c * * Description: * Protocol test support routines * * Modifications: * $Log: MakeXIReq.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.1 1999/04/03 01:24:51 mar @@ -144,11 +147,11 @@ SOFTWARE. */ /* - * $Header: /cvs/xtest/xtest/xts5/src/libproto/MakeXIReq.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ + * $Header: /cvs/xtest/xtest/xts5/src/libproto/MakeXIReq.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ */ #ifndef lint -static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/MakeXIReq.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $"; +static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/MakeXIReq.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $"; #endif #include "DataMove.h" diff --git a/xts5/src/libproto/Makefile b/xts5/src/libproto/Makefile index ab9dd797..77ecd209 100644 --- a/xts5/src/libproto/Makefile +++ b/xts5/src/libproto/Makefile @@ -19,22 +19,26 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/src/libproto/Makefile,v 1.1 2005-02-12 15:14:15 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/src/libproto/Makefile,v 1.2 2005-11-03 08:42:02 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/src/libproto/Makefile +# File: xts5/src/libproto/Makefile # # Description: # Makefile for server tester library # # Modifications # $Log: Makefile,v $ -# Revision 1.1 2005-02-12 15:14:15 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:02 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.1 2005/02/12 15:14:15 anderson +# VSW5 Source under an MIT license This is version 5.0.2 as received from +# AppTest with the new license applied. # # Revision 8.0 1998/12/23 23:24:59 mar # Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/RcvErr.c b/xts5/src/libproto/RcvErr.c index 69334c06..c0ccd0ef 100644 --- a/xts5/src/libproto/RcvErr.c +++ b/xts5/src/libproto/RcvErr.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/RcvErr.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/RcvErr.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/RcvErr.c +* File: xts5/src/libproto/RcvErr.c * * Description: * Protocol test support routines * * Modifications: * $Log: RcvErr.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:00 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/RcvEvt.c b/xts5/src/libproto/RcvEvt.c index a65b4c8e..4f017d9c 100644 --- a/xts5/src/libproto/RcvEvt.c +++ b/xts5/src/libproto/RcvEvt.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/RcvEvt.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/RcvEvt.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/RcvEvt.c +* File: xts5/src/libproto/RcvEvt.c * * Description: * Protocol test support routines * * Modifications: * $Log: RcvEvt.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:00 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/RcvExtErr.c b/xts5/src/libproto/RcvExtErr.c index fc67b0bd..b3bb3779 100644 --- a/xts5/src/libproto/RcvExtErr.c +++ b/xts5/src/libproto/RcvExtErr.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/RcvExtErr.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/RcvExtErr.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/RcvExtErr.c +* File: xts5/src/libproto/RcvExtErr.c * * Description: * Protocol test support routines * * Modifications: * $Log: RcvExtErr.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:01 mar * Branch point for Release 5.0.2 @@ -124,11 +127,11 @@ SOFTWARE. */ /* - * $Header: /cvs/xtest/xtest/xts5/src/libproto/RcvExtErr.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ + * $Header: /cvs/xtest/xtest/xts5/src/libproto/RcvExtErr.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ */ #ifndef lint -static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/RcvExtErr.c,v 1.1 2005-02-12 14:37:15 anderson Exp $"; +static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/RcvExtErr.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $"; #endif #define ERROR_HEADER 4 /* size of constant header */ diff --git a/xts5/src/libproto/RcvExtEvt.c b/xts5/src/libproto/RcvExtEvt.c index da77279b..9b7aa71f 100644 --- a/xts5/src/libproto/RcvExtEvt.c +++ b/xts5/src/libproto/RcvExtEvt.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/RcvExtEvt.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/RcvExtEvt.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/RcvExtEvt.c +* File: xts5/src/libproto/RcvExtEvt.c * * Description: * Protocol test support routines * * Modifications: * $Log: RcvExtEvt.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:02 mar * Branch point for Release 5.0.2 @@ -128,11 +131,11 @@ SOFTWARE. /* - * $Header: /cvs/xtest/xtest/xts5/src/libproto/RcvExtEvt.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ + * $Header: /cvs/xtest/xtest/xts5/src/libproto/RcvExtEvt.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ */ #ifndef lint -static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/RcvExtEvt.c,v 1.1 2005-02-12 14:37:15 anderson Exp $"; +static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/RcvExtEvt.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $"; #endif #include "XstlibInt.h" diff --git a/xts5/src/libproto/RcvExtRep.c b/xts5/src/libproto/RcvExtRep.c index a38a5ead..6e8ca7bf 100644 --- a/xts5/src/libproto/RcvExtRep.c +++ b/xts5/src/libproto/RcvExtRep.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/RcvExtRep.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/RcvExtRep.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/RcvExtRep.c +* File: xts5/src/libproto/RcvExtRep.c * * Description: * Protocol test support routines * * Modifications: * $Log: RcvExtRep.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:02 mar * Branch point for Release 5.0.2 @@ -127,7 +130,7 @@ SOFTWARE. */ #ifndef lint -static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/RcvExtRep.c,v 1.1 2005-02-12 14:37:15 anderson Exp $"; +static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/RcvExtRep.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $"; #endif #include "stdio.h" diff --git a/xts5/src/libproto/RcvRep.c b/xts5/src/libproto/RcvRep.c index 311b3db2..b4a9752d 100644 --- a/xts5/src/libproto/RcvRep.c +++ b/xts5/src/libproto/RcvRep.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/RcvRep.c,v 1.1 2005-02-12 14:37:15 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/RcvRep.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/RcvRep.c +* File: xts5/src/libproto/RcvRep.c * * Description: * Protocol test support routines * * Modifications: * $Log: RcvRep.c,v $ -* Revision 1.1 2005-02-12 14:37:15 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:03 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/ResMng.c b/xts5/src/libproto/ResMng.c index 2c904415..f5a69817 100644 --- a/xts5/src/libproto/ResMng.c +++ b/xts5/src/libproto/ResMng.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/ResMng.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/ResMng.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/ResMng.c +* File: xts5/src/libproto/ResMng.c * * Description: * Protocol test support routines * * Modifications: * $Log: ResMng.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:03 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/SendEvt.c b/xts5/src/libproto/SendEvt.c index 947695a2..b468bbca 100644 --- a/xts5/src/libproto/SendEvt.c +++ b/xts5/src/libproto/SendEvt.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/SendEvt.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/SendEvt.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/SendEvt.c +* File: xts5/src/libproto/SendEvt.c * * Description: * Protocol test support routines * * Modifications: * $Log: SendEvt.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:11 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:04 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/SendReq.c b/xts5/src/libproto/SendReq.c index a5338eec..906f3ccc 100644 --- a/xts5/src/libproto/SendReq.c +++ b/xts5/src/libproto/SendReq.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/SendReq.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/SendReq.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) 1999,2001 The Open Group * Copyright Applied Testing and Technology Inc. 1995 @@ -28,14 +28,17 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/libproto/SendReq.c +* File: xts5/src/libproto/SendReq.c * * Description: * Protocol test support routines * * Modifications: * $Log: SendReq.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.4 2005/01/20 16:06:05 gwc diff --git a/xts5/src/libproto/SendSup.c b/xts5/src/libproto/SendSup.c index 0d8e3218..494803c3 100644 --- a/xts5/src/libproto/SendSup.c +++ b/xts5/src/libproto/SendSup.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/SendSup.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/SendSup.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/SendSup.c +* File: xts5/src/libproto/SendSup.c * * Description: * Protocol test support routines * * Modifications: * $Log: SendSup.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:05 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/SendXIReq.c b/xts5/src/libproto/SendXIReq.c index 1924e008..92110161 100644 --- a/xts5/src/libproto/SendXIReq.c +++ b/xts5/src/libproto/SendXIReq.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/SendXIReq.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/SendXIReq.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) 1999 The Open Group * Copyright Applied Testing and Technology Inc. 1995 @@ -28,14 +28,17 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/libproto/SendXIReq.c +* File: xts5/src/libproto/SendXIReq.c * * Description: * Protocol test support routines * * Modifications: * $Log: SendXIReq.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.3 2005/01/20 16:06:51 gwc @@ -139,7 +142,7 @@ SOFTWARE. */ #ifndef lint -static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/SendXIReq.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $"; +static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/SendXIReq.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $"; #endif #include "XstlibInt.h" diff --git a/xts5/src/libproto/ShowErr.c b/xts5/src/libproto/ShowErr.c index 19dbd5b3..ccc43609 100644 --- a/xts5/src/libproto/ShowErr.c +++ b/xts5/src/libproto/ShowErr.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowErr.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowErr.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/ShowErr.c +* File: xts5/src/libproto/ShowErr.c * * Description: * Protocol test support routines * * Modifications: * $Log: ShowErr.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:06 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/ShowEvt.c b/xts5/src/libproto/ShowEvt.c index 22a517ff..99099e97 100644 --- a/xts5/src/libproto/ShowEvt.c +++ b/xts5/src/libproto/ShowEvt.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowEvt.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowEvt.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/ShowEvt.c +* File: xts5/src/libproto/ShowEvt.c * * Description: * Protocol test support routines * * Modifications: * $Log: ShowEvt.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:07 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/ShowExtErr.c b/xts5/src/libproto/ShowExtErr.c index d22713cd..96935dc4 100644 --- a/xts5/src/libproto/ShowExtErr.c +++ b/xts5/src/libproto/ShowExtErr.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowExtErr.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowExtErr.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/ShowExtErr.c +* File: xts5/src/libproto/ShowExtErr.c * * Description: * Protocol test support routines * * Modifications: * $Log: ShowExtErr.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:07 mar * Branch point for Release 5.0.2 @@ -124,7 +127,7 @@ SOFTWARE. */ #ifndef lint -static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/ShowExtErr.c,v 1.1 2005-02-12 14:37:16 anderson Exp $"; +static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/ShowExtErr.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $"; #endif #define XInputNumErrors 5 diff --git a/xts5/src/libproto/ShowExtEvt.c b/xts5/src/libproto/ShowExtEvt.c index b76508ef..93adddd7 100644 --- a/xts5/src/libproto/ShowExtEvt.c +++ b/xts5/src/libproto/ShowExtEvt.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowExtEvt.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowExtEvt.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/ShowExtEvt.c +* File: xts5/src/libproto/ShowExtEvt.c * * Description: * Protocol test support routines * * Modifications: * $Log: ShowExtEvt.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:08 mar * Branch point for Release 5.0.2 @@ -124,7 +127,7 @@ SOFTWARE. */ #ifndef lint -static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/ShowExtEvt.c,v 1.1 2005-02-12 14:37:16 anderson Exp $"; +static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/ShowExtEvt.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $"; #endif #include "XstlibInt.h" diff --git a/xts5/src/libproto/ShowExtRep.c b/xts5/src/libproto/ShowExtRep.c index 8921d485..70de5256 100644 --- a/xts5/src/libproto/ShowExtRep.c +++ b/xts5/src/libproto/ShowExtRep.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowExtRep.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowExtRep.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/ShowExtRep.c +* File: xts5/src/libproto/ShowExtRep.c * * Description: * Protocol test support routines * * Modifications: * $Log: ShowExtRep.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:08 mar * Branch point for Release 5.0.2 @@ -124,7 +127,7 @@ SOFTWARE. */ #ifndef lint -static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/ShowExtRep.c,v 1.1 2005-02-12 14:37:16 anderson Exp $"; +static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/ShowExtRep.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $"; #endif #include "XstlibInt.h" diff --git a/xts5/src/libproto/ShowExtReq.c b/xts5/src/libproto/ShowExtReq.c index 0dd14326..a4bf35fc 100644 --- a/xts5/src/libproto/ShowExtReq.c +++ b/xts5/src/libproto/ShowExtReq.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowExtReq.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowExtReq.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/ShowExtReq.c +* File: xts5/src/libproto/ShowExtReq.c * * Description: * Protocol test support routines * * Modifications: * $Log: ShowExtReq.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:09 mar * Branch point for Release 5.0.2 @@ -124,7 +127,7 @@ SOFTWARE. */ #ifndef lint -static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/ShowExtReq.c,v 1.1 2005-02-12 14:37:16 anderson Exp $"; +static char rcsid[]="$Header: /cvs/xtest/xtest/xts5/src/libproto/ShowExtReq.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $"; #endif #include "XstlibInt.h" diff --git a/xts5/src/libproto/ShowRep.c b/xts5/src/libproto/ShowRep.c index ceacdfa7..a490cd90 100644 --- a/xts5/src/libproto/ShowRep.c +++ b/xts5/src/libproto/ShowRep.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowRep.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowRep.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/ShowRep.c +* File: xts5/src/libproto/ShowRep.c * * Description: * Protocol test support routines * * Modifications: * $Log: ShowRep.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:09 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/ShowReq.c b/xts5/src/libproto/ShowReq.c index 5e6f63f6..b9f99080 100644 --- a/xts5/src/libproto/ShowReq.c +++ b/xts5/src/libproto/ShowReq.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowReq.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowReq.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) 2001 The Open Group * Copyright Applied Testing and Technology Inc. 1995 @@ -28,14 +28,17 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/libproto/ShowReq.c +* File: xts5/src/libproto/ShowReq.c * * Description: * Protocol test support routines * * Modifications: * $Log: ShowReq.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.2 2005/01/20 16:07:58 gwc diff --git a/xts5/src/libproto/ShowSup.c b/xts5/src/libproto/ShowSup.c index 7f12b0a8..ae037e94 100644 --- a/xts5/src/libproto/ShowSup.c +++ b/xts5/src/libproto/ShowSup.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowSup.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/ShowSup.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/ShowSup.c +* File: xts5/src/libproto/ShowSup.c * * Description: * Protocol test support routines * * Modifications: * $Log: ShowSup.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:11 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/TestMng.c b/xts5/src/libproto/TestMng.c index 01c208f3..e26bdd03 100644 --- a/xts5/src/libproto/TestMng.c +++ b/xts5/src/libproto/TestMng.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/TestMng.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/TestMng.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) 2001 The Open Group * Copyright Applied Testing and Technology Inc. 1995 @@ -28,14 +28,17 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/libproto/TestMng.c +* File: xts5/src/libproto/TestMng.c * * Description: * Protocol test support routines * * Modifications: * $Log: TestMng.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.2 2005/01/20 16:08:51 gwc diff --git a/xts5/src/libproto/TestSup.c b/xts5/src/libproto/TestSup.c index 76997972..ddabf1bd 100644 --- a/xts5/src/libproto/TestSup.c +++ b/xts5/src/libproto/TestSup.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/TestSup.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/TestSup.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/TestSup.c +* File: xts5/src/libproto/TestSup.c * * Description: * Protocol test support routines * * Modifications: * $Log: TestSup.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:12 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/Timer.c b/xts5/src/libproto/Timer.c index abbb336b..eb3e3142 100644 --- a/xts5/src/libproto/Timer.c +++ b/xts5/src/libproto/Timer.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/Timer.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/Timer.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/Timer.c +* File: xts5/src/libproto/Timer.c * * Description: * Protocol test support routines * * Modifications: * $Log: Timer.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:12 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/Utils.c b/xts5/src/libproto/Utils.c index bb97f163..ae0a46c0 100644 --- a/xts5/src/libproto/Utils.c +++ b/xts5/src/libproto/Utils.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/Utils.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/Utils.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/Utils.c +* File: xts5/src/libproto/Utils.c * * Description: * Protocol test support routines * * Modifications: * $Log: Utils.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:13 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/ValListMng.c b/xts5/src/libproto/ValListMng.c index 5d58da39..0c0e889e 100644 --- a/xts5/src/libproto/ValListMng.c +++ b/xts5/src/libproto/ValListMng.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/ValListMng.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/ValListMng.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/ValListMng.c +* File: xts5/src/libproto/ValListMng.c * * Description: * Routines to edit value lists in requests * * Modifications: * $Log: ValListMng.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:13 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/Validate.c b/xts5/src/libproto/Validate.c index cc5adfbe..1cd15d52 100644 --- a/xts5/src/libproto/Validate.c +++ b/xts5/src/libproto/Validate.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/Validate.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/Validate.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/Validate.c +* File: xts5/src/libproto/Validate.c * * Description: * Protocol test support routines * * Modifications: * $Log: Validate.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:14 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/XlibNoXtst.c b/xts5/src/libproto/XlibNoXtst.c index 7065bf83..2647e5d4 100644 --- a/xts5/src/libproto/XlibNoXtst.c +++ b/xts5/src/libproto/XlibNoXtst.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/XlibNoXtst.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/XlibNoXtst.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) 2001 The Open Group * Copyright Applied Testing and Technology Inc. 1995 @@ -28,14 +28,17 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/libproto/XlibNoXtst.c +* File: xts5/src/libproto/XlibNoXtst.c * * Description: * Protocol test support routines * * Modifications: * $Log: XlibNoXtst.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.2 2005/01/20 16:41:07 gwc diff --git a/xts5/src/libproto/XlibOpaque.c b/xts5/src/libproto/XlibOpaque.c index 1f483c4d..f74928f8 100644 --- a/xts5/src/libproto/XlibOpaque.c +++ b/xts5/src/libproto/XlibOpaque.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/XlibOpaque.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/XlibOpaque.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) 2001 The Open Group * Copyright Applied Testing and Technology Inc. 1995 @@ -28,14 +28,17 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/libproto/XlibOpaque.c +* File: xts5/src/libproto/XlibOpaque.c * * Description: * Protocol test support routines * * Modifications: * $Log: XlibOpaque.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.2 2005/01/20 16:42:19 gwc diff --git a/xts5/src/libproto/XlibXtst.c b/xts5/src/libproto/XlibXtst.c index 36484272..31cb56e7 100644 --- a/xts5/src/libproto/XlibXtst.c +++ b/xts5/src/libproto/XlibXtst.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/XlibXtst.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/XlibXtst.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) 2001 The Open Group * Copyright Applied Testing and Technology Inc. 1995 @@ -28,14 +28,17 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/libproto/XlibXtst.c +* File: xts5/src/libproto/XlibXtst.c * * Description: * Protocol test support routines * * Modifications: * $Log: XlibXtst.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.3 2005/01/20 16:42:55 gwc diff --git a/xts5/src/libproto/XstIO.c b/xts5/src/libproto/XstIO.c index 63c0962b..f152239f 100644 --- a/xts5/src/libproto/XstIO.c +++ b/xts5/src/libproto/XstIO.c @@ -20,7 +20,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/XstIO.c,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/XstIO.c,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) 2003 The Open Group * Copyright Applied Testing and Technology Inc. 1995 @@ -28,14 +28,17 @@ SOFTWARE. * * Project: VSW5 * -* File: vsw5/src/libproto/XstIO.c +* File: xts5/src/libproto/XstIO.c * * Description: * Protocol test support routines * * Modifications: * $Log: XstIO.c,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.2 2005/01/20 16:43:59 gwc diff --git a/xts5/src/libproto/XstlibInt.h b/xts5/src/libproto/XstlibInt.h index 800d7226..f81f381b 100644 --- a/xts5/src/libproto/XstlibInt.h +++ b/xts5/src/libproto/XstlibInt.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/XstlibInt.h,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/XstlibInt.h,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/XstlibInt.h +* File: xts5/src/libproto/XstlibInt.h * * Description: * X test suite protocol test library include file * * Modifications: * $Log: XstlibInt.h,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:16 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/XstosInt.h b/xts5/src/libproto/XstosInt.h index fb16d5ff..d363bc36 100644 --- a/xts5/src/libproto/XstosInt.h +++ b/xts5/src/libproto/XstosInt.h @@ -20,21 +20,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/XstosInt.h,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/XstosInt.h,v 1.3 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/XstosInt.h +* File: xts5/src/libproto/XstosInt.h * * Description: * X test suite protocol test library include file * * Modifications: * $Log: XstosInt.h,v $ -* Revision 1.2 2005-04-21 09:40:42 ajosey +* Revision 1.3 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.2 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.1 2001/02/05 12:42:44 vsx diff --git a/xts5/src/libproto/delete.c b/xts5/src/libproto/delete.c index b9cd62bf..a6aded90 100644 --- a/xts5/src/libproto/delete.c +++ b/xts5/src/libproto/delete.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/delete.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/delete.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/delete.c +* File: xts5/src/libproto/delete.c * * Description: * Protocol test support routines * * Modifications: * $Log: delete.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:17 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/linkstart.c b/xts5/src/libproto/linkstart.c index 66a5adc9..4f775d6e 100644 --- a/xts5/src/libproto/linkstart.c +++ b/xts5/src/libproto/linkstart.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/linkstart.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/linkstart.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/linkstart.c +* File: xts5/src/libproto/linkstart.c * * Description: * Protocol test support routines * * Modifications: * $Log: linkstart.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:18 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/startup.c b/xts5/src/libproto/startup.c index a5c00593..b9712418 100644 --- a/xts5/src/libproto/startup.c +++ b/xts5/src/libproto/startup.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/startup.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/startup.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/startup.c +* File: xts5/src/libproto/startup.c * * Description: * Protocol test support routines * * Modifications: * $Log: startup.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:18 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/libproto/tpstartup.c b/xts5/src/libproto/tpstartup.c index 1165c5d4..d47f1933 100644 --- a/xts5/src/libproto/tpstartup.c +++ b/xts5/src/libproto/tpstartup.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/libproto/tpstartup.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/libproto/tpstartup.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright Applied Testing and Technology Inc. 1995 * All rights reserved * * Project: VSW5 * -* File: vsw5/src/libproto/tpstartup.c +* File: xts5/src/libproto/tpstartup.c * * Description: * Protocol test support routines * * Modifications: * $Log: tpstartup.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:19 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/pixval/blowup/ajax.c b/xts5/src/pixval/blowup/ajax.c index f83efe34..5ef6ea5c 100644 --- a/xts5/src/pixval/blowup/ajax.c +++ b/xts5/src/pixval/blowup/ajax.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/pixval/blowup/ajax.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/pixval/blowup/ajax.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/pixval/blowup/ajax.c +* File: xts5/src/pixval/blowup/ajax.c * * Description: * Blowup utility * * Modifications: * $Log: ajax.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:20 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/pixval/blowup/vblowup_c.c b/xts5/src/pixval/blowup/vblowup_c.c index 2d1bc326..0cb009e5 100644 --- a/xts5/src/pixval/blowup/vblowup_c.c +++ b/xts5/src/pixval/blowup/vblowup_c.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,22 +20,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/src/pixval/blowup/vblowup_c.c,v 1.1 2005-02-12 14:37:16 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/src/pixval/blowup/vblowup_c.c,v 1.2 2005-11-03 08:42:02 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/src/pixval/blowup/vblowup_c.c +* File: xts5/src/pixval/blowup/vblowup_c.c * * Description: * Blowup utility * * Modifications: * $Log: vblowup_c.c,v $ -* Revision 1.1 2005-02-12 14:37:16 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:42:02 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:12 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:25:21 mar * Branch point for Release 5.0.2 diff --git a/xts5/src/xim/Makefile b/xts5/src/xim/Makefile index 29940fbc..7da9fc46 100644 --- a/xts5/src/xim/Makefile +++ b/xts5/src/xim/Makefile @@ -19,22 +19,26 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/src/xim/Makefile,v 1.1 2005-02-12 15:14:15 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/src/xim/Makefile,v 1.2 2005-11-03 08:42:02 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. # # Project: VSW5 # -# File: vsw5/src/xim/Makefile +# File: xts5/src/xim/Makefile # # Description: # Makefile for Input Method tests' library # # Modifications # $Log: Makefile,v $ -# Revision 1.1 2005-02-12 15:14:15 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:02 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.1 2005/02/12 15:14:15 anderson +# VSW5 Source under an MIT license This is version 5.0.2 as received from +# AppTest with the new license applied. # # Revision 8.0 1998/12/23 23:25:22 mar # Branch point for Release 5.0.2 @@ -68,7 +72,7 @@ # # Location of Test Suite # -SUITE_ROOT = ${TET_ROOT}/vsw5 +SUITE_ROOT = ${TET_ROOT}/xts5 SUITE_LIB = ${SUITE_ROOT}/lib SUITE_BIN = ${SUITE_ROOT}/bin SUITE_INC = ${SUITE_ROOT}/include diff --git a/xts5/tetclean.cfg b/xts5/tetclean.cfg index 9962affb..b634c6cd 100644 --- a/xts5/tetclean.cfg +++ b/xts5/tetclean.cfg @@ -19,7 +19,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/tetclean.cfg,v 1.3 2005-11-01 01:38:05 idr Exp $ +# $Header: /cvs/xtest/xtest/xts5/tetclean.cfg,v 1.4 2005-11-03 08:42:00 jmichael Exp $ # # Copyright (c) 2001,2004 The Open Group # Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -223,7 +223,7 @@ XTESTHOST=`hostname` XTESTFONTDIR=/usr/lib/X11/fonts/xtest # XTESTROOT -XTESTROOT=${TET_ROOT}/vsw5 +XTESTROOT=${TET_ROOT}/xts5 # XTTESTLIB - the Xt Tests' libraries XTTESTLIB=${XTESTLIBDIR}/libXtTest.a diff --git a/xts5/tetexec.cfg b/xts5/tetexec.cfg index 79488dd6..b7c47b64 100644 --- a/xts5/tetexec.cfg +++ b/xts5/tetexec.cfg @@ -1,5 +1,5 @@ # -# Copyright (c) 2005 X.Org Foundation LLC +# Copyright (c) 2005 X.Org Foundation L.L.C. # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -19,7 +19,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # -# $Header: /cvs/xtest/xtest/xts5/tetexec.cfg,v 1.1 2005-02-12 14:37:13 anderson Exp $ +# $Header: /cvs/xtest/xtest/xts5/tetexec.cfg,v 1.2 2005-11-03 08:42:00 jmichael Exp $ # # Copyright (c) Applied Testing and Technology, Inc. 1995 # All Rights Reserved. @@ -33,8 +33,11 @@ # # Modifications: # $Log: tetexec.cfg,v $ -# Revision 1.1 2005-02-12 14:37:13 anderson -# Initial revision +# Revision 1.2 2005-11-03 08:42:00 jmichael +# clean up all vsw5 paths to use xts5 instead. +# +# Revision 1.1.1.2 2005/04/15 14:05:06 anderson +# Reimport of the base with the legal name in the copyright fixed. # # Revision 8.0 1998/12/23 23:39:36 mar # Branch point for Release 5.0.2 @@ -463,7 +466,7 @@ XT_DEBUG_VISUAL_CHECK=0 # XT_FONTDIR - The directory in which the VSW5 fonts are supplied (before # being installed). # This must be set such that appending a string gives a valid file name. -# This is normally set to $TET_ROOT/vsw5/fonts/ +# This is normally set to $TET_ROOT/xts5/fonts/ # This is only used by the PV library which is not part of the test suite. XT_FONTDIR= diff --git a/xts5/tset/XI/alldvevnts/alldvevnts.m b/xts5/tset/XI/alldvevnts/alldvevnts.m index d5316b38..e33de674 100644 --- a/xts5/tset/XI/alldvevnts/alldvevnts.m +++ b/xts5/tset/XI/alldvevnts/alldvevnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/alldvevnts/alldvevnts.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/alldvevnts/alldvevnts.m,v 1.2 2005-11-03 08:42:03 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/allwdvcevn/allwdvcevn.m +>># File: xts5/tset/XI/allwdvcevn/allwdvcevn.m >># >># Description: >># Tests for XAllowDeviceEvents() >># >># Modifications: >># $Log: alldvevnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:13 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:51 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/chgdvctl/chgdvctl.m b/xts5/tset/XI/chgdvctl/chgdvctl.m index 6e389b6b..05124262 100644 --- a/xts5/tset/XI/chgdvctl/chgdvctl.m +++ b/xts5/tset/XI/chgdvctl/chgdvctl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/chgdvctl/chgdvctl.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/chgdvctl/chgdvctl.m,v 1.2 2005-11-03 08:42:03 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/chngdvccnt/chngdvccnt.m +>># File: xts5/tset/XI/chngdvccnt/chngdvccnt.m >># >># Description: >># Tests for XChangeDeviceControl() >># >># Modifications: >># $Log: chgdvctl.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:13 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:52 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/chgfctl/chgfctl.m b/xts5/tset/XI/chgfctl/chgfctl.m index 726b7475..08b2867a 100644 --- a/xts5/tset/XI/chgfctl/chgfctl.m +++ b/xts5/tset/XI/chgfctl/chgfctl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/chgfctl/chgfctl.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/chgfctl/chgfctl.m,v 1.2 2005-11-03 08:42:03 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/chngfdbckc/chngfdbckc.m +>># File: xts5/tset/XI/chngfdbckc/chngfdbckc.m >># >># Description: >># Tests for XChangeFeedbackControl() >># >># Modifications: >># $Log: chgfctl.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:13 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:52 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/chgkbd/chgkbd.m b/xts5/tset/XI/chgkbd/chgkbd.m index 97b1b6b2..ccb4b991 100644 --- a/xts5/tset/XI/chgkbd/chgkbd.m +++ b/xts5/tset/XI/chgkbd/chgkbd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/chgkbd/chgkbd.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/chgkbd/chgkbd.m,v 1.2 2005-11-03 08:42:03 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/chngkybrdd/chngkybrdd.m +>># File: xts5/tset/XI/chngkybrdd/chngkybrdd.m >># >># Description: >># Tests for XChangeKeyboardDevice() >># >># Modifications: >># $Log: chgkbd.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:13 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:53 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/chgprop/chgprop.m b/xts5/tset/XI/chgprop/chgprop.m index a1e9fbed..59f2102c 100644 --- a/xts5/tset/XI/chgprop/chgprop.m +++ b/xts5/tset/XI/chgprop/chgprop.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/chgprop/chgprop.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/chgprop/chgprop.m,v 1.2 2005-11-03 08:42:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/chngdvcdnt/chngdvcdnt.m +>># File: xts5/tset/XI/chngdvcdnt/chngdvcdnt.m >># >># Description: >># Tests for XChangeDeviceDontPropagateList() >># >># Modifications: >># $Log: chgprop.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:13 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:53 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/chgptr/chgptr.m b/xts5/tset/XI/chgptr/chgptr.m index fd85fbb1..0c644324 100644 --- a/xts5/tset/XI/chgptr/chgptr.m +++ b/xts5/tset/XI/chgptr/chgptr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/chgptr/chgptr.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/chgptr/chgptr.m,v 1.2 2005-11-03 08:42:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/chngpntrdv/chngpntrdv.m +>># File: xts5/tset/XI/chngpntrdv/chngpntrdv.m >># >># Description: >># Tests for XChangePointerDevice() >># >># Modifications: >># $Log: chgptr.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:13 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:54 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/chngdvkmap/chngdvkmap.m b/xts5/tset/XI/chngdvkmap/chngdvkmap.m index ccbf6d66..9e674c34 100644 --- a/xts5/tset/XI/chngdvkmap/chngdvkmap.m +++ b/xts5/tset/XI/chngdvkmap/chngdvkmap.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/chngdvkmap/chngdvkmap.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/chngdvkmap/chngdvkmap.m,v 1.2 2005-11-03 08:42:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/chngdvckym/chngdvckym.m +>># File: xts5/tset/XI/chngdvckym/chngdvckym.m >># >># Description: >># Tests for XChangeDeviceKeyMapping() >># >># Modifications: >># $Log: chngdvkmap.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:13 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:55 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/closdev/closdev.m b/xts5/tset/XI/closdev/closdev.m index e600fc02..0c5c0731 100644 --- a/xts5/tset/XI/closdev/closdev.m +++ b/xts5/tset/XI/closdev/closdev.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/closdev/closdev.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/closdev/closdev.m,v 1.2 2005-11-03 08:42:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/clsdvc/clsdvc.m +>># File: xts5/tset/XI/clsdvc/clsdvc.m >># >># Description: >># Tests for XCloseDevice() >># >># Modifications: >># $Log: closdev.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:13 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:55 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/dvbell/dvbell.m b/xts5/tset/XI/dvbell/dvbell.m index eedf58bd..76d4bfe7 100644 --- a/xts5/tset/XI/dvbell/dvbell.m +++ b/xts5/tset/XI/dvbell/dvbell.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/dvbell/dvbell.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/dvbell/dvbell.m,v 1.2 2005-11-03 08:42:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/dvcbll/dvcbll.m +>># File: xts5/tset/XI/dvcbll/dvcbll.m >># >># Description: >># Tests for XDeviceBell() >># >># Modifications: >># $Log: dvbell.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:13 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:56 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/getdctl/getdctl.m b/xts5/tset/XI/getdctl/getdctl.m index 149ac28c..a1ceaa6b 100644 --- a/xts5/tset/XI/getdctl/getdctl.m +++ b/xts5/tset/XI/getdctl/getdctl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/getdctl/getdctl.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/getdctl/getdctl.m,v 1.2 2005-11-03 08:42:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/gtdvccntrl/gtdvccntrl.m +>># File: xts5/tset/XI/gtdvccntrl/gtdvccntrl.m >># >># Description: >># Tests for XGetDeviceControl() >># >># Modifications: >># $Log: getdctl.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:13 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:56 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/getfctl/getfctl.m b/xts5/tset/XI/getfctl/getfctl.m index 14c02e46..3a722df8 100644 --- a/xts5/tset/XI/getfctl/getfctl.m +++ b/xts5/tset/XI/getfctl/getfctl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/getfctl/getfctl.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/getfctl/getfctl.m,v 1.2 2005-11-03 08:42:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/gtfdbckcnt/gtfdbckcnt.m +>># File: xts5/tset/XI/gtfdbckcnt/gtfdbckcnt.m >># >># Description: >># Tests for XGetFeedbackControl() >># >># Modifications: >># $Log: getfctl.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:13 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:57 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/getfocus/getfocus.m b/xts5/tset/XI/getfocus/getfocus.m index 9dd14146..2c8b660f 100644 --- a/xts5/tset/XI/getfocus/getfocus.m +++ b/xts5/tset/XI/getfocus/getfocus.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/getfocus/getfocus.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/getfocus/getfocus.m,v 1.2 2005-11-03 08:42:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/gtdvcfcs/gtdvcfcs.m +>># File: xts5/tset/XI/gtdvcfcs/gtdvcfcs.m >># >># Description: >># Tests for XGetDeviceFocus() >># >># Modifications: >># $Log: getfocus.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:57 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/getprop/getprop.m b/xts5/tset/XI/getprop/getprop.m index dd719ea0..2665c3e0 100644 --- a/xts5/tset/XI/getprop/getprop.m +++ b/xts5/tset/XI/getprop/getprop.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/getprop/getprop.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/getprop/getprop.m,v 1.2 2005-11-03 08:42:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/gtdvcdntpr/gtdvcdntpr.m +>># File: xts5/tset/XI/gtdvcdntpr/gtdvcdntpr.m >># >># Description: >># Tests for XGetDeviceDontPropagateList() >># >># Modifications: >># $Log: getprop.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:58 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/getvers/getvers.m b/xts5/tset/XI/getvers/getvers.m index 1742a843..d96f4fdb 100644 --- a/xts5/tset/XI/getvers/getvers.m +++ b/xts5/tset/XI/getvers/getvers.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/getvers/getvers.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/getvers/getvers.m,v 1.2 2005-11-03 08:42:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/gtextnsnvr/gtextnsnvr.m +>># File: xts5/tset/XI/gtextnsnvr/gtextnsnvr.m >># >># Description: >># Tests for XGetExtensionVersion() >># >># Modifications: >># $Log: getvers.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:58 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/grbdev/grbdev.m b/xts5/tset/XI/grbdev/grbdev.m index 59cf8253..fc5eb828 100644 --- a/xts5/tset/XI/grbdev/grbdev.m +++ b/xts5/tset/XI/grbdev/grbdev.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/grbdev/grbdev.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/grbdev/grbdev.m,v 1.2 2005-11-03 08:42:06 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/grbdvc/grbdvc.m +>># File: xts5/tset/XI/grbdvc/grbdvc.m >># >># Description: >># Tests for XGrabDevice() >># >># Modifications: >># $Log: grbdev.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:06 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:59 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/grbdvbtn/grbdvbtn.m b/xts5/tset/XI/grbdvbtn/grbdvbtn.m index 666e5e18..6512d92c 100644 --- a/xts5/tset/XI/grbdvbtn/grbdvbtn.m +++ b/xts5/tset/XI/grbdvbtn/grbdvbtn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/grbdvbtn/grbdvbtn.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/grbdvbtn/grbdvbtn.m,v 1.2 2005-11-03 08:42:06 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/grbdvcbttn/grbdvcbttn.m +>># File: xts5/tset/XI/grbdvcbttn/grbdvcbttn.m >># >># Description: >># Tests for XGrabDeviceButton() >># >># Modifications: >># $Log: grbdvbtn.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:06 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:00 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/grbdvky/grbdvky.m b/xts5/tset/XI/grbdvky/grbdvky.m index 43e37adc..ed1adeb6 100644 --- a/xts5/tset/XI/grbdvky/grbdvky.m +++ b/xts5/tset/XI/grbdvky/grbdvky.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/grbdvky/grbdvky.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/grbdvky/grbdvky.m,v 1.2 2005-11-03 08:42:06 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/grbdvcky/grbdvcky.m +>># File: xts5/tset/XI/grbdvcky/grbdvcky.m >># >># Description: >># Tests for XGrabDeviceKey() >># >># Modifications: >># $Log: grbdvky.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:06 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:00 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/gtbtnmppn/gtbtnmppn.m b/xts5/tset/XI/gtbtnmppn/gtbtnmppn.m index fea6cc97..9c8b6e6c 100644 --- a/xts5/tset/XI/gtbtnmppn/gtbtnmppn.m +++ b/xts5/tset/XI/gtbtnmppn/gtbtnmppn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/gtbtnmppn/gtbtnmppn.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/gtbtnmppn/gtbtnmppn.m,v 1.2 2005-11-03 08:42:06 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/gtdvcbttnm/gtdvcbttnm.m +>># File: xts5/tset/XI/gtdvcbttnm/gtdvcbttnm.m >># >># Description: >># Tests for XGetDeviceButtonMapping() >># >># Modifications: >># $Log: gtbtnmppn.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:06 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:01 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/gtdvkmap/gtdvkmap.m b/xts5/tset/XI/gtdvkmap/gtdvkmap.m index 2b2fa265..9a0b26db 100644 --- a/xts5/tset/XI/gtdvkmap/gtdvkmap.m +++ b/xts5/tset/XI/gtdvkmap/gtdvkmap.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/gtdvkmap/gtdvkmap.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/gtdvkmap/gtdvkmap.m,v 1.2 2005-11-03 08:42:06 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/gtdvckympp/gtdvckympp.m +>># File: xts5/tset/XI/gtdvckympp/gtdvckympp.m >># >># Description: >># Tests for XGetDeviceKeyMapping() >># >># Modifications: >># $Log: gtdvkmap.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:06 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:01 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/gtdvmmap/gtdvmmap.m b/xts5/tset/XI/gtdvmmap/gtdvmmap.m index 3b64185c..a43d7dbf 100644 --- a/xts5/tset/XI/gtdvmmap/gtdvmmap.m +++ b/xts5/tset/XI/gtdvmmap/gtdvmmap.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/gtdvmmap/gtdvmmap.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/gtdvmmap/gtdvmmap.m,v 1.2 2005-11-03 08:42:07 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/gtdvcmdfrm/gtdvcmdfrm.m +>># File: xts5/tset/XI/gtdvcmdfrm/gtdvcmdfrm.m >># >># Description: >># Tests for XGetDeviceModifierMapping() >># >># Modifications: >># $Log: gtdvmmap.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:07 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:02 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/gtdvmtnev/gtdvmtnev.m b/xts5/tset/XI/gtdvmtnev/gtdvmtnev.m index 072357dc..301acf41 100644 --- a/xts5/tset/XI/gtdvmtnev/gtdvmtnev.m +++ b/xts5/tset/XI/gtdvmtnev/gtdvmtnev.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/gtdvmtnev/gtdvmtnev.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/gtdvmtnev/gtdvmtnev.m,v 1.2 2005-11-03 08:42:07 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/gtdvcmtnev/gtdvcmtnev.m +>># File: xts5/tset/XI/gtdvcmtnev/gtdvcmtnev.m >># >># Description: >># Tests for XGetDeviceMotionEvents() >># >># Modifications: >># $Log: gtdvmtnev.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:07 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:03 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/gtslctevnt/gtslctevnt.m b/xts5/tset/XI/gtslctevnt/gtslctevnt.m index aef90c11..c4b54db4 100644 --- a/xts5/tset/XI/gtslctevnt/gtslctevnt.m +++ b/xts5/tset/XI/gtslctevnt/gtslctevnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/gtslctevnt/gtslctevnt.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/gtslctevnt/gtslctevnt.m,v 1.2 2005-11-03 08:42:07 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/gtslctdext/gtslctdext.m +>># File: xts5/tset/XI/gtslctdext/gtslctdext.m >># >># Description: >># Tests for XGetSelectedExtensionEvents() >># >># Modifications: >># $Log: gtslctevnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:07 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:03 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/listdev/listdev.m b/xts5/tset/XI/listdev/listdev.m index fc0d3ea1..a71a5bf2 100644 --- a/xts5/tset/XI/listdev/listdev.m +++ b/xts5/tset/XI/listdev/listdev.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/listdev/listdev.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/listdev/listdev.m,v 1.2 2005-11-03 08:42:07 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/lstinptdvc/lstinptdvc.m +>># File: xts5/tset/XI/lstinptdvc/lstinptdvc.m >># >># Description: >># Tests for XListInputDevices() >># >># Modifications: >># $Log: listdev.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:07 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:04 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/misc/misc.m b/xts5/tset/XI/misc/misc.m index 749eb3f7..afd6048b 100644 --- a/xts5/tset/XI/misc/misc.m +++ b/xts5/tset/XI/misc/misc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/misc/misc.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/misc/misc.m,v 1.2 2005-11-03 08:42:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/mscllns/mscllns.m +>># File: xts5/tset/XI/mscllns/mscllns.m >># >># Description: >># Tests for Miscellaneous() >># >># Modifications: >># $Log: misc.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:08 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:04 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/opendev/opendev.m b/xts5/tset/XI/opendev/opendev.m index f42bb4be..1b434e84 100644 --- a/xts5/tset/XI/opendev/opendev.m +++ b/xts5/tset/XI/opendev/opendev.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/opendev/opendev.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/opendev/opendev.m,v 1.2 2005-11-03 08:42:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/opndvc/opndvc.m +>># File: xts5/tset/XI/opndvc/opndvc.m >># >># Description: >># Tests for XOpenDevice() >># >># Modifications: >># $Log: opendev.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:08 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:05 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/querydvst/querydvst.m b/xts5/tset/XI/querydvst/querydvst.m index 8f94c655..ae34e061 100644 --- a/xts5/tset/XI/querydvst/querydvst.m +++ b/xts5/tset/XI/querydvst/querydvst.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/querydvst/querydvst.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/querydvst/querydvst.m,v 1.2 2005-11-03 08:42:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/qrydvcstt/qrydvcstt.m +>># File: xts5/tset/XI/qrydvcstt/qrydvcstt.m >># >># Description: >># Tests for XQueryDeviceState() >># >># Modifications: >># $Log: querydvst.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:08 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:05 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/setdval/setdval.m b/xts5/tset/XI/setdval/setdval.m index af4fbfda..4556949b 100644 --- a/xts5/tset/XI/setdval/setdval.m +++ b/xts5/tset/XI/setdval/setdval.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/setdval/setdval.m,v 1.1 2005-02-12 14:37:16 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/setdval/setdval.m,v 1.2 2005-11-03 08:42:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/stdvcvltrs/stdvcvltrs.m +>># File: xts5/tset/XI/stdvcvltrs/stdvcvltrs.m >># >># Description: >># Tests for XSetDeviceValuators() >># >># Modifications: >># $Log: setdval.m,v $ ->># Revision 1.1 2005-02-12 14:37:16 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:08 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:06 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/setdvbmap/setdvbmap.m b/xts5/tset/XI/setdvbmap/setdvbmap.m index c32b8844..f09cff6f 100644 --- a/xts5/tset/XI/setdvbmap/setdvbmap.m +++ b/xts5/tset/XI/setdvbmap/setdvbmap.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/setdvbmap/setdvbmap.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/setdvbmap/setdvbmap.m,v 1.2 2005-11-03 08:42:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/stdvcbttnm/stdvcbttnm.m +>># File: xts5/tset/XI/stdvcbttnm/stdvcbttnm.m >># >># Description: >># Tests for XSetDeviceButtonMapping() >># >># Modifications: >># $Log: setdvbmap.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:08 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:07 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/setdvfocus/setdvfocus.m b/xts5/tset/XI/setdvfocus/setdvfocus.m index 8252e3ee..4d0f4ac5 100644 --- a/xts5/tset/XI/setdvfocus/setdvfocus.m +++ b/xts5/tset/XI/setdvfocus/setdvfocus.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/setdvfocus/setdvfocus.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/setdvfocus/setdvfocus.m,v 1.2 2005-11-03 08:42:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/stdvcfcs/stdvcfcs.m +>># File: xts5/tset/XI/stdvcfcs/stdvcfcs.m >># >># Description: >># Tests for XSetDeviceFocus() >># >># Modifications: >># $Log: setdvfocus.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:08 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:07 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/setdvmmap/setdvmmap.m b/xts5/tset/XI/setdvmmap/setdvmmap.m index 52f3c87c..8c02cd87 100644 --- a/xts5/tset/XI/setdvmmap/setdvmmap.m +++ b/xts5/tset/XI/setdvmmap/setdvmmap.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/setdvmmap/setdvmmap.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/setdvmmap/setdvmmap.m,v 1.2 2005-11-03 08:42:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/stdvcmdfrm/stdvcmdfrm.m +>># File: xts5/tset/XI/stdvcmdfrm/stdvcmdfrm.m >># >># Description: >># Tests for XSetDeviceModifierMapping() >># >># Modifications: >># $Log: setdvmmap.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:08 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/setdvmode/setdvmode.m b/xts5/tset/XI/setdvmode/setdvmode.m index ad9048e6..12a57426 100644 --- a/xts5/tset/XI/setdvmode/setdvmode.m +++ b/xts5/tset/XI/setdvmode/setdvmode.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/setdvmode/setdvmode.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/setdvmode/setdvmode.m,v 1.2 2005-11-03 08:42:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/stdvcmd/stdvcmd.m +>># File: xts5/tset/XI/stdvcmd/stdvcmd.m >># >># Description: >># Tests for XSetDeviceMode() >># >># Modifications: >># $Log: setdvmode.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:08 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/slextevnt/slextevnt.m b/xts5/tset/XI/slextevnt/slextevnt.m index 31c05b2c..8f41204e 100644 --- a/xts5/tset/XI/slextevnt/slextevnt.m +++ b/xts5/tset/XI/slextevnt/slextevnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/slextevnt/slextevnt.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/slextevnt/slextevnt.m,v 1.2 2005-11-03 08:42:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/slctextnsn/slctextnsn.m +>># File: xts5/tset/XI/slctextnsn/slctextnsn.m >># >># Description: >># Tests for XSelectExtensionEvent() >># >># Modifications: >># $Log: slextevnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:09 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/sndextevnt/sndextevnt.m b/xts5/tset/XI/sndextevnt/sndextevnt.m index fc188098..a82a6ed8 100644 --- a/xts5/tset/XI/sndextevnt/sndextevnt.m +++ b/xts5/tset/XI/sndextevnt/sndextevnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/sndextevnt/sndextevnt.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/sndextevnt/sndextevnt.m,v 1.2 2005-11-03 08:42:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/sndextnsne/sndextnsne.m +>># File: xts5/tset/XI/sndextnsne/sndextnsne.m >># >># Description: >># Tests for XSendExtensionEvent() >># >># Modifications: >># $Log: sndextevnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:10 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/ungrbdv/ungrbdv.m b/xts5/tset/XI/ungrbdv/ungrbdv.m index 6b60dbda..efa32b02 100644 --- a/xts5/tset/XI/ungrbdv/ungrbdv.m +++ b/xts5/tset/XI/ungrbdv/ungrbdv.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/ungrbdv/ungrbdv.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/ungrbdv/ungrbdv.m,v 1.2 2005-11-03 08:42:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/ungrbdvc/ungrbdvc.m +>># File: xts5/tset/XI/ungrbdvc/ungrbdvc.m >># >># Description: >># Tests for XUngrabDevice() >># >># Modifications: >># $Log: ungrbdv.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:10 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/ungrbdvbtn/ungrbdvbtn.m b/xts5/tset/XI/ungrbdvbtn/ungrbdvbtn.m index f264a9c3..6e2d5d3a 100644 --- a/xts5/tset/XI/ungrbdvbtn/ungrbdvbtn.m +++ b/xts5/tset/XI/ungrbdvbtn/ungrbdvbtn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/ungrbdvbtn/ungrbdvbtn.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/ungrbdvbtn/ungrbdvbtn.m,v 1.2 2005-11-03 08:42:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/ungrbdvcbt/ungrbdvcbt.m +>># File: xts5/tset/XI/ungrbdvcbt/ungrbdvcbt.m >># >># Description: >># Tests for XUngrabDeviceButton() >># >># Modifications: >># $Log: ungrbdvbtn.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:11 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XI/ungrbdvky/ungrbdvky.m b/xts5/tset/XI/ungrbdvky/ungrbdvky.m index d07a3d29..96b444cf 100644 --- a/xts5/tset/XI/ungrbdvky/ungrbdvky.m +++ b/xts5/tset/XI/ungrbdvky/ungrbdvky.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XI/ungrbdvky/ungrbdvky.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XI/ungrbdvky/ungrbdvky.m,v 1.2 2005-11-03 08:42:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XI/ungrbdvcky/ungrbdvcky.m +>># File: xts5/tset/XI/ungrbdvcky/ungrbdvcky.m >># >># Description: >># Tests for XUngrabDeviceKey() >># >># Modifications: >># $Log: ungrbdvky.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:12 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/alldvevnts/alldvevnts.m b/xts5/tset/XIproto/alldvevnts/alldvevnts.m index ded9fbce..060e5b00 100644 --- a/xts5/tset/XIproto/alldvevnts/alldvevnts.m +++ b/xts5/tset/XIproto/alldvevnts/alldvevnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/alldvevnts/alldvevnts.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/alldvevnts/alldvevnts.m,v 1.2 2005-11-03 08:42:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/allwdvcevn/allwdvcevn.m +>># File: xts5/tset/XIproto/allwdvcevn/allwdvcevn.m >># >># Description: >># Tests for AllowDeviceEvents >># >># Modifications: >># $Log: alldvevnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:31 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/chgdvctl/chgdvctl.m b/xts5/tset/XIproto/chgdvctl/chgdvctl.m index 0ccf5a6a..7b522ddf 100644 --- a/xts5/tset/XIproto/chgdvctl/chgdvctl.m +++ b/xts5/tset/XIproto/chgdvctl/chgdvctl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/chgdvctl/chgdvctl.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/chgdvctl/chgdvctl.m,v 1.2 2005-11-03 08:42:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/chngdvccnt/chngdvccnt.m +>># File: xts5/tset/XIproto/chngdvccnt/chngdvccnt.m >># >># Description: >># Tests for ChangeDeviceControl >># >># Modifications: >># $Log: chgdvctl.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:32 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/chgdvprop/chgdvprop.m b/xts5/tset/XIproto/chgdvprop/chgdvprop.m index bcffc4d9..d9fc28ce 100644 --- a/xts5/tset/XIproto/chgdvprop/chgdvprop.m +++ b/xts5/tset/XIproto/chgdvprop/chgdvprop.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/chgdvprop/chgdvprop.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/chgdvprop/chgdvprop.m,v 1.2 2005-11-03 08:42:10 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/chngdvcdnt/chngdvcdnt.m +>># File: xts5/tset/XIproto/chngdvcdnt/chngdvcdnt.m >># >># Description: >># Tests for ChangeDeviceDontPropagateList >># >># Modifications: >># $Log: chgdvprop.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:10 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:32 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/chgfctl/chgfctl.m b/xts5/tset/XIproto/chgfctl/chgfctl.m index b81a8285..32c41ef4 100644 --- a/xts5/tset/XIproto/chgfctl/chgfctl.m +++ b/xts5/tset/XIproto/chgfctl/chgfctl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/chgfctl/chgfctl.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/chgfctl/chgfctl.m,v 1.2 2005-11-03 08:42:10 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/chngfdbckc/chngfdbckc.m +>># File: xts5/tset/XIproto/chngfdbckc/chngfdbckc.m >># >># Description: >># Tests for ChangeFeedbackControl >># >># Modifications: >># $Log: chgfctl.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:10 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:33 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/chgkbd/chgkbd.m b/xts5/tset/XIproto/chgkbd/chgkbd.m index 06d15780..3460782d 100644 --- a/xts5/tset/XIproto/chgkbd/chgkbd.m +++ b/xts5/tset/XIproto/chgkbd/chgkbd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/chgkbd/chgkbd.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/chgkbd/chgkbd.m,v 1.2 2005-11-03 08:42:10 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/chngkybrdd/chngkybrdd.m +>># File: xts5/tset/XIproto/chngkybrdd/chngkybrdd.m >># >># Description: >># Tests for ChangeKeyboardDevice >># >># Modifications: >># $Log: chgkbd.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:10 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:33 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/chgptr/chgptr.m b/xts5/tset/XIproto/chgptr/chgptr.m index b7f09554..27dd107a 100644 --- a/xts5/tset/XIproto/chgptr/chgptr.m +++ b/xts5/tset/XIproto/chgptr/chgptr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/chgptr/chgptr.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/chgptr/chgptr.m,v 1.2 2005-11-03 08:42:10 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/chngpntrdv/chngpntrdv.m +>># File: xts5/tset/XIproto/chngpntrdv/chngpntrdv.m >># >># Description: >># Tests for ChangePointerDevice >># >># Modifications: >># $Log: chgptr.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:10 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:34 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/chngdvkmap/chngdvkmap.m b/xts5/tset/XIproto/chngdvkmap/chngdvkmap.m index d105aa03..0dc27786 100644 --- a/xts5/tset/XIproto/chngdvkmap/chngdvkmap.m +++ b/xts5/tset/XIproto/chngdvkmap/chngdvkmap.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/chngdvkmap/chngdvkmap.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/chngdvkmap/chngdvkmap.m,v 1.2 2005-11-03 08:42:10 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/chngdvckym/chngdvckym.m +>># File: xts5/tset/XIproto/chngdvckym/chngdvckym.m >># >># Description: >># Tests for ChangeDeviceKeyMapping >># >># Modifications: >># $Log: chngdvkmap.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:10 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:34 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/closdev/closdev.m b/xts5/tset/XIproto/closdev/closdev.m index fad3bed8..6211b66b 100644 --- a/xts5/tset/XIproto/closdev/closdev.m +++ b/xts5/tset/XIproto/closdev/closdev.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/closdev/closdev.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/closdev/closdev.m,v 1.2 2005-11-03 08:42:11 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/clsdvc/clsdvc.m +>># File: xts5/tset/XIproto/clsdvc/clsdvc.m >># >># Description: >># Tests for CloseDevice >># >># Modifications: >># $Log: closdev.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:11 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:35 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/dvbell/dvbell.m b/xts5/tset/XIproto/dvbell/dvbell.m index dd6d3023..1cd982d4 100644 --- a/xts5/tset/XIproto/dvbell/dvbell.m +++ b/xts5/tset/XIproto/dvbell/dvbell.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/dvbell/dvbell.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/dvbell/dvbell.m,v 1.2 2005-11-03 08:42:11 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/dvcbll/dvcbll.m +>># File: xts5/tset/XIproto/dvcbll/dvcbll.m >># >># Description: >># Tests for DeviceBell >># >># Modifications: >># $Log: dvbell.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:11 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:36 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/getdvmmap/getdvmmap.m b/xts5/tset/XIproto/getdvmmap/getdvmmap.m index 8a7c47da..ca88f8ed 100644 --- a/xts5/tset/XIproto/getdvmmap/getdvmmap.m +++ b/xts5/tset/XIproto/getdvmmap/getdvmmap.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/getdvmmap/getdvmmap.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/getdvmmap/getdvmmap.m,v 1.2 2005-11-03 08:42:11 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/gtdvcmdfrm/gtdvcmdfrm.m +>># File: xts5/tset/XIproto/gtdvcmdfrm/gtdvcmdfrm.m >># >># Description: >># Tests for GetDeviceModifierMapping >># >># Modifications: >># $Log: getdvmmap.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:11 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:14 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:36 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/getfctl/getfctl.m b/xts5/tset/XIproto/getfctl/getfctl.m index a2c36834..6531800b 100644 --- a/xts5/tset/XIproto/getfctl/getfctl.m +++ b/xts5/tset/XIproto/getfctl/getfctl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/getfctl/getfctl.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/getfctl/getfctl.m,v 1.2 2005-11-03 08:42:11 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/gtfdbckcnt/gtfdbckcnt.m +>># File: xts5/tset/XIproto/gtfdbckcnt/gtfdbckcnt.m >># >># Description: >># Tests for GetFeedbackControl >># >># Modifications: >># $Log: getfctl.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:11 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:37 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/getvers/getvers.m b/xts5/tset/XIproto/getvers/getvers.m index 7ece9a21..dfa431c3 100644 --- a/xts5/tset/XIproto/getvers/getvers.m +++ b/xts5/tset/XIproto/getvers/getvers.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/getvers/getvers.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/getvers/getvers.m,v 1.2 2005-11-03 08:42:11 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/gtextnsnvr/gtextnsnvr.m +>># File: xts5/tset/XIproto/gtextnsnvr/gtextnsnvr.m >># >># Description: >># Tests for GetExtensionVersion >># >># Modifications: >># $Log: getvers.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:11 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:37 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/grbdev/grbdev.m b/xts5/tset/XIproto/grbdev/grbdev.m index 5b2d2dd0..92e88e01 100644 --- a/xts5/tset/XIproto/grbdev/grbdev.m +++ b/xts5/tset/XIproto/grbdev/grbdev.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/grbdev/grbdev.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/grbdev/grbdev.m,v 1.2 2005-11-03 08:42:11 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/grbdvc/grbdvc.m +>># File: xts5/tset/XIproto/grbdvc/grbdvc.m >># >># Description: >># Tests for GrabDevice >># >># Modifications: >># $Log: grbdev.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:11 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:38 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/grbdvbtn/grbdvbtn.m b/xts5/tset/XIproto/grbdvbtn/grbdvbtn.m index e7f39f20..1eaf29e9 100644 --- a/xts5/tset/XIproto/grbdvbtn/grbdvbtn.m +++ b/xts5/tset/XIproto/grbdvbtn/grbdvbtn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/grbdvbtn/grbdvbtn.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/grbdvbtn/grbdvbtn.m,v 1.2 2005-11-03 08:42:12 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/grbdvcbttn/grbdvcbttn.m +>># File: xts5/tset/XIproto/grbdvcbttn/grbdvcbttn.m >># >># Description: >># Tests for GrabDeviceButton >># >># Modifications: >># $Log: grbdvbtn.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:12 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:38 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/grbdvky/grbdvky.m b/xts5/tset/XIproto/grbdvky/grbdvky.m index 0eb88d70..6475706a 100644 --- a/xts5/tset/XIproto/grbdvky/grbdvky.m +++ b/xts5/tset/XIproto/grbdvky/grbdvky.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/grbdvky/grbdvky.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/grbdvky/grbdvky.m,v 1.2 2005-11-03 08:42:12 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/grbdvcky/grbdvcky.m +>># File: xts5/tset/XIproto/grbdvcky/grbdvcky.m >># >># Description: >># Tests for GrabDeviceKey >># >># Modifications: >># $Log: grbdvky.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:12 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:39 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/gtbtnmppn/gtbtnmppn.m b/xts5/tset/XIproto/gtbtnmppn/gtbtnmppn.m index 8370bdb1..721ceebf 100644 --- a/xts5/tset/XIproto/gtbtnmppn/gtbtnmppn.m +++ b/xts5/tset/XIproto/gtbtnmppn/gtbtnmppn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/gtbtnmppn/gtbtnmppn.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/gtbtnmppn/gtbtnmppn.m,v 1.2 2005-11-03 08:42:12 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/gtdvcbttnm/gtdvcbttnm.m +>># File: xts5/tset/XIproto/gtdvcbttnm/gtdvcbttnm.m >># >># Description: >># Tests for GetDeviceButtonMapping >># >># Modifications: >># $Log: gtbtnmppn.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:12 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:39 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/gtdvctl/gtdvctl.m b/xts5/tset/XIproto/gtdvctl/gtdvctl.m index 0b1852b9..3072f930 100644 --- a/xts5/tset/XIproto/gtdvctl/gtdvctl.m +++ b/xts5/tset/XIproto/gtdvctl/gtdvctl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/gtdvctl/gtdvctl.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/gtdvctl/gtdvctl.m,v 1.2 2005-11-03 08:42:12 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/gtdvccntrl/gtdvccntrl.m +>># File: xts5/tset/XIproto/gtdvccntrl/gtdvccntrl.m >># >># Description: >># Tests for GetDeviceControl >># >># Modifications: >># $Log: gtdvctl.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:12 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:40 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/gtdvfcs/gtdvfcs.m b/xts5/tset/XIproto/gtdvfcs/gtdvfcs.m index ea5a83df..4e0b2e59 100644 --- a/xts5/tset/XIproto/gtdvfcs/gtdvfcs.m +++ b/xts5/tset/XIproto/gtdvfcs/gtdvfcs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/gtdvfcs/gtdvfcs.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/gtdvfcs/gtdvfcs.m,v 1.2 2005-11-03 08:42:12 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/gtdvcfcs/gtdvcfcs.m +>># File: xts5/tset/XIproto/gtdvcfcs/gtdvcfcs.m >># >># Description: >># Tests for GetDeviceFocus >># >># Modifications: >># $Log: gtdvfcs.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:12 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:40 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/gtdvmtnev/gtdvmtnev.m b/xts5/tset/XIproto/gtdvmtnev/gtdvmtnev.m index d47c9a41..57b018d0 100644 --- a/xts5/tset/XIproto/gtdvmtnev/gtdvmtnev.m +++ b/xts5/tset/XIproto/gtdvmtnev/gtdvmtnev.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/gtdvmtnev/gtdvmtnev.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/gtdvmtnev/gtdvmtnev.m,v 1.2 2005-11-03 08:42:12 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/gtdvcmtnev/gtdvcmtnev.m +>># File: xts5/tset/XIproto/gtdvcmtnev/gtdvcmtnev.m >># >># Description: >># Tests for GetDeviceMotionEvents >># >># Modifications: >># $Log: gtdvmtnev.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:12 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:41 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/gtdvprop/gtdvprop.m b/xts5/tset/XIproto/gtdvprop/gtdvprop.m index 2f58d732..6e78dfbd 100644 --- a/xts5/tset/XIproto/gtdvprop/gtdvprop.m +++ b/xts5/tset/XIproto/gtdvprop/gtdvprop.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/gtdvprop/gtdvprop.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/gtdvprop/gtdvprop.m,v 1.2 2005-11-03 08:42:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/gtdvcdntpr/gtdvcdntpr.m +>># File: xts5/tset/XIproto/gtdvcdntpr/gtdvcdntpr.m >># >># Description: >># Tests for GetDeviceDontPropagateList >># >># Modifications: >># $Log: gtdvprop.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:41 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/gtkeymppn/gtkeymppn.m b/xts5/tset/XIproto/gtkeymppn/gtkeymppn.m index 26882c38..e8da6476 100644 --- a/xts5/tset/XIproto/gtkeymppn/gtkeymppn.m +++ b/xts5/tset/XIproto/gtkeymppn/gtkeymppn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/gtkeymppn/gtkeymppn.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/gtkeymppn/gtkeymppn.m,v 1.2 2005-11-03 08:42:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/gtdvckympp/gtdvckympp.m +>># File: xts5/tset/XIproto/gtdvckympp/gtdvckympp.m >># >># Description: >># Tests for GetDeviceKeyMapping >># >># Modifications: >># $Log: gtkeymppn.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:42 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/gtslctexev/gtslctexev.m b/xts5/tset/XIproto/gtslctexev/gtslctexev.m index b9cd32a5..849c7f38 100644 --- a/xts5/tset/XIproto/gtslctexev/gtslctexev.m +++ b/xts5/tset/XIproto/gtslctexev/gtslctexev.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/gtslctexev/gtslctexev.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/gtslctexev/gtslctexev.m,v 1.2 2005-11-03 08:42:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/gtslctdext/gtslctdext.m +>># File: xts5/tset/XIproto/gtslctdext/gtslctdext.m >># >># Description: >># Tests for GetSelectedExtensionEvents >># >># Modifications: >># $Log: gtslctexev.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:43 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/listdev/listdev.m b/xts5/tset/XIproto/listdev/listdev.m index 023ae973..92732a69 100644 --- a/xts5/tset/XIproto/listdev/listdev.m +++ b/xts5/tset/XIproto/listdev/listdev.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/listdev/listdev.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/listdev/listdev.m,v 1.2 2005-11-03 08:42:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/lstinptdvc/lstinptdvc.m +>># File: xts5/tset/XIproto/lstinptdvc/lstinptdvc.m >># >># Description: >># Tests for ListInputDevices >># >># Modifications: >># $Log: listdev.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:43 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/misc/misc.m b/xts5/tset/XIproto/misc/misc.m index eae40c09..3f836624 100644 --- a/xts5/tset/XIproto/misc/misc.m +++ b/xts5/tset/XIproto/misc/misc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/misc/misc.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/misc/misc.m,v 1.2 2005-11-03 08:42:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/misc/misc.m +>># File: xts5/tset/XIproto/misc/misc.m >># >># Description: >># Tests for Miscellaneous >># >># Modifications: >># $Log: misc.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:44 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/opendev/opendev.m b/xts5/tset/XIproto/opendev/opendev.m index 3bf2b590..09d7809a 100644 --- a/xts5/tset/XIproto/opendev/opendev.m +++ b/xts5/tset/XIproto/opendev/opendev.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/opendev/opendev.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/opendev/opendev.m,v 1.2 2005-11-03 08:42:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/opndvc/opndvc.m +>># File: xts5/tset/XIproto/opndvc/opndvc.m >># >># Description: >># Tests for OpenDevice >># >># Modifications: >># $Log: opendev.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:44 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/qrydvstat/qrydvstat.m b/xts5/tset/XIproto/qrydvstat/qrydvstat.m index e439a04a..668f8579 100644 --- a/xts5/tset/XIproto/qrydvstat/qrydvstat.m +++ b/xts5/tset/XIproto/qrydvstat/qrydvstat.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/qrydvstat/qrydvstat.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/qrydvstat/qrydvstat.m,v 1.2 2005-11-03 08:42:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/qrydvcstt/qrydvcstt.m +>># File: xts5/tset/XIproto/qrydvcstt/qrydvcstt.m >># >># Description: >># Tests for QueryDeviceState >># >># Modifications: >># $Log: qrydvstat.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:45 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/setdval/setdval.m b/xts5/tset/XIproto/setdval/setdval.m index 38ed54ac..458055f3 100644 --- a/xts5/tset/XIproto/setdval/setdval.m +++ b/xts5/tset/XIproto/setdval/setdval.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/setdval/setdval.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/setdval/setdval.m,v 1.2 2005-11-03 08:42:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/stdvcvltrs/stdvcvltrs.m +>># File: xts5/tset/XIproto/stdvcvltrs/stdvcvltrs.m >># >># Description: >># Tests for SetDeviceValuators >># >># Modifications: >># $Log: setdval.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:14 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:45 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/setdvbmap/setdvbmap.m b/xts5/tset/XIproto/setdvbmap/setdvbmap.m index 5bf9d110..843d8cbd 100644 --- a/xts5/tset/XIproto/setdvbmap/setdvbmap.m +++ b/xts5/tset/XIproto/setdvbmap/setdvbmap.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/setdvbmap/setdvbmap.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/setdvbmap/setdvbmap.m,v 1.2 2005-11-03 08:42:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/stdvcbttnm/stdvcbttnm.m +>># File: xts5/tset/XIproto/stdvcbttnm/stdvcbttnm.m >># >># Description: >># Tests for SetDeviceButtonMapping >># >># Modifications: >># $Log: setdvbmap.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:14 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:46 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/setdvfcs/setdvfcs.m b/xts5/tset/XIproto/setdvfcs/setdvfcs.m index f270a895..0ee852cc 100644 --- a/xts5/tset/XIproto/setdvfcs/setdvfcs.m +++ b/xts5/tset/XIproto/setdvfcs/setdvfcs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/setdvfcs/setdvfcs.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/setdvfcs/setdvfcs.m,v 1.2 2005-11-03 08:42:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/stdvcfcs/stdvcfcs.m +>># File: xts5/tset/XIproto/stdvcfcs/stdvcfcs.m >># >># Description: >># Tests for SetDeviceFocus >># >># Modifications: >># $Log: setdvfcs.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:14 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:46 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/setdvmmap/setdvmmap.m b/xts5/tset/XIproto/setdvmmap/setdvmmap.m index 74c86185..77811398 100644 --- a/xts5/tset/XIproto/setdvmmap/setdvmmap.m +++ b/xts5/tset/XIproto/setdvmmap/setdvmmap.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/setdvmmap/setdvmmap.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/setdvmmap/setdvmmap.m,v 1.2 2005-11-03 08:42:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/stdvcmdfrm/stdvcmdfrm.m +>># File: xts5/tset/XIproto/stdvcmdfrm/stdvcmdfrm.m >># >># Description: >># Tests for SetDeviceModifierMapping >># >># Modifications: >># $Log: setdvmmap.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:14 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:47 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/setdvmode/setdvmode.m b/xts5/tset/XIproto/setdvmode/setdvmode.m index 0ee499b8..6e143980 100644 --- a/xts5/tset/XIproto/setdvmode/setdvmode.m +++ b/xts5/tset/XIproto/setdvmode/setdvmode.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/setdvmode/setdvmode.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/setdvmode/setdvmode.m,v 1.2 2005-11-03 08:42:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/stdvcmd/stdvcmd.m +>># File: xts5/tset/XIproto/stdvcmd/stdvcmd.m >># >># Description: >># Tests for SetDeviceMode >># >># Modifications: >># $Log: setdvmode.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:14 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:48 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/slctexevnt/slctexevnt.m b/xts5/tset/XIproto/slctexevnt/slctexevnt.m index cca8e889..3f15aa63 100644 --- a/xts5/tset/XIproto/slctexevnt/slctexevnt.m +++ b/xts5/tset/XIproto/slctexevnt/slctexevnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/slctexevnt/slctexevnt.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/slctexevnt/slctexevnt.m,v 1.2 2005-11-03 08:42:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/slctextnsn/slctextnsn.m +>># File: xts5/tset/XIproto/slctextnsn/slctextnsn.m >># >># Description: >># Tests for SelectExtensionEvent >># >># Modifications: >># $Log: slctexevnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:14 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:48 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/sndextevnt/sndextevnt.m b/xts5/tset/XIproto/sndextevnt/sndextevnt.m index 0ad3b0e7..a06c1a40 100644 --- a/xts5/tset/XIproto/sndextevnt/sndextevnt.m +++ b/xts5/tset/XIproto/sndextevnt/sndextevnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/sndextevnt/sndextevnt.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/sndextevnt/sndextevnt.m,v 1.2 2005-11-03 08:42:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/sndextnsne/sndextnsne.m +>># File: xts5/tset/XIproto/sndextnsne/sndextnsne.m >># >># Description: >># Tests for SendExtensionEvent >># >># Modifications: >># $Log: sndextevnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:14 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:49 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/ungrbdev/ungrbdev.m b/xts5/tset/XIproto/ungrbdev/ungrbdev.m index 4be1dfa8..7e500c68 100644 --- a/xts5/tset/XIproto/ungrbdev/ungrbdev.m +++ b/xts5/tset/XIproto/ungrbdev/ungrbdev.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/ungrbdev/ungrbdev.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/ungrbdev/ungrbdev.m,v 1.2 2005-11-03 08:42:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/ungrbdvc/ungrbdvc.m +>># File: xts5/tset/XIproto/ungrbdvc/ungrbdvc.m >># >># Description: >># Tests for UngrabDevice >># >># Modifications: >># $Log: ungrbdev.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:14 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:49 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/ungrbdvbtn/ungrbdvbtn.m b/xts5/tset/XIproto/ungrbdvbtn/ungrbdvbtn.m index 897a7d0d..b8f20ba1 100644 --- a/xts5/tset/XIproto/ungrbdvbtn/ungrbdvbtn.m +++ b/xts5/tset/XIproto/ungrbdvbtn/ungrbdvbtn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/ungrbdvbtn/ungrbdvbtn.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/ungrbdvbtn/ungrbdvbtn.m,v 1.2 2005-11-03 08:42:15 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/ungrbdvcbt/ungrbdvcbt.m +>># File: xts5/tset/XIproto/ungrbdvcbt/ungrbdvcbt.m >># >># Description: >># Tests for UngrabDeviceButton >># >># Modifications: >># $Log: ungrbdvbtn.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:15 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:50 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/XIproto/ungrbdvky/ungrbdvky.m b/xts5/tset/XIproto/ungrbdvky/ungrbdvky.m index 4c476176..092d7370 100644 --- a/xts5/tset/XIproto/ungrbdvky/ungrbdvky.m +++ b/xts5/tset/XIproto/ungrbdvky/ungrbdvky.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/XIproto/ungrbdvky/ungrbdvky.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/XIproto/ungrbdvky/ungrbdvky.m,v 1.2 2005-11-03 08:42:15 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/XIproto/ungrbdvcky/ungrbdvcky.m +>># File: xts5/tset/XIproto/ungrbdvcky/ungrbdvcky.m >># >># Description: >># Tests for UngrabDeviceKey >># >># Modifications: >># $Log: ungrbdvky.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:15 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:50 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/actvtscrns/actvtscrns.m b/xts5/tset/Xlib10/actvtscrns/actvtscrns.m index 601b3acf..2120b1a6 100644 --- a/xts5/tset/Xlib10/actvtscrns/actvtscrns.m +++ b/xts5/tset/Xlib10/actvtscrns/actvtscrns.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/actvtscrns/actvtscrns.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/actvtscrns/actvtscrns.m,v 1.2 2005-11-03 08:42:15 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/actvtscrns/actvtscrns.m +>># File: xts5/tset/Xlib10/actvtscrns/actvtscrns.m >># >># Description: >># Tests for XActivateScreenSaver() >># >># Modifications: >># $Log: actvtscrns.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:15 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:52 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/addhst/addhst.m b/xts5/tset/Xlib10/addhst/addhst.m index 0eb952d7..4137a8ac 100644 --- a/xts5/tset/Xlib10/addhst/addhst.m +++ b/xts5/tset/Xlib10/addhst/addhst.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/addhst/addhst.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/addhst/addhst.m,v 1.2 2005-11-03 08:42:15 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/addhst/addhst.m +>># File: xts5/tset/Xlib10/addhst/addhst.m >># >># Description: >># Tests for XAddHost() >># >># Modifications: >># $Log: addhst.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:15 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:53 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/addhsts/addhsts.m b/xts5/tset/Xlib10/addhsts/addhsts.m index 24389d2c..5eb7be50 100644 --- a/xts5/tset/Xlib10/addhsts/addhsts.m +++ b/xts5/tset/Xlib10/addhsts/addhsts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/addhsts/addhsts.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/addhsts/addhsts.m,v 1.2 2005-11-03 08:42:15 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/addhsts/addhsts.m +>># File: xts5/tset/Xlib10/addhsts/addhsts.m >># >># Description: >># Tests for XAddHosts() >># >># Modifications: >># $Log: addhsts.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:15 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:53 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/addtsvst/addtsvst.m b/xts5/tset/Xlib10/addtsvst/addtsvst.m index 4219b695..6d403218 100644 --- a/xts5/tset/Xlib10/addtsvst/addtsvst.m +++ b/xts5/tset/Xlib10/addtsvst/addtsvst.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/addtsvst/addtsvst.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/addtsvst/addtsvst.m,v 1.2 2005-11-03 08:42:16 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/addtsvst/addtsvst.m +>># File: xts5/tset/Xlib10/addtsvst/addtsvst.m >># >># Description: >># Tests for XAddToSaveSet() >># >># Modifications: >># $Log: addtsvst.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:16 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:54 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/chngsvst/chngsvst.m b/xts5/tset/Xlib10/chngsvst/chngsvst.m index 066754e5..e007676e 100644 --- a/xts5/tset/Xlib10/chngsvst/chngsvst.m +++ b/xts5/tset/Xlib10/chngsvst/chngsvst.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/chngsvst/chngsvst.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/chngsvst/chngsvst.m,v 1.2 2005-11-03 08:42:16 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/chngsvst/chngsvst.m +>># File: xts5/tset/Xlib10/chngsvst/chngsvst.m >># >># Description: >># Tests for XChangeSaveSet() >># >># Modifications: >># $Log: chngsvst.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:16 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:55 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/dsblaccssc/dsblaccssc.m b/xts5/tset/Xlib10/dsblaccssc/dsblaccssc.m index 004a511a..8ee0822f 100644 --- a/xts5/tset/Xlib10/dsblaccssc/dsblaccssc.m +++ b/xts5/tset/Xlib10/dsblaccssc/dsblaccssc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/dsblaccssc/dsblaccssc.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/dsblaccssc/dsblaccssc.m,v 1.2 2005-11-03 08:42:16 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/dsblaccssc/dsblaccssc.m +>># File: xts5/tset/Xlib10/dsblaccssc/dsblaccssc.m >># >># Description: >># Tests for XDisableAccessControl() >># >># Modifications: >># $Log: dsblaccssc.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:16 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:55 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/enblaccssc/enblaccssc.m b/xts5/tset/Xlib10/enblaccssc/enblaccssc.m index 7b4fefb4..134edb4e 100644 --- a/xts5/tset/Xlib10/enblaccssc/enblaccssc.m +++ b/xts5/tset/Xlib10/enblaccssc/enblaccssc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/enblaccssc/enblaccssc.m,v 1.1 2005-02-12 14:37:17 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/enblaccssc/enblaccssc.m,v 1.2 2005-11-03 08:42:16 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/enblaccssc/enblaccssc.m +>># File: xts5/tset/Xlib10/enblaccssc/enblaccssc.m >># >># Description: >># Tests for XEnableAccessControl() >># >># Modifications: >># $Log: enblaccssc.m,v $ ->># Revision 1.1 2005-02-12 14:37:17 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:16 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:56 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/frcscrnsvr/frcscrnsvr.m b/xts5/tset/Xlib10/frcscrnsvr/frcscrnsvr.m index c3006689..e28d3a35 100644 --- a/xts5/tset/Xlib10/frcscrnsvr/frcscrnsvr.m +++ b/xts5/tset/Xlib10/frcscrnsvr/frcscrnsvr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/frcscrnsvr/frcscrnsvr.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/frcscrnsvr/frcscrnsvr.m,v 1.2 2005-11-03 08:42:17 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/frcscrnsvr/frcscrnsvr.m +>># File: xts5/tset/Xlib10/frcscrnsvr/frcscrnsvr.m >># >># Description: >># Tests for XForceScreenSaver() >># >># Modifications: >># $Log: frcscrnsvr.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:17 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:56 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/grbsrvr/grbsrvr.m b/xts5/tset/Xlib10/grbsrvr/grbsrvr.m index d996d1ca..d0cc553d 100644 --- a/xts5/tset/Xlib10/grbsrvr/grbsrvr.m +++ b/xts5/tset/Xlib10/grbsrvr/grbsrvr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/grbsrvr/grbsrvr.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/grbsrvr/grbsrvr.m,v 1.2 2005-11-03 08:42:17 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/grbsrvr/grbsrvr.m +>># File: xts5/tset/Xlib10/grbsrvr/grbsrvr.m >># >># Description: >># Tests for XGrabServer() >># >># Modifications: >># $Log: grbsrvr.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:17 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:57 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/gtscrnsvr/gtscrnsvr.m b/xts5/tset/Xlib10/gtscrnsvr/gtscrnsvr.m index 6f06edda..990c9600 100644 --- a/xts5/tset/Xlib10/gtscrnsvr/gtscrnsvr.m +++ b/xts5/tset/Xlib10/gtscrnsvr/gtscrnsvr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/gtscrnsvr/gtscrnsvr.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/gtscrnsvr/gtscrnsvr.m,v 1.2 2005-11-03 08:42:17 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/gtscrnsvr/gtscrnsvr.m +>># File: xts5/tset/Xlib10/gtscrnsvr/gtscrnsvr.m >># >># Description: >># Tests for XGetScreenSaver() >># >># Modifications: >># $Log: gtscrnsvr.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:17 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:58 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/instllclrm/instllclrm.m b/xts5/tset/Xlib10/instllclrm/instllclrm.m index 5a18595b..5bc7f696 100644 --- a/xts5/tset/Xlib10/instllclrm/instllclrm.m +++ b/xts5/tset/Xlib10/instllclrm/instllclrm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/instllclrm/instllclrm.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/instllclrm/instllclrm.m,v 1.2 2005-11-03 08:42:17 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/instllclrm/instllclrm.m +>># File: xts5/tset/Xlib10/instllclrm/instllclrm.m >># >># Description: >># Tests for XInstallColormap() >># >># Modifications: >># $Log: instllclrm.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:17 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:58 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/kllclnt/kllclnt.m b/xts5/tset/Xlib10/kllclnt/kllclnt.m index e914035d..8affcf99 100644 --- a/xts5/tset/Xlib10/kllclnt/kllclnt.m +++ b/xts5/tset/Xlib10/kllclnt/kllclnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/kllclnt/kllclnt.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/kllclnt/kllclnt.m,v 1.2 2005-11-03 08:42:18 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/kllclnt/kllclnt.m +>># File: xts5/tset/Xlib10/kllclnt/kllclnt.m >># >># Description: >># Tests for XKillClient() >># >># Modifications: >># $Log: kllclnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:18 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:59 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/lsthsts/lsthsts.m b/xts5/tset/Xlib10/lsthsts/lsthsts.m index 1c88d7ac..d5478eb4 100644 --- a/xts5/tset/Xlib10/lsthsts/lsthsts.m +++ b/xts5/tset/Xlib10/lsthsts/lsthsts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/lsthsts/lsthsts.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/lsthsts/lsthsts.m,v 1.2 2005-11-03 08:42:18 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/lsthsts/lsthsts.m +>># File: xts5/tset/Xlib10/lsthsts/lsthsts.m >># >># Description: >># Tests for XListHosts() >># >># Modifications: >># $Log: lsthsts.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:18 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:59 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/lstinstlld/lstinstlld.m b/xts5/tset/Xlib10/lstinstlld/lstinstlld.m index 303462e9..45996602 100644 --- a/xts5/tset/Xlib10/lstinstlld/lstinstlld.m +++ b/xts5/tset/Xlib10/lstinstlld/lstinstlld.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/lstinstlld/lstinstlld.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/lstinstlld/lstinstlld.m,v 1.2 2005-11-03 08:42:18 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/lstinstlld/lstinstlld.m +>># File: xts5/tset/Xlib10/lstinstlld/lstinstlld.m >># >># Description: >># Tests for XListInstalledColormaps() >># >># Modifications: >># $Log: lstinstlld.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:18 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:00 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/rmvfrmsvst/rmvfrmsvst.m b/xts5/tset/Xlib10/rmvfrmsvst/rmvfrmsvst.m index 8491b410..5fc5aa30 100644 --- a/xts5/tset/Xlib10/rmvfrmsvst/rmvfrmsvst.m +++ b/xts5/tset/Xlib10/rmvfrmsvst/rmvfrmsvst.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/rmvfrmsvst/rmvfrmsvst.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/rmvfrmsvst/rmvfrmsvst.m,v 1.2 2005-11-03 08:42:18 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/rmvfrmsvst/rmvfrmsvst.m +>># File: xts5/tset/Xlib10/rmvfrmsvst/rmvfrmsvst.m >># >># Description: >># Tests for XRemoveFromSaveSet() >># >># Modifications: >># $Log: rmvfrmsvst.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:18 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:00 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/rmvhst/rmvhst.m b/xts5/tset/Xlib10/rmvhst/rmvhst.m index dc10e82b..895dd51a 100644 --- a/xts5/tset/Xlib10/rmvhst/rmvhst.m +++ b/xts5/tset/Xlib10/rmvhst/rmvhst.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/rmvhst/rmvhst.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/rmvhst/rmvhst.m,v 1.2 2005-11-03 08:42:18 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/rmvhst/rmvhst.m +>># File: xts5/tset/Xlib10/rmvhst/rmvhst.m >># >># Description: >># Tests for XRemoveHost() >># >># Modifications: >># $Log: rmvhst.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:18 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:01 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/rmvhsts/rmvhsts.m b/xts5/tset/Xlib10/rmvhsts/rmvhsts.m index 6ae93536..71381681 100644 --- a/xts5/tset/Xlib10/rmvhsts/rmvhsts.m +++ b/xts5/tset/Xlib10/rmvhsts/rmvhsts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/rmvhsts/rmvhsts.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/rmvhsts/rmvhsts.m,v 1.2 2005-11-03 08:42:18 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/rmvhsts/rmvhsts.m +>># File: xts5/tset/Xlib10/rmvhsts/rmvhsts.m >># >># Description: >># Tests for XRemoveHosts() >># >># Modifications: >># $Log: rmvhsts.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:18 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:01 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/rprntwdw/rprntwdw.m b/xts5/tset/Xlib10/rprntwdw/rprntwdw.m index 6173e510..d9fed57a 100644 --- a/xts5/tset/Xlib10/rprntwdw/rprntwdw.m +++ b/xts5/tset/Xlib10/rprntwdw/rprntwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/rprntwdw/rprntwdw.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/rprntwdw/rprntwdw.m,v 1.2 2005-11-03 08:42:19 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/rprntwdw/rprntwdw.m +>># File: xts5/tset/Xlib10/rprntwdw/rprntwdw.m >># >># Description: >># Tests for XReparentWindow() >># >># Modifications: >># $Log: rprntwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:19 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:02 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/rstscrnsvr/rstscrnsvr.m b/xts5/tset/Xlib10/rstscrnsvr/rstscrnsvr.m index 563cfb39..58c5aa59 100644 --- a/xts5/tset/Xlib10/rstscrnsvr/rstscrnsvr.m +++ b/xts5/tset/Xlib10/rstscrnsvr/rstscrnsvr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/rstscrnsvr/rstscrnsvr.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/rstscrnsvr/rstscrnsvr.m,v 1.2 2005-11-03 08:42:19 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/rstscrnsvr/rstscrnsvr.m +>># File: xts5/tset/Xlib10/rstscrnsvr/rstscrnsvr.m >># >># Description: >># Tests for XResetScreenSaver() >># >># Modifications: >># $Log: rstscrnsvr.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:19 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:02 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/staccsscnt/staccsscnt.m b/xts5/tset/Xlib10/staccsscnt/staccsscnt.m index 02756110..c1a771e6 100644 --- a/xts5/tset/Xlib10/staccsscnt/staccsscnt.m +++ b/xts5/tset/Xlib10/staccsscnt/staccsscnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/staccsscnt/staccsscnt.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/staccsscnt/staccsscnt.m,v 1.2 2005-11-03 08:42:19 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/staccsscnt/staccsscnt.m +>># File: xts5/tset/Xlib10/staccsscnt/staccsscnt.m >># >># Description: >># Tests for XSetAccessControl() >># >># Modifications: >># $Log: staccsscnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:19 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:15 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:03 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/stscrnsvr/stscrnsvr.m b/xts5/tset/Xlib10/stscrnsvr/stscrnsvr.m index bf0e38f8..c76750a9 100644 --- a/xts5/tset/Xlib10/stscrnsvr/stscrnsvr.m +++ b/xts5/tset/Xlib10/stscrnsvr/stscrnsvr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/stscrnsvr/stscrnsvr.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/stscrnsvr/stscrnsvr.m,v 1.2 2005-11-03 08:42:19 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/stscrnsvr/stscrnsvr.m +>># File: xts5/tset/Xlib10/stscrnsvr/stscrnsvr.m >># >># Description: >># Tests for XSetScreenSaver() >># >># Modifications: >># $Log: stscrnsvr.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:19 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:04 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/ungrbsrvr/ungrbsrvr.m b/xts5/tset/Xlib10/ungrbsrvr/ungrbsrvr.m index ab56a294..aa035bc4 100644 --- a/xts5/tset/Xlib10/ungrbsrvr/ungrbsrvr.m +++ b/xts5/tset/Xlib10/ungrbsrvr/ungrbsrvr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/ungrbsrvr/ungrbsrvr.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/ungrbsrvr/ungrbsrvr.m,v 1.2 2005-11-03 08:42:19 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/ungrbsrvr/ungrbsrvr.m +>># File: xts5/tset/Xlib10/ungrbsrvr/ungrbsrvr.m >># >># Description: >># Tests for XUngrabServer() >># >># Modifications: >># $Log: ungrbsrvr.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:19 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:05 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib10/unnstllclr/unnstllclr.m b/xts5/tset/Xlib10/unnstllclr/unnstllclr.m index 071ea868..392149cf 100644 --- a/xts5/tset/Xlib10/unnstllclr/unnstllclr.m +++ b/xts5/tset/Xlib10/unnstllclr/unnstllclr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/unnstllclr/unnstllclr.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib10/unnstllclr/unnstllclr.m,v 1.2 2005-11-03 08:42:20 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib10/unnstllclr/unnstllclr.m +>># File: xts5/tset/Xlib10/unnstllclr/unnstllclr.m >># >># Description: >># Tests for XUninstallColormap() >># >># Modifications: >># $Log: unnstllclr.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:20 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:05 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/bttnprss/bttnprss.m b/xts5/tset/Xlib11/bttnprss/bttnprss.m index 66f58665..14815a0d 100644 --- a/xts5/tset/Xlib11/bttnprss/bttnprss.m +++ b/xts5/tset/Xlib11/bttnprss/bttnprss.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/bttnprss/bttnprss.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/bttnprss/bttnprss.m,v 1.2 2005-11-03 08:42:20 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/bttnprss/bttnprss.m +>># File: xts5/tset/Xlib11/bttnprss/bttnprss.m >># >># Description: >># Tests for ButtonPress() >># >># Modifications: >># $Log: bttnprss.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:20 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:06 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/bttnrls/bttnrls.m b/xts5/tset/Xlib11/bttnrls/bttnrls.m index ed7134b7..1dc8f78d 100644 --- a/xts5/tset/Xlib11/bttnrls/bttnrls.m +++ b/xts5/tset/Xlib11/bttnrls/bttnrls.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/bttnrls/bttnrls.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/bttnrls/bttnrls.m,v 1.2 2005-11-03 08:42:20 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/bttnrls/bttnrls.m +>># File: xts5/tset/Xlib11/bttnrls/bttnrls.m >># >># Description: >># Tests for ButtonRelease() >># >># Modifications: >># $Log: bttnrls.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:20 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:06 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/clntmssg/clntmssg.m b/xts5/tset/Xlib11/clntmssg/clntmssg.m index bf5a0340..13f3f533 100644 --- a/xts5/tset/Xlib11/clntmssg/clntmssg.m +++ b/xts5/tset/Xlib11/clntmssg/clntmssg.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/clntmssg/clntmssg.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/clntmssg/clntmssg.m,v 1.2 2005-11-03 08:42:20 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/clntmssg/clntmssg.m +>># File: xts5/tset/Xlib11/clntmssg/clntmssg.m >># >># Description: >># Tests for ClientMessage() >># >># Modifications: >># $Log: clntmssg.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:20 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:07 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/clrmpntfy/clrmpntfy.m b/xts5/tset/Xlib11/clrmpntfy/clrmpntfy.m index 2d01b095..2ec59497 100644 --- a/xts5/tset/Xlib11/clrmpntfy/clrmpntfy.m +++ b/xts5/tset/Xlib11/clrmpntfy/clrmpntfy.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/clrmpntfy/clrmpntfy.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/clrmpntfy/clrmpntfy.m,v 1.2 2005-11-03 08:42:20 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/clrmpntfy/clrmpntfy.m +>># File: xts5/tset/Xlib11/clrmpntfy/clrmpntfy.m >># >># Description: >># Tests for ColormapNotify() >># >># Modifications: >># $Log: clrmpntfy.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:20 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:07 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/cnfgrntfy/cnfgrntfy.m b/xts5/tset/Xlib11/cnfgrntfy/cnfgrntfy.m index ae32ebbd..fce7933a 100644 --- a/xts5/tset/Xlib11/cnfgrntfy/cnfgrntfy.m +++ b/xts5/tset/Xlib11/cnfgrntfy/cnfgrntfy.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/cnfgrntfy/cnfgrntfy.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/cnfgrntfy/cnfgrntfy.m,v 1.2 2005-11-03 08:42:20 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/cnfgrntfy/cnfgrntfy.m +>># File: xts5/tset/Xlib11/cnfgrntfy/cnfgrntfy.m >># >># Description: >># Tests for ConfigureNotify() >># >># Modifications: >># $Log: cnfgrntfy.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:20 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:08 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/cnfgrrqst/cnfgrrqst.m b/xts5/tset/Xlib11/cnfgrrqst/cnfgrrqst.m index ef709320..bc0ce6fd 100644 --- a/xts5/tset/Xlib11/cnfgrrqst/cnfgrrqst.m +++ b/xts5/tset/Xlib11/cnfgrrqst/cnfgrrqst.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/cnfgrrqst/cnfgrrqst.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/cnfgrrqst/cnfgrrqst.m,v 1.2 2005-11-03 08:42:20 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/cnfgrrqst/cnfgrrqst.m +>># File: xts5/tset/Xlib11/cnfgrrqst/cnfgrrqst.m >># >># Description: >># Tests for ConfigureRequest() >># >># Modifications: >># $Log: cnfgrrqst.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:20 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:09 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/crcltntfy/crcltntfy.m b/xts5/tset/Xlib11/crcltntfy/crcltntfy.m index f8571e3b..b260d51f 100644 --- a/xts5/tset/Xlib11/crcltntfy/crcltntfy.m +++ b/xts5/tset/Xlib11/crcltntfy/crcltntfy.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/crcltntfy/crcltntfy.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/crcltntfy/crcltntfy.m,v 1.2 2005-11-03 08:42:21 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/crcltntfy/crcltntfy.m +>># File: xts5/tset/Xlib11/crcltntfy/crcltntfy.m >># >># Description: >># Tests for CirculateNotify() >># >># Modifications: >># $Log: crcltntfy.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:21 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:09 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/crcltrqst/crcltrqst.m b/xts5/tset/Xlib11/crcltrqst/crcltrqst.m index 294aa3a9..3a7debf9 100644 --- a/xts5/tset/Xlib11/crcltrqst/crcltrqst.m +++ b/xts5/tset/Xlib11/crcltrqst/crcltrqst.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/crcltrqst/crcltrqst.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/crcltrqst/crcltrqst.m,v 1.2 2005-11-03 08:42:21 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/crcltrqst/crcltrqst.m +>># File: xts5/tset/Xlib11/crcltrqst/crcltrqst.m >># >># Description: >># Tests for CirculateRequest() >># >># Modifications: >># $Log: crcltrqst.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:21 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:10 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/crtntfy/crtntfy.m b/xts5/tset/Xlib11/crtntfy/crtntfy.m index 1c314a32..61a64d3f 100644 --- a/xts5/tset/Xlib11/crtntfy/crtntfy.m +++ b/xts5/tset/Xlib11/crtntfy/crtntfy.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/crtntfy/crtntfy.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/crtntfy/crtntfy.m,v 1.2 2005-11-03 08:42:21 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/crtntfy/crtntfy.m +>># File: xts5/tset/Xlib11/crtntfy/crtntfy.m >># >># Description: >># Tests for CreateNotify() >># >># Modifications: >># $Log: crtntfy.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:21 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:10 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/dstryntfy/dstryntfy.m b/xts5/tset/Xlib11/dstryntfy/dstryntfy.m index 5eeb23c5..1b3ff0e9 100644 --- a/xts5/tset/Xlib11/dstryntfy/dstryntfy.m +++ b/xts5/tset/Xlib11/dstryntfy/dstryntfy.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/dstryntfy/dstryntfy.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/dstryntfy/dstryntfy.m,v 1.2 2005-11-03 08:42:26 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/dstryntfy/dstryntfy.m +>># File: xts5/tset/Xlib11/dstryntfy/dstryntfy.m >># >># Description: >># Tests for DestroyNotify() >># >># Modifications: >># $Log: dstryntfy.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:26 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:11 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/entrntfy/entrntfy.m b/xts5/tset/Xlib11/entrntfy/entrntfy.m index 8259d663..5be07114 100644 --- a/xts5/tset/Xlib11/entrntfy/entrntfy.m +++ b/xts5/tset/Xlib11/entrntfy/entrntfy.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/entrntfy/entrntfy.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/entrntfy/entrntfy.m,v 1.2 2005-11-03 08:42:27 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/entrntfy/entrntfy.m +>># File: xts5/tset/Xlib11/entrntfy/entrntfy.m >># >># Description: >># Tests for EnterNotify() >># >># Modifications: >># $Log: entrntfy.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:27 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:12 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/exps/exps.m b/xts5/tset/Xlib11/exps/exps.m index c2c3174a..01942172 100644 --- a/xts5/tset/Xlib11/exps/exps.m +++ b/xts5/tset/Xlib11/exps/exps.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/exps/exps.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/exps/exps.m,v 1.2 2005-11-03 08:42:27 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/exps/exps.m +>># File: xts5/tset/Xlib11/exps/exps.m >># >># Description: >># Tests for Expose() >># >># Modifications: >># $Log: exps.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:27 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:12 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/fcsin/fcsin.m b/xts5/tset/Xlib11/fcsin/fcsin.m index ecee1460..0fe556a4 100644 --- a/xts5/tset/Xlib11/fcsin/fcsin.m +++ b/xts5/tset/Xlib11/fcsin/fcsin.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/fcsin/fcsin.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/fcsin/fcsin.m,v 1.2 2005-11-03 08:42:28 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/fcsin/fcsin.m +>># File: xts5/tset/Xlib11/fcsin/fcsin.m >># >># Description: >># Tests for FocusIn() >># >># Modifications: >># $Log: fcsin.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:28 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:13 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/fcsot/fcsot.m b/xts5/tset/Xlib11/fcsot/fcsot.m index 381199c9..f44e7b7f 100644 --- a/xts5/tset/Xlib11/fcsot/fcsot.m +++ b/xts5/tset/Xlib11/fcsot/fcsot.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/fcsot/fcsot.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/fcsot/fcsot.m,v 1.2 2005-11-03 08:42:28 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/fcsot/fcsot.m +>># File: xts5/tset/Xlib11/fcsot/fcsot.m >># >># Description: >># Tests for FocusOut() >># >># Modifications: >># $Log: fcsot.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:28 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:14 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/grphcsexps/grphcsexps.m b/xts5/tset/Xlib11/grphcsexps/grphcsexps.m index 08d0843a..03e36965 100644 --- a/xts5/tset/Xlib11/grphcsexps/grphcsexps.m +++ b/xts5/tset/Xlib11/grphcsexps/grphcsexps.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/grphcsexps/grphcsexps.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/grphcsexps/grphcsexps.m,v 1.2 2005-11-03 08:42:28 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/grphcsexps/grphcsexps.m +>># File: xts5/tset/Xlib11/grphcsexps/grphcsexps.m >># >># Description: >># Tests for GraphicsExpose() >># >># Modifications: >># $Log: grphcsexps.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:28 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:16 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:14 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/grvtyntfy/grvtyntfy.m b/xts5/tset/Xlib11/grvtyntfy/grvtyntfy.m index 96d06b72..ace1cfd4 100644 --- a/xts5/tset/Xlib11/grvtyntfy/grvtyntfy.m +++ b/xts5/tset/Xlib11/grvtyntfy/grvtyntfy.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/grvtyntfy/grvtyntfy.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/grvtyntfy/grvtyntfy.m,v 1.2 2005-11-03 08:42:28 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/grvtyntfy/grvtyntfy.m +>># File: xts5/tset/Xlib11/grvtyntfy/grvtyntfy.m >># >># Description: >># Tests for GravityNotify() >># >># Modifications: >># $Log: grvtyntfy.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:28 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:17 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:15 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/kympntfy/kympntfy.m b/xts5/tset/Xlib11/kympntfy/kympntfy.m index 8285b45e..9c7a9fe6 100644 --- a/xts5/tset/Xlib11/kympntfy/kympntfy.m +++ b/xts5/tset/Xlib11/kympntfy/kympntfy.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/kympntfy/kympntfy.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/kympntfy/kympntfy.m,v 1.2 2005-11-03 08:42:28 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/kympntfy/kympntfy.m +>># File: xts5/tset/Xlib11/kympntfy/kympntfy.m >># >># Description: >># Tests for KeymapNotify() >># >># Modifications: >># $Log: kympntfy.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:28 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:17 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:16 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/kyprss/kyprss.m b/xts5/tset/Xlib11/kyprss/kyprss.m index 1b9f8426..fcecd414 100644 --- a/xts5/tset/Xlib11/kyprss/kyprss.m +++ b/xts5/tset/Xlib11/kyprss/kyprss.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/kyprss/kyprss.m,v 1.1 2005-02-12 14:37:18 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/kyprss/kyprss.m,v 1.2 2005-11-03 08:42:29 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/kyprss/kyprss.m +>># File: xts5/tset/Xlib11/kyprss/kyprss.m >># >># Description: >># Tests for KeyPress() >># >># Modifications: >># $Log: kyprss.m,v $ ->># Revision 1.1 2005-02-12 14:37:18 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:29 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:17 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:16 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/kyrls/kyrls.m b/xts5/tset/Xlib11/kyrls/kyrls.m index f016ce29..9bdc468b 100644 --- a/xts5/tset/Xlib11/kyrls/kyrls.m +++ b/xts5/tset/Xlib11/kyrls/kyrls.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/kyrls/kyrls.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/kyrls/kyrls.m,v 1.2 2005-11-03 08:42:29 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/kyrls/kyrls.m +>># File: xts5/tset/Xlib11/kyrls/kyrls.m >># >># Description: >># Tests for KeyRelease() >># >># Modifications: >># $Log: kyrls.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:29 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:17 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:17 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/lvntfy/lvntfy.m b/xts5/tset/Xlib11/lvntfy/lvntfy.m index 108001c2..d7a4198c 100644 --- a/xts5/tset/Xlib11/lvntfy/lvntfy.m +++ b/xts5/tset/Xlib11/lvntfy/lvntfy.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/lvntfy/lvntfy.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/lvntfy/lvntfy.m,v 1.2 2005-11-03 08:42:29 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/lvntfy/lvntfy.m +>># File: xts5/tset/Xlib11/lvntfy/lvntfy.m >># >># Description: >># Tests for LeaveNotify() >># >># Modifications: >># $Log: lvntfy.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:29 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:17 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:18 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/mpntfy/mpntfy.m b/xts5/tset/Xlib11/mpntfy/mpntfy.m index 54d2abb7..34d90be0 100644 --- a/xts5/tset/Xlib11/mpntfy/mpntfy.m +++ b/xts5/tset/Xlib11/mpntfy/mpntfy.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/mpntfy/mpntfy.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/mpntfy/mpntfy.m,v 1.2 2005-11-03 08:42:29 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/mpntfy/mpntfy.m +>># File: xts5/tset/Xlib11/mpntfy/mpntfy.m >># >># Description: >># Tests for MapNotify() >># >># Modifications: >># $Log: mpntfy.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:29 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:17 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:18 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/mppngntfy/mppngntfy.m b/xts5/tset/Xlib11/mppngntfy/mppngntfy.m index 3ce055ec..f002dceb 100644 --- a/xts5/tset/Xlib11/mppngntfy/mppngntfy.m +++ b/xts5/tset/Xlib11/mppngntfy/mppngntfy.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/mppngntfy/mppngntfy.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/mppngntfy/mppngntfy.m,v 1.2 2005-11-03 08:42:29 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/mppngntfy/mppngntfy.m +>># File: xts5/tset/Xlib11/mppngntfy/mppngntfy.m >># >># Description: >># Tests for MappingNotify() >># >># Modifications: >># $Log: mppngntfy.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:29 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:19 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/mprqst/mprqst.m b/xts5/tset/Xlib11/mprqst/mprqst.m index db906e0e..ae184a28 100644 --- a/xts5/tset/Xlib11/mprqst/mprqst.m +++ b/xts5/tset/Xlib11/mprqst/mprqst.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/mprqst/mprqst.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/mprqst/mprqst.m,v 1.2 2005-11-03 08:42:30 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/mprqst/mprqst.m +>># File: xts5/tset/Xlib11/mprqst/mprqst.m >># >># Description: >># Tests for MapRequest() >># >># Modifications: >># $Log: mprqst.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:30 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:19 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/mtnntfy/mtnntfy.m b/xts5/tset/Xlib11/mtnntfy/mtnntfy.m index 03130eff..75147496 100644 --- a/xts5/tset/Xlib11/mtnntfy/mtnntfy.m +++ b/xts5/tset/Xlib11/mtnntfy/mtnntfy.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/mtnntfy/mtnntfy.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/mtnntfy/mtnntfy.m,v 1.2 2005-11-03 08:42:30 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/mtnntfy/mtnntfy.m +>># File: xts5/tset/Xlib11/mtnntfy/mtnntfy.m >># >># Description: >># Tests for MotionNotify() >># >># Modifications: >># $Log: mtnntfy.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:30 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:20 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/nexps/nexps.m b/xts5/tset/Xlib11/nexps/nexps.m index aa74216b..17989e73 100644 --- a/xts5/tset/Xlib11/nexps/nexps.m +++ b/xts5/tset/Xlib11/nexps/nexps.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/nexps/nexps.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/nexps/nexps.m,v 1.2 2005-11-03 08:42:30 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/nexps/nexps.m +>># File: xts5/tset/Xlib11/nexps/nexps.m >># >># Description: >># Tests for NoExpose() >># >># Modifications: >># $Log: nexps.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:30 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:21 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/prprtyntfy/prprtyntfy.m b/xts5/tset/Xlib11/prprtyntfy/prprtyntfy.m index 160e2ecf..b5c77055 100644 --- a/xts5/tset/Xlib11/prprtyntfy/prprtyntfy.m +++ b/xts5/tset/Xlib11/prprtyntfy/prprtyntfy.m @@ -17,7 +17,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/prprtyntfy/prprtyntfy.m,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/prprtyntfy/prprtyntfy.m,v 1.3 2005-11-03 08:42:30 jmichael Exp $ Copyright (c) 2001 The Open Group Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -25,14 +25,17 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/prprtyntfy/prprtyntfy.m +>># File: xts5/tset/Xlib11/prprtyntfy/prprtyntfy.m >># >># Description: >># Tests for PropertyNotify() >># >># Modifications: >># $Log: prprtyntfy.m,v $ ->># Revision 1.2 2005-04-21 09:40:42 ajosey +>># Revision 1.3 2005-11-03 08:42:30 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/21 09:40:42 ajosey >># resync to VSW5.1.5 >># >># Revision 8.2 2005/01/21 10:36:58 gwc diff --git a/xts5/tset/Xlib11/rprntntfy/rprntntfy.m b/xts5/tset/Xlib11/rprntntfy/rprntntfy.m index 8d185040..b213daee 100644 --- a/xts5/tset/Xlib11/rprntntfy/rprntntfy.m +++ b/xts5/tset/Xlib11/rprntntfy/rprntntfy.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/rprntntfy/rprntntfy.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/rprntntfy/rprntntfy.m,v 1.2 2005-11-03 08:42:30 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/rprntntfy/rprntntfy.m +>># File: xts5/tset/Xlib11/rprntntfy/rprntntfy.m >># >># Description: >># Tests for ReparentNotify() >># >># Modifications: >># $Log: rprntntfy.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:30 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:22 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/rszrqst/rszrqst.m b/xts5/tset/Xlib11/rszrqst/rszrqst.m index 8492fd19..5ee10d60 100644 --- a/xts5/tset/Xlib11/rszrqst/rszrqst.m +++ b/xts5/tset/Xlib11/rszrqst/rszrqst.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/rszrqst/rszrqst.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/rszrqst/rszrqst.m,v 1.2 2005-11-03 08:42:30 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/rszrqst/rszrqst.m +>># File: xts5/tset/Xlib11/rszrqst/rszrqst.m >># >># Description: >># Tests for ResizeRequest() >># >># Modifications: >># $Log: rszrqst.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:30 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:22 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/slctnclr/slctnclr.m b/xts5/tset/Xlib11/slctnclr/slctnclr.m index 2d3648fb..007dd53e 100644 --- a/xts5/tset/Xlib11/slctnclr/slctnclr.m +++ b/xts5/tset/Xlib11/slctnclr/slctnclr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/slctnclr/slctnclr.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/slctnclr/slctnclr.m,v 1.2 2005-11-03 08:42:30 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/slctnclr/slctnclr.m +>># File: xts5/tset/Xlib11/slctnclr/slctnclr.m >># >># Description: >># Tests for SelectionClear() >># >># Modifications: >># $Log: slctnclr.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:30 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:23 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/slctnntfy/slctnntfy.m b/xts5/tset/Xlib11/slctnntfy/slctnntfy.m index c7c87dc7..9577fcfc 100644 --- a/xts5/tset/Xlib11/slctnntfy/slctnntfy.m +++ b/xts5/tset/Xlib11/slctnntfy/slctnntfy.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/slctnntfy/slctnntfy.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/slctnntfy/slctnntfy.m,v 1.2 2005-11-03 08:42:31 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/slctnntfy/slctnntfy.m +>># File: xts5/tset/Xlib11/slctnntfy/slctnntfy.m >># >># Description: >># Tests for SelectionNotify() >># >># Modifications: >># $Log: slctnntfy.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:31 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:23 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/slctnrqst/slctnrqst.m b/xts5/tset/Xlib11/slctnrqst/slctnrqst.m index c83e279f..87006f07 100644 --- a/xts5/tset/Xlib11/slctnrqst/slctnrqst.m +++ b/xts5/tset/Xlib11/slctnrqst/slctnrqst.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/slctnrqst/slctnrqst.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/slctnrqst/slctnrqst.m,v 1.2 2005-11-03 08:42:31 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/slctnrqst/slctnrqst.m +>># File: xts5/tset/Xlib11/slctnrqst/slctnrqst.m >># >># Description: >># Tests for SelectionRequest() >># >># Modifications: >># $Log: slctnrqst.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:31 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:24 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/unmpntfy/unmpntfy.m b/xts5/tset/Xlib11/unmpntfy/unmpntfy.m index 00815767..beacfb88 100644 --- a/xts5/tset/Xlib11/unmpntfy/unmpntfy.m +++ b/xts5/tset/Xlib11/unmpntfy/unmpntfy.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/unmpntfy/unmpntfy.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/unmpntfy/unmpntfy.m,v 1.2 2005-11-03 08:42:31 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/unmpntfy/unmpntfy.m +>># File: xts5/tset/Xlib11/unmpntfy/unmpntfy.m >># >># Description: >># Tests for UnmapNotify() >># >># Modifications: >># $Log: unmpntfy.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:31 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:24 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib11/vsbltyntfy/vsbltyntfy.m b/xts5/tset/Xlib11/vsbltyntfy/vsbltyntfy.m index f14d6620..7424326a 100644 --- a/xts5/tset/Xlib11/vsbltyntfy/vsbltyntfy.m +++ b/xts5/tset/Xlib11/vsbltyntfy/vsbltyntfy.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/vsbltyntfy/vsbltyntfy.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib11/vsbltyntfy/vsbltyntfy.m,v 1.2 2005-11-03 08:42:31 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib11/vsbltyntfy/vsbltyntfy.m +>># File: xts5/tset/Xlib11/vsbltyntfy/vsbltyntfy.m >># >># Description: >># Tests for VisibilityNotify() >># >># Modifications: >># $Log: vsbltyntfy.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:31 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:31:25 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/chckifevnt/chckifevnt.m b/xts5/tset/Xlib12/chckifevnt/chckifevnt.m index c871f9be..1cd0f150 100644 --- a/xts5/tset/Xlib12/chckifevnt/chckifevnt.m +++ b/xts5/tset/Xlib12/chckifevnt/chckifevnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/chckifevnt/chckifevnt.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/chckifevnt/chckifevnt.m,v 1.2 2005-11-03 08:42:31 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/chckifevnt/chckifevnt.m +>># File: xts5/tset/Xlib12/chckifevnt/chckifevnt.m >># >># Description: >># Tests for XCheckIfEvent() >># >># Modifications: >># $Log: chckifevnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:31 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:15 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/chckmskevn/chckmskevn.m b/xts5/tset/Xlib12/chckmskevn/chckmskevn.m index 0cc4bb53..a12542e0 100644 --- a/xts5/tset/Xlib12/chckmskevn/chckmskevn.m +++ b/xts5/tset/Xlib12/chckmskevn/chckmskevn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/chckmskevn/chckmskevn.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/chckmskevn/chckmskevn.m,v 1.2 2005-11-03 08:42:33 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/chckmskevn/chckmskevn.m +>># File: xts5/tset/Xlib12/chckmskevn/chckmskevn.m >># >># Description: >># Tests for XCheckMaskEvent() >># >># Modifications: >># $Log: chckmskevn.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:33 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:16 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/chcktypdev/chcktypdev.m b/xts5/tset/Xlib12/chcktypdev/chcktypdev.m index a5b778fc..725c87f6 100644 --- a/xts5/tset/Xlib12/chcktypdev/chcktypdev.m +++ b/xts5/tset/Xlib12/chcktypdev/chcktypdev.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/chcktypdev/chcktypdev.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/chcktypdev/chcktypdev.m,v 1.2 2005-11-03 08:42:34 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/chcktypdev/chcktypdev.m +>># File: xts5/tset/Xlib12/chcktypdev/chcktypdev.m >># >># Description: >># Tests for XCheckTypedEvent() >># >># Modifications: >># $Log: chcktypdev.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:34 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:16 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/chcktypdwd/chcktypdwd.m b/xts5/tset/Xlib12/chcktypdwd/chcktypdwd.m index b52518f0..e0dcf746 100644 --- a/xts5/tset/Xlib12/chcktypdwd/chcktypdwd.m +++ b/xts5/tset/Xlib12/chcktypdwd/chcktypdwd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/chcktypdwd/chcktypdwd.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/chcktypdwd/chcktypdwd.m,v 1.2 2005-11-03 08:42:34 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/chcktypdwd/chcktypdwd.m +>># File: xts5/tset/Xlib12/chcktypdwd/chcktypdwd.m >># >># Description: >># Tests for XCheckTypedWindowEvent() >># >># Modifications: >># $Log: chcktypdwd.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:34 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:17 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/chckwdwevn/chckwdwevn.m b/xts5/tset/Xlib12/chckwdwevn/chckwdwevn.m index e85a7d1c..089c6eb8 100644 --- a/xts5/tset/Xlib12/chckwdwevn/chckwdwevn.m +++ b/xts5/tset/Xlib12/chckwdwevn/chckwdwevn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/chckwdwevn/chckwdwevn.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/chckwdwevn/chckwdwevn.m,v 1.2 2005-11-03 08:42:34 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/chckwdwevn/chckwdwevn.m +>># File: xts5/tset/Xlib12/chckwdwevn/chckwdwevn.m >># >># Description: >># Tests for XCheckWindowEvent() >># >># Modifications: >># $Log: chckwdwevn.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:34 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:17 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/dsplymtnbf/dsplymtnbf.m b/xts5/tset/Xlib12/dsplymtnbf/dsplymtnbf.m index 5691986a..7b069a83 100644 --- a/xts5/tset/Xlib12/dsplymtnbf/dsplymtnbf.m +++ b/xts5/tset/Xlib12/dsplymtnbf/dsplymtnbf.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/dsplymtnbf/dsplymtnbf.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/dsplymtnbf/dsplymtnbf.m,v 1.2 2005-11-03 08:42:34 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/dsplymtnbf/dsplymtnbf.m +>># File: xts5/tset/Xlib12/dsplymtnbf/dsplymtnbf.m >># >># Description: >># Tests for XDisplayMotionBufferSize() >># >># Modifications: >># $Log: dsplymtnbf.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:34 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:18 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/dsplynm/Test1.c b/xts5/tset/Xlib12/dsplynm/Test1.c index 2fdda458..1abdd820 100644 --- a/xts5/tset/Xlib12/dsplynm/Test1.c +++ b/xts5/tset/Xlib12/dsplynm/Test1.c @@ -20,21 +20,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xlib12/dsplynm/Test1.c,v 1.4 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xlib12/dsplynm/Test1.c,v 1.5 2005-11-03 08:42:34 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/tset/Xlib12/dsplynm/Test1.c +* File: xts5/tset/Xlib12/dsplynm/Test1.c * * Description: * Tests for XDisplayName() * * Modifications: * $Log: Test1.c,v $ -* Revision 1.4 2005-04-21 09:40:42 ajosey +* Revision 1.5 2005-11-03 08:42:34 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.4 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.1 2000/02/04 15:24:44 vsx diff --git a/xts5/tset/Xlib12/dsplynm/dsplynm.m b/xts5/tset/Xlib12/dsplynm/dsplynm.m index 949d8742..855e99d9 100644 --- a/xts5/tset/Xlib12/dsplynm/dsplynm.m +++ b/xts5/tset/Xlib12/dsplynm/dsplynm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/dsplynm/dsplynm.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/dsplynm/dsplynm.m,v 1.2 2005-11-03 08:42:34 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/dsplynm/dsplynm.m +>># File: xts5/tset/Xlib12/dsplynm/dsplynm.m >># >># Description: >># Tests for XDisplayName() >># >># Modifications: >># $Log: dsplynm.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:34 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:19 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/evntsqd/evntsqd.m b/xts5/tset/Xlib12/evntsqd/evntsqd.m index c93c6f92..f8616e94 100644 --- a/xts5/tset/Xlib12/evntsqd/evntsqd.m +++ b/xts5/tset/Xlib12/evntsqd/evntsqd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/evntsqd/evntsqd.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/evntsqd/evntsqd.m,v 1.2 2005-11-03 08:42:34 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/evntsqd/evntsqd.m +>># File: xts5/tset/Xlib12/evntsqd/evntsqd.m >># >># Description: >># Tests for XEventsQueued() >># >># Modifications: >># $Log: evntsqd.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:34 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:19 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/flsh/flsh.m b/xts5/tset/Xlib12/flsh/flsh.m index 40ee860a..465cdb74 100644 --- a/xts5/tset/Xlib12/flsh/flsh.m +++ b/xts5/tset/Xlib12/flsh/flsh.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/flsh/flsh.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/flsh/flsh.m,v 1.2 2005-11-03 08:42:35 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/flsh/flsh.m +>># File: xts5/tset/Xlib12/flsh/flsh.m >># >># Description: >># Tests for XFlush() >># >># Modifications: >># $Log: flsh.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:35 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:20 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/gterrrdtbs/gterrrdtbs.m b/xts5/tset/Xlib12/gterrrdtbs/gterrrdtbs.m index 15ebdf13..14462c79 100644 --- a/xts5/tset/Xlib12/gterrrdtbs/gterrrdtbs.m +++ b/xts5/tset/Xlib12/gterrrdtbs/gterrrdtbs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/gterrrdtbs/gterrrdtbs.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/gterrrdtbs/gterrrdtbs.m,v 1.2 2005-11-03 08:42:35 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/gterrrdtbs/gterrrdtbs.m +>># File: xts5/tset/Xlib12/gterrrdtbs/gterrrdtbs.m >># >># Description: >># Tests for XGetErrorDatabaseText() >># >># Modifications: >># $Log: gterrrdtbs.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:35 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:21 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/gterrrtxt/gterrrtxt.m b/xts5/tset/Xlib12/gterrrtxt/gterrrtxt.m index 2a4cc420..8b0d59d0 100644 --- a/xts5/tset/Xlib12/gterrrtxt/gterrrtxt.m +++ b/xts5/tset/Xlib12/gterrrtxt/gterrrtxt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/gterrrtxt/gterrrtxt.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/gterrrtxt/gterrrtxt.m,v 1.2 2005-11-03 08:42:35 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/gterrrtxt/gterrrtxt.m +>># File: xts5/tset/Xlib12/gterrrtxt/gterrrtxt.m >># >># Description: >># Tests for XGetErrorText() >># >># Modifications: >># $Log: gterrrtxt.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:35 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:21 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/gtmtnevnts/gtmtnevnts.m b/xts5/tset/Xlib12/gtmtnevnts/gtmtnevnts.m index 99790f32..fd838d1a 100644 --- a/xts5/tset/Xlib12/gtmtnevnts/gtmtnevnts.m +++ b/xts5/tset/Xlib12/gtmtnevnts/gtmtnevnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/gtmtnevnts/gtmtnevnts.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/gtmtnevnts/gtmtnevnts.m,v 1.2 2005-11-03 08:42:35 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/gtmtnevnts/gtmtnevnts.m +>># File: xts5/tset/Xlib12/gtmtnevnts/gtmtnevnts.m >># >># Description: >># Tests for XGetMotionEvents() >># >># Modifications: >># $Log: gtmtnevnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:35 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:21 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/ifevnt/ifevnt.m b/xts5/tset/Xlib12/ifevnt/ifevnt.m index f32988d1..bff9d328 100644 --- a/xts5/tset/Xlib12/ifevnt/ifevnt.m +++ b/xts5/tset/Xlib12/ifevnt/ifevnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/ifevnt/ifevnt.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/ifevnt/ifevnt.m,v 1.2 2005-11-03 08:42:35 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/ifevnt/ifevnt.m +>># File: xts5/tset/Xlib12/ifevnt/ifevnt.m >># >># Description: >># Tests for XIfEvent() >># >># Modifications: >># $Log: ifevnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:35 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:22 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/mskevnt/mskevnt.m b/xts5/tset/Xlib12/mskevnt/mskevnt.m index 8811f5ff..c058361f 100644 --- a/xts5/tset/Xlib12/mskevnt/mskevnt.m +++ b/xts5/tset/Xlib12/mskevnt/mskevnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/mskevnt/mskevnt.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/mskevnt/mskevnt.m,v 1.2 2005-11-03 08:42:35 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/mskevnt/mskevnt.m +>># File: xts5/tset/Xlib12/mskevnt/mskevnt.m >># >># Description: >># Tests for XMaskEvent() >># >># Modifications: >># $Log: mskevnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:35 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:23 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/nxtevnt/nxtevnt.m b/xts5/tset/Xlib12/nxtevnt/nxtevnt.m index 867240f6..0624d21f 100644 --- a/xts5/tset/Xlib12/nxtevnt/nxtevnt.m +++ b/xts5/tset/Xlib12/nxtevnt/nxtevnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/nxtevnt/nxtevnt.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/nxtevnt/nxtevnt.m,v 1.2 2005-11-03 08:42:35 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/nxtevnt/nxtevnt.m +>># File: xts5/tset/Xlib12/nxtevnt/nxtevnt.m >># >># Description: >># Tests for XNextEvent() >># >># Modifications: >># $Log: nxtevnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:35 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:23 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/pkevnt/pkevnt.m b/xts5/tset/Xlib12/pkevnt/pkevnt.m index 26c02263..b704c4ad 100644 --- a/xts5/tset/Xlib12/pkevnt/pkevnt.m +++ b/xts5/tset/Xlib12/pkevnt/pkevnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/pkevnt/pkevnt.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/pkevnt/pkevnt.m,v 1.2 2005-11-03 08:42:35 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/pkevnt/pkevnt.m +>># File: xts5/tset/Xlib12/pkevnt/pkevnt.m >># >># Description: >># Tests for XPeekEvent() >># >># Modifications: >># $Log: pkevnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:35 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:23 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/pkifevnt/pkifevnt.m b/xts5/tset/Xlib12/pkifevnt/pkifevnt.m index 488e8682..af63da8a 100644 --- a/xts5/tset/Xlib12/pkifevnt/pkifevnt.m +++ b/xts5/tset/Xlib12/pkifevnt/pkifevnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/pkifevnt/pkifevnt.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/pkifevnt/pkifevnt.m,v 1.2 2005-11-03 08:42:35 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/pkifevnt/pkifevnt.m +>># File: xts5/tset/Xlib12/pkifevnt/pkifevnt.m >># >># Description: >># Tests for XPeekIfEvent() >># >># Modifications: >># $Log: pkifevnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:35 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:24 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/pndng/pndng.m b/xts5/tset/Xlib12/pndng/pndng.m index 2a4e94a0..a4b60294 100644 --- a/xts5/tset/Xlib12/pndng/pndng.m +++ b/xts5/tset/Xlib12/pndng/pndng.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/pndng/pndng.m,v 1.1 2005-02-12 14:37:19 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/pndng/pndng.m,v 1.2 2005-11-03 08:42:36 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/pndng/pndng.m +>># File: xts5/tset/Xlib12/pndng/pndng.m >># >># Description: >># Tests for XPending() >># >># Modifications: >># $Log: pndng.m,v $ ->># Revision 1.1 2005-02-12 14:37:19 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:36 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:25 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/ptbckevnt/ptbckevnt.m b/xts5/tset/Xlib12/ptbckevnt/ptbckevnt.m index 809990b6..900abd6c 100644 --- a/xts5/tset/Xlib12/ptbckevnt/ptbckevnt.m +++ b/xts5/tset/Xlib12/ptbckevnt/ptbckevnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/ptbckevnt/ptbckevnt.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/ptbckevnt/ptbckevnt.m,v 1.2 2005-11-03 08:42:36 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/ptbckevnt/ptbckevnt.m +>># File: xts5/tset/Xlib12/ptbckevnt/ptbckevnt.m >># >># Description: >># Tests for XPutBackEvent() >># >># Modifications: >># $Log: ptbckevnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:36 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:25 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/slctinpt/slctinpt.m b/xts5/tset/Xlib12/slctinpt/slctinpt.m index 009ca1db..64b6d610 100644 --- a/xts5/tset/Xlib12/slctinpt/slctinpt.m +++ b/xts5/tset/Xlib12/slctinpt/slctinpt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/slctinpt/slctinpt.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/slctinpt/slctinpt.m,v 1.2 2005-11-03 08:42:36 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/slctinpt/slctinpt.m +>># File: xts5/tset/Xlib12/slctinpt/slctinpt.m >># >># Description: >># Tests for XSelectInput() >># >># Modifications: >># $Log: slctinpt.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:36 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:26 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/sndevnt/sndevnt.m b/xts5/tset/Xlib12/sndevnt/sndevnt.m index b7150ea1..8dbcd83d 100644 --- a/xts5/tset/Xlib12/sndevnt/sndevnt.m +++ b/xts5/tset/Xlib12/sndevnt/sndevnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/sndevnt/sndevnt.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/sndevnt/sndevnt.m,v 1.2 2005-11-03 08:42:36 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/sndevnt/sndevnt.m +>># File: xts5/tset/Xlib12/sndevnt/sndevnt.m >># >># Description: >># Tests for XSendEvent() >># >># Modifications: >># $Log: sndevnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:36 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:26 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/staftrfnct/staftrfnct.m b/xts5/tset/Xlib12/staftrfnct/staftrfnct.m index eff5af0c..06991c83 100644 --- a/xts5/tset/Xlib12/staftrfnct/staftrfnct.m +++ b/xts5/tset/Xlib12/staftrfnct/staftrfnct.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/staftrfnct/staftrfnct.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/staftrfnct/staftrfnct.m,v 1.2 2005-11-03 08:42:36 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/staftrfnct/staftrfnct.m +>># File: xts5/tset/Xlib12/staftrfnct/staftrfnct.m >># >># Description: >># Tests for XSetAfterFunction() >># >># Modifications: >># $Log: staftrfnct.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:36 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:27 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/sterrrhndl/sterrrhndl.m b/xts5/tset/Xlib12/sterrrhndl/sterrrhndl.m index 51b4b21d..bca771dc 100644 --- a/xts5/tset/Xlib12/sterrrhndl/sterrrhndl.m +++ b/xts5/tset/Xlib12/sterrrhndl/sterrrhndl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/sterrrhndl/sterrrhndl.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/sterrrhndl/sterrrhndl.m,v 1.2 2005-11-03 08:42:36 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/sterrrhndl/sterrrhndl.m +>># File: xts5/tset/Xlib12/sterrrhndl/sterrrhndl.m >># >># Description: >># Tests for XSetErrorHandler() >># >># Modifications: >># $Log: sterrrhndl.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:36 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:27 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/stioerrrhn/stioerrrhn.m b/xts5/tset/Xlib12/stioerrrhn/stioerrrhn.m index 407797cd..f18094e2 100644 --- a/xts5/tset/Xlib12/stioerrrhn/stioerrrhn.m +++ b/xts5/tset/Xlib12/stioerrrhn/stioerrrhn.m @@ -17,7 +17,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/stioerrrhn/stioerrrhn.m,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/stioerrrhn/stioerrrhn.m,v 1.3 2005-11-03 08:42:36 jmichael Exp $ Copyright (c) 2001 The Open Group Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -25,14 +25,17 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/stioerrrhn/stioerrrhn.m +>># File: xts5/tset/Xlib12/stioerrrhn/stioerrrhn.m >># >># Description: >># Tests for XSetIOErrorHandler() >># >># Modifications: >># $Log: stioerrrhn.m,v $ ->># Revision 1.2 2005-04-21 09:40:42 ajosey +>># Revision 1.3 2005-11-03 08:42:36 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/21 09:40:42 ajosey >># resync to VSW5.1.5 >># >># Revision 8.2 2005/01/21 10:39:27 gwc diff --git a/xts5/tset/Xlib12/sync/sync.m b/xts5/tset/Xlib12/sync/sync.m index 0bb17b30..dce00d69 100644 --- a/xts5/tset/Xlib12/sync/sync.m +++ b/xts5/tset/Xlib12/sync/sync.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/sync/sync.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/sync/sync.m,v 1.2 2005-11-03 08:42:37 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/sync/sync.m +>># File: xts5/tset/Xlib12/sync/sync.m >># >># Description: >># Tests for XSync() >># >># Modifications: >># $Log: sync.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:37 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:29 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/synchrnz/synchrnz.m b/xts5/tset/Xlib12/synchrnz/synchrnz.m index ba963925..bb16f8ed 100644 --- a/xts5/tset/Xlib12/synchrnz/synchrnz.m +++ b/xts5/tset/Xlib12/synchrnz/synchrnz.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/synchrnz/synchrnz.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/synchrnz/synchrnz.m,v 1.2 2005-11-03 08:42:37 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/synchrnz/synchrnz.m +>># File: xts5/tset/Xlib12/synchrnz/synchrnz.m >># >># Description: >># Tests for XSynchronize() >># >># Modifications: >># $Log: synchrnz.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:37 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:29 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib12/wdwevnt/wdwevnt.m b/xts5/tset/Xlib12/wdwevnt/wdwevnt.m index 3111f492..702625de 100644 --- a/xts5/tset/Xlib12/wdwevnt/wdwevnt.m +++ b/xts5/tset/Xlib12/wdwevnt/wdwevnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/wdwevnt/wdwevnt.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib12/wdwevnt/wdwevnt.m,v 1.2 2005-11-03 08:42:37 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib12/wdwevnt/wdwevnt.m +>># File: xts5/tset/Xlib12/wdwevnt/wdwevnt.m >># >># Description: >># Tests for XWindowEvent() >># >># Modifications: >># $Log: wdwevnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:37 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:30 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/allwevnts/allwevnts.m b/xts5/tset/Xlib13/allwevnts/allwevnts.m index f7b33f85..0756ac55 100644 --- a/xts5/tset/Xlib13/allwevnts/allwevnts.m +++ b/xts5/tset/Xlib13/allwevnts/allwevnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/allwevnts/allwevnts.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/allwevnts/allwevnts.m,v 1.2 2005-11-03 08:42:37 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/allwevnts/allwevnts.m +>># File: xts5/tset/Xlib13/allwevnts/allwevnts.m >># >># Description: >># Tests for XAllowEvents() >># >># Modifications: >># $Log: allwevnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:37 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:30 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/atrptoff/atrptoff.m b/xts5/tset/Xlib13/atrptoff/atrptoff.m index 9f38dc6f..6775eff9 100644 --- a/xts5/tset/Xlib13/atrptoff/atrptoff.m +++ b/xts5/tset/Xlib13/atrptoff/atrptoff.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/atrptoff/atrptoff.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/atrptoff/atrptoff.m,v 1.2 2005-11-03 08:42:37 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/atrptoff/atrptoff.m +>># File: xts5/tset/Xlib13/atrptoff/atrptoff.m >># >># Description: >># Tests for XAutoRepeatOff() >># >># Modifications: >># $Log: atrptoff.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:37 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:18 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:31 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/atrpton/atrpton.m b/xts5/tset/Xlib13/atrpton/atrpton.m index 16d48850..5fe8d98a 100644 --- a/xts5/tset/Xlib13/atrpton/atrpton.m +++ b/xts5/tset/Xlib13/atrpton/atrpton.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/atrpton/atrpton.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/atrpton/atrpton.m,v 1.2 2005-11-03 08:42:37 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/atrpton/atrpton.m +>># File: xts5/tset/Xlib13/atrpton/atrpton.m >># >># Description: >># Tests for XAutoRepeatOn() >># >># Modifications: >># $Log: atrpton.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:37 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:31 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/bll/bll.m b/xts5/tset/Xlib13/bll/bll.m index 25912557..cd952b64 100644 --- a/xts5/tset/Xlib13/bll/bll.m +++ b/xts5/tset/Xlib13/bll/bll.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/bll/bll.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/bll/bll.m,v 1.2 2005-11-03 08:42:37 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/bll/bll.m +>># File: xts5/tset/Xlib13/bll/bll.m >># >># Description: >># Tests for XBell() >># >># Modifications: >># $Log: bll.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:37 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:32 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/chngactvpn/chngactvpn.m b/xts5/tset/Xlib13/chngactvpn/chngactvpn.m index 484434d9..9ced24cb 100644 --- a/xts5/tset/Xlib13/chngactvpn/chngactvpn.m +++ b/xts5/tset/Xlib13/chngactvpn/chngactvpn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/chngactvpn/chngactvpn.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/chngactvpn/chngactvpn.m,v 1.2 2005-11-03 08:42:38 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/chngactvpn/chngactvpn.m +>># File: xts5/tset/Xlib13/chngactvpn/chngactvpn.m >># >># Description: >># Tests for XChangeActivePointerGrab() >># >># Modifications: >># $Log: chngactvpn.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:38 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:32 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/chngkybrdc/chngkybrdc.m b/xts5/tset/Xlib13/chngkybrdc/chngkybrdc.m index 612a9c17..9032e372 100644 --- a/xts5/tset/Xlib13/chngkybrdc/chngkybrdc.m +++ b/xts5/tset/Xlib13/chngkybrdc/chngkybrdc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/chngkybrdc/chngkybrdc.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/chngkybrdc/chngkybrdc.m,v 1.2 2005-11-03 08:42:38 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/chngkybrdc/chngkybrdc.m +>># File: xts5/tset/Xlib13/chngkybrdc/chngkybrdc.m >># >># Description: >># Tests for XChangeKeyboardControl() >># >># Modifications: >># $Log: chngkybrdc.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:38 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:33 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/chngkybrdm/chngkybrdm.m b/xts5/tset/Xlib13/chngkybrdm/chngkybrdm.m index f62c55b4..4992cb25 100644 --- a/xts5/tset/Xlib13/chngkybrdm/chngkybrdm.m +++ b/xts5/tset/Xlib13/chngkybrdm/chngkybrdm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/chngkybrdm/chngkybrdm.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/chngkybrdm/chngkybrdm.m,v 1.2 2005-11-03 08:42:38 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/chngkybrdm/chngkybrdm.m +>># File: xts5/tset/Xlib13/chngkybrdm/chngkybrdm.m >># >># Description: >># Tests for XChangeKeyboardMapping() >># >># Modifications: >># $Log: chngkybrdm.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:38 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:33 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/chngpntrcn/chngpntrcn.m b/xts5/tset/Xlib13/chngpntrcn/chngpntrcn.m index 672dacef..18c3a2d5 100644 --- a/xts5/tset/Xlib13/chngpntrcn/chngpntrcn.m +++ b/xts5/tset/Xlib13/chngpntrcn/chngpntrcn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/chngpntrcn/chngpntrcn.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/chngpntrcn/chngpntrcn.m,v 1.2 2005-11-03 08:42:38 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/chngpntrcn/chngpntrcn.m +>># File: xts5/tset/Xlib13/chngpntrcn/chngpntrcn.m >># >># Description: >># Tests for XChangePointerControl() >># >># Modifications: >># $Log: chngpntrcn.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:38 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:34 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/dltmdfrmpe/dltmdfrmpe.m b/xts5/tset/Xlib13/dltmdfrmpe/dltmdfrmpe.m index 3ab54b95..0f0fb227 100644 --- a/xts5/tset/Xlib13/dltmdfrmpe/dltmdfrmpe.m +++ b/xts5/tset/Xlib13/dltmdfrmpe/dltmdfrmpe.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/dltmdfrmpe/dltmdfrmpe.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/dltmdfrmpe/dltmdfrmpe.m,v 1.2 2005-11-03 08:42:38 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/dltmdfrmpe/dltmdfrmpe.m +>># File: xts5/tset/Xlib13/dltmdfrmpe/dltmdfrmpe.m >># >># Description: >># Tests for XDeleteModifiermapEntry() >># >># Modifications: >># $Log: dltmdfrmpe.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:38 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:34 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/dsplykycds/dsplykycds.m b/xts5/tset/Xlib13/dsplykycds/dsplykycds.m index 5cf2aed9..cd10832e 100644 --- a/xts5/tset/Xlib13/dsplykycds/dsplykycds.m +++ b/xts5/tset/Xlib13/dsplykycds/dsplykycds.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/dsplykycds/dsplykycds.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/dsplykycds/dsplykycds.m,v 1.2 2005-11-03 08:42:39 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/dsplykycds/dsplykycds.m +>># File: xts5/tset/Xlib13/dsplykycds/dsplykycds.m >># >># Description: >># Tests for XDisplayKeycodes() >># >># Modifications: >># $Log: dsplykycds.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:39 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:35 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/frmdfrmp/frmdfrmp.m b/xts5/tset/Xlib13/frmdfrmp/frmdfrmp.m index 4b773d22..0d45e991 100644 --- a/xts5/tset/Xlib13/frmdfrmp/frmdfrmp.m +++ b/xts5/tset/Xlib13/frmdfrmp/frmdfrmp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/frmdfrmp/frmdfrmp.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/frmdfrmp/frmdfrmp.m,v 1.2 2005-11-03 08:42:39 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/frmdfrmp/frmdfrmp.m +>># File: xts5/tset/Xlib13/frmdfrmp/frmdfrmp.m >># >># Description: >># Tests for XFreeModifiermap() >># >># Modifications: >># $Log: frmdfrmp.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:39 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:35 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/grbbttn/grbbttn.m b/xts5/tset/Xlib13/grbbttn/grbbttn.m index 48fc4f6f..41268bf5 100644 --- a/xts5/tset/Xlib13/grbbttn/grbbttn.m +++ b/xts5/tset/Xlib13/grbbttn/grbbttn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/grbbttn/grbbttn.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/grbbttn/grbbttn.m,v 1.2 2005-11-03 08:42:39 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/grbbttn/grbbttn.m +>># File: xts5/tset/Xlib13/grbbttn/grbbttn.m >># >># Description: >># Tests for XGrabButton() >># >># Modifications: >># $Log: grbbttn.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:39 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:36 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/grbky/grbky.m b/xts5/tset/Xlib13/grbky/grbky.m index 6d7b4138..294ece3e 100644 --- a/xts5/tset/Xlib13/grbky/grbky.m +++ b/xts5/tset/Xlib13/grbky/grbky.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/grbky/grbky.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/grbky/grbky.m,v 1.2 2005-11-03 08:42:39 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/grbky/grbky.m +>># File: xts5/tset/Xlib13/grbky/grbky.m >># >># Description: >># Tests for XGrabKey() >># >># Modifications: >># $Log: grbky.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:39 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:37 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/grbkybrd/grbkybrd.m b/xts5/tset/Xlib13/grbkybrd/grbkybrd.m index eb47d695..406cca7b 100644 --- a/xts5/tset/Xlib13/grbkybrd/grbkybrd.m +++ b/xts5/tset/Xlib13/grbkybrd/grbkybrd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/grbkybrd/grbkybrd.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/grbkybrd/grbkybrd.m,v 1.2 2005-11-03 08:42:39 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/grbkybrd/grbkybrd.m +>># File: xts5/tset/Xlib13/grbkybrd/grbkybrd.m >># >># Description: >># Tests for XGrabKeyboard() >># >># Modifications: >># $Log: grbkybrd.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:39 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:37 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/grbpntr/grbpntr.m b/xts5/tset/Xlib13/grbpntr/grbpntr.m index 22f23d4e..0bd2ebee 100644 --- a/xts5/tset/Xlib13/grbpntr/grbpntr.m +++ b/xts5/tset/Xlib13/grbpntr/grbpntr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/grbpntr/grbpntr.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/grbpntr/grbpntr.m,v 1.2 2005-11-03 08:42:39 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/grbpntr/grbpntr.m +>># File: xts5/tset/Xlib13/grbpntr/grbpntr.m >># >># Description: >># Tests for XGrabPointer() >># >># Modifications: >># $Log: grbpntr.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:39 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:38 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/gtinptfcs/gtinptfcs.m b/xts5/tset/Xlib13/gtinptfcs/gtinptfcs.m index 3cca658f..7fe0753d 100644 --- a/xts5/tset/Xlib13/gtinptfcs/gtinptfcs.m +++ b/xts5/tset/Xlib13/gtinptfcs/gtinptfcs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/gtinptfcs/gtinptfcs.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/gtinptfcs/gtinptfcs.m,v 1.2 2005-11-03 08:42:39 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/gtinptfcs/gtinptfcs.m +>># File: xts5/tset/Xlib13/gtinptfcs/gtinptfcs.m >># >># Description: >># Tests for XGetInputFocus() >># >># Modifications: >># $Log: gtinptfcs.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:39 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:38 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/gtkybrdcnt/gtkybrdcnt.m b/xts5/tset/Xlib13/gtkybrdcnt/gtkybrdcnt.m index e883b09e..b3a08b4e 100644 --- a/xts5/tset/Xlib13/gtkybrdcnt/gtkybrdcnt.m +++ b/xts5/tset/Xlib13/gtkybrdcnt/gtkybrdcnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/gtkybrdcnt/gtkybrdcnt.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/gtkybrdcnt/gtkybrdcnt.m,v 1.2 2005-11-03 08:42:39 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/gtkybrdcnt/gtkybrdcnt.m +>># File: xts5/tset/Xlib13/gtkybrdcnt/gtkybrdcnt.m >># >># Description: >># Tests for XGetKeyboardControl() >># >># Modifications: >># $Log: gtkybrdcnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:39 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:39 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/gtkybrdmpp/gtkybrdmpp.m b/xts5/tset/Xlib13/gtkybrdmpp/gtkybrdmpp.m index b61e1aff..d7698594 100644 --- a/xts5/tset/Xlib13/gtkybrdmpp/gtkybrdmpp.m +++ b/xts5/tset/Xlib13/gtkybrdmpp/gtkybrdmpp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/gtkybrdmpp/gtkybrdmpp.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/gtkybrdmpp/gtkybrdmpp.m,v 1.2 2005-11-03 08:42:40 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/gtkybrdmpp/gtkybrdmpp.m +>># File: xts5/tset/Xlib13/gtkybrdmpp/gtkybrdmpp.m >># >># Description: >># Tests for XGetKeyboardMapping() >># >># Modifications: >># $Log: gtkybrdmpp.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:40 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:39 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/gtmdfrmppn/gtmdfrmppn.m b/xts5/tset/Xlib13/gtmdfrmppn/gtmdfrmppn.m index 222dc702..f5b646e5 100644 --- a/xts5/tset/Xlib13/gtmdfrmppn/gtmdfrmppn.m +++ b/xts5/tset/Xlib13/gtmdfrmppn/gtmdfrmppn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/gtmdfrmppn/gtmdfrmppn.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/gtmdfrmppn/gtmdfrmppn.m,v 1.2 2005-11-03 08:42:40 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/gtmdfrmppn/gtmdfrmppn.m +>># File: xts5/tset/Xlib13/gtmdfrmppn/gtmdfrmppn.m >># >># Description: >># Tests for XGetModifierMapping() >># >># Modifications: >># $Log: gtmdfrmppn.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:40 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:40 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/gtpntrcntr/gtpntrcntr.m b/xts5/tset/Xlib13/gtpntrcntr/gtpntrcntr.m index 57b5642d..7a1a8ce1 100644 --- a/xts5/tset/Xlib13/gtpntrcntr/gtpntrcntr.m +++ b/xts5/tset/Xlib13/gtpntrcntr/gtpntrcntr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/gtpntrcntr/gtpntrcntr.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/gtpntrcntr/gtpntrcntr.m,v 1.2 2005-11-03 08:42:40 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/gtpntrcntr/gtpntrcntr.m +>># File: xts5/tset/Xlib13/gtpntrcntr/gtpntrcntr.m >># >># Description: >># Tests for XGetPointerControl() >># >># Modifications: >># $Log: gtpntrcntr.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:40 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:40 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/gtpntrmppn/gtpntrmppn.m b/xts5/tset/Xlib13/gtpntrmppn/gtpntrmppn.m index 64cb9bea..0d062164 100644 --- a/xts5/tset/Xlib13/gtpntrmppn/gtpntrmppn.m +++ b/xts5/tset/Xlib13/gtpntrmppn/gtpntrmppn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/gtpntrmppn/gtpntrmppn.m,v 1.1 2005-02-12 14:37:20 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/gtpntrmppn/gtpntrmppn.m,v 1.2 2005-11-03 08:42:40 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/gtpntrmppn/gtpntrmppn.m +>># File: xts5/tset/Xlib13/gtpntrmppn/gtpntrmppn.m >># >># Description: >># Tests for XGetPointerMapping() >># >># Modifications: >># $Log: gtpntrmppn.m,v $ ->># Revision 1.1 2005-02-12 14:37:20 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:40 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:41 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/insrtmdfrm/insrtmdfrm.m b/xts5/tset/Xlib13/insrtmdfrm/insrtmdfrm.m index a70cdfe9..ebe25de5 100644 --- a/xts5/tset/Xlib13/insrtmdfrm/insrtmdfrm.m +++ b/xts5/tset/Xlib13/insrtmdfrm/insrtmdfrm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/insrtmdfrm/insrtmdfrm.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/insrtmdfrm/insrtmdfrm.m,v 1.2 2005-11-03 08:42:40 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/insrtmdfrm/insrtmdfrm.m +>># File: xts5/tset/Xlib13/insrtmdfrm/insrtmdfrm.m >># >># Description: >># Tests for XInsertModifiermapEntry() >># >># Modifications: >># $Log: insrtmdfrm.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:40 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:41 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/nwmdfrmp/nwmdfrmp.m b/xts5/tset/Xlib13/nwmdfrmp/nwmdfrmp.m index 60b785a5..f62f1168 100644 --- a/xts5/tset/Xlib13/nwmdfrmp/nwmdfrmp.m +++ b/xts5/tset/Xlib13/nwmdfrmp/nwmdfrmp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/nwmdfrmp/nwmdfrmp.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/nwmdfrmp/nwmdfrmp.m,v 1.2 2005-11-03 08:42:40 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/nwmdfrmp/nwmdfrmp.m +>># File: xts5/tset/Xlib13/nwmdfrmp/nwmdfrmp.m >># >># Description: >># Tests for XNewModifiermap() >># >># Modifications: >># $Log: nwmdfrmp.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:40 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:42 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/qrykymp/qrykymp.m b/xts5/tset/Xlib13/qrykymp/qrykymp.m index a86f20fc..a5802198 100644 --- a/xts5/tset/Xlib13/qrykymp/qrykymp.m +++ b/xts5/tset/Xlib13/qrykymp/qrykymp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/qrykymp/qrykymp.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/qrykymp/qrykymp.m,v 1.2 2005-11-03 08:42:41 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/qrykymp/qrykymp.m +>># File: xts5/tset/Xlib13/qrykymp/qrykymp.m >># >># Description: >># Tests for XQueryKeymap() >># >># Modifications: >># $Log: qrykymp.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:41 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:42 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/stinptfcs/stinptfcs.m b/xts5/tset/Xlib13/stinptfcs/stinptfcs.m index 6e1f8423..43256720 100644 --- a/xts5/tset/Xlib13/stinptfcs/stinptfcs.m +++ b/xts5/tset/Xlib13/stinptfcs/stinptfcs.m @@ -17,7 +17,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/stinptfcs/stinptfcs.m,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/stinptfcs/stinptfcs.m,v 1.3 2005-11-03 08:42:41 jmichael Exp $ Copyright (c) 2001 The Open Group Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -25,14 +25,17 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/stinptfcs/stinptfcs.m +>># File: xts5/tset/Xlib13/stinptfcs/stinptfcs.m >># >># Description: >># Tests for XSetInputFocus() >># >># Modifications: >># $Log: stinptfcs.m,v $ ->># Revision 1.2 2005-04-21 09:40:42 ajosey +>># Revision 1.3 2005-11-03 08:42:41 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/21 09:40:42 ajosey >># resync to VSW5.1.5 >># >># Revision 8.2 2005/01/21 10:40:21 gwc diff --git a/xts5/tset/Xlib13/stmdfrmppn/stmdfrmppn.m b/xts5/tset/Xlib13/stmdfrmppn/stmdfrmppn.m index 0773d62a..b7136f24 100644 --- a/xts5/tset/Xlib13/stmdfrmppn/stmdfrmppn.m +++ b/xts5/tset/Xlib13/stmdfrmppn/stmdfrmppn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/stmdfrmppn/stmdfrmppn.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/stmdfrmppn/stmdfrmppn.m,v 1.2 2005-11-03 08:42:41 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/stmdfrmppn/stmdfrmppn.m +>># File: xts5/tset/Xlib13/stmdfrmppn/stmdfrmppn.m >># >># Description: >># Tests for XSetModifierMapping() >># >># Modifications: >># $Log: stmdfrmppn.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:41 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:43 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/stpntrmppn/stpntrmppn.m b/xts5/tset/Xlib13/stpntrmppn/stpntrmppn.m index fdc35eb2..76a37a32 100644 --- a/xts5/tset/Xlib13/stpntrmppn/stpntrmppn.m +++ b/xts5/tset/Xlib13/stpntrmppn/stpntrmppn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/stpntrmppn/stpntrmppn.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/stpntrmppn/stpntrmppn.m,v 1.2 2005-11-03 08:42:41 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/stpntrmppn/stpntrmppn.m +>># File: xts5/tset/Xlib13/stpntrmppn/stpntrmppn.m >># >># Description: >># Tests for XSetPointerMapping() >># >># Modifications: >># $Log: stpntrmppn.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:41 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:44 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/ungrbbttn/ungrbbttn.m b/xts5/tset/Xlib13/ungrbbttn/ungrbbttn.m index ebe6ee65..9a8984e1 100644 --- a/xts5/tset/Xlib13/ungrbbttn/ungrbbttn.m +++ b/xts5/tset/Xlib13/ungrbbttn/ungrbbttn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/ungrbbttn/ungrbbttn.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/ungrbbttn/ungrbbttn.m,v 1.2 2005-11-03 08:42:41 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/ungrbbttn/ungrbbttn.m +>># File: xts5/tset/Xlib13/ungrbbttn/ungrbbttn.m >># >># Description: >># Tests for XUngrabButton() >># >># Modifications: >># $Log: ungrbbttn.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:41 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:44 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/ungrbky/ungrbky.m b/xts5/tset/Xlib13/ungrbky/ungrbky.m index bc919f99..5fc8bb2c 100644 --- a/xts5/tset/Xlib13/ungrbky/ungrbky.m +++ b/xts5/tset/Xlib13/ungrbky/ungrbky.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/ungrbky/ungrbky.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/ungrbky/ungrbky.m,v 1.2 2005-11-03 08:42:41 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/ungrbky/ungrbky.m +>># File: xts5/tset/Xlib13/ungrbky/ungrbky.m >># >># Description: >># Tests for XUngrabKey() >># >># Modifications: >># $Log: ungrbky.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:41 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:45 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/ungrbkybrd/ungrbkybrd.m b/xts5/tset/Xlib13/ungrbkybrd/ungrbkybrd.m index 262302e5..434da443 100644 --- a/xts5/tset/Xlib13/ungrbkybrd/ungrbkybrd.m +++ b/xts5/tset/Xlib13/ungrbkybrd/ungrbkybrd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/ungrbkybrd/ungrbkybrd.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/ungrbkybrd/ungrbkybrd.m,v 1.2 2005-11-03 08:42:41 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/ungrbkybrd/ungrbkybrd.m +>># File: xts5/tset/Xlib13/ungrbkybrd/ungrbkybrd.m >># >># Description: >># Tests for XUngrabKeyboard() >># >># Modifications: >># $Log: ungrbkybrd.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:41 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:45 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/ungrbpntr/ungrbpntr.m b/xts5/tset/Xlib13/ungrbpntr/ungrbpntr.m index de1e9ee5..b7509117 100644 --- a/xts5/tset/Xlib13/ungrbpntr/ungrbpntr.m +++ b/xts5/tset/Xlib13/ungrbpntr/ungrbpntr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/ungrbpntr/ungrbpntr.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/ungrbpntr/ungrbpntr.m,v 1.2 2005-11-03 08:42:41 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/ungrbpntr/ungrbpntr.m +>># File: xts5/tset/Xlib13/ungrbpntr/ungrbpntr.m >># >># Description: >># Tests for XUngrabPointer() >># >># Modifications: >># $Log: ungrbpntr.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:41 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:46 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib13/wrppntr/wrppntr.m b/xts5/tset/Xlib13/wrppntr/wrppntr.m index 552375a7..94066ab0 100644 --- a/xts5/tset/Xlib13/wrppntr/wrppntr.m +++ b/xts5/tset/Xlib13/wrppntr/wrppntr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/wrppntr/wrppntr.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib13/wrppntr/wrppntr.m,v 1.2 2005-11-03 08:42:42 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib13/wrppntr/wrppntr.m +>># File: xts5/tset/Xlib13/wrppntr/wrppntr.m >># >># Description: >># Tests for XWarpPointer() >># >># Modifications: >># $Log: wrppntr.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:42 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:46 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/bfnlofs/bfnlofs.m b/xts5/tset/Xlib14/bfnlofs/bfnlofs.m index f5a7b704..d3084499 100644 --- a/xts5/tset/Xlib14/bfnlofs/bfnlofs.m +++ b/xts5/tset/Xlib14/bfnlofs/bfnlofs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/bfnlofs/bfnlofs.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/bfnlofs/bfnlofs.m,v 1.2 2005-11-03 08:42:42 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/bfnlofs/bfnlofs.m +>># File: xts5/tset/Xlib14/bfnlofs/bfnlofs.m >># >># Description: >># Tests for XBaseFontNameListOfFontSet() >># >># Modifications: >># $Log: bfnlofs.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:42 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:41 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/closeim/closeim.m b/xts5/tset/Xlib14/closeim/closeim.m index 1a8f02e1..f0ed7ac0 100644 --- a/xts5/tset/Xlib14/closeim/closeim.m +++ b/xts5/tset/Xlib14/closeim/closeim.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/closeim/closeim.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/closeim/closeim.m,v 1.2 2005-11-03 08:42:42 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/closeim/closeim.m +>># File: xts5/tset/Xlib14/closeim/closeim.m >># >># Description: >># Tests for XCloseIM() >># >># Modifications: >># $Log: closeim.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:42 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:42 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/condd/condd.m b/xts5/tset/Xlib14/condd/condd.m index 46dd79e1..735c3ded 100644 --- a/xts5/tset/Xlib14/condd/condd.m +++ b/xts5/tset/Xlib14/condd/condd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/condd/condd.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/condd/condd.m,v 1.2 2005-11-03 08:42:42 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/condd/condd.m +>># File: xts5/tset/Xlib14/condd/condd.m >># >># Description: >># Tests for XContextDependentDrawing() >># >># Modifications: >># $Log: condd.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:42 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:42 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/crfset/crfset.m b/xts5/tset/Xlib14/crfset/crfset.m index 70c55533..7ebb97d9 100644 --- a/xts5/tset/Xlib14/crfset/crfset.m +++ b/xts5/tset/Xlib14/crfset/crfset.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/crfset/crfset.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/crfset/crfset.m,v 1.2 2005-11-03 08:42:42 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/crfset/crfset.m +>># File: xts5/tset/Xlib14/crfset/crfset.m >># >># Description: >># Tests for XCreateFontSet() >># >># Modifications: >># $Log: crfset.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:42 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:43 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/crtic/crtic.m b/xts5/tset/Xlib14/crtic/crtic.m index 5192f7e6..1eff08be 100644 --- a/xts5/tset/Xlib14/crtic/crtic.m +++ b/xts5/tset/Xlib14/crtic/crtic.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/crtic/crtic.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/crtic/crtic.m,v 1.2 2005-11-03 08:42:42 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/crtic/crtic.m +>># File: xts5/tset/Xlib14/crtic/crtic.m >># >># Description: >># Tests for XCreateIC() >># >># Modifications: >># $Log: crtic.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:42 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:43 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/desic/desic.m b/xts5/tset/Xlib14/desic/desic.m index cbd696a7..e5ab0319 100644 --- a/xts5/tset/Xlib14/desic/desic.m +++ b/xts5/tset/Xlib14/desic/desic.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/desic/desic.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/desic/desic.m,v 1.2 2005-11-03 08:42:43 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/desic/desic.m +>># File: xts5/tset/Xlib14/desic/desic.m >># >># Description: >># Tests for XDestroyIC() >># >># Modifications: >># $Log: desic.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:43 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:44 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/dispim/dispim.m b/xts5/tset/Xlib14/dispim/dispim.m index 113ea6b7..e0524f60 100644 --- a/xts5/tset/Xlib14/dispim/dispim.m +++ b/xts5/tset/Xlib14/dispim/dispim.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/dispim/dispim.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/dispim/dispim.m,v 1.2 2005-11-03 08:42:43 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/dispim/dispim.m +>># File: xts5/tset/Xlib14/dispim/dispim.m >># >># Description: >># Tests for XDisplayOfIM() >># >># Modifications: >># $Log: dispim.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:43 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:45 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/exofset/exofset.m b/xts5/tset/Xlib14/exofset/exofset.m index 572df216..bf6e9de1 100644 --- a/xts5/tset/Xlib14/exofset/exofset.m +++ b/xts5/tset/Xlib14/exofset/exofset.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/exofset/exofset.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/exofset/exofset.m,v 1.2 2005-11-03 08:42:43 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/exofset/exofset.m +>># File: xts5/tset/Xlib14/exofset/exofset.m >># >># Description: >># Tests for XExtentsOfFontSet() >># >># Modifications: >># $Log: exofset.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:43 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:45 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/fltrevnt/fltrevnt.m b/xts5/tset/Xlib14/fltrevnt/fltrevnt.m index be098734..917febe6 100644 --- a/xts5/tset/Xlib14/fltrevnt/fltrevnt.m +++ b/xts5/tset/Xlib14/fltrevnt/fltrevnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/fltrevnt/fltrevnt.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/fltrevnt/fltrevnt.m,v 1.2 2005-11-03 08:42:43 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/fltrevnt/fltrevnt.m +>># File: xts5/tset/Xlib14/fltrevnt/fltrevnt.m >># >># Description: >># Tests for XFilterEvent() >># >># Modifications: >># $Log: fltrevnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:43 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:39:14 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/fntofnts/fntofnts.m b/xts5/tset/Xlib14/fntofnts/fntofnts.m index 29a9aee8..d1639697 100644 --- a/xts5/tset/Xlib14/fntofnts/fntofnts.m +++ b/xts5/tset/Xlib14/fntofnts/fntofnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/fntofnts/fntofnts.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/fntofnts/fntofnts.m,v 1.2 2005-11-03 08:42:43 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/fntofnts/fntofnts.m +>># File: xts5/tset/Xlib14/fntofnts/fntofnts.m >># >># Description: >># Tests for XFontsOfFontSet() >># >># Modifications: >># $Log: fntofnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:43 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:46 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/freefs/freefs.m b/xts5/tset/Xlib14/freefs/freefs.m index e779ae33..4e48bfff 100644 --- a/xts5/tset/Xlib14/freefs/freefs.m +++ b/xts5/tset/Xlib14/freefs/freefs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/freefs/freefs.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/freefs/freefs.m,v 1.2 2005-11-03 08:42:43 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/freefs/freefs.m +>># File: xts5/tset/Xlib14/freefs/freefs.m >># >># Description: >># Tests for XFreeFontSet() >># >># Modifications: >># $Log: freefs.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:43 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:46 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/gticvals/gticvals.m b/xts5/tset/Xlib14/gticvals/gticvals.m index 295fc643..ddc83950 100644 --- a/xts5/tset/Xlib14/gticvals/gticvals.m +++ b/xts5/tset/Xlib14/gticvals/gticvals.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/gticvals/gticvals.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/gticvals/gticvals.m,v 1.2 2005-11-03 08:42:43 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/gticvals/gticvals.m +>># File: xts5/tset/Xlib14/gticvals/gticvals.m >># >># Description: >># Tests for XGetICValues() >># >># Modifications: >># $Log: gticvals.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:43 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:47 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/gtimvls/gtimvls.m b/xts5/tset/Xlib14/gtimvls/gtimvls.m index 1a61597d..19ea7f98 100644 --- a/xts5/tset/Xlib14/gtimvls/gtimvls.m +++ b/xts5/tset/Xlib14/gtimvls/gtimvls.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/gtimvls/gtimvls.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/gtimvls/gtimvls.m,v 1.2 2005-11-03 08:42:43 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/gtimvls/gtimvls.m +>># File: xts5/tset/Xlib14/gtimvls/gtimvls.m >># >># Description: >># Tests for XGetIMValues() >># >># Modifications: >># $Log: gtimvls.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:43 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:48 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/imofic/imofic.m b/xts5/tset/Xlib14/imofic/imofic.m index 0b8765a5..b297677c 100644 --- a/xts5/tset/Xlib14/imofic/imofic.m +++ b/xts5/tset/Xlib14/imofic/imofic.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/imofic/imofic.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/imofic/imofic.m,v 1.2 2005-11-03 08:42:44 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/imofic/imofic.m +>># File: xts5/tset/Xlib14/imofic/imofic.m >># >># Description: >># Tests for XIMOfIC() >># >># Modifications: >># $Log: imofic.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:44 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:48 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/loffs/loffs.m b/xts5/tset/Xlib14/loffs/loffs.m index b2c4fb18..40c35ee2 100644 --- a/xts5/tset/Xlib14/loffs/loffs.m +++ b/xts5/tset/Xlib14/loffs/loffs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/loffs/loffs.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/loffs/loffs.m,v 1.2 2005-11-03 08:42:44 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/loffs/loffs.m +>># File: xts5/tset/Xlib14/loffs/loffs.m >># >># Description: >># Tests for XLocaleOfFontSet() >># >># Modifications: >># $Log: loffs.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:44 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:49 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/lofim/lofim.m b/xts5/tset/Xlib14/lofim/lofim.m index 5ed2949e..a0aaa870 100644 --- a/xts5/tset/Xlib14/lofim/lofim.m +++ b/xts5/tset/Xlib14/lofim/lofim.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/lofim/lofim.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/lofim/lofim.m,v 1.2 2005-11-03 08:42:44 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/lofim/lofim.m +>># File: xts5/tset/Xlib14/lofim/lofim.m >># >># Description: >># Tests for XLocaleOfIM() >># >># Modifications: >># $Log: lofim.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:44 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:49 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/mbdistr/mbdistr.m b/xts5/tset/Xlib14/mbdistr/mbdistr.m index aff67a89..e95ca04f 100644 --- a/xts5/tset/Xlib14/mbdistr/mbdistr.m +++ b/xts5/tset/Xlib14/mbdistr/mbdistr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/mbdistr/mbdistr.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/mbdistr/mbdistr.m,v 1.2 2005-11-03 08:42:44 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/mbdistr/mbdistr.m +>># File: xts5/tset/Xlib14/mbdistr/mbdistr.m >># >># Description: >># Tests for XmbDrawImageString() >># >># Modifications: >># $Log: mbdistr.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:44 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:51 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/mbdstr/mbdstr.m b/xts5/tset/Xlib14/mbdstr/mbdstr.m index df763995..b618f431 100644 --- a/xts5/tset/Xlib14/mbdstr/mbdstr.m +++ b/xts5/tset/Xlib14/mbdstr/mbdstr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/mbdstr/mbdstr.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/mbdstr/mbdstr.m,v 1.2 2005-11-03 08:42:44 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/mbdstr/mbdstr.m +>># File: xts5/tset/Xlib14/mbdstr/mbdstr.m >># >># Description: >># Tests for XmbDrawString() >># >># Modifications: >># $Log: mbdstr.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:44 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:53 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/mbdtext/mbdtext.m b/xts5/tset/Xlib14/mbdtext/mbdtext.m index 155c09fe..1d668160 100644 --- a/xts5/tset/Xlib14/mbdtext/mbdtext.m +++ b/xts5/tset/Xlib14/mbdtext/mbdtext.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/mbdtext/mbdtext.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/mbdtext/mbdtext.m,v 1.2 2005-11-03 08:42:44 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/mbdtext/mbdtext.m +>># File: xts5/tset/Xlib14/mbdtext/mbdtext.m >># >># Description: >># Tests for XmbDrawText() >># >># Modifications: >># $Log: mbdtext.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:44 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:55 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/mblstr/mblstr.m b/xts5/tset/Xlib14/mblstr/mblstr.m index da80e102..57d147c2 100644 --- a/xts5/tset/Xlib14/mblstr/mblstr.m +++ b/xts5/tset/Xlib14/mblstr/mblstr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/mblstr/mblstr.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/mblstr/mblstr.m,v 1.2 2005-11-03 08:42:45 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/mblstr/mblstr.m +>># File: xts5/tset/Xlib14/mblstr/mblstr.m >># >># Description: >># Tests for XmbLookupString() >># >># Modifications: >># $Log: mblstr.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:45 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:55 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/mbtesc/mbtesc.m b/xts5/tset/Xlib14/mbtesc/mbtesc.m index b865a8db..9ed6c881 100644 --- a/xts5/tset/Xlib14/mbtesc/mbtesc.m +++ b/xts5/tset/Xlib14/mbtesc/mbtesc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -18,22 +18,25 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/mbtesc/mbtesc.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/mbtesc/mbtesc.m,v 1.2 2005-11-03 08:42:45 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/mbtesc/mbtesc.m +>># File: xts5/tset/Xlib14/mbtesc/mbtesc.m >># >># Description: >># Tests for XmbTextEscapement() >># >># Modifications: >># $Log: mbtesc.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:45 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:57 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/mbtext/mbtext.m b/xts5/tset/Xlib14/mbtext/mbtext.m index 9e9c84ff..834b2bf2 100644 --- a/xts5/tset/Xlib14/mbtext/mbtext.m +++ b/xts5/tset/Xlib14/mbtext/mbtext.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/mbtext/mbtext.m,v 1.1 2005-02-12 14:37:21 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/mbtext/mbtext.m,v 1.2 2005-11-03 08:42:45 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/mbtext/mbtext.m +>># File: xts5/tset/Xlib14/mbtext/mbtext.m >># >># Description: >># Tests for XmbTextExtents() >># >># Modifications: >># $Log: mbtext.m,v $ ->># Revision 1.1 2005-02-12 14:37:21 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:45 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:19 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:58 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/mbtpcex/mbtpcex.m b/xts5/tset/Xlib14/mbtpcex/mbtpcex.m index 20328355..fbcbac6d 100644 --- a/xts5/tset/Xlib14/mbtpcex/mbtpcex.m +++ b/xts5/tset/Xlib14/mbtpcex/mbtpcex.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/mbtpcex/mbtpcex.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/mbtpcex/mbtpcex.m,v 1.2 2005-11-03 08:42:45 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/mbtpcex/mbtpcex.m +>># File: xts5/tset/Xlib14/mbtpcex/mbtpcex.m >># >># Description: >># Tests for XmbTextPerCharExtents() >># >># Modifications: >># $Log: mbtpcex.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:45 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:38:59 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/openim/openim.m b/xts5/tset/Xlib14/openim/openim.m index 3fec1a26..be8790ad 100644 --- a/xts5/tset/Xlib14/openim/openim.m +++ b/xts5/tset/Xlib14/openim/openim.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/openim/openim.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/openim/openim.m,v 1.2 2005-11-03 08:42:45 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/openim/openim.m +>># File: xts5/tset/Xlib14/openim/openim.m >># >># Description: >># Tests for XOpenIM() >># >># Modifications: >># $Log: openim.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:45 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:39:00 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/sicvals/sicvals.m b/xts5/tset/Xlib14/sicvals/sicvals.m index b1136564..d45a2065 100644 --- a/xts5/tset/Xlib14/sicvals/sicvals.m +++ b/xts5/tset/Xlib14/sicvals/sicvals.m @@ -17,7 +17,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/sicvals/sicvals.m,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/sicvals/sicvals.m,v 1.3 2005-11-03 08:42:45 jmichael Exp $ Copyright (c) 1999 The Open Group Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -25,14 +25,17 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/sicvals/sicvals.m +>># File: xts5/tset/Xlib14/sicvals/sicvals.m >># >># Description: >># Tests for XSetICValues() >># >># Modifications: >># $Log: sicvals.m,v $ ->># Revision 1.2 2005-04-21 09:40:42 ajosey +>># Revision 1.3 2005-11-03 08:42:45 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/21 09:40:42 ajosey >># resync to VSW5.1.5 >># >># Revision 8.2 2005/01/21 10:42:24 gwc diff --git a/xts5/tset/Xlib14/slocale/slocale.m b/xts5/tset/Xlib14/slocale/slocale.m index baabe10c..8c679693 100644 --- a/xts5/tset/Xlib14/slocale/slocale.m +++ b/xts5/tset/Xlib14/slocale/slocale.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/slocale/slocale.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/slocale/slocale.m,v 1.2 2005-11-03 08:42:45 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/slocale/slocale.m +>># File: xts5/tset/Xlib14/slocale/slocale.m >># >># Description: >># Tests for XSupportsLocale() >># >># Modifications: >># $Log: slocale.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:45 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:39:02 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/stlmod/stlmod.m b/xts5/tset/Xlib14/stlmod/stlmod.m index 12980cb1..bcbc9f25 100644 --- a/xts5/tset/Xlib14/stlmod/stlmod.m +++ b/xts5/tset/Xlib14/stlmod/stlmod.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/stlmod/stlmod.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/stlmod/stlmod.m,v 1.2 2005-11-03 08:42:46 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/stlmod/stlmod.m +>># File: xts5/tset/Xlib14/stlmod/stlmod.m >># >># Description: >># Tests for XSetLocaleModifiers() >># >># Modifications: >># $Log: stlmod.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:46 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:39:02 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/vcnlist/vcnlist.m b/xts5/tset/Xlib14/vcnlist/vcnlist.m index 35dd746c..071fd2f5 100644 --- a/xts5/tset/Xlib14/vcnlist/vcnlist.m +++ b/xts5/tset/Xlib14/vcnlist/vcnlist.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/vcnlist/vcnlist.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/vcnlist/vcnlist.m,v 1.2 2005-11-03 08:42:46 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/vcnlist/vcnlist.m +>># File: xts5/tset/Xlib14/vcnlist/vcnlist.m >># >># Description: >># Tests for XVaCreateNestedList() >># >># Modifications: >># $Log: vcnlist.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:46 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:39:03 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/wcdistr/wcdistr.m b/xts5/tset/Xlib14/wcdistr/wcdistr.m index f3edfd0f..61d5ec0a 100644 --- a/xts5/tset/Xlib14/wcdistr/wcdistr.m +++ b/xts5/tset/Xlib14/wcdistr/wcdistr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/wcdistr/wcdistr.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/wcdistr/wcdistr.m,v 1.2 2005-11-03 08:42:46 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/wcdistr/wcdistr.m +>># File: xts5/tset/Xlib14/wcdistr/wcdistr.m >># >># Description: >># Tests for XwcDrawImageString() >># >># Modifications: >># $Log: wcdistr.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:46 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:39:05 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/wcdstr/wcdstr.m b/xts5/tset/Xlib14/wcdstr/wcdstr.m index 25693539..33f5660b 100644 --- a/xts5/tset/Xlib14/wcdstr/wcdstr.m +++ b/xts5/tset/Xlib14/wcdstr/wcdstr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/wcdstr/wcdstr.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/wcdstr/wcdstr.m,v 1.2 2005-11-03 08:42:46 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/wcdstr/wcdstr.m +>># File: xts5/tset/Xlib14/wcdstr/wcdstr.m >># >># Description: >># Tests for XwcDrawString() >># >># Modifications: >># $Log: wcdstr.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:46 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:39:07 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/wcdtext/wcdtext.m b/xts5/tset/Xlib14/wcdtext/wcdtext.m index 7ec517b1..c1c228e4 100644 --- a/xts5/tset/Xlib14/wcdtext/wcdtext.m +++ b/xts5/tset/Xlib14/wcdtext/wcdtext.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/wcdtext/wcdtext.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/wcdtext/wcdtext.m,v 1.2 2005-11-03 08:42:46 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/wcdtext/wcdtext.m +>># File: xts5/tset/Xlib14/wcdtext/wcdtext.m >># >># Description: >># Tests for XwcDrawText() >># >># Modifications: >># $Log: wcdtext.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:46 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:39:09 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/wclustr/wclustr.m b/xts5/tset/Xlib14/wclustr/wclustr.m index ef106666..7aa62e3d 100644 --- a/xts5/tset/Xlib14/wclustr/wclustr.m +++ b/xts5/tset/Xlib14/wclustr/wclustr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/wclustr/wclustr.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/wclustr/wclustr.m,v 1.2 2005-11-03 08:42:46 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/wclustr/wclustr.m +>># File: xts5/tset/Xlib14/wclustr/wclustr.m >># >># Description: >># Tests for XwcLookupString() >># >># Modifications: >># $Log: wclustr.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:46 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:39:10 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/wctesc/wctesc.m b/xts5/tset/Xlib14/wctesc/wctesc.m index 1de18533..02aa7906 100644 --- a/xts5/tset/Xlib14/wctesc/wctesc.m +++ b/xts5/tset/Xlib14/wctesc/wctesc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/wctesc/wctesc.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/wctesc/wctesc.m,v 1.2 2005-11-03 08:42:46 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/wctesc/wctesc.m +>># File: xts5/tset/Xlib14/wctesc/wctesc.m >># >># Description: >># Tests for XwcTextEscapement() >># >># Modifications: >># $Log: wctesc.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:46 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:39:11 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/wctpcex/wctpcex.m b/xts5/tset/Xlib14/wctpcex/wctpcex.m index 75cbeeda..a6694893 100644 --- a/xts5/tset/Xlib14/wctpcex/wctpcex.m +++ b/xts5/tset/Xlib14/wctpcex/wctpcex.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/wctpcex/wctpcex.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/wctpcex/wctpcex.m,v 1.2 2005-11-03 08:42:47 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/wctpcex/wctpcex.m +>># File: xts5/tset/Xlib14/wctpcex/wctpcex.m >># >># Description: >># Tests for XwcTextPerCharExtents() >># >># Modifications: >># $Log: wctpcex.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:47 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:39:12 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib14/wctxtex/wctxtex.m b/xts5/tset/Xlib14/wctxtex/wctxtex.m index 83728dbd..d5fae6e4 100644 --- a/xts5/tset/Xlib14/wctxtex/wctxtex.m +++ b/xts5/tset/Xlib14/wctxtex/wctxtex.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/wctxtex/wctxtex.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib14/wctxtex/wctxtex.m,v 1.2 2005-11-03 08:42:47 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib14/wctxtex/wctxtex.m +>># File: xts5/tset/Xlib14/wctxtex/wctxtex.m >># >># Description: >># Tests for XwcTextExtents() >># >># Modifications: >># $Log: wctxtex.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:47 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:39:13 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/allcclsshn/allcclsshn.m b/xts5/tset/Xlib15/allcclsshn/allcclsshn.m index 58ee8868..d5dec038 100644 --- a/xts5/tset/Xlib15/allcclsshn/allcclsshn.m +++ b/xts5/tset/Xlib15/allcclsshn/allcclsshn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/allcclsshn/allcclsshn.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/allcclsshn/allcclsshn.m,v 1.2 2005-11-03 08:42:47 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/allcclsshn/allcclsshn.m +>># File: xts5/tset/Xlib15/allcclsshn/allcclsshn.m >># >># Description: >># Tests for XAllocClassHint() >># >># Modifications: >># $Log: allcclsshn.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:47 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:47 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/allcicnsz/allcicnsz.m b/xts5/tset/Xlib15/allcicnsz/allcicnsz.m index 6e71eae2..c766a5f5 100644 --- a/xts5/tset/Xlib15/allcicnsz/allcicnsz.m +++ b/xts5/tset/Xlib15/allcicnsz/allcicnsz.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/allcicnsz/allcicnsz.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/allcicnsz/allcicnsz.m,v 1.2 2005-11-03 08:42:47 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/allcicnsz/allcicnsz.m +>># File: xts5/tset/Xlib15/allcicnsz/allcicnsz.m >># >># Description: >># Tests for XAllocIconSize() >># >># Modifications: >># $Log: allcicnsz.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:47 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:47 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/allcstndrd/allcstndrd.m b/xts5/tset/Xlib15/allcstndrd/allcstndrd.m index 09e3ab34..7749fc4b 100644 --- a/xts5/tset/Xlib15/allcstndrd/allcstndrd.m +++ b/xts5/tset/Xlib15/allcstndrd/allcstndrd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/allcstndrd/allcstndrd.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/allcstndrd/allcstndrd.m,v 1.2 2005-11-03 08:42:47 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/allcstndrd/allcstndrd.m +>># File: xts5/tset/Xlib15/allcstndrd/allcstndrd.m >># >># Description: >># Tests for XAllocStandardColormap() >># >># Modifications: >># $Log: allcstndrd.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:47 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:48 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/allcszhnts/allcszhnts.m b/xts5/tset/Xlib15/allcszhnts/allcszhnts.m index 5f6f9a8e..9f92d92b 100644 --- a/xts5/tset/Xlib15/allcszhnts/allcszhnts.m +++ b/xts5/tset/Xlib15/allcszhnts/allcszhnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/allcszhnts/allcszhnts.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/allcszhnts/allcszhnts.m,v 1.2 2005-11-03 08:42:47 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/allcszhnts/allcszhnts.m +>># File: xts5/tset/Xlib15/allcszhnts/allcszhnts.m >># >># Description: >># Tests for XAllocSizeHints() >># >># Modifications: >># $Log: allcszhnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:47 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:48 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/allcwmhnts/allcwmhnts.m b/xts5/tset/Xlib15/allcwmhnts/allcwmhnts.m index 0e8898bf..47c2a86e 100644 --- a/xts5/tset/Xlib15/allcwmhnts/allcwmhnts.m +++ b/xts5/tset/Xlib15/allcwmhnts/allcwmhnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/allcwmhnts/allcwmhnts.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/allcwmhnts/allcwmhnts.m,v 1.2 2005-11-03 08:42:47 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/allcwmhnts/allcwmhnts.m +>># File: xts5/tset/Xlib15/allcwmhnts/allcwmhnts.m >># >># Description: >># Tests for XAllocWMHints() >># >># Modifications: >># $Log: allcwmhnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:47 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:49 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/frstrlst/frstrlst.m b/xts5/tset/Xlib15/frstrlst/frstrlst.m index b8f1f438..df8e3deb 100644 --- a/xts5/tset/Xlib15/frstrlst/frstrlst.m +++ b/xts5/tset/Xlib15/frstrlst/frstrlst.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/frstrlst/frstrlst.m,v 1.1 2005-02-12 14:37:22 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/frstrlst/frstrlst.m,v 1.2 2005-11-03 08:42:48 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/frstrlst/frstrlst.m +>># File: xts5/tset/Xlib15/frstrlst/frstrlst.m >># >># Description: >># Tests for XFreeStringList() >># >># Modifications: >># $Log: frstrlst.m,v $ ->># Revision 1.1 2005-02-12 14:37:22 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:48 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:49 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/ftchnm/ftchnm.m b/xts5/tset/Xlib15/ftchnm/ftchnm.m index 6528ad68..01b6ac38 100644 --- a/xts5/tset/Xlib15/ftchnm/ftchnm.m +++ b/xts5/tset/Xlib15/ftchnm/ftchnm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/ftchnm/ftchnm.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/ftchnm/ftchnm.m,v 1.2 2005-11-03 08:42:48 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/ftchnm/ftchnm.m +>># File: xts5/tset/Xlib15/ftchnm/ftchnm.m >># >># Description: >># Tests for XFetchName() >># >># Modifications: >># $Log: ftchnm.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:48 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:50 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/gtclsshnt/gtclsshnt.m b/xts5/tset/Xlib15/gtclsshnt/gtclsshnt.m index 4e8dee7d..2ae54374 100644 --- a/xts5/tset/Xlib15/gtclsshnt/gtclsshnt.m +++ b/xts5/tset/Xlib15/gtclsshnt/gtclsshnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtclsshnt/gtclsshnt.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtclsshnt/gtclsshnt.m,v 1.2 2005-11-03 08:42:48 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/gtclsshnt/gtclsshnt.m +>># File: xts5/tset/Xlib15/gtclsshnt/gtclsshnt.m >># >># Description: >># Tests for XGetClassHint() >># >># Modifications: >># $Log: gtclsshnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:48 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:50 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/gtcmmnd/gtcmmnd.m b/xts5/tset/Xlib15/gtcmmnd/gtcmmnd.m index 4277a34f..b05448bc 100644 --- a/xts5/tset/Xlib15/gtcmmnd/gtcmmnd.m +++ b/xts5/tset/Xlib15/gtcmmnd/gtcmmnd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtcmmnd/gtcmmnd.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtcmmnd/gtcmmnd.m,v 1.2 2005-11-03 08:42:48 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/gtcmmnd/gtcmmnd.m +>># File: xts5/tset/Xlib15/gtcmmnd/gtcmmnd.m >># >># Description: >># Tests for XGetCommand() >># >># Modifications: >># $Log: gtcmmnd.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:48 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:51 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/gticnnm/gticnnm.m b/xts5/tset/Xlib15/gticnnm/gticnnm.m index 8f017aed..c89965d4 100644 --- a/xts5/tset/Xlib15/gticnnm/gticnnm.m +++ b/xts5/tset/Xlib15/gticnnm/gticnnm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gticnnm/gticnnm.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gticnnm/gticnnm.m,v 1.2 2005-11-03 08:42:48 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/gticnnm/gticnnm.m +>># File: xts5/tset/Xlib15/gticnnm/gticnnm.m >># >># Description: >># Tests for XGetIconName() >># >># Modifications: >># $Log: gticnnm.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:48 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:51 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/gticnszs/gticnszs.m b/xts5/tset/Xlib15/gticnszs/gticnszs.m index 9a9e6b6b..61141e4d 100644 --- a/xts5/tset/Xlib15/gticnszs/gticnszs.m +++ b/xts5/tset/Xlib15/gticnszs/gticnszs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gticnszs/gticnszs.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gticnszs/gticnszs.m,v 1.2 2005-11-03 08:42:48 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/gticnszs/gticnszs.m +>># File: xts5/tset/Xlib15/gticnszs/gticnszs.m >># >># Description: >># Tests for XGetIconSizes() >># >># Modifications: >># $Log: gticnszs.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:48 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:52 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/gtrgbclrmp/gtrgbclrmp.m b/xts5/tset/Xlib15/gtrgbclrmp/gtrgbclrmp.m index f16729eb..dc950ae6 100644 --- a/xts5/tset/Xlib15/gtrgbclrmp/gtrgbclrmp.m +++ b/xts5/tset/Xlib15/gtrgbclrmp/gtrgbclrmp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtrgbclrmp/gtrgbclrmp.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtrgbclrmp/gtrgbclrmp.m,v 1.2 2005-11-03 08:42:48 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/gtrgbclrmp/gtrgbclrmp.m +>># File: xts5/tset/Xlib15/gtrgbclrmp/gtrgbclrmp.m >># >># Description: >># Tests for XGetRGBColormaps() >># >># Modifications: >># $Log: gtrgbclrmp.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:48 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:53 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/gttrnsntfr/gttrnsntfr.m b/xts5/tset/Xlib15/gttrnsntfr/gttrnsntfr.m index 43a9b4e1..d8cf57b0 100644 --- a/xts5/tset/Xlib15/gttrnsntfr/gttrnsntfr.m +++ b/xts5/tset/Xlib15/gttrnsntfr/gttrnsntfr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gttrnsntfr/gttrnsntfr.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gttrnsntfr/gttrnsntfr.m,v 1.2 2005-11-03 08:42:49 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/gttrnsntfr/gttrnsntfr.m +>># File: xts5/tset/Xlib15/gttrnsntfr/gttrnsntfr.m >># >># Description: >># Tests for XGetTransientForHint() >># >># Modifications: >># $Log: gttrnsntfr.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:49 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:53 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/gttxtprprt/gttxtprprt.m b/xts5/tset/Xlib15/gttxtprprt/gttxtprprt.m index f2c66a57..ecce7341 100644 --- a/xts5/tset/Xlib15/gttxtprprt/gttxtprprt.m +++ b/xts5/tset/Xlib15/gttxtprprt/gttxtprprt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gttxtprprt/gttxtprprt.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gttxtprprt/gttxtprprt.m,v 1.2 2005-11-03 08:42:49 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/gttxtprprt/gttxtprprt.m +>># File: xts5/tset/Xlib15/gttxtprprt/gttxtprprt.m >># >># Description: >># Tests for XGetTextProperty() >># >># Modifications: >># $Log: gttxtprprt.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:49 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:54 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/gtwmclntmc/gtwmclntmc.m b/xts5/tset/Xlib15/gtwmclntmc/gtwmclntmc.m index 71a2235c..75e0532b 100644 --- a/xts5/tset/Xlib15/gtwmclntmc/gtwmclntmc.m +++ b/xts5/tset/Xlib15/gtwmclntmc/gtwmclntmc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtwmclntmc/gtwmclntmc.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtwmclntmc/gtwmclntmc.m,v 1.2 2005-11-03 08:42:49 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/gtwmclntmc/gtwmclntmc.m +>># File: xts5/tset/Xlib15/gtwmclntmc/gtwmclntmc.m >># >># Description: >># Tests for XGetWMClientMachine() >># >># Modifications: >># $Log: gtwmclntmc.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:49 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:54 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/gtwmclrmpw/gtwmclrmpw.m b/xts5/tset/Xlib15/gtwmclrmpw/gtwmclrmpw.m index 84023ae5..f3a4da10 100644 --- a/xts5/tset/Xlib15/gtwmclrmpw/gtwmclrmpw.m +++ b/xts5/tset/Xlib15/gtwmclrmpw/gtwmclrmpw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtwmclrmpw/gtwmclrmpw.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtwmclrmpw/gtwmclrmpw.m,v 1.2 2005-11-03 08:42:49 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/gtwmclrmpw/gtwmclrmpw.m +>># File: xts5/tset/Xlib15/gtwmclrmpw/gtwmclrmpw.m >># >># Description: >># Tests for XGetWMColormapWindows() >># >># Modifications: >># $Log: gtwmclrmpw.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:49 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:54 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/gtwmhnts/gtwmhnts.m b/xts5/tset/Xlib15/gtwmhnts/gtwmhnts.m index 50b214fa..a8e35f77 100644 --- a/xts5/tset/Xlib15/gtwmhnts/gtwmhnts.m +++ b/xts5/tset/Xlib15/gtwmhnts/gtwmhnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtwmhnts/gtwmhnts.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtwmhnts/gtwmhnts.m,v 1.2 2005-11-03 08:42:49 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/gtwmhnts/gtwmhnts.m +>># File: xts5/tset/Xlib15/gtwmhnts/gtwmhnts.m >># >># Description: >># Tests for XGetWMHints() >># >># Modifications: >># $Log: gtwmhnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:49 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:55 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/gtwmicnnm/gtwmicnnm.m b/xts5/tset/Xlib15/gtwmicnnm/gtwmicnnm.m index b296238a..8696f5b0 100644 --- a/xts5/tset/Xlib15/gtwmicnnm/gtwmicnnm.m +++ b/xts5/tset/Xlib15/gtwmicnnm/gtwmicnnm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtwmicnnm/gtwmicnnm.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtwmicnnm/gtwmicnnm.m,v 1.2 2005-11-03 08:42:49 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/gtwmicnnm/gtwmicnnm.m +>># File: xts5/tset/Xlib15/gtwmicnnm/gtwmicnnm.m >># >># Description: >># Tests for XGetWMIconName() >># >># Modifications: >># $Log: gtwmicnnm.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:49 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:20 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:56 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/gtwmnm/gtwmnm.m b/xts5/tset/Xlib15/gtwmnm/gtwmnm.m index 9f1d6a8c..81551fa4 100644 --- a/xts5/tset/Xlib15/gtwmnm/gtwmnm.m +++ b/xts5/tset/Xlib15/gtwmnm/gtwmnm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtwmnm/gtwmnm.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtwmnm/gtwmnm.m,v 1.2 2005-11-03 08:42:50 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/gtwmnm/gtwmnm.m +>># File: xts5/tset/Xlib15/gtwmnm/gtwmnm.m >># >># Description: >># Tests for XGetWMName() >># >># Modifications: >># $Log: gtwmnm.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:50 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:56 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/gtwmnrmlhn/gtwmnrmlhn.m b/xts5/tset/Xlib15/gtwmnrmlhn/gtwmnrmlhn.m index ffcfbad9..9a159de7 100644 --- a/xts5/tset/Xlib15/gtwmnrmlhn/gtwmnrmlhn.m +++ b/xts5/tset/Xlib15/gtwmnrmlhn/gtwmnrmlhn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtwmnrmlhn/gtwmnrmlhn.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtwmnrmlhn/gtwmnrmlhn.m,v 1.2 2005-11-03 08:42:50 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/gtwmnrmlhn/gtwmnrmlhn.m +>># File: xts5/tset/Xlib15/gtwmnrmlhn/gtwmnrmlhn.m >># >># Description: >># Tests for XGetWMNormalHints() >># >># Modifications: >># $Log: gtwmnrmlhn.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:50 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:57 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/gtwmprtcls/gtwmprtcls.m b/xts5/tset/Xlib15/gtwmprtcls/gtwmprtcls.m index 0bd9e813..d85a5abb 100644 --- a/xts5/tset/Xlib15/gtwmprtcls/gtwmprtcls.m +++ b/xts5/tset/Xlib15/gtwmprtcls/gtwmprtcls.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtwmprtcls/gtwmprtcls.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtwmprtcls/gtwmprtcls.m,v 1.2 2005-11-03 08:42:50 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/gtwmprtcls/gtwmprtcls.m +>># File: xts5/tset/Xlib15/gtwmprtcls/gtwmprtcls.m >># >># Description: >># Tests for XGetWMProtocols() >># >># Modifications: >># $Log: gtwmprtcls.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:50 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:57 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/gtwmszhnts/gtwmszhnts.m b/xts5/tset/Xlib15/gtwmszhnts/gtwmszhnts.m index 666a4f33..a8e351c6 100644 --- a/xts5/tset/Xlib15/gtwmszhnts/gtwmszhnts.m +++ b/xts5/tset/Xlib15/gtwmszhnts/gtwmszhnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtwmszhnts/gtwmszhnts.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/gtwmszhnts/gtwmszhnts.m,v 1.2 2005-11-03 08:42:50 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/gtwmszhnts/gtwmszhnts.m +>># File: xts5/tset/Xlib15/gtwmszhnts/gtwmszhnts.m >># >># Description: >># Tests for XGetWMSizeHints() >># >># Modifications: >># $Log: gtwmszhnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:50 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:58 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/icnfywdw/icnfywdw.m b/xts5/tset/Xlib15/icnfywdw/icnfywdw.m index f5dab271..8302ba46 100644 --- a/xts5/tset/Xlib15/icnfywdw/icnfywdw.m +++ b/xts5/tset/Xlib15/icnfywdw/icnfywdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/icnfywdw/icnfywdw.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/icnfywdw/icnfywdw.m,v 1.2 2005-11-03 08:42:50 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/icnfywdw/icnfywdw.m +>># File: xts5/tset/Xlib15/icnfywdw/icnfywdw.m >># >># Description: >># Tests for XIconifyWindow() >># >># Modifications: >># $Log: icnfywdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:50 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:58 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/rcnfgrwmwd/rcnfgrwmwd.m b/xts5/tset/Xlib15/rcnfgrwmwd/rcnfgrwmwd.m index 1384d8ff..16c44d41 100644 --- a/xts5/tset/Xlib15/rcnfgrwmwd/rcnfgrwmwd.m +++ b/xts5/tset/Xlib15/rcnfgrwmwd/rcnfgrwmwd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/rcnfgrwmwd/rcnfgrwmwd.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/rcnfgrwmwd/rcnfgrwmwd.m,v 1.2 2005-11-03 08:42:50 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/rcnfgrwmwd/rcnfgrwmwd.m +>># File: xts5/tset/Xlib15/rcnfgrwmwd/rcnfgrwmwd.m >># >># Description: >># Tests for XReconfigureWMWindow() >># >># Modifications: >># $Log: rcnfgrwmwd.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:50 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:59 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/stclsshnt/stclsshnt.m b/xts5/tset/Xlib15/stclsshnt/stclsshnt.m index d287ea21..7599e773 100644 --- a/xts5/tset/Xlib15/stclsshnt/stclsshnt.m +++ b/xts5/tset/Xlib15/stclsshnt/stclsshnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stclsshnt/stclsshnt.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stclsshnt/stclsshnt.m,v 1.2 2005-11-03 08:42:50 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/stclsshnt/stclsshnt.m +>># File: xts5/tset/Xlib15/stclsshnt/stclsshnt.m >># >># Description: >># Tests for XSetClassHint() >># >># Modifications: >># $Log: stclsshnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:50 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:59 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/stcmmnd/stcmmnd.m b/xts5/tset/Xlib15/stcmmnd/stcmmnd.m index a836aa56..0f031eda 100644 --- a/xts5/tset/Xlib15/stcmmnd/stcmmnd.m +++ b/xts5/tset/Xlib15/stcmmnd/stcmmnd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stcmmnd/stcmmnd.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stcmmnd/stcmmnd.m,v 1.2 2005-11-03 08:42:50 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/stcmmnd/stcmmnd.m +>># File: xts5/tset/Xlib15/stcmmnd/stcmmnd.m >># >># Description: >># Tests for XSetCommand() >># >># Modifications: >># $Log: stcmmnd.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:50 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:00 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/sticnnm/sticnnm.m b/xts5/tset/Xlib15/sticnnm/sticnnm.m index 1ad9fbfa..836ad4d8 100644 --- a/xts5/tset/Xlib15/sticnnm/sticnnm.m +++ b/xts5/tset/Xlib15/sticnnm/sticnnm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/sticnnm/sticnnm.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/sticnnm/sticnnm.m,v 1.2 2005-11-03 08:42:51 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/sticnnm/sticnnm.m +>># File: xts5/tset/Xlib15/sticnnm/sticnnm.m >># >># Description: >># Tests for XSetIconName() >># >># Modifications: >># $Log: sticnnm.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:51 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:00 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/sticnszs/sticnszs.m b/xts5/tset/Xlib15/sticnszs/sticnszs.m index 3f290ab2..9b431ac8 100644 --- a/xts5/tset/Xlib15/sticnszs/sticnszs.m +++ b/xts5/tset/Xlib15/sticnszs/sticnszs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/sticnszs/sticnszs.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/sticnszs/sticnszs.m,v 1.2 2005-11-03 08:42:51 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/sticnszs/sticnszs.m +>># File: xts5/tset/Xlib15/sticnszs/sticnszs.m >># >># Description: >># Tests for XSetIconSizes() >># >># Modifications: >># $Log: sticnszs.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:51 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:01 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/strgbclrmp/strgbclrmp.m b/xts5/tset/Xlib15/strgbclrmp/strgbclrmp.m index 9f4094bb..1c1f6799 100644 --- a/xts5/tset/Xlib15/strgbclrmp/strgbclrmp.m +++ b/xts5/tset/Xlib15/strgbclrmp/strgbclrmp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/strgbclrmp/strgbclrmp.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/strgbclrmp/strgbclrmp.m,v 1.2 2005-11-03 08:42:51 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/strgbclrmp/strgbclrmp.m +>># File: xts5/tset/Xlib15/strgbclrmp/strgbclrmp.m >># >># Description: >># Tests for XSetRGBColormaps() >># >># Modifications: >># $Log: strgbclrmp.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:51 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:01 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/strlstttxt/strlstttxt.m b/xts5/tset/Xlib15/strlstttxt/strlstttxt.m index 5a473997..c13847d6 100644 --- a/xts5/tset/Xlib15/strlstttxt/strlstttxt.m +++ b/xts5/tset/Xlib15/strlstttxt/strlstttxt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/strlstttxt/strlstttxt.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/strlstttxt/strlstttxt.m,v 1.2 2005-11-03 08:42:51 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/strlstttxt/strlstttxt.m +>># File: xts5/tset/Xlib15/strlstttxt/strlstttxt.m >># >># Description: >># Tests for XStringListToTextProperty() >># >># Modifications: >># $Log: strlstttxt.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:51 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:02 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/strnm/strnm.m b/xts5/tset/Xlib15/strnm/strnm.m index f9bea429..66720aa0 100644 --- a/xts5/tset/Xlib15/strnm/strnm.m +++ b/xts5/tset/Xlib15/strnm/strnm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/strnm/strnm.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/strnm/strnm.m,v 1.2 2005-11-03 08:42:51 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/strnm/strnm.m +>># File: xts5/tset/Xlib15/strnm/strnm.m >># >># Description: >># Tests for XStoreName() >># >># Modifications: >># $Log: strnm.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:51 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:02 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/sttrnsntfr/sttrnsntfr.m b/xts5/tset/Xlib15/sttrnsntfr/sttrnsntfr.m index 1d74def1..7c02bd8d 100644 --- a/xts5/tset/Xlib15/sttrnsntfr/sttrnsntfr.m +++ b/xts5/tset/Xlib15/sttrnsntfr/sttrnsntfr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/sttrnsntfr/sttrnsntfr.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/sttrnsntfr/sttrnsntfr.m,v 1.2 2005-11-03 08:42:51 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/sttrnsntfr/sttrnsntfr.m +>># File: xts5/tset/Xlib15/sttrnsntfr/sttrnsntfr.m >># >># Description: >># Tests for XSetTransientForHint() >># >># Modifications: >># $Log: sttrnsntfr.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:51 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:03 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/sttxtprprt/sttxtprprt.m b/xts5/tset/Xlib15/sttxtprprt/sttxtprprt.m index 7edfc11c..de85a77b 100644 --- a/xts5/tset/Xlib15/sttxtprprt/sttxtprprt.m +++ b/xts5/tset/Xlib15/sttxtprprt/sttxtprprt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/sttxtprprt/sttxtprprt.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/sttxtprprt/sttxtprprt.m,v 1.2 2005-11-03 08:42:52 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/sttxtprprt/sttxtprprt.m +>># File: xts5/tset/Xlib15/sttxtprprt/sttxtprprt.m >># >># Description: >># Tests for XSetTextProperty() >># >># Modifications: >># $Log: sttxtprprt.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:52 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:03 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/stwmclntmc/stwmclntmc.m b/xts5/tset/Xlib15/stwmclntmc/stwmclntmc.m index c11cf552..99d4fa39 100644 --- a/xts5/tset/Xlib15/stwmclntmc/stwmclntmc.m +++ b/xts5/tset/Xlib15/stwmclntmc/stwmclntmc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmclntmc/stwmclntmc.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmclntmc/stwmclntmc.m,v 1.2 2005-11-03 08:42:52 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/stwmclntmc/stwmclntmc.m +>># File: xts5/tset/Xlib15/stwmclntmc/stwmclntmc.m >># >># Description: >># Tests for XSetWMClientMachine() >># >># Modifications: >># $Log: stwmclntmc.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:52 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:04 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/stwmclrmpw/stwmclrmpw.m b/xts5/tset/Xlib15/stwmclrmpw/stwmclrmpw.m index ece778ed..74ebb338 100644 --- a/xts5/tset/Xlib15/stwmclrmpw/stwmclrmpw.m +++ b/xts5/tset/Xlib15/stwmclrmpw/stwmclrmpw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmclrmpw/stwmclrmpw.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmclrmpw/stwmclrmpw.m,v 1.2 2005-11-03 08:42:52 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/stwmclrmpw/stwmclrmpw.m +>># File: xts5/tset/Xlib15/stwmclrmpw/stwmclrmpw.m >># >># Description: >># Tests for XSetWMColormapWindows() >># >># Modifications: >># $Log: stwmclrmpw.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:52 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:04 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/stwmhnts/stwmhnts.m b/xts5/tset/Xlib15/stwmhnts/stwmhnts.m index ff3ad7b3..17c3e180 100644 --- a/xts5/tset/Xlib15/stwmhnts/stwmhnts.m +++ b/xts5/tset/Xlib15/stwmhnts/stwmhnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmhnts/stwmhnts.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmhnts/stwmhnts.m,v 1.2 2005-11-03 08:42:53 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/stwmhnts/stwmhnts.m +>># File: xts5/tset/Xlib15/stwmhnts/stwmhnts.m >># >># Description: >># Tests for XSetWMHints() >># >># Modifications: >># $Log: stwmhnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:53 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:05 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/stwmicnnm/stwmicnnm.m b/xts5/tset/Xlib15/stwmicnnm/stwmicnnm.m index f09253a5..35b6afae 100644 --- a/xts5/tset/Xlib15/stwmicnnm/stwmicnnm.m +++ b/xts5/tset/Xlib15/stwmicnnm/stwmicnnm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmicnnm/stwmicnnm.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmicnnm/stwmicnnm.m,v 1.2 2005-11-03 08:42:53 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/stwmicnnm/stwmicnnm.m +>># File: xts5/tset/Xlib15/stwmicnnm/stwmicnnm.m >># >># Description: >># Tests for XSetWMIconName() >># >># Modifications: >># $Log: stwmicnnm.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:53 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:06 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/stwmnm/stwmnm.m b/xts5/tset/Xlib15/stwmnm/stwmnm.m index 4b833ed5..6cd79064 100644 --- a/xts5/tset/Xlib15/stwmnm/stwmnm.m +++ b/xts5/tset/Xlib15/stwmnm/stwmnm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmnm/stwmnm.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmnm/stwmnm.m,v 1.2 2005-11-03 08:42:53 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/stwmnm/stwmnm.m +>># File: xts5/tset/Xlib15/stwmnm/stwmnm.m >># >># Description: >># Tests for XSetWMName() >># >># Modifications: >># $Log: stwmnm.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:53 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:06 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/stwmnrmlhn/stwmnrmlhn.m b/xts5/tset/Xlib15/stwmnrmlhn/stwmnrmlhn.m index c29edf53..14edbdc4 100644 --- a/xts5/tset/Xlib15/stwmnrmlhn/stwmnrmlhn.m +++ b/xts5/tset/Xlib15/stwmnrmlhn/stwmnrmlhn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmnrmlhn/stwmnrmlhn.m,v 1.1 2005-02-12 14:37:23 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmnrmlhn/stwmnrmlhn.m,v 1.2 2005-11-03 08:42:53 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/stwmnrmlhn/stwmnrmlhn.m +>># File: xts5/tset/Xlib15/stwmnrmlhn/stwmnrmlhn.m >># >># Description: >># Tests for XSetWMNormalHints() >># >># Modifications: >># $Log: stwmnrmlhn.m,v $ ->># Revision 1.1 2005-02-12 14:37:23 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:53 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:07 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/stwmprprts/Test1.c b/xts5/tset/Xlib15/stwmprprts/Test1.c index a6bd7aab..fb28da18 100644 --- a/xts5/tset/Xlib15/stwmprprts/Test1.c +++ b/xts5/tset/Xlib15/stwmprprts/Test1.c @@ -20,21 +20,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmprprts/Test1.c,v 1.4 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmprprts/Test1.c,v 1.5 2005-11-03 08:42:54 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/tset/Xlib15/stwmprprts/Test1.c +* File: xts5/tset/Xlib15/stwmprprts/Test1.c * * Description: * Tests for XSetWMProperties() * * Modifications: * $Log: Test1.c,v $ -* Revision 1.4 2005-04-21 09:40:42 ajosey +* Revision 1.5 2005-11-03 08:42:54 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.4 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.1 2000/02/04 15:27:12 vsx diff --git a/xts5/tset/Xlib15/stwmprprts/Test2.c b/xts5/tset/Xlib15/stwmprprts/Test2.c index 829f148b..8d6512ac 100644 --- a/xts5/tset/Xlib15/stwmprprts/Test2.c +++ b/xts5/tset/Xlib15/stwmprprts/Test2.c @@ -20,21 +20,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmprprts/Test2.c,v 1.4 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmprprts/Test2.c,v 1.5 2005-11-03 08:42:54 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/tset/Xlib15/stwmprprts/Test2.c +* File: xts5/tset/Xlib15/stwmprprts/Test2.c * * Description: * Tests for XSetWMProperties() * * Modifications: * $Log: Test2.c,v $ -* Revision 1.4 2005-04-21 09:40:42 ajosey +* Revision 1.5 2005-11-03 08:42:54 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.4 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.1 2000/02/04 15:27:12 vsx diff --git a/xts5/tset/Xlib15/stwmprprts/stwmprprts.m b/xts5/tset/Xlib15/stwmprprts/stwmprprts.m index 5b644fa2..742e5672 100644 --- a/xts5/tset/Xlib15/stwmprprts/stwmprprts.m +++ b/xts5/tset/Xlib15/stwmprprts/stwmprprts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmprprts/stwmprprts.m,v 1.1 2005-02-12 14:37:24 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmprprts/stwmprprts.m,v 1.2 2005-11-03 08:42:54 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/stwmprprts/stwmprprts.m +>># File: xts5/tset/Xlib15/stwmprprts/stwmprprts.m >># >># Description: >># Tests for XSetWMProperties() >># >># Modifications: >># $Log: stwmprprts.m,v $ ->># Revision 1.1 2005-02-12 14:37:24 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:54 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:08 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/stwmprtcls/stwmprtcls.m b/xts5/tset/Xlib15/stwmprtcls/stwmprtcls.m index 3c98fb50..da40d8fd 100644 --- a/xts5/tset/Xlib15/stwmprtcls/stwmprtcls.m +++ b/xts5/tset/Xlib15/stwmprtcls/stwmprtcls.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmprtcls/stwmprtcls.m,v 1.1 2005-02-12 14:37:24 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmprtcls/stwmprtcls.m,v 1.2 2005-11-03 08:42:54 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/stwmprtcls/stwmprtcls.m +>># File: xts5/tset/Xlib15/stwmprtcls/stwmprtcls.m >># >># Description: >># Tests for XSetWMProtocols() >># >># Modifications: >># $Log: stwmprtcls.m,v $ ->># Revision 1.1 2005-02-12 14:37:24 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:54 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:09 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/stwmszhnts/stwmszhnts.m b/xts5/tset/Xlib15/stwmszhnts/stwmszhnts.m index b8239dce..9a6634f0 100644 --- a/xts5/tset/Xlib15/stwmszhnts/stwmszhnts.m +++ b/xts5/tset/Xlib15/stwmszhnts/stwmszhnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmszhnts/stwmszhnts.m,v 1.1 2005-02-12 14:37:24 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/stwmszhnts/stwmszhnts.m,v 1.2 2005-11-03 08:42:54 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/stwmszhnts/stwmszhnts.m +>># File: xts5/tset/Xlib15/stwmszhnts/stwmszhnts.m >># >># Description: >># Tests for XSetWMSizeHints() >># >># Modifications: >># $Log: stwmszhnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:24 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:54 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:09 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/txtprprtyt/txtprprtyt.m b/xts5/tset/Xlib15/txtprprtyt/txtprprtyt.m index 02ec7a4e..52188bdc 100644 --- a/xts5/tset/Xlib15/txtprprtyt/txtprprtyt.m +++ b/xts5/tset/Xlib15/txtprprtyt/txtprprtyt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/txtprprtyt/txtprprtyt.m,v 1.1 2005-02-12 14:37:24 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/txtprprtyt/txtprprtyt.m,v 1.2 2005-11-03 08:42:54 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/txtprprtyt/txtprprtyt.m +>># File: xts5/tset/Xlib15/txtprprtyt/txtprprtyt.m >># >># Description: >># Tests for XTextPropertyToStringList() >># >># Modifications: >># $Log: txtprprtyt.m,v $ ->># Revision 1.1 2005-02-12 14:37:24 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:54 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:10 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib15/wthdrwwdw/wthdrwwdw.m b/xts5/tset/Xlib15/wthdrwwdw/wthdrwwdw.m index ef919ad8..c942d5ca 100644 --- a/xts5/tset/Xlib15/wthdrwwdw/wthdrwwdw.m +++ b/xts5/tset/Xlib15/wthdrwwdw/wthdrwwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/wthdrwwdw/wthdrwwdw.m,v 1.1 2005-02-12 14:37:24 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib15/wthdrwwdw/wthdrwwdw.m,v 1.2 2005-11-03 08:42:55 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib15/wthdrwwdw/wthdrwwdw.m +>># File: xts5/tset/Xlib15/wthdrwwdw/wthdrwwdw.m >># >># Description: >># Tests for XWithdrawWindow() >># >># Modifications: >># $Log: wthdrwwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:24 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:55 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:10 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmdstrydtb/rmdstrydtb.m b/xts5/tset/Xlib16/rmdstrydtb/rmdstrydtb.m index 2ffac8a7..ba3d6ff5 100644 --- a/xts5/tset/Xlib16/rmdstrydtb/rmdstrydtb.m +++ b/xts5/tset/Xlib16/rmdstrydtb/rmdstrydtb.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmdstrydtb/rmdstrydtb.m,v 1.1 2005-02-12 14:37:24 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmdstrydtb/rmdstrydtb.m,v 1.2 2005-11-03 08:42:55 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmdstrydtb/rmdstrydtb.m +>># File: xts5/tset/Xlib16/rmdstrydtb/rmdstrydtb.m >># >># Description: >># Tests for XrmDestroyDatabase() >># >># Modifications: >># $Log: rmdstrydtb.m,v $ ->># Revision 1.1 2005-02-12 14:37:24 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:55 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:11 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmgtdb/rmgtdb.m b/xts5/tset/Xlib16/rmgtdb/rmgtdb.m index fbb18c2f..62c05038 100644 --- a/xts5/tset/Xlib16/rmgtdb/rmgtdb.m +++ b/xts5/tset/Xlib16/rmgtdb/rmgtdb.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmgtdb/rmgtdb.m,v 1.1 2005-02-12 14:37:24 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmgtdb/rmgtdb.m,v 1.2 2005-11-03 08:42:55 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmgtdb/rmgtdb.m +>># File: xts5/tset/Xlib16/rmgtdb/rmgtdb.m >># >># Description: >># Tests for XrmGetDatabase() >># >># Modifications: >># $Log: rmgtdb.m,v $ ->># Revision 1.1 2005-02-12 14:37:24 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:55 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:26 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmgtfldtbs/rmgtfldtbs.m b/xts5/tset/Xlib16/rmgtfldtbs/rmgtfldtbs.m index b7dd73c6..5e52bb4e 100644 --- a/xts5/tset/Xlib16/rmgtfldtbs/rmgtfldtbs.m +++ b/xts5/tset/Xlib16/rmgtfldtbs/rmgtfldtbs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmgtfldtbs/rmgtfldtbs.m,v 1.1 2005-02-12 14:37:24 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmgtfldtbs/rmgtfldtbs.m,v 1.2 2005-11-03 08:42:55 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmgtfldtbs/rmgtfldtbs.m +>># File: xts5/tset/Xlib16/rmgtfldtbs/rmgtfldtbs.m >># >># Description: >># Tests for XrmGetFileDatabase() >># >># Modifications: >># $Log: rmgtfldtbs.m,v $ ->># Revision 1.1 2005-02-12 14:37:24 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:55 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:12 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmgtrsrc/common.mc b/xts5/tset/Xlib16/rmgtrsrc/common.mc index 051b90fc..cecf870d 100644 --- a/xts5/tset/Xlib16/rmgtrsrc/common.mc +++ b/xts5/tset/Xlib16/rmgtrsrc/common.mc @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmgtrsrc/common.mc,v 1.1 2005-02-12 14:37:24 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmgtrsrc/common.mc,v 1.2 2005-11-03 08:42:56 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmgtrsrc/common.mc +>># File: xts5/tset/Xlib16/rmgtrsrc/common.mc >># >># Description: >># Tests for XrmGetResource() >># >># Modifications: >># $Log: common.mc,v $ ->># Revision 1.1 2005-02-12 14:37:24 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:56 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:12 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmgtrsrc/rmgtrsrc.m b/xts5/tset/Xlib16/rmgtrsrc/rmgtrsrc.m index efdc2741..8d637a91 100644 --- a/xts5/tset/Xlib16/rmgtrsrc/rmgtrsrc.m +++ b/xts5/tset/Xlib16/rmgtrsrc/rmgtrsrc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmgtrsrc/rmgtrsrc.m,v 1.1 2005-02-12 14:37:24 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmgtrsrc/rmgtrsrc.m,v 1.2 2005-11-03 08:42:56 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmgtrsrc/rmgtrsrc.m +>># File: xts5/tset/Xlib16/rmgtrsrc/rmgtrsrc.m >># >># Description: >># Tests for XrmGetResource() >># >># Modifications: >># $Log: rmgtrsrc.m,v $ ->># Revision 1.1 2005-02-12 14:37:24 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:56 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:13 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmgtstrdtb/rmgtstrdtb.m b/xts5/tset/Xlib16/rmgtstrdtb/rmgtstrdtb.m index a0a9aca1..7b8f3731 100644 --- a/xts5/tset/Xlib16/rmgtstrdtb/rmgtstrdtb.m +++ b/xts5/tset/Xlib16/rmgtstrdtb/rmgtstrdtb.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmgtstrdtb/rmgtstrdtb.m,v 1.1 2005-02-12 14:37:25 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmgtstrdtb/rmgtstrdtb.m,v 1.2 2005-11-03 08:42:56 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmgtstrdtb/rmgtstrdtb.m +>># File: xts5/tset/Xlib16/rmgtstrdtb/rmgtstrdtb.m >># >># Description: >># Tests for XrmGetStringDatabase() >># >># Modifications: >># $Log: rmgtstrdtb.m,v $ ->># Revision 1.1 2005-02-12 14:37:25 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:56 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:13 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmintlz/rmintlz.m b/xts5/tset/Xlib16/rmintlz/rmintlz.m index cb13a923..4548f3a0 100644 --- a/xts5/tset/Xlib16/rmintlz/rmintlz.m +++ b/xts5/tset/Xlib16/rmintlz/rmintlz.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmintlz/rmintlz.m,v 1.1 2005-02-12 14:37:25 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmintlz/rmintlz.m,v 1.2 2005-11-03 08:42:57 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmintlz/rmintlz.m +>># File: xts5/tset/Xlib16/rmintlz/rmintlz.m >># >># Description: >># Tests for XrmInitialize() >># >># Modifications: >># $Log: rmintlz.m,v $ ->># Revision 1.1 2005-02-12 14:37:25 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:57 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:14 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmloofdt/rmloofdt.m b/xts5/tset/Xlib16/rmloofdt/rmloofdt.m index 9e2420ab..ace0933b 100644 --- a/xts5/tset/Xlib16/rmloofdt/rmloofdt.m +++ b/xts5/tset/Xlib16/rmloofdt/rmloofdt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmloofdt/rmloofdt.m,v 1.1 2005-02-12 14:37:25 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmloofdt/rmloofdt.m,v 1.2 2005-11-03 08:42:57 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmloofdt/rmloofdt.m +>># File: xts5/tset/Xlib16/rmloofdt/rmloofdt.m >># >># Description: >># Tests for XrmLocaleOfDatabase() >># >># Modifications: >># $Log: rmloofdt.m,v $ ->># Revision 1.1 2005-02-12 14:37:25 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:57 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:27 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmmrgdtbss/rmmrgdtbss.m b/xts5/tset/Xlib16/rmmrgdtbss/rmmrgdtbss.m index b5ee178c..3a00e86d 100644 --- a/xts5/tset/Xlib16/rmmrgdtbss/rmmrgdtbss.m +++ b/xts5/tset/Xlib16/rmmrgdtbss/rmmrgdtbss.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmmrgdtbss/rmmrgdtbss.m,v 1.1 2005-02-12 14:37:25 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmmrgdtbss/rmmrgdtbss.m,v 1.2 2005-11-03 08:42:57 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmmrgdtbss/rmmrgdtbss.m +>># File: xts5/tset/Xlib16/rmmrgdtbss/rmmrgdtbss.m >># >># Description: >># Tests for XrmMergeDatabases() >># >># Modifications: >># $Log: rmmrgdtbss.m,v $ ->># Revision 1.1 2005-02-12 14:37:25 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:57 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:14 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmprscmmnd/rmprscmmnd.m b/xts5/tset/Xlib16/rmprscmmnd/rmprscmmnd.m index a9c77fbd..36c14d82 100644 --- a/xts5/tset/Xlib16/rmprscmmnd/rmprscmmnd.m +++ b/xts5/tset/Xlib16/rmprscmmnd/rmprscmmnd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmprscmmnd/rmprscmmnd.m,v 1.1 2005-02-12 14:37:25 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmprscmmnd/rmprscmmnd.m,v 1.2 2005-11-03 08:42:57 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmprscmmnd/rmprscmmnd.m +>># File: xts5/tset/Xlib16/rmprscmmnd/rmprscmmnd.m >># >># Description: >># Tests for XrmParseCommand() >># >># Modifications: >># $Log: rmprscmmnd.m,v $ ->># Revision 1.1 2005-02-12 14:37:25 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:57 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:15 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmptfldtbs/rmptfldtbs.m b/xts5/tset/Xlib16/rmptfldtbs/rmptfldtbs.m index cd2ab6ae..e34a2bfb 100644 --- a/xts5/tset/Xlib16/rmptfldtbs/rmptfldtbs.m +++ b/xts5/tset/Xlib16/rmptfldtbs/rmptfldtbs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmptfldtbs/rmptfldtbs.m,v 1.1 2005-02-12 14:37:25 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmptfldtbs/rmptfldtbs.m,v 1.2 2005-11-03 08:42:57 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmptfldtbs/rmptfldtbs.m +>># File: xts5/tset/Xlib16/rmptfldtbs/rmptfldtbs.m >># >># Description: >># Tests for XrmPutFileDatabase() >># >># Modifications: >># $Log: rmptfldtbs.m,v $ ->># Revision 1.1 2005-02-12 14:37:25 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:57 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:16 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmptlnrsrc/rmptlnrsrc.m b/xts5/tset/Xlib16/rmptlnrsrc/rmptlnrsrc.m index 3b6ede55..360c5b78 100644 --- a/xts5/tset/Xlib16/rmptlnrsrc/rmptlnrsrc.m +++ b/xts5/tset/Xlib16/rmptlnrsrc/rmptlnrsrc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmptlnrsrc/rmptlnrsrc.m,v 1.1 2005-02-12 14:37:25 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmptlnrsrc/rmptlnrsrc.m,v 1.2 2005-11-03 08:42:58 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmptlnrsrc/rmptlnrsrc.m +>># File: xts5/tset/Xlib16/rmptlnrsrc/rmptlnrsrc.m >># >># Description: >># Tests for XrmPutLineResource() >># >># Modifications: >># $Log: rmptlnrsrc.m,v $ ->># Revision 1.1 2005-02-12 14:37:25 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:58 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:16 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmptrsrc/common.mc b/xts5/tset/Xlib16/rmptrsrc/common.mc index 4bd613a5..aeab48c7 100644 --- a/xts5/tset/Xlib16/rmptrsrc/common.mc +++ b/xts5/tset/Xlib16/rmptrsrc/common.mc @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmptrsrc/common.mc,v 1.1 2005-02-12 14:37:26 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmptrsrc/common.mc,v 1.2 2005-11-03 08:42:58 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmptrsrc/common.mc +>># File: xts5/tset/Xlib16/rmptrsrc/common.mc >># >># Description: >># Tests for XrmPutResource() >># >># Modifications: >># $Log: common.mc,v $ ->># Revision 1.1 2005-02-12 14:37:26 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:58 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:21 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:17 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmptrsrc/fn.mc b/xts5/tset/Xlib16/rmptrsrc/fn.mc index d6ab052e..3c84d61e 100644 --- a/xts5/tset/Xlib16/rmptrsrc/fn.mc +++ b/xts5/tset/Xlib16/rmptrsrc/fn.mc @@ -17,21 +17,24 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmptrsrc/fn.mc,v 1.2 2005-04-15 14:37:14 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmptrsrc/fn.mc,v 1.3 2005-11-03 08:42:58 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmptrsrc/fn.mc +>># File: xts5/tset/Xlib16/rmptrsrc/fn.mc >># >># Description: >># Tests for XrmPutResource() >># >># Modifications: >># $Log: fn.mc,v $ ->># Revision 1.2 2005-04-15 14:37:14 anderson +>># Revision 1.3 2005-11-03 08:42:58 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/15 14:37:14 anderson >># Merge baseline changes >># >># Revision 1.1 2005/02/12 14:37:27 anderson diff --git a/xts5/tset/Xlib16/rmptrsrc/rmptrsrc.m b/xts5/tset/Xlib16/rmptrsrc/rmptrsrc.m index f1a1abc0..28df326a 100644 --- a/xts5/tset/Xlib16/rmptrsrc/rmptrsrc.m +++ b/xts5/tset/Xlib16/rmptrsrc/rmptrsrc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmptrsrc/rmptrsrc.m,v 1.1 2005-02-12 14:37:27 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmptrsrc/rmptrsrc.m,v 1.2 2005-11-03 08:42:58 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmptrsrc/rmptrsrc.m +>># File: xts5/tset/Xlib16/rmptrsrc/rmptrsrc.m >># >># Description: >># Tests for XrmPutResource() >># >># Modifications: >># $Log: rmptrsrc.m,v $ ->># Revision 1.1 2005-02-12 14:37:27 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:58 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:22 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:18 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmptstrrsr/rmptstrrsr.m b/xts5/tset/Xlib16/rmptstrrsr/rmptstrrsr.m index a2b649be..8f6ba93f 100644 --- a/xts5/tset/Xlib16/rmptstrrsr/rmptstrrsr.m +++ b/xts5/tset/Xlib16/rmptstrrsr/rmptstrrsr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmptstrrsr/rmptstrrsr.m,v 1.1 2005-02-12 14:37:27 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmptstrrsr/rmptstrrsr.m,v 1.2 2005-11-03 08:42:58 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmptstrrsr/rmptstrrsr.m +>># File: xts5/tset/Xlib16/rmptstrrsr/rmptstrrsr.m >># >># Description: >># Tests for XrmPutStringResource() >># >># Modifications: >># $Log: rmptstrrsr.m,v $ ->># Revision 1.1 2005-02-12 14:37:27 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:58 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:22 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:18 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmqgtrsrc/rmqgtrsrc.m b/xts5/tset/Xlib16/rmqgtrsrc/rmqgtrsrc.m index a81bd30b..c31f63e9 100644 --- a/xts5/tset/Xlib16/rmqgtrsrc/rmqgtrsrc.m +++ b/xts5/tset/Xlib16/rmqgtrsrc/rmqgtrsrc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmqgtrsrc/rmqgtrsrc.m,v 1.1 2005-02-12 14:37:28 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmqgtrsrc/rmqgtrsrc.m,v 1.2 2005-11-03 08:42:58 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmqgtrsrc/rmqgtrsrc.m +>># File: xts5/tset/Xlib16/rmqgtrsrc/rmqgtrsrc.m >># >># Description: >># Tests for XrmQGetResource() >># >># Modifications: >># $Log: rmqgtrsrc.m,v $ ->># Revision 1.1 2005-02-12 14:37:28 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:58 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:22 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:19 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmqgtsrchl/rmqgtsrchl.m b/xts5/tset/Xlib16/rmqgtsrchl/rmqgtsrchl.m index 4eebd809..169334f6 100644 --- a/xts5/tset/Xlib16/rmqgtsrchl/rmqgtsrchl.m +++ b/xts5/tset/Xlib16/rmqgtsrchl/rmqgtsrchl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmqgtsrchl/rmqgtsrchl.m,v 1.1 2005-02-12 14:37:28 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmqgtsrchl/rmqgtsrchl.m,v 1.2 2005-11-03 08:42:58 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmqgtsrchl/rmqgtsrchl.m +>># File: xts5/tset/Xlib16/rmqgtsrchl/rmqgtsrchl.m >># >># Description: >># Tests for XrmQGetSearchList() >># >># Modifications: >># $Log: rmqgtsrchl.m,v $ ->># Revision 1.1 2005-02-12 14:37:28 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:58 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:22 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:19 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmqgtsrchr/rmqgtsrchr.m b/xts5/tset/Xlib16/rmqgtsrchr/rmqgtsrchr.m index f30f9c2f..32e948b3 100644 --- a/xts5/tset/Xlib16/rmqgtsrchr/rmqgtsrchr.m +++ b/xts5/tset/Xlib16/rmqgtsrchr/rmqgtsrchr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmqgtsrchr/rmqgtsrchr.m,v 1.1 2005-02-12 14:37:28 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmqgtsrchr/rmqgtsrchr.m,v 1.2 2005-11-03 08:42:59 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmqgtsrchr/rmqgtsrchr.m +>># File: xts5/tset/Xlib16/rmqgtsrchr/rmqgtsrchr.m >># >># Description: >># Tests for XrmQGetSearchResource() >># >># Modifications: >># $Log: rmqgtsrchr.m,v $ ->># Revision 1.1 2005-02-12 14:37:28 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:59 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:22 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:20 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmqptrsrc/rmqptrsrc.m b/xts5/tset/Xlib16/rmqptrsrc/rmqptrsrc.m index 32e2eea9..6386dd20 100644 --- a/xts5/tset/Xlib16/rmqptrsrc/rmqptrsrc.m +++ b/xts5/tset/Xlib16/rmqptrsrc/rmqptrsrc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmqptrsrc/rmqptrsrc.m,v 1.1 2005-02-12 14:37:29 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmqptrsrc/rmqptrsrc.m,v 1.2 2005-11-03 08:42:59 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmqptrsrc/rmqptrsrc.m +>># File: xts5/tset/Xlib16/rmqptrsrc/rmqptrsrc.m >># >># Description: >># Tests for XrmQPutResource() >># >># Modifications: >># $Log: rmqptrsrc.m,v $ ->># Revision 1.1 2005-02-12 14:37:29 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:59 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:22 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:20 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmqptstrrs/rmqptstrrs.m b/xts5/tset/Xlib16/rmqptstrrs/rmqptstrrs.m index 7e4635dd..f0472205 100644 --- a/xts5/tset/Xlib16/rmqptstrrs/rmqptstrrs.m +++ b/xts5/tset/Xlib16/rmqptstrrs/rmqptstrrs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmqptstrrs/rmqptstrrs.m,v 1.1 2005-02-12 14:37:29 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmqptstrrs/rmqptstrrs.m,v 1.2 2005-11-03 08:42:59 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmqptstrrs/rmqptstrrs.m +>># File: xts5/tset/Xlib16/rmqptstrrs/rmqptstrrs.m >># >># Description: >># Tests for XrmQPutStringResource() >># >># Modifications: >># $Log: rmqptstrrs.m,v $ ->># Revision 1.1 2005-02-12 14:37:29 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:59 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:21 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmqrktstr/rmqrktstr.m b/xts5/tset/Xlib16/rmqrktstr/rmqrktstr.m index b54696bf..e798aecd 100644 --- a/xts5/tset/Xlib16/rmqrktstr/rmqrktstr.m +++ b/xts5/tset/Xlib16/rmqrktstr/rmqrktstr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmqrktstr/rmqrktstr.m,v 1.1 2005-02-12 14:37:29 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmqrktstr/rmqrktstr.m,v 1.2 2005-11-03 08:42:59 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmqrktstr/rmqrktstr.m +>># File: xts5/tset/Xlib16/rmqrktstr/rmqrktstr.m >># >># Description: >># Tests for XrmQuarkToString() >># >># Modifications: >># $Log: rmqrktstr.m,v $ ->># Revision 1.1 2005-02-12 14:37:29 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:59 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:21 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmstdb/rmstdb.m b/xts5/tset/Xlib16/rmstdb/rmstdb.m index 272acf05..c1cf7de7 100644 --- a/xts5/tset/Xlib16/rmstdb/rmstdb.m +++ b/xts5/tset/Xlib16/rmstdb/rmstdb.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmstdb/rmstdb.m,v 1.1 2005-02-12 14:37:29 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmstdb/rmstdb.m,v 1.2 2005-11-03 08:42:59 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmstdb/rmstdb.m +>># File: xts5/tset/Xlib16/rmstdb/rmstdb.m >># >># Description: >># Tests for XrmSetDatabase() >># >># Modifications: >># $Log: rmstdb.m,v $ ->># Revision 1.1 2005-02-12 14:37:29 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:42:59 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:28 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmstrtbndn/rmstrtbndn.m b/xts5/tset/Xlib16/rmstrtbndn/rmstrtbndn.m index e094f9f2..16ac2170 100644 --- a/xts5/tset/Xlib16/rmstrtbndn/rmstrtbndn.m +++ b/xts5/tset/Xlib16/rmstrtbndn/rmstrtbndn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmstrtbndn/rmstrtbndn.m,v 1.1 2005-02-12 14:37:29 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmstrtbndn/rmstrtbndn.m,v 1.2 2005-11-03 08:43:00 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmstrtbndn/rmstrtbndn.m +>># File: xts5/tset/Xlib16/rmstrtbndn/rmstrtbndn.m >># >># Description: >># Tests for XrmStringToBindingQuarkList() >># >># Modifications: >># $Log: rmstrtbndn.m,v $ ->># Revision 1.1 2005-02-12 14:37:29 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:00 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:22 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmstrtqrk/rmstrtqrk.m b/xts5/tset/Xlib16/rmstrtqrk/rmstrtqrk.m index beefae6a..6f687d05 100644 --- a/xts5/tset/Xlib16/rmstrtqrk/rmstrtqrk.m +++ b/xts5/tset/Xlib16/rmstrtqrk/rmstrtqrk.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmstrtqrk/rmstrtqrk.m,v 1.1 2005-02-12 14:37:29 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmstrtqrk/rmstrtqrk.m,v 1.2 2005-11-03 08:43:00 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmstrtqrk/rmstrtqrk.m +>># File: xts5/tset/Xlib16/rmstrtqrk/rmstrtqrk.m >># >># Description: >># Tests for XrmStringToQuark() >># >># Modifications: >># $Log: rmstrtqrk.m,v $ ->># Revision 1.1 2005-02-12 14:37:29 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:00 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:22 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmstrtqrkl/rmstrtqrkl.m b/xts5/tset/Xlib16/rmstrtqrkl/rmstrtqrkl.m index 99571b79..fabfa625 100644 --- a/xts5/tset/Xlib16/rmstrtqrkl/rmstrtqrkl.m +++ b/xts5/tset/Xlib16/rmstrtqrkl/rmstrtqrkl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmstrtqrkl/rmstrtqrkl.m,v 1.1 2005-02-12 14:37:29 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmstrtqrkl/rmstrtqrkl.m,v 1.2 2005-11-03 08:43:00 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmstrtqrkl/rmstrtqrkl.m +>># File: xts5/tset/Xlib16/rmstrtqrkl/rmstrtqrkl.m >># >># Description: >># Tests for XrmStringToQuarkList() >># >># Modifications: >># $Log: rmstrtqrkl.m,v $ ->># Revision 1.1 2005-02-12 14:37:29 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:00 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:23 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rmunqqrk/rmunqqrk.m b/xts5/tset/Xlib16/rmunqqrk/rmunqqrk.m index 6ef3ace4..effb726e 100644 --- a/xts5/tset/Xlib16/rmunqqrk/rmunqqrk.m +++ b/xts5/tset/Xlib16/rmunqqrk/rmunqqrk.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmunqqrk/rmunqqrk.m,v 1.1 2005-02-12 14:37:29 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rmunqqrk/rmunqqrk.m,v 1.2 2005-11-03 08:43:01 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rmunqqrk/rmunqqrk.m +>># File: xts5/tset/Xlib16/rmunqqrk/rmunqqrk.m >># >># Description: >># Tests for XrmUniqueQuark() >># >># Modifications: >># $Log: rmunqqrk.m,v $ ->># Revision 1.1 2005-02-12 14:37:29 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:01 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:23 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/rsrcmngrst/rsrcmngrst.m b/xts5/tset/Xlib16/rsrcmngrst/rsrcmngrst.m index 536ac6dc..8d01d54f 100644 --- a/xts5/tset/Xlib16/rsrcmngrst/rsrcmngrst.m +++ b/xts5/tset/Xlib16/rsrcmngrst/rsrcmngrst.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rsrcmngrst/rsrcmngrst.m,v 1.1 2005-02-12 14:37:29 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/rsrcmngrst/rsrcmngrst.m,v 1.2 2005-11-03 08:43:02 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/rsrcmngrst/rsrcmngrst.m +>># File: xts5/tset/Xlib16/rsrcmngrst/rsrcmngrst.m >># >># Description: >># Tests for XResourceManagerString() >># >># Modifications: >># $Log: rsrcmngrst.m,v $ ->># Revision 1.1 2005-02-12 14:37:29 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:02 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:24 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib16/scrrs/scrrs.m b/xts5/tset/Xlib16/scrrs/scrrs.m index 637822cc..81d6469b 100644 --- a/xts5/tset/Xlib16/scrrs/scrrs.m +++ b/xts5/tset/Xlib16/scrrs/scrrs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/scrrs/scrrs.m,v 1.1 2005-02-12 14:37:29 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib16/scrrs/scrrs.m,v 1.2 2005-11-03 08:43:03 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib16/scrrs/scrrs.m +>># File: xts5/tset/Xlib16/scrrs/scrrs.m >># >># Description: >># Tests for XScreenResourceString() >># >># Modifications: >># $Log: scrrs.m,v $ ->># Revision 1.1 2005-02-12 14:37:29 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:29 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/addpxl/addpxl.m b/xts5/tset/Xlib17/addpxl/addpxl.m index 2b116849..aa778424 100644 --- a/xts5/tset/Xlib17/addpxl/addpxl.m +++ b/xts5/tset/Xlib17/addpxl/addpxl.m @@ -17,7 +17,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/addpxl/addpxl.m,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/addpxl/addpxl.m,v 1.3 2005-11-03 08:43:03 jmichael Exp $ Copyright (c) 2004 The Open Group Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -25,14 +25,17 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/addpxl/addpxl.m +>># File: xts5/tset/Xlib17/addpxl/addpxl.m >># >># Description: >># Tests for XAddPixel() >># >># Modifications: >># $Log: addpxl.m,v $ ->># Revision 1.2 2005-04-21 09:40:42 ajosey +>># Revision 1.3 2005-11-03 08:43:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/21 09:40:42 ajosey >># resync to VSW5.1.5 >># >># Revision 8.2 2005/01/14 12:02:32 gwc diff --git a/xts5/tset/Xlib17/clpbx/clpbx.m b/xts5/tset/Xlib17/clpbx/clpbx.m index ca09a774..61f7b996 100644 --- a/xts5/tset/Xlib17/clpbx/clpbx.m +++ b/xts5/tset/Xlib17/clpbx/clpbx.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/clpbx/clpbx.m,v 1.1 2005-02-12 14:37:29 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/clpbx/clpbx.m,v 1.2 2005-11-03 08:43:03 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/clpbx/clpbx.m +>># File: xts5/tset/Xlib17/clpbx/clpbx.m >># >># Description: >># Tests for XClipBox() >># >># Modifications: >># $Log: clpbx.m,v $ ->># Revision 1.1 2005-02-12 14:37:29 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:30 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/crtbtmpfrm/crtbtmpfrm.m b/xts5/tset/Xlib17/crtbtmpfrm/crtbtmpfrm.m index ec9aee97..afa99202 100644 --- a/xts5/tset/Xlib17/crtbtmpfrm/crtbtmpfrm.m +++ b/xts5/tset/Xlib17/crtbtmpfrm/crtbtmpfrm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/crtbtmpfrm/crtbtmpfrm.m,v 1.1 2005-02-12 14:37:29 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/crtbtmpfrm/crtbtmpfrm.m,v 1.2 2005-11-03 08:43:03 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/crtbtmpfrm/crtbtmpfrm.m +>># File: xts5/tset/Xlib17/crtbtmpfrm/crtbtmpfrm.m >># >># Description: >># Tests for XCreateBitmapFromData() >># >># Modifications: >># $Log: crtbtmpfrm.m,v $ ->># Revision 1.1 2005-02-12 14:37:29 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:30 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/crtimg/crtimg.m b/xts5/tset/Xlib17/crtimg/crtimg.m index 204de70c..56900a76 100644 --- a/xts5/tset/Xlib17/crtimg/crtimg.m +++ b/xts5/tset/Xlib17/crtimg/crtimg.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/crtimg/crtimg.m,v 1.1 2005-02-12 14:37:29 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/crtimg/crtimg.m,v 1.2 2005-11-03 08:43:03 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/crtimg/crtimg.m +>># File: xts5/tset/Xlib17/crtimg/crtimg.m >># >># Description: >># Tests for XCreateImage() >># >># Modifications: >># $Log: crtimg.m,v $ ->># Revision 1.1 2005-02-12 14:37:29 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:31 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/crtpxmpfrm/crtpxmpfrm.m b/xts5/tset/Xlib17/crtpxmpfrm/crtpxmpfrm.m index 9ef130e3..a389dbb3 100644 --- a/xts5/tset/Xlib17/crtpxmpfrm/crtpxmpfrm.m +++ b/xts5/tset/Xlib17/crtpxmpfrm/crtpxmpfrm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/crtpxmpfrm/crtpxmpfrm.m,v 1.1 2005-02-12 14:37:29 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/crtpxmpfrm/crtpxmpfrm.m,v 1.2 2005-11-03 08:43:03 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/crtpxmpfrm/crtpxmpfrm.m +>># File: xts5/tset/Xlib17/crtpxmpfrm/crtpxmpfrm.m >># >># Description: >># Tests for XCreatePixmapFromBitmapData() >># >># Modifications: >># $Log: crtpxmpfrm.m,v $ ->># Revision 1.1 2005-02-12 14:37:29 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:31 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/crtrgn/crtrgn.m b/xts5/tset/Xlib17/crtrgn/crtrgn.m index 29643b72..3af3c882 100644 --- a/xts5/tset/Xlib17/crtrgn/crtrgn.m +++ b/xts5/tset/Xlib17/crtrgn/crtrgn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/crtrgn/crtrgn.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/crtrgn/crtrgn.m,v 1.2 2005-11-03 08:43:03 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/crtrgn/crtrgn.m +>># File: xts5/tset/Xlib17/crtrgn/crtrgn.m >># >># Description: >># Tests for XCreateRegion() >># >># Modifications: >># $Log: crtrgn.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:32 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/dltcntxt/dltcntxt.m b/xts5/tset/Xlib17/dltcntxt/dltcntxt.m index 55745f37..8787fafe 100644 --- a/xts5/tset/Xlib17/dltcntxt/dltcntxt.m +++ b/xts5/tset/Xlib17/dltcntxt/dltcntxt.m @@ -17,21 +17,24 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/dltcntxt/dltcntxt.m,v 1.2 2005-04-15 14:37:14 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/dltcntxt/dltcntxt.m,v 1.3 2005-11-03 08:43:03 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/dltcntxt/dltcntxt.m +>># File: xts5/tset/Xlib17/dltcntxt/dltcntxt.m >># >># Description: >># Tests for XDeleteContext() >># >># Modifications: >># $Log: dltcntxt.m,v $ ->># Revision 1.2 2005-04-15 14:37:14 anderson +>># Revision 1.3 2005-11-03 08:43:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/15 14:37:14 anderson >># Merge baseline changes >># >># Revision 1.1 2005/02/12 14:37:30 anderson diff --git a/xts5/tset/Xlib17/dstryimg/dstryimg.m b/xts5/tset/Xlib17/dstryimg/dstryimg.m index 33250ff6..c916dcba 100644 --- a/xts5/tset/Xlib17/dstryimg/dstryimg.m +++ b/xts5/tset/Xlib17/dstryimg/dstryimg.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/dstryimg/dstryimg.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/dstryimg/dstryimg.m,v 1.2 2005-11-03 08:43:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/dstryimg/dstryimg.m +>># File: xts5/tset/Xlib17/dstryimg/dstryimg.m >># >># Description: >># Tests for XDestroyImage() >># >># Modifications: >># $Log: dstryimg.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:33 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/dstryrgn/dstryrgn.m b/xts5/tset/Xlib17/dstryrgn/dstryrgn.m index f5e0881a..20256d84 100644 --- a/xts5/tset/Xlib17/dstryrgn/dstryrgn.m +++ b/xts5/tset/Xlib17/dstryrgn/dstryrgn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/dstryrgn/dstryrgn.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/dstryrgn/dstryrgn.m,v 1.2 2005-11-03 08:43:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/dstryrgn/dstryrgn.m +>># File: xts5/tset/Xlib17/dstryrgn/dstryrgn.m >># >># Description: >># Tests for XDestroyRegion() >># >># Modifications: >># $Log: dstryrgn.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:33 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/emptyrgn/emptyrgn.m b/xts5/tset/Xlib17/emptyrgn/emptyrgn.m index e49b4c06..a8dcbcfd 100644 --- a/xts5/tset/Xlib17/emptyrgn/emptyrgn.m +++ b/xts5/tset/Xlib17/emptyrgn/emptyrgn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/emptyrgn/emptyrgn.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/emptyrgn/emptyrgn.m,v 1.2 2005-11-03 08:43:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/emptyrgn/emptyrgn.m +>># File: xts5/tset/Xlib17/emptyrgn/emptyrgn.m >># >># Description: >># Tests for XEmptyRegion() >># >># Modifications: >># $Log: emptyrgn.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:33 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/eqlrgn/eqlrgn.m b/xts5/tset/Xlib17/eqlrgn/eqlrgn.m index eb87545a..d0d48d93 100644 --- a/xts5/tset/Xlib17/eqlrgn/eqlrgn.m +++ b/xts5/tset/Xlib17/eqlrgn/eqlrgn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/eqlrgn/eqlrgn.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/eqlrgn/eqlrgn.m,v 1.2 2005-11-03 08:43:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/eqlrgn/eqlrgn.m +>># File: xts5/tset/Xlib17/eqlrgn/eqlrgn.m >># >># Description: >># Tests for XEqualRegion() >># >># Modifications: >># $Log: eqlrgn.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:34 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/fndcntxt/fndcntxt.m b/xts5/tset/Xlib17/fndcntxt/fndcntxt.m index 07d8831b..362c6064 100644 --- a/xts5/tset/Xlib17/fndcntxt/fndcntxt.m +++ b/xts5/tset/Xlib17/fndcntxt/fndcntxt.m @@ -17,21 +17,24 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/fndcntxt/fndcntxt.m,v 1.2 2005-04-15 14:37:14 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/fndcntxt/fndcntxt.m,v 1.3 2005-11-03 08:43:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/fndcntxt/fndcntxt.m +>># File: xts5/tset/Xlib17/fndcntxt/fndcntxt.m >># >># Description: >># Tests for XFindContext() >># >># Modifications: >># $Log: fndcntxt.m,v $ ->># Revision 1.2 2005-04-15 14:37:14 anderson +>># Revision 1.3 2005-11-03 08:43:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/15 14:37:14 anderson >># Merge baseline changes >># >># Revision 1.1 2005/02/12 14:37:30 anderson diff --git a/xts5/tset/Xlib17/ftchbffr/ftchbffr.m b/xts5/tset/Xlib17/ftchbffr/ftchbffr.m index 2e0fd3e2..bca6cd9d 100644 --- a/xts5/tset/Xlib17/ftchbffr/ftchbffr.m +++ b/xts5/tset/Xlib17/ftchbffr/ftchbffr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/ftchbffr/ftchbffr.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/ftchbffr/ftchbffr.m,v 1.2 2005-11-03 08:43:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/ftchbffr/ftchbffr.m +>># File: xts5/tset/Xlib17/ftchbffr/ftchbffr.m >># >># Description: >># Tests for XFetchBuffer() >># >># Modifications: >># $Log: ftchbffr.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:35 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/ftchbyts/ftchbyts.m b/xts5/tset/Xlib17/ftchbyts/ftchbyts.m index 99a65423..f0bc6a1a 100644 --- a/xts5/tset/Xlib17/ftchbyts/ftchbyts.m +++ b/xts5/tset/Xlib17/ftchbyts/ftchbyts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/ftchbyts/ftchbyts.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/ftchbyts/ftchbyts.m,v 1.2 2005-11-03 08:43:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/ftchbyts/ftchbyts.m +>># File: xts5/tset/Xlib17/ftchbyts/ftchbyts.m >># >># Description: >># Tests for XFetchBytes() >># >># Modifications: >># $Log: ftchbyts.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:36 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/gtdflt/Test3.c b/xts5/tset/Xlib17/gtdflt/Test3.c index c4d8b489..7390171d 100644 --- a/xts5/tset/Xlib17/gtdflt/Test3.c +++ b/xts5/tset/Xlib17/gtdflt/Test3.c @@ -20,21 +20,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xlib17/gtdflt/Test3.c,v 1.4 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xlib17/gtdflt/Test3.c,v 1.5 2005-11-03 08:43:04 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/tset/Xlib17/gtdflt/Test3.c +* File: xts5/tset/Xlib17/gtdflt/Test3.c * * Description: * Tests for XGetDefault() * * Modifications: * $Log: Test3.c,v $ -* Revision 1.4 2005-04-21 09:40:42 ajosey +* Revision 1.5 2005-11-03 08:43:04 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.4 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.1 2000/02/04 15:29:49 vsx diff --git a/xts5/tset/Xlib17/gtdflt/Test4.c b/xts5/tset/Xlib17/gtdflt/Test4.c index bb04e823..36190168 100644 --- a/xts5/tset/Xlib17/gtdflt/Test4.c +++ b/xts5/tset/Xlib17/gtdflt/Test4.c @@ -20,21 +20,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xlib17/gtdflt/Test4.c,v 1.4 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xlib17/gtdflt/Test4.c,v 1.5 2005-11-03 08:43:04 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/tset/Xlib17/gtdflt/Test4.c +* File: xts5/tset/Xlib17/gtdflt/Test4.c * * Description: * Tests for XGetDefault() * * Modifications: * $Log: Test4.c,v $ -* Revision 1.4 2005-04-21 09:40:42 ajosey +* Revision 1.5 2005-11-03 08:43:04 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.4 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.1 2000/02/04 15:29:49 vsx diff --git a/xts5/tset/Xlib17/gtdflt/Test5.c b/xts5/tset/Xlib17/gtdflt/Test5.c index c92b1611..226b7a5f 100644 --- a/xts5/tset/Xlib17/gtdflt/Test5.c +++ b/xts5/tset/Xlib17/gtdflt/Test5.c @@ -20,21 +20,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xlib17/gtdflt/Test5.c,v 1.4 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xlib17/gtdflt/Test5.c,v 1.5 2005-11-03 08:43:04 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/tset/Xlib17/gtdflt/Test5.c +* File: xts5/tset/Xlib17/gtdflt/Test5.c * * Description: * Tests for XGetDefault() * * Modifications: * $Log: Test5.c,v $ -* Revision 1.4 2005-04-21 09:40:42 ajosey +* Revision 1.5 2005-11-03 08:43:04 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.4 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.1 2000/02/04 15:29:49 vsx diff --git a/xts5/tset/Xlib17/gtdflt/gtdflt.m b/xts5/tset/Xlib17/gtdflt/gtdflt.m index e9e18432..fa85b8cd 100644 --- a/xts5/tset/Xlib17/gtdflt/gtdflt.m +++ b/xts5/tset/Xlib17/gtdflt/gtdflt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/gtdflt/gtdflt.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/gtdflt/gtdflt.m,v 1.2 2005-11-03 08:43:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/gtdflt/gtdflt.m +>># File: xts5/tset/Xlib17/gtdflt/gtdflt.m >># >># Description: >># Tests for XGetDefault() >># >># Modifications: >># $Log: gtdflt.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:39 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/gtpxl/gtpxl.m b/xts5/tset/Xlib17/gtpxl/gtpxl.m index a810cde2..b0788339 100644 --- a/xts5/tset/Xlib17/gtpxl/gtpxl.m +++ b/xts5/tset/Xlib17/gtpxl/gtpxl.m @@ -17,7 +17,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/gtpxl/gtpxl.m,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/gtpxl/gtpxl.m,v 1.3 2005-11-03 08:43:04 jmichael Exp $ Copyright (c) 2004 The Open Group Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -25,14 +25,17 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/gtpxl/gtpxl.m +>># File: xts5/tset/Xlib17/gtpxl/gtpxl.m >># >># Description: >># Tests for XGetPixel() >># >># Modifications: >># $Log: gtpxl.m,v $ ->># Revision 1.2 2005-04-21 09:40:42 ajosey +>># Revision 1.3 2005-11-03 08:43:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/21 09:40:42 ajosey >># resync to VSW5.1.5 >># >># Revision 8.2 2005/01/14 12:03:49 gwc diff --git a/xts5/tset/Xlib17/gtvslinf/gtvslinf.m b/xts5/tset/Xlib17/gtvslinf/gtvslinf.m index 05bc3dac..550fde22 100644 --- a/xts5/tset/Xlib17/gtvslinf/gtvslinf.m +++ b/xts5/tset/Xlib17/gtvslinf/gtvslinf.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/gtvslinf/gtvslinf.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/gtvslinf/gtvslinf.m,v 1.2 2005-11-03 08:43:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/gtvslinf/gtvslinf.m +>># File: xts5/tset/Xlib17/gtvslinf/gtvslinf.m >># >># Description: >># Tests for XGetVisualInfo() >># >># Modifications: >># $Log: gtvslinf.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:40 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/intrsctrgn/intrsctrgn.m b/xts5/tset/Xlib17/intrsctrgn/intrsctrgn.m index 6d89e949..52291d7a 100644 --- a/xts5/tset/Xlib17/intrsctrgn/intrsctrgn.m +++ b/xts5/tset/Xlib17/intrsctrgn/intrsctrgn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/intrsctrgn/intrsctrgn.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/intrsctrgn/intrsctrgn.m,v 1.2 2005-11-03 08:43:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/intrsctrgn/intrsctrgn.m +>># File: xts5/tset/Xlib17/intrsctrgn/intrsctrgn.m >># >># Description: >># Tests for XIntersectRegion() >># >># Modifications: >># $Log: intrsctrgn.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:40 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/iscrsrky/iscrsrky.m b/xts5/tset/Xlib17/iscrsrky/iscrsrky.m index 095d8fb3..b47df8db 100644 --- a/xts5/tset/Xlib17/iscrsrky/iscrsrky.m +++ b/xts5/tset/Xlib17/iscrsrky/iscrsrky.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/iscrsrky/iscrsrky.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/iscrsrky/iscrsrky.m,v 1.2 2005-11-03 08:43:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/iscrsrky/iscrsrky.m +>># File: xts5/tset/Xlib17/iscrsrky/iscrsrky.m >># >># Description: >># Tests for IsCursorKey() >># >># Modifications: >># $Log: iscrsrky.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:41 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/isfnctnky/isfnctnky.m b/xts5/tset/Xlib17/isfnctnky/isfnctnky.m index bc07253f..0028b2da 100644 --- a/xts5/tset/Xlib17/isfnctnky/isfnctnky.m +++ b/xts5/tset/Xlib17/isfnctnky/isfnctnky.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/isfnctnky/isfnctnky.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/isfnctnky/isfnctnky.m,v 1.2 2005-11-03 08:43:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/isfnctnky/isfnctnky.m +>># File: xts5/tset/Xlib17/isfnctnky/isfnctnky.m >># >># Description: >># Tests for IsFunctionKey() >># >># Modifications: >># $Log: isfnctnky.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:41 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/iskypdky/iskypdky.m b/xts5/tset/Xlib17/iskypdky/iskypdky.m index e7b83b62..d6153bea 100644 --- a/xts5/tset/Xlib17/iskypdky/iskypdky.m +++ b/xts5/tset/Xlib17/iskypdky/iskypdky.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/iskypdky/iskypdky.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/iskypdky/iskypdky.m,v 1.2 2005-11-03 08:43:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/iskypdky/iskypdky.m +>># File: xts5/tset/Xlib17/iskypdky/iskypdky.m >># >># Description: >># Tests for IsKeypadKey() >># >># Modifications: >># $Log: iskypdky.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:42 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/ismdfrky/ismdfrky.m b/xts5/tset/Xlib17/ismdfrky/ismdfrky.m index 3f6d2a47..d8663f29 100644 --- a/xts5/tset/Xlib17/ismdfrky/ismdfrky.m +++ b/xts5/tset/Xlib17/ismdfrky/ismdfrky.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/ismdfrky/ismdfrky.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/ismdfrky/ismdfrky.m,v 1.2 2005-11-03 08:43:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/ismdfrky/ismdfrky.m +>># File: xts5/tset/Xlib17/ismdfrky/ismdfrky.m >># >># Description: >># Tests for IsModifierKey() >># >># Modifications: >># $Log: ismdfrky.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:42 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/ismscfnctn/ismscfnctn.m b/xts5/tset/Xlib17/ismscfnctn/ismscfnctn.m index fac75974..57d56460 100644 --- a/xts5/tset/Xlib17/ismscfnctn/ismscfnctn.m +++ b/xts5/tset/Xlib17/ismscfnctn/ismscfnctn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/ismscfnctn/ismscfnctn.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/ismscfnctn/ismscfnctn.m,v 1.2 2005-11-03 08:43:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/ismscfnctn/ismscfnctn.m +>># File: xts5/tset/Xlib17/ismscfnctn/ismscfnctn.m >># >># Description: >># Tests for IsMiscFunctionKey() >># >># Modifications: >># $Log: ismscfnctn.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:43 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/ispfky/ispfky.m b/xts5/tset/Xlib17/ispfky/ispfky.m index b18a5d23..da8f54fc 100644 --- a/xts5/tset/Xlib17/ispfky/ispfky.m +++ b/xts5/tset/Xlib17/ispfky/ispfky.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/ispfky/ispfky.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/ispfky/ispfky.m,v 1.2 2005-11-03 08:43:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/ispfky/ispfky.m +>># File: xts5/tset/Xlib17/ispfky/ispfky.m >># >># Description: >># Tests for IsPFKey() >># >># Modifications: >># $Log: ispfky.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:43 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/kycdtkysym/kycdtkysym.m b/xts5/tset/Xlib17/kycdtkysym/kycdtkysym.m index bbb8a931..0c220873 100644 --- a/xts5/tset/Xlib17/kycdtkysym/kycdtkysym.m +++ b/xts5/tset/Xlib17/kycdtkysym/kycdtkysym.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/kycdtkysym/kycdtkysym.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/kycdtkysym/kycdtkysym.m,v 1.2 2005-11-03 08:43:06 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/kycdtkysym/kycdtkysym.m +>># File: xts5/tset/Xlib17/kycdtkysym/kycdtkysym.m >># >># Description: >># Tests for XKeycodeToKeysym() >># >># Modifications: >># $Log: kycdtkysym.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:06 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:44 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/kysymtkycd/kysymtkycd.m b/xts5/tset/Xlib17/kysymtkycd/kysymtkycd.m index 7a30d80e..ce98f2d8 100644 --- a/xts5/tset/Xlib17/kysymtkycd/kysymtkycd.m +++ b/xts5/tset/Xlib17/kysymtkycd/kysymtkycd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/kysymtkycd/kysymtkycd.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/kysymtkycd/kysymtkycd.m,v 1.2 2005-11-03 08:43:07 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/kysymtkycd/kysymtkycd.m +>># File: xts5/tset/Xlib17/kysymtkycd/kysymtkycd.m >># >># Description: >># Tests for XKeysymToKeycode() >># >># Modifications: >># $Log: kysymtkycd.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:07 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:44 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/kysymtstr/kysymtstr.m b/xts5/tset/Xlib17/kysymtstr/kysymtstr.m index 0cd092e3..90054212 100644 --- a/xts5/tset/Xlib17/kysymtstr/kysymtstr.m +++ b/xts5/tset/Xlib17/kysymtstr/kysymtstr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/kysymtstr/kysymtstr.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/kysymtstr/kysymtstr.m,v 1.2 2005-11-03 08:43:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/kysymtstr/kysymtstr.m +>># File: xts5/tset/Xlib17/kysymtstr/kysymtstr.m >># >># Description: >># Tests for XKeysymToString() >># >># Modifications: >># $Log: kysymtstr.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:08 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:45 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/lkpkysym/lkpkysym.m b/xts5/tset/Xlib17/lkpkysym/lkpkysym.m index d79ab183..eb5efd51 100644 --- a/xts5/tset/Xlib17/lkpkysym/lkpkysym.m +++ b/xts5/tset/Xlib17/lkpkysym/lkpkysym.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/lkpkysym/lkpkysym.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/lkpkysym/lkpkysym.m,v 1.2 2005-11-03 08:43:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/lkpkysym/lkpkysym.m +>># File: xts5/tset/Xlib17/lkpkysym/lkpkysym.m >># >># Description: >># Tests for XLookupKeysym() >># >># Modifications: >># $Log: lkpkysym.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:08 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:45 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/lkpstr/lkpstr.m b/xts5/tset/Xlib17/lkpstr/lkpstr.m index 3a9676f7..34a61829 100644 --- a/xts5/tset/Xlib17/lkpstr/lkpstr.m +++ b/xts5/tset/Xlib17/lkpstr/lkpstr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/lkpstr/lkpstr.m,v 1.1 2005-02-12 14:37:30 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/lkpstr/lkpstr.m,v 1.2 2005-11-03 08:43:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/lkpstr/lkpstr.m +>># File: xts5/tset/Xlib17/lkpstr/lkpstr.m >># >># Description: >># Tests for XLookupString() >># >># Modifications: >># $Log: lkpstr.m,v $ ->># Revision 1.1 2005-02-12 14:37:30 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:08 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:46 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/mtchvslinf/mtchvslinf.m b/xts5/tset/Xlib17/mtchvslinf/mtchvslinf.m index ab61ce7f..ab3fd709 100644 --- a/xts5/tset/Xlib17/mtchvslinf/mtchvslinf.m +++ b/xts5/tset/Xlib17/mtchvslinf/mtchvslinf.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/mtchvslinf/mtchvslinf.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/mtchvslinf/mtchvslinf.m,v 1.2 2005-11-03 08:43:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/mtchvslinf/mtchvslinf.m +>># File: xts5/tset/Xlib17/mtchvslinf/mtchvslinf.m >># >># Description: >># Tests for XMatchVisualInfo() >># >># Modifications: >># $Log: mtchvslinf.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:46 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/offstrgn/offstrgn.m b/xts5/tset/Xlib17/offstrgn/offstrgn.m index 7b117699..cb731a2d 100644 --- a/xts5/tset/Xlib17/offstrgn/offstrgn.m +++ b/xts5/tset/Xlib17/offstrgn/offstrgn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/offstrgn/offstrgn.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/offstrgn/offstrgn.m,v 1.2 2005-11-03 08:43:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/offstrgn/offstrgn.m +>># File: xts5/tset/Xlib17/offstrgn/offstrgn.m >># >># Description: >># Tests for XOffsetRegion() >># >># Modifications: >># $Log: offstrgn.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:47 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/plygnrgn/plygnrgn.m b/xts5/tset/Xlib17/plygnrgn/plygnrgn.m index 28a9425a..ca2ca265 100644 --- a/xts5/tset/Xlib17/plygnrgn/plygnrgn.m +++ b/xts5/tset/Xlib17/plygnrgn/plygnrgn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/plygnrgn/plygnrgn.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/plygnrgn/plygnrgn.m,v 1.2 2005-11-03 08:43:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/plygnrgn/plygnrgn.m +>># File: xts5/tset/Xlib17/plygnrgn/plygnrgn.m >># >># Description: >># Tests for XPolygonRegion() >># >># Modifications: >># $Log: plygnrgn.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:47 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/pntinrgn/pntinrgn.m b/xts5/tset/Xlib17/pntinrgn/pntinrgn.m index 87ce1a91..1db17c94 100644 --- a/xts5/tset/Xlib17/pntinrgn/pntinrgn.m +++ b/xts5/tset/Xlib17/pntinrgn/pntinrgn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/pntinrgn/pntinrgn.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/pntinrgn/pntinrgn.m,v 1.2 2005-11-03 08:43:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/pntinrgn/pntinrgn.m +>># File: xts5/tset/Xlib17/pntinrgn/pntinrgn.m >># >># Description: >># Tests for XPointInRegion() >># >># Modifications: >># $Log: pntinrgn.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:48 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/prmllc/prmllc.m b/xts5/tset/Xlib17/prmllc/prmllc.m index ba52b2e3..3d889bd0 100644 --- a/xts5/tset/Xlib17/prmllc/prmllc.m +++ b/xts5/tset/Xlib17/prmllc/prmllc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/prmllc/prmllc.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/prmllc/prmllc.m,v 1.2 2005-11-03 08:43:10 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/prmllc/prmllc.m +>># File: xts5/tset/Xlib17/prmllc/prmllc.m >># >># Description: >># Tests for Xpermalloc() >># >># Modifications: >># $Log: prmllc.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:10 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:48 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/prsgmtry/prsgmtry.m b/xts5/tset/Xlib17/prsgmtry/prsgmtry.m index a793edb2..2a4d71d0 100644 --- a/xts5/tset/Xlib17/prsgmtry/prsgmtry.m +++ b/xts5/tset/Xlib17/prsgmtry/prsgmtry.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/prsgmtry/prsgmtry.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/prsgmtry/prsgmtry.m,v 1.2 2005-11-03 08:43:10 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/prsgmtry/prsgmtry.m +>># File: xts5/tset/Xlib17/prsgmtry/prsgmtry.m >># >># Description: >># Tests for XParseGeometry() >># >># Modifications: >># $Log: prsgmtry.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:10 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:49 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/ptpxl/ptpxl.m b/xts5/tset/Xlib17/ptpxl/ptpxl.m index a9c81af0..6edb95b0 100644 --- a/xts5/tset/Xlib17/ptpxl/ptpxl.m +++ b/xts5/tset/Xlib17/ptpxl/ptpxl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/ptpxl/ptpxl.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/ptpxl/ptpxl.m,v 1.2 2005-11-03 08:43:10 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/ptpxl/ptpxl.m +>># File: xts5/tset/Xlib17/ptpxl/ptpxl.m >># >># Description: >># Tests for XPutPixel() >># >># Modifications: >># $Log: ptpxl.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:10 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:49 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/rbndkysym/rbndkysym.m b/xts5/tset/Xlib17/rbndkysym/rbndkysym.m index d2bc57bc..6d21aed2 100644 --- a/xts5/tset/Xlib17/rbndkysym/rbndkysym.m +++ b/xts5/tset/Xlib17/rbndkysym/rbndkysym.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/rbndkysym/rbndkysym.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/rbndkysym/rbndkysym.m,v 1.2 2005-11-03 08:43:10 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/rbndkysym/rbndkysym.m +>># File: xts5/tset/Xlib17/rbndkysym/rbndkysym.m >># >># Description: >># Tests for XRebindKeysym() >># >># Modifications: >># $Log: rbndkysym.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:10 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:50 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/rctinrgn/rctinrgn.m b/xts5/tset/Xlib17/rctinrgn/rctinrgn.m index b536dcb1..4c598bcb 100644 --- a/xts5/tset/Xlib17/rctinrgn/rctinrgn.m +++ b/xts5/tset/Xlib17/rctinrgn/rctinrgn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/rctinrgn/rctinrgn.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/rctinrgn/rctinrgn.m,v 1.2 2005-11-03 08:43:11 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/rctinrgn/rctinrgn.m +>># File: xts5/tset/Xlib17/rctinrgn/rctinrgn.m >># >># Description: >># Tests for XRectInRegion() >># >># Modifications: >># $Log: rctinrgn.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:11 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:50 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/rdbtmpfl/rdbtmpfl.m b/xts5/tset/Xlib17/rdbtmpfl/rdbtmpfl.m index c1adf617..d3a84a09 100644 --- a/xts5/tset/Xlib17/rdbtmpfl/rdbtmpfl.m +++ b/xts5/tset/Xlib17/rdbtmpfl/rdbtmpfl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/rdbtmpfl/rdbtmpfl.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/rdbtmpfl/rdbtmpfl.m,v 1.2 2005-11-03 08:43:11 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/rdbtmpfl/rdbtmpfl.m +>># File: xts5/tset/Xlib17/rdbtmpfl/rdbtmpfl.m >># >># Description: >># Tests for XReadBitmapFile() >># >># Modifications: >># $Log: rdbtmpfl.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:11 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:51 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/rfrshkybrd/rfrshkybrd.m b/xts5/tset/Xlib17/rfrshkybrd/rfrshkybrd.m index 2dfe14d1..d999c195 100644 --- a/xts5/tset/Xlib17/rfrshkybrd/rfrshkybrd.m +++ b/xts5/tset/Xlib17/rfrshkybrd/rfrshkybrd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/rfrshkybrd/rfrshkybrd.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/rfrshkybrd/rfrshkybrd.m,v 1.2 2005-11-03 08:43:11 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/rfrshkybrd/rfrshkybrd.m +>># File: xts5/tset/Xlib17/rfrshkybrd/rfrshkybrd.m >># >># Description: >># Tests for XRefreshKeyboardMapping() >># >># Modifications: >># $Log: rfrshkybrd.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:11 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:51 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/rttbffrs/rttbffrs.m b/xts5/tset/Xlib17/rttbffrs/rttbffrs.m index 51e323b9..98b7119c 100644 --- a/xts5/tset/Xlib17/rttbffrs/rttbffrs.m +++ b/xts5/tset/Xlib17/rttbffrs/rttbffrs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/rttbffrs/rttbffrs.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/rttbffrs/rttbffrs.m,v 1.2 2005-11-03 08:43:11 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/rttbffrs/rttbffrs.m +>># File: xts5/tset/Xlib17/rttbffrs/rttbffrs.m >># >># Description: >># Tests for XRotateBuffers() >># >># Modifications: >># $Log: rttbffrs.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:11 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:52 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/sbimg/sbimg.m b/xts5/tset/Xlib17/sbimg/sbimg.m index 3198f759..1c67e96e 100644 --- a/xts5/tset/Xlib17/sbimg/sbimg.m +++ b/xts5/tset/Xlib17/sbimg/sbimg.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/sbimg/sbimg.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/sbimg/sbimg.m,v 1.2 2005-11-03 08:43:11 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/sbimg/sbimg.m +>># File: xts5/tset/Xlib17/sbimg/sbimg.m >># >># Description: >># Tests for XSubImage() >># >># Modifications: >># $Log: sbimg.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:11 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:52 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/sbtrctrgn/sbtrctrgn.m b/xts5/tset/Xlib17/sbtrctrgn/sbtrctrgn.m index 952db79a..a7e328ff 100644 --- a/xts5/tset/Xlib17/sbtrctrgn/sbtrctrgn.m +++ b/xts5/tset/Xlib17/sbtrctrgn/sbtrctrgn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/sbtrctrgn/sbtrctrgn.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/sbtrctrgn/sbtrctrgn.m,v 1.2 2005-11-03 08:43:12 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/sbtrctrgn/sbtrctrgn.m +>># File: xts5/tset/Xlib17/sbtrctrgn/sbtrctrgn.m >># >># Description: >># Tests for XSubtractRegion() >># >># Modifications: >># $Log: sbtrctrgn.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:12 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:23 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:53 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/shrnkrgn/shrnkrgn.m b/xts5/tset/Xlib17/shrnkrgn/shrnkrgn.m index 027bb6f6..4e1adc78 100644 --- a/xts5/tset/Xlib17/shrnkrgn/shrnkrgn.m +++ b/xts5/tset/Xlib17/shrnkrgn/shrnkrgn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/shrnkrgn/shrnkrgn.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/shrnkrgn/shrnkrgn.m,v 1.2 2005-11-03 08:43:12 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/shrnkrgn/shrnkrgn.m +>># File: xts5/tset/Xlib17/shrnkrgn/shrnkrgn.m >># >># Description: >># Tests for XShrinkRegion() >># >># Modifications: >># $Log: shrnkrgn.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:12 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:53 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/strbffr/strbffr.m b/xts5/tset/Xlib17/strbffr/strbffr.m index 30b90c19..52dc9e8b 100644 --- a/xts5/tset/Xlib17/strbffr/strbffr.m +++ b/xts5/tset/Xlib17/strbffr/strbffr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/strbffr/strbffr.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/strbffr/strbffr.m,v 1.2 2005-11-03 08:43:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/strbffr/strbffr.m +>># File: xts5/tset/Xlib17/strbffr/strbffr.m >># >># Description: >># Tests for XStoreBuffer() >># >># Modifications: >># $Log: strbffr.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:54 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/strbyts/strbyts.m b/xts5/tset/Xlib17/strbyts/strbyts.m index 08c1053c..58811753 100644 --- a/xts5/tset/Xlib17/strbyts/strbyts.m +++ b/xts5/tset/Xlib17/strbyts/strbyts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/strbyts/strbyts.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/strbyts/strbyts.m,v 1.2 2005-11-03 08:43:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/strbyts/strbyts.m +>># File: xts5/tset/Xlib17/strbyts/strbyts.m >># >># Description: >># Tests for XStoreBytes() >># >># Modifications: >># $Log: strbyts.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:54 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/strgn/strgn.m b/xts5/tset/Xlib17/strgn/strgn.m index 438ce664..c8f6e5e9 100644 --- a/xts5/tset/Xlib17/strgn/strgn.m +++ b/xts5/tset/Xlib17/strgn/strgn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/strgn/strgn.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/strgn/strgn.m,v 1.2 2005-11-03 08:43:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/strgn/strgn.m +>># File: xts5/tset/Xlib17/strgn/strgn.m >># >># Description: >># Tests for XSetRegion() >># >># Modifications: >># $Log: strgn.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:55 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/strtkysym/strtkysym.m b/xts5/tset/Xlib17/strtkysym/strtkysym.m index b07f7172..118f7187 100644 --- a/xts5/tset/Xlib17/strtkysym/strtkysym.m +++ b/xts5/tset/Xlib17/strtkysym/strtkysym.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/strtkysym/strtkysym.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/strtkysym/strtkysym.m,v 1.2 2005-11-03 08:43:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/strtkysym/strtkysym.m +>># File: xts5/tset/Xlib17/strtkysym/strtkysym.m >># >># Description: >># Tests for XStringToKeysym() >># >># Modifications: >># $Log: strtkysym.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:55 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/svcntxt/svcntxt.m b/xts5/tset/Xlib17/svcntxt/svcntxt.m index b7d2fa48..915f37f8 100644 --- a/xts5/tset/Xlib17/svcntxt/svcntxt.m +++ b/xts5/tset/Xlib17/svcntxt/svcntxt.m @@ -17,21 +17,24 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/svcntxt/svcntxt.m,v 1.2 2005-04-15 14:37:14 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/svcntxt/svcntxt.m,v 1.3 2005-11-03 08:43:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/svcntxt/svcntxt.m +>># File: xts5/tset/Xlib17/svcntxt/svcntxt.m >># >># Description: >># Tests for XSaveContext() >># >># Modifications: >># $Log: svcntxt.m,v $ ->># Revision 1.2 2005-04-15 14:37:14 anderson +>># Revision 1.3 2005-11-03 08:43:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/15 14:37:14 anderson >># Merge baseline changes >># >># Revision 1.1 2005/02/12 14:37:31 anderson diff --git a/xts5/tset/Xlib17/unnrctwthr/unnrctwthr.m b/xts5/tset/Xlib17/unnrctwthr/unnrctwthr.m index df379bc5..8ac69b88 100644 --- a/xts5/tset/Xlib17/unnrctwthr/unnrctwthr.m +++ b/xts5/tset/Xlib17/unnrctwthr/unnrctwthr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/unnrctwthr/unnrctwthr.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/unnrctwthr/unnrctwthr.m,v 1.2 2005-11-03 08:43:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/unnrctwthr/unnrctwthr.m +>># File: xts5/tset/Xlib17/unnrctwthr/unnrctwthr.m >># >># Description: >># Tests for XUnionRectWithRegion() >># >># Modifications: >># $Log: unnrctwthr.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:14 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:56 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/unnrgn/unnrgn.m b/xts5/tset/Xlib17/unnrgn/unnrgn.m index 09405bbb..41142cce 100644 --- a/xts5/tset/Xlib17/unnrgn/unnrgn.m +++ b/xts5/tset/Xlib17/unnrgn/unnrgn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/unnrgn/unnrgn.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/unnrgn/unnrgn.m,v 1.2 2005-11-03 08:43:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/unnrgn/unnrgn.m +>># File: xts5/tset/Xlib17/unnrgn/unnrgn.m >># >># Description: >># Tests for XUnionRegion() >># >># Modifications: >># $Log: unnrgn.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:14 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:57 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/unqcntxt/unqcntxt.m b/xts5/tset/Xlib17/unqcntxt/unqcntxt.m index 7c60dbe6..dce89be6 100644 --- a/xts5/tset/Xlib17/unqcntxt/unqcntxt.m +++ b/xts5/tset/Xlib17/unqcntxt/unqcntxt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/unqcntxt/unqcntxt.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/unqcntxt/unqcntxt.m,v 1.2 2005-11-03 08:43:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/unqcntxt/unqcntxt.m +>># File: xts5/tset/Xlib17/unqcntxt/unqcntxt.m >># >># Description: >># Tests for XUniqueContext() >># >># Modifications: >># $Log: unqcntxt.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:14 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:57 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/wmgmtry/wmgmtry.m b/xts5/tset/Xlib17/wmgmtry/wmgmtry.m index 0f14498e..7d912fa4 100644 --- a/xts5/tset/Xlib17/wmgmtry/wmgmtry.m +++ b/xts5/tset/Xlib17/wmgmtry/wmgmtry.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/wmgmtry/wmgmtry.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/wmgmtry/wmgmtry.m,v 1.2 2005-11-03 08:43:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/wmgmtry/wmgmtry.m +>># File: xts5/tset/Xlib17/wmgmtry/wmgmtry.m >># >># Description: >># Tests for XWMGeometry() >># >># Modifications: >># $Log: wmgmtry.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:14 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:58 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/wrtbtmpfl/wrtbtmpfl.m b/xts5/tset/Xlib17/wrtbtmpfl/wrtbtmpfl.m index 3dcb7c9e..02dfe1c0 100644 --- a/xts5/tset/Xlib17/wrtbtmpfl/wrtbtmpfl.m +++ b/xts5/tset/Xlib17/wrtbtmpfl/wrtbtmpfl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/wrtbtmpfl/wrtbtmpfl.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/wrtbtmpfl/wrtbtmpfl.m,v 1.2 2005-11-03 08:43:15 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/wrtbtmpfl/wrtbtmpfl.m +>># File: xts5/tset/Xlib17/wrtbtmpfl/wrtbtmpfl.m >># >># Description: >># Tests for XWriteBitmapFile() >># >># Modifications: >># $Log: wrtbtmpfl.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:15 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:58 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib17/xrrgn/xrrgn.m b/xts5/tset/Xlib17/xrrgn/xrrgn.m index b683df97..84cd3fd9 100644 --- a/xts5/tset/Xlib17/xrrgn/xrrgn.m +++ b/xts5/tset/Xlib17/xrrgn/xrrgn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/xrrgn/xrrgn.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib17/xrrgn/xrrgn.m,v 1.2 2005-11-03 08:43:15 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib17/xrrgn/xrrgn.m +>># File: xts5/tset/Xlib17/xrrgn/xrrgn.m >># >># Description: >># Tests for XXorRegion() >># >># Modifications: >># $Log: xrrgn.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:15 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:59 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/allplns/allplns.m b/xts5/tset/Xlib3/allplns/allplns.m index 11f0c746..cdc00231 100644 --- a/xts5/tset/Xlib3/allplns/allplns.m +++ b/xts5/tset/Xlib3/allplns/allplns.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/allplns/allplns.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/allplns/allplns.m,v 1.2 2005-11-03 08:43:15 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/allplns/allplns.m +>># File: xts5/tset/Xlib3/allplns/allplns.m >># >># Description: >># Tests for XAllPlanes() >># >># Modifications: >># $Log: allplns.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:15 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:34:59 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/blckpxl/blckpxl.m b/xts5/tset/Xlib3/blckpxl/blckpxl.m index 1d630299..dfbc6b7d 100644 --- a/xts5/tset/Xlib3/blckpxl/blckpxl.m +++ b/xts5/tset/Xlib3/blckpxl/blckpxl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/blckpxl/blckpxl.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/blckpxl/blckpxl.m,v 1.2 2005-11-03 08:43:15 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/blckpxl/blckpxl.m +>># File: xts5/tset/Xlib3/blckpxl/blckpxl.m >># >># Description: >># Tests for XBlackPixel() >># >># Modifications: >># $Log: blckpxl.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:15 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:00 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/blckpxlofs/blckpxlofs.m b/xts5/tset/Xlib3/blckpxlofs/blckpxlofs.m index f0dccfd7..edde43f9 100644 --- a/xts5/tset/Xlib3/blckpxlofs/blckpxlofs.m +++ b/xts5/tset/Xlib3/blckpxlofs/blckpxlofs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/blckpxlofs/blckpxlofs.m,v 1.1 2005-02-12 14:37:31 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/blckpxlofs/blckpxlofs.m,v 1.2 2005-11-03 08:43:16 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/blckpxlofs/blckpxlofs.m +>># File: xts5/tset/Xlib3/blckpxlofs/blckpxlofs.m >># >># Description: >># Tests for XBlackPixelOfScreen() >># >># Modifications: >># $Log: blckpxlofs.m,v $ ->># Revision 1.1 2005-02-12 14:37:31 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:16 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:00 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/btmpbtordr/btmpbtordr.m b/xts5/tset/Xlib3/btmpbtordr/btmpbtordr.m index aa1238b0..96fe8fed 100644 --- a/xts5/tset/Xlib3/btmpbtordr/btmpbtordr.m +++ b/xts5/tset/Xlib3/btmpbtordr/btmpbtordr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/btmpbtordr/btmpbtordr.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/btmpbtordr/btmpbtordr.m,v 1.2 2005-11-03 08:43:16 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/btmpbtordr/btmpbtordr.m +>># File: xts5/tset/Xlib3/btmpbtordr/btmpbtordr.m >># >># Description: >># Tests for XBitmapBitOrder() >># >># Modifications: >># $Log: btmpbtordr.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:16 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:00 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/btmppd/btmppd.m b/xts5/tset/Xlib3/btmppd/btmppd.m index b9aa9993..1c2ab0b9 100644 --- a/xts5/tset/Xlib3/btmppd/btmppd.m +++ b/xts5/tset/Xlib3/btmppd/btmppd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/btmppd/btmppd.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/btmppd/btmppd.m,v 1.2 2005-11-03 08:43:16 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/btmppd/btmppd.m +>># File: xts5/tset/Xlib3/btmppd/btmppd.m >># >># Description: >># Tests for XBitmapPad() >># >># Modifications: >># $Log: btmppd.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:16 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:01 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/btmpunt/btmpunt.m b/xts5/tset/Xlib3/btmpunt/btmpunt.m index 748bebaa..aeb41b0f 100644 --- a/xts5/tset/Xlib3/btmpunt/btmpunt.m +++ b/xts5/tset/Xlib3/btmpunt/btmpunt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/btmpunt/btmpunt.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/btmpunt/btmpunt.m,v 1.2 2005-11-03 08:43:16 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/btmpunt/btmpunt.m +>># File: xts5/tset/Xlib3/btmpunt/btmpunt.m >># >># Description: >># Tests for XBitmapUnit() >># >># Modifications: >># $Log: btmpunt.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:16 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:01 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/cllsofscrn/cllsofscrn.m b/xts5/tset/Xlib3/cllsofscrn/cllsofscrn.m index f504e1ea..62a70f0f 100644 --- a/xts5/tset/Xlib3/cllsofscrn/cllsofscrn.m +++ b/xts5/tset/Xlib3/cllsofscrn/cllsofscrn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/cllsofscrn/cllsofscrn.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/cllsofscrn/cllsofscrn.m,v 1.2 2005-11-03 08:43:17 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/cllsofscrn/cllsofscrn.m +>># File: xts5/tset/Xlib3/cllsofscrn/cllsofscrn.m >># >># Description: >># Tests for XCellsOfScreen() >># >># Modifications: >># $Log: cllsofscrn.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:17 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:02 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/clsdsply/clsdsply.m b/xts5/tset/Xlib3/clsdsply/clsdsply.m index 336020a6..377f2882 100644 --- a/xts5/tset/Xlib3/clsdsply/clsdsply.m +++ b/xts5/tset/Xlib3/clsdsply/clsdsply.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/clsdsply/clsdsply.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/clsdsply/clsdsply.m,v 1.2 2005-11-03 08:43:17 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/clsdsply/clsdsply.m +>># File: xts5/tset/Xlib3/clsdsply/clsdsply.m >># >># Description: >># Tests for XCloseDisplay() >># >># Modifications: >># $Log: clsdsply.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:17 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:02 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/cnnctnnmbr/cnnctnnmbr.m b/xts5/tset/Xlib3/cnnctnnmbr/cnnctnnmbr.m index 9bbd1a17..4f3e05a5 100644 --- a/xts5/tset/Xlib3/cnnctnnmbr/cnnctnnmbr.m +++ b/xts5/tset/Xlib3/cnnctnnmbr/cnnctnnmbr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/cnnctnnmbr/cnnctnnmbr.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/cnnctnnmbr/cnnctnnmbr.m,v 1.2 2005-11-03 08:43:17 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/cnnctnnmbr/cnnctnnmbr.m +>># File: xts5/tset/Xlib3/cnnctnnmbr/cnnctnnmbr.m >># >># Description: >># Tests for XConnectionNumber() >># >># Modifications: >># $Log: cnnctnnmbr.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:17 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:03 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dfltclrmp/dfltclrmp.m b/xts5/tset/Xlib3/dfltclrmp/dfltclrmp.m index 8db33483..a54fd355 100644 --- a/xts5/tset/Xlib3/dfltclrmp/dfltclrmp.m +++ b/xts5/tset/Xlib3/dfltclrmp/dfltclrmp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltclrmp/dfltclrmp.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltclrmp/dfltclrmp.m,v 1.2 2005-11-03 08:43:17 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dfltclrmp/dfltclrmp.m +>># File: xts5/tset/Xlib3/dfltclrmp/dfltclrmp.m >># >># Description: >># Tests for XDefaultColormap() >># >># Modifications: >># $Log: dfltclrmp.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:17 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:04 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dfltclrmpo/dfltclrmpo.m b/xts5/tset/Xlib3/dfltclrmpo/dfltclrmpo.m index c7fcdb11..b6186a3b 100644 --- a/xts5/tset/Xlib3/dfltclrmpo/dfltclrmpo.m +++ b/xts5/tset/Xlib3/dfltclrmpo/dfltclrmpo.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltclrmpo/dfltclrmpo.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltclrmpo/dfltclrmpo.m,v 1.2 2005-11-03 08:43:18 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dfltclrmpo/dfltclrmpo.m +>># File: xts5/tset/Xlib3/dfltclrmpo/dfltclrmpo.m >># >># Description: >># Tests for XDefaultColormapOfScreen() >># >># Modifications: >># $Log: dfltclrmpo.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:18 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:04 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dfltdpth/dfltdpth.m b/xts5/tset/Xlib3/dfltdpth/dfltdpth.m index 6b613946..5e8b2c34 100644 --- a/xts5/tset/Xlib3/dfltdpth/dfltdpth.m +++ b/xts5/tset/Xlib3/dfltdpth/dfltdpth.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltdpth/dfltdpth.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltdpth/dfltdpth.m,v 1.2 2005-11-03 08:43:18 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dfltdpth/dfltdpth.m +>># File: xts5/tset/Xlib3/dfltdpth/dfltdpth.m >># >># Description: >># Tests for XDefaultDepth() >># >># Modifications: >># $Log: dfltdpth.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:18 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:04 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dfltdpthof/dfltdpthof.m b/xts5/tset/Xlib3/dfltdpthof/dfltdpthof.m index 4060e8ea..b6b38b65 100644 --- a/xts5/tset/Xlib3/dfltdpthof/dfltdpthof.m +++ b/xts5/tset/Xlib3/dfltdpthof/dfltdpthof.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltdpthof/dfltdpthof.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltdpthof/dfltdpthof.m,v 1.2 2005-11-03 08:43:18 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dfltdpthof/dfltdpthof.m +>># File: xts5/tset/Xlib3/dfltdpthof/dfltdpthof.m >># >># Description: >># Tests for XDefaultDepthOfScreen() >># >># Modifications: >># $Log: dfltdpthof.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:18 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:05 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dfltgc/dfltgc.m b/xts5/tset/Xlib3/dfltgc/dfltgc.m index bd8e9d53..5a6c7fa6 100644 --- a/xts5/tset/Xlib3/dfltgc/dfltgc.m +++ b/xts5/tset/Xlib3/dfltgc/dfltgc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltgc/dfltgc.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltgc/dfltgc.m,v 1.2 2005-11-03 08:43:18 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dfltgc/dfltgc.m +>># File: xts5/tset/Xlib3/dfltgc/dfltgc.m >># >># Description: >># Tests for XDefaultGC() >># >># Modifications: >># $Log: dfltgc.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:18 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:05 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dfltgcofsc/dfltgcofsc.m b/xts5/tset/Xlib3/dfltgcofsc/dfltgcofsc.m index 291bc3a0..1e5a67e1 100644 --- a/xts5/tset/Xlib3/dfltgcofsc/dfltgcofsc.m +++ b/xts5/tset/Xlib3/dfltgcofsc/dfltgcofsc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltgcofsc/dfltgcofsc.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltgcofsc/dfltgcofsc.m,v 1.2 2005-11-03 08:43:19 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dfltgcofsc/dfltgcofsc.m +>># File: xts5/tset/Xlib3/dfltgcofsc/dfltgcofsc.m >># >># Description: >># Tests for XDefaultGCOfScreen() >># >># Modifications: >># $Log: dfltgcofsc.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:19 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:06 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dfltrtwdw/dfltrtwdw.m b/xts5/tset/Xlib3/dfltrtwdw/dfltrtwdw.m index 7fac5078..6c9efd4c 100644 --- a/xts5/tset/Xlib3/dfltrtwdw/dfltrtwdw.m +++ b/xts5/tset/Xlib3/dfltrtwdw/dfltrtwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltrtwdw/dfltrtwdw.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltrtwdw/dfltrtwdw.m,v 1.2 2005-11-03 08:43:19 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dfltrtwdw/dfltrtwdw.m +>># File: xts5/tset/Xlib3/dfltrtwdw/dfltrtwdw.m >># >># Description: >># Tests for XDefaultRootWindow() >># >># Modifications: >># $Log: dfltrtwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:19 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:06 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dfltscrn/dfltscrn.m b/xts5/tset/Xlib3/dfltscrn/dfltscrn.m index 29b23828..f68dfd63 100644 --- a/xts5/tset/Xlib3/dfltscrn/dfltscrn.m +++ b/xts5/tset/Xlib3/dfltscrn/dfltscrn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltscrn/dfltscrn.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltscrn/dfltscrn.m,v 1.2 2005-11-03 08:43:19 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dfltscrn/dfltscrn.m +>># File: xts5/tset/Xlib3/dfltscrn/dfltscrn.m >># >># Description: >># Tests for XDefaultScreen() >># >># Modifications: >># $Log: dfltscrn.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:19 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:07 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dfltscrnof/dfltscrnof.m b/xts5/tset/Xlib3/dfltscrnof/dfltscrnof.m index c3837964..6056c1e6 100644 --- a/xts5/tset/Xlib3/dfltscrnof/dfltscrnof.m +++ b/xts5/tset/Xlib3/dfltscrnof/dfltscrnof.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltscrnof/dfltscrnof.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltscrnof/dfltscrnof.m,v 1.2 2005-11-03 08:43:19 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dfltscrnof/dfltscrnof.m +>># File: xts5/tset/Xlib3/dfltscrnof/dfltscrnof.m >># >># Description: >># Tests for XDefaultScreenOfDisplay() >># >># Modifications: >># $Log: dfltscrnof.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:19 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:07 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dfltvsl/dfltvsl.m b/xts5/tset/Xlib3/dfltvsl/dfltvsl.m index bdb8787b..306d5aac 100644 --- a/xts5/tset/Xlib3/dfltvsl/dfltvsl.m +++ b/xts5/tset/Xlib3/dfltvsl/dfltvsl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltvsl/dfltvsl.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltvsl/dfltvsl.m,v 1.2 2005-11-03 08:43:19 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dfltvsl/dfltvsl.m +>># File: xts5/tset/Xlib3/dfltvsl/dfltvsl.m >># >># Description: >># Tests for XDefaultVisual() >># >># Modifications: >># $Log: dfltvsl.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:19 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:08 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dfltvslofs/dfltvslofs.m b/xts5/tset/Xlib3/dfltvslofs/dfltvslofs.m index a5ea1559..2a9955e4 100644 --- a/xts5/tset/Xlib3/dfltvslofs/dfltvslofs.m +++ b/xts5/tset/Xlib3/dfltvslofs/dfltvslofs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltvslofs/dfltvslofs.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dfltvslofs/dfltvslofs.m,v 1.2 2005-11-03 08:43:20 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dfltvslofs/dfltvslofs.m +>># File: xts5/tset/Xlib3/dfltvslofs/dfltvslofs.m >># >># Description: >># Tests for XDefaultVisualOfScreen() >># >># Modifications: >># $Log: dfltvslofs.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:20 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:08 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dsbckngstr/dsbckngstr.m b/xts5/tset/Xlib3/dsbckngstr/dsbckngstr.m index e0d31986..2af3204f 100644 --- a/xts5/tset/Xlib3/dsbckngstr/dsbckngstr.m +++ b/xts5/tset/Xlib3/dsbckngstr/dsbckngstr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsbckngstr/dsbckngstr.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsbckngstr/dsbckngstr.m,v 1.2 2005-11-03 08:43:21 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dsbckngstr/dsbckngstr.m +>># File: xts5/tset/Xlib3/dsbckngstr/dsbckngstr.m >># >># Description: >># Tests for XDoesBackingStore() >># >># Modifications: >># $Log: dsbckngstr.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:21 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:09 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dsplyclls/dsplyclls.m b/xts5/tset/Xlib3/dsplyclls/dsplyclls.m index 39903ec8..3295db3d 100644 --- a/xts5/tset/Xlib3/dsplyclls/dsplyclls.m +++ b/xts5/tset/Xlib3/dsplyclls/dsplyclls.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplyclls/dsplyclls.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplyclls/dsplyclls.m,v 1.2 2005-11-03 08:43:21 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dsplyclls/dsplyclls.m +>># File: xts5/tset/Xlib3/dsplyclls/dsplyclls.m >># >># Description: >># Tests for XDisplayCells() >># >># Modifications: >># $Log: dsplyclls.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:21 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:09 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dsplyhght/dsplyhght.m b/xts5/tset/Xlib3/dsplyhght/dsplyhght.m index 1c091ee2..69d668ef 100644 --- a/xts5/tset/Xlib3/dsplyhght/dsplyhght.m +++ b/xts5/tset/Xlib3/dsplyhght/dsplyhght.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplyhght/dsplyhght.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplyhght/dsplyhght.m,v 1.2 2005-11-03 08:43:21 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dsplyhght/dsplyhght.m +>># File: xts5/tset/Xlib3/dsplyhght/dsplyhght.m >># >># Description: >># Tests for XDisplayHeight() >># >># Modifications: >># $Log: dsplyhght.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:21 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:10 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dsplyhghtm/dsplyhghtm.m b/xts5/tset/Xlib3/dsplyhghtm/dsplyhghtm.m index 59fd573a..8dac3e72 100644 --- a/xts5/tset/Xlib3/dsplyhghtm/dsplyhghtm.m +++ b/xts5/tset/Xlib3/dsplyhghtm/dsplyhghtm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplyhghtm/dsplyhghtm.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplyhghtm/dsplyhghtm.m,v 1.2 2005-11-03 08:43:21 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dsplyhghtm/dsplyhghtm.m +>># File: xts5/tset/Xlib3/dsplyhghtm/dsplyhghtm.m >># >># Description: >># Tests for XDisplayHeightMM() >># >># Modifications: >># $Log: dsplyhghtm.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:21 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:10 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dsplyofscr/dsplyofscr.m b/xts5/tset/Xlib3/dsplyofscr/dsplyofscr.m index 1188e82a..909161a5 100644 --- a/xts5/tset/Xlib3/dsplyofscr/dsplyofscr.m +++ b/xts5/tset/Xlib3/dsplyofscr/dsplyofscr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplyofscr/dsplyofscr.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplyofscr/dsplyofscr.m,v 1.2 2005-11-03 08:43:22 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dsplyofscr/dsplyofscr.m +>># File: xts5/tset/Xlib3/dsplyofscr/dsplyofscr.m >># >># Description: >># Tests for XDisplayOfScreen() >># >># Modifications: >># $Log: dsplyofscr.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:22 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:10 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dsplyplns/dsplyplns.m b/xts5/tset/Xlib3/dsplyplns/dsplyplns.m index 701076cd..3e2f9b28 100644 --- a/xts5/tset/Xlib3/dsplyplns/dsplyplns.m +++ b/xts5/tset/Xlib3/dsplyplns/dsplyplns.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplyplns/dsplyplns.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplyplns/dsplyplns.m,v 1.2 2005-11-03 08:43:22 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dsplyplns/dsplyplns.m +>># File: xts5/tset/Xlib3/dsplyplns/dsplyplns.m >># >># Description: >># Tests for XDisplayPlanes() >># >># Modifications: >># $Log: dsplyplns.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:22 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:11 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dsplystr/Test1.c b/xts5/tset/Xlib3/dsplystr/Test1.c index fe085b7d..55052a2f 100644 --- a/xts5/tset/Xlib3/dsplystr/Test1.c +++ b/xts5/tset/Xlib3/dsplystr/Test1.c @@ -20,21 +20,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplystr/Test1.c,v 1.4 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplystr/Test1.c,v 1.5 2005-11-03 08:43:22 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/tset/Xlib3/dsplystr/Test1.c +* File: xts5/tset/Xlib3/dsplystr/Test1.c * * Description: * Tests for XDisplayString() * * Modifications: * $Log: Test1.c,v $ -* Revision 1.4 2005-04-21 09:40:42 ajosey +* Revision 1.5 2005-11-03 08:43:22 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.4 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.1 2000/02/04 15:31:35 vsx diff --git a/xts5/tset/Xlib3/dsplystr/dsplystr.m b/xts5/tset/Xlib3/dsplystr/dsplystr.m index 153a3c8c..2bba27a6 100644 --- a/xts5/tset/Xlib3/dsplystr/dsplystr.m +++ b/xts5/tset/Xlib3/dsplystr/dsplystr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplystr/dsplystr.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplystr/dsplystr.m,v 1.2 2005-11-03 08:43:22 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dsplystr/dsplystr.m +>># File: xts5/tset/Xlib3/dsplystr/dsplystr.m >># >># Description: >># Tests for XDisplayString() >># >># Modifications: >># $Log: dsplystr.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:22 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:12 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dsplywdth/dsplywdth.m b/xts5/tset/Xlib3/dsplywdth/dsplywdth.m index 6dcdcd8a..8b9b917e 100644 --- a/xts5/tset/Xlib3/dsplywdth/dsplywdth.m +++ b/xts5/tset/Xlib3/dsplywdth/dsplywdth.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplywdth/dsplywdth.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplywdth/dsplywdth.m,v 1.2 2005-11-03 08:43:23 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dsplywdth/dsplywdth.m +>># File: xts5/tset/Xlib3/dsplywdth/dsplywdth.m >># >># Description: >># Tests for XDisplayWidth() >># >># Modifications: >># $Log: dsplywdth.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:23 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:12 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dsplywdthm/dsplywdthm.m b/xts5/tset/Xlib3/dsplywdthm/dsplywdthm.m index 4f7755c8..cc8f9265 100644 --- a/xts5/tset/Xlib3/dsplywdthm/dsplywdthm.m +++ b/xts5/tset/Xlib3/dsplywdthm/dsplywdthm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplywdthm/dsplywdthm.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dsplywdthm/dsplywdthm.m,v 1.2 2005-11-03 08:43:23 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dsplywdthm/dsplywdthm.m +>># File: xts5/tset/Xlib3/dsplywdthm/dsplywdthm.m >># >># Description: >># Tests for XDisplayWidthMM() >># >># Modifications: >># $Log: dsplywdthm.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:23 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:13 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/dssvundrs/dssvundrs.m b/xts5/tset/Xlib3/dssvundrs/dssvundrs.m index 985711ce..ecd0ed65 100644 --- a/xts5/tset/Xlib3/dssvundrs/dssvundrs.m +++ b/xts5/tset/Xlib3/dssvundrs/dssvundrs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dssvundrs/dssvundrs.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/dssvundrs/dssvundrs.m,v 1.2 2005-11-03 08:43:23 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/dssvundrs/dssvundrs.m +>># File: xts5/tset/Xlib3/dssvundrs/dssvundrs.m >># >># Description: >># Tests for XDoesSaveUnders() >># >># Modifications: >># $Log: dssvundrs.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:23 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:13 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/evntmskofs/evntmskofs.m b/xts5/tset/Xlib3/evntmskofs/evntmskofs.m index 7eae28b6..b54fbde7 100644 --- a/xts5/tset/Xlib3/evntmskofs/evntmskofs.m +++ b/xts5/tset/Xlib3/evntmskofs/evntmskofs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/evntmskofs/evntmskofs.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/evntmskofs/evntmskofs.m,v 1.2 2005-11-03 08:43:23 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/evntmskofs/evntmskofs.m +>># File: xts5/tset/Xlib3/evntmskofs/evntmskofs.m >># >># Description: >># Tests for XEventMaskOfScreen() >># >># Modifications: >># $Log: evntmskofs.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:23 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:14 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/fr/fr.m b/xts5/tset/Xlib3/fr/fr.m index 7ce46ffe..5f1f59b5 100644 --- a/xts5/tset/Xlib3/fr/fr.m +++ b/xts5/tset/Xlib3/fr/fr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/fr/fr.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/fr/fr.m,v 1.2 2005-11-03 08:43:23 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/fr/fr.m +>># File: xts5/tset/Xlib3/fr/fr.m >># >># Description: >># Tests for XFree() >># >># Modifications: >># $Log: fr.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:23 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:14 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/hghtmmofsc/hghtmmofsc.m b/xts5/tset/Xlib3/hghtmmofsc/hghtmmofsc.m index 7c752247..cd52632b 100644 --- a/xts5/tset/Xlib3/hghtmmofsc/hghtmmofsc.m +++ b/xts5/tset/Xlib3/hghtmmofsc/hghtmmofsc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/hghtmmofsc/hghtmmofsc.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/hghtmmofsc/hghtmmofsc.m,v 1.2 2005-11-03 08:43:23 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/hghtmmofsc/hghtmmofsc.m +>># File: xts5/tset/Xlib3/hghtmmofsc/hghtmmofsc.m >># >># Description: >># Tests for XHeightMMOfScreen() >># >># Modifications: >># $Log: hghtmmofsc.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:23 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:15 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/hghtofscrn/hghtofscrn.m b/xts5/tset/Xlib3/hghtofscrn/hghtofscrn.m index dabd8a4d..e9d7f446 100644 --- a/xts5/tset/Xlib3/hghtofscrn/hghtofscrn.m +++ b/xts5/tset/Xlib3/hghtofscrn/hghtofscrn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/hghtofscrn/hghtofscrn.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/hghtofscrn/hghtofscrn.m,v 1.2 2005-11-03 08:43:24 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/hghtofscrn/hghtofscrn.m +>># File: xts5/tset/Xlib3/hghtofscrn/hghtofscrn.m >># >># Description: >># Tests for XHeightOfScreen() >># >># Modifications: >># $Log: hghtofscrn.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:24 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:15 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/imgbytordr/imgbytordr.m b/xts5/tset/Xlib3/imgbytordr/imgbytordr.m index d54124a7..25fac930 100644 --- a/xts5/tset/Xlib3/imgbytordr/imgbytordr.m +++ b/xts5/tset/Xlib3/imgbytordr/imgbytordr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/imgbytordr/imgbytordr.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/imgbytordr/imgbytordr.m,v 1.2 2005-11-03 08:43:24 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/imgbytordr/imgbytordr.m +>># File: xts5/tset/Xlib3/imgbytordr/imgbytordr.m >># >># Description: >># Tests for XImageByteOrder() >># >># Modifications: >># $Log: imgbytordr.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:24 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:16 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/lstdpths/lstdpths.m b/xts5/tset/Xlib3/lstdpths/lstdpths.m index 3b1cc891..bdcb9019 100644 --- a/xts5/tset/Xlib3/lstdpths/lstdpths.m +++ b/xts5/tset/Xlib3/lstdpths/lstdpths.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/lstdpths/lstdpths.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/lstdpths/lstdpths.m,v 1.2 2005-11-03 08:43:24 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/lstdpths/lstdpths.m +>># File: xts5/tset/Xlib3/lstdpths/lstdpths.m >># >># Description: >># Tests for XListDepths() >># >># Modifications: >># $Log: lstdpths.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:24 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:16 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/lstknwnrqs/lstknwnrqs.m b/xts5/tset/Xlib3/lstknwnrqs/lstknwnrqs.m index 3c8180c4..8bd369c6 100644 --- a/xts5/tset/Xlib3/lstknwnrqs/lstknwnrqs.m +++ b/xts5/tset/Xlib3/lstknwnrqs/lstknwnrqs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/lstknwnrqs/lstknwnrqs.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/lstknwnrqs/lstknwnrqs.m,v 1.2 2005-11-03 08:43:24 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/lstknwnrqs/lstknwnrqs.m +>># File: xts5/tset/Xlib3/lstknwnrqs/lstknwnrqs.m >># >># Description: >># Tests for XLastKnownRequestProcessed() >># >># Modifications: >># $Log: lstknwnrqs.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:24 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:17 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/lstpxmpfrm/lstpxmpfrm.m b/xts5/tset/Xlib3/lstpxmpfrm/lstpxmpfrm.m index 79853928..7e07934b 100644 --- a/xts5/tset/Xlib3/lstpxmpfrm/lstpxmpfrm.m +++ b/xts5/tset/Xlib3/lstpxmpfrm/lstpxmpfrm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/lstpxmpfrm/lstpxmpfrm.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/lstpxmpfrm/lstpxmpfrm.m,v 1.2 2005-11-03 08:43:24 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/lstpxmpfrm/lstpxmpfrm.m +>># File: xts5/tset/Xlib3/lstpxmpfrm/lstpxmpfrm.m >># >># Description: >># Tests for XListPixmapFormats() >># >># Modifications: >># $Log: lstpxmpfrm.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:24 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:17 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/mncmpsofsc/mncmpsofsc.m b/xts5/tset/Xlib3/mncmpsofsc/mncmpsofsc.m index a7a4b836..3b19eaf1 100644 --- a/xts5/tset/Xlib3/mncmpsofsc/mncmpsofsc.m +++ b/xts5/tset/Xlib3/mncmpsofsc/mncmpsofsc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/mncmpsofsc/mncmpsofsc.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/mncmpsofsc/mncmpsofsc.m,v 1.2 2005-11-03 08:43:25 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/mncmpsofsc/mncmpsofsc.m +>># File: xts5/tset/Xlib3/mncmpsofsc/mncmpsofsc.m >># >># Description: >># Tests for XMinCmapsOfScreen() >># >># Modifications: >># $Log: mncmpsofsc.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:25 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:17 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/mxcmpsofsc/mxcmpsofsc.m b/xts5/tset/Xlib3/mxcmpsofsc/mxcmpsofsc.m index ad024300..51c008ae 100644 --- a/xts5/tset/Xlib3/mxcmpsofsc/mxcmpsofsc.m +++ b/xts5/tset/Xlib3/mxcmpsofsc/mxcmpsofsc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/mxcmpsofsc/mxcmpsofsc.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/mxcmpsofsc/mxcmpsofsc.m,v 1.2 2005-11-03 08:43:25 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/mxcmpsofsc/mxcmpsofsc.m +>># File: xts5/tset/Xlib3/mxcmpsofsc/mxcmpsofsc.m >># >># Description: >># Tests for XMaxCmapsOfScreen() >># >># Modifications: >># $Log: mxcmpsofsc.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:25 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:18 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/nop/nop.m b/xts5/tset/Xlib3/nop/nop.m index cb750d56..d6bf06d9 100644 --- a/xts5/tset/Xlib3/nop/nop.m +++ b/xts5/tset/Xlib3/nop/nop.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/nop/nop.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/nop/nop.m,v 1.2 2005-11-03 08:43:25 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/nop/nop.m +>># File: xts5/tset/Xlib3/nop/nop.m >># >># Description: >># Tests for XNoOp() >># >># Modifications: >># $Log: nop.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:25 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:18 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/nxtrqst/nxtrqst.m b/xts5/tset/Xlib3/nxtrqst/nxtrqst.m index 53df7f4e..d8994d6f 100644 --- a/xts5/tset/Xlib3/nxtrqst/nxtrqst.m +++ b/xts5/tset/Xlib3/nxtrqst/nxtrqst.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/nxtrqst/nxtrqst.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/nxtrqst/nxtrqst.m,v 1.2 2005-11-03 08:43:25 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/nxtrqst/nxtrqst.m +>># File: xts5/tset/Xlib3/nxtrqst/nxtrqst.m >># >># Description: >># Tests for XNextRequest() >># >># Modifications: >># $Log: nxtrqst.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:25 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:19 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/opndsply/Test1.c b/xts5/tset/Xlib3/opndsply/Test1.c index 09e439cb..babfd0f9 100644 --- a/xts5/tset/Xlib3/opndsply/Test1.c +++ b/xts5/tset/Xlib3/opndsply/Test1.c @@ -20,21 +20,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xlib3/opndsply/Test1.c,v 1.4 2005-04-21 09:40:42 ajosey Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xlib3/opndsply/Test1.c,v 1.5 2005-11-03 08:43:26 jmichael Exp $ * * Copyright (c) Applied Testing and Technology, Inc. 1995 * All Rights Reserved. * * Project: VSW5 * -* File: vsw5/tset/Xlib3/opndsply/Test1.c +* File: xts5/tset/Xlib3/opndsply/Test1.c * * Description: * Tests for XOpenDisplay() * * Modifications: * $Log: Test1.c,v $ -* Revision 1.4 2005-04-21 09:40:42 ajosey +* Revision 1.5 2005-11-03 08:43:26 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.4 2005/04/21 09:40:42 ajosey * resync to VSW5.1.5 * * Revision 8.1 2000/02/04 15:32:55 vsx diff --git a/xts5/tset/Xlib3/opndsply/opndsply.m b/xts5/tset/Xlib3/opndsply/opndsply.m index 296da7b2..e95bb945 100644 --- a/xts5/tset/Xlib3/opndsply/opndsply.m +++ b/xts5/tset/Xlib3/opndsply/opndsply.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/opndsply/opndsply.m,v 1.1 2005-02-12 14:37:32 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/opndsply/opndsply.m,v 1.2 2005-11-03 08:43:26 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/opndsply/opndsply.m +>># File: xts5/tset/Xlib3/opndsply/opndsply.m >># >># Description: >># Tests for XOpenDisplay() >># >># Modifications: >># $Log: opndsply.m,v $ ->># Revision 1.1 2005-02-12 14:37:32 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:26 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:20 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/plnsofscrn/plnsofscrn.m b/xts5/tset/Xlib3/plnsofscrn/plnsofscrn.m index cedcc660..2b4190c2 100644 --- a/xts5/tset/Xlib3/plnsofscrn/plnsofscrn.m +++ b/xts5/tset/Xlib3/plnsofscrn/plnsofscrn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/plnsofscrn/plnsofscrn.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/plnsofscrn/plnsofscrn.m,v 1.2 2005-11-03 08:43:26 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/plnsofscrn/plnsofscrn.m +>># File: xts5/tset/Xlib3/plnsofscrn/plnsofscrn.m >># >># Description: >># Tests for XPlanesOfScreen() >># >># Modifications: >># $Log: plnsofscrn.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:26 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:20 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/prtclrvsn/prtclrvsn.m b/xts5/tset/Xlib3/prtclrvsn/prtclrvsn.m index fc6ee61a..6e702873 100644 --- a/xts5/tset/Xlib3/prtclrvsn/prtclrvsn.m +++ b/xts5/tset/Xlib3/prtclrvsn/prtclrvsn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/prtclrvsn/prtclrvsn.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/prtclrvsn/prtclrvsn.m,v 1.2 2005-11-03 08:43:26 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/prtclrvsn/prtclrvsn.m +>># File: xts5/tset/Xlib3/prtclrvsn/prtclrvsn.m >># >># Description: >># Tests for XProtocolRevision() >># >># Modifications: >># $Log: prtclrvsn.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:26 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:21 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/prtclvrsn/prtclvrsn.m b/xts5/tset/Xlib3/prtclvrsn/prtclvrsn.m index 4cd59811..2a4f1efe 100644 --- a/xts5/tset/Xlib3/prtclvrsn/prtclvrsn.m +++ b/xts5/tset/Xlib3/prtclvrsn/prtclvrsn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/prtclvrsn/prtclvrsn.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/prtclvrsn/prtclvrsn.m,v 1.2 2005-11-03 08:43:27 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/prtclvrsn/prtclvrsn.m +>># File: xts5/tset/Xlib3/prtclvrsn/prtclvrsn.m >># >># Description: >># Tests for XProtocolVersion() >># >># Modifications: >># $Log: prtclvrsn.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:27 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:21 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/qlngth/qlngth.m b/xts5/tset/Xlib3/qlngth/qlngth.m index bdf10462..9d9d335b 100644 --- a/xts5/tset/Xlib3/qlngth/qlngth.m +++ b/xts5/tset/Xlib3/qlngth/qlngth.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/qlngth/qlngth.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/qlngth/qlngth.m,v 1.2 2005-11-03 08:43:27 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/qlngth/qlngth.m +>># File: xts5/tset/Xlib3/qlngth/qlngth.m >># >># Description: >># Tests for XQLength() >># >># Modifications: >># $Log: qlngth.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:27 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:24 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:22 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/rtwdw/rtwdw.m b/xts5/tset/Xlib3/rtwdw/rtwdw.m index 4853a3cb..cb5d5c5e 100644 --- a/xts5/tset/Xlib3/rtwdw/rtwdw.m +++ b/xts5/tset/Xlib3/rtwdw/rtwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/rtwdw/rtwdw.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/rtwdw/rtwdw.m,v 1.2 2005-11-03 08:43:28 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/rtwdw/rtwdw.m +>># File: xts5/tset/Xlib3/rtwdw/rtwdw.m >># >># Description: >># Tests for XRootWindow() >># >># Modifications: >># $Log: rtwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:28 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:22 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/rtwdwofscr/rtwdwofscr.m b/xts5/tset/Xlib3/rtwdwofscr/rtwdwofscr.m index 196b531f..63dc60e7 100644 --- a/xts5/tset/Xlib3/rtwdwofscr/rtwdwofscr.m +++ b/xts5/tset/Xlib3/rtwdwofscr/rtwdwofscr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/rtwdwofscr/rtwdwofscr.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/rtwdwofscr/rtwdwofscr.m,v 1.2 2005-11-03 08:43:28 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/rtwdwofscr/rtwdwofscr.m +>># File: xts5/tset/Xlib3/rtwdwofscr/rtwdwofscr.m >># >># Description: >># Tests for XRootWindowOfScreen() >># >># Modifications: >># $Log: rtwdwofscr.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:28 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:23 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/scrncnt/scrncnt.m b/xts5/tset/Xlib3/scrncnt/scrncnt.m index f6b303b5..3bead566 100644 --- a/xts5/tset/Xlib3/scrncnt/scrncnt.m +++ b/xts5/tset/Xlib3/scrncnt/scrncnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/scrncnt/scrncnt.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/scrncnt/scrncnt.m,v 1.2 2005-11-03 08:43:28 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/scrncnt/scrncnt.m +>># File: xts5/tset/Xlib3/scrncnt/scrncnt.m >># >># Description: >># Tests for XScreenCount() >># >># Modifications: >># $Log: scrncnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:28 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:23 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/scrnnmbrof/scrnnmbrof.m b/xts5/tset/Xlib3/scrnnmbrof/scrnnmbrof.m index 37961c5c..65fd703c 100644 --- a/xts5/tset/Xlib3/scrnnmbrof/scrnnmbrof.m +++ b/xts5/tset/Xlib3/scrnnmbrof/scrnnmbrof.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/scrnnmbrof/scrnnmbrof.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/scrnnmbrof/scrnnmbrof.m,v 1.2 2005-11-03 08:43:28 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/scrnnmbrof/scrnnmbrof.m +>># File: xts5/tset/Xlib3/scrnnmbrof/scrnnmbrof.m >># >># Description: >># Tests for XScreenNumberOfScreen() >># >># Modifications: >># $Log: scrnnmbrof.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:28 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:24 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/scrnofdspl/scrnofdspl.m b/xts5/tset/Xlib3/scrnofdspl/scrnofdspl.m index 34f449c6..de8c574c 100644 --- a/xts5/tset/Xlib3/scrnofdspl/scrnofdspl.m +++ b/xts5/tset/Xlib3/scrnofdspl/scrnofdspl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/scrnofdspl/scrnofdspl.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/scrnofdspl/scrnofdspl.m,v 1.2 2005-11-03 08:43:28 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/scrnofdspl/scrnofdspl.m +>># File: xts5/tset/Xlib3/scrnofdspl/scrnofdspl.m >># >># Description: >># Tests for XScreenOfDisplay() >># >># Modifications: >># $Log: scrnofdspl.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:28 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:24 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/srvrvndr/srvrvndr.m b/xts5/tset/Xlib3/srvrvndr/srvrvndr.m index 84c37254..45c13e8e 100644 --- a/xts5/tset/Xlib3/srvrvndr/srvrvndr.m +++ b/xts5/tset/Xlib3/srvrvndr/srvrvndr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/srvrvndr/srvrvndr.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/srvrvndr/srvrvndr.m,v 1.2 2005-11-03 08:43:29 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/srvrvndr/srvrvndr.m +>># File: xts5/tset/Xlib3/srvrvndr/srvrvndr.m >># >># Description: >># Tests for XServerVendor() >># >># Modifications: >># $Log: srvrvndr.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:29 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:25 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/stclsdwnmd/stclsdwnmd.m b/xts5/tset/Xlib3/stclsdwnmd/stclsdwnmd.m index 4faf1208..5a5d0f3e 100644 --- a/xts5/tset/Xlib3/stclsdwnmd/stclsdwnmd.m +++ b/xts5/tset/Xlib3/stclsdwnmd/stclsdwnmd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/stclsdwnmd/stclsdwnmd.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/stclsdwnmd/stclsdwnmd.m,v 1.2 2005-11-03 08:43:29 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/stclsdwnmd/stclsdwnmd.m +>># File: xts5/tset/Xlib3/stclsdwnmd/stclsdwnmd.m >># >># Description: >># Tests for XSetCloseDownMode() >># >># Modifications: >># $Log: stclsdwnmd.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:29 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:26 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/vndrrls/vndrrls.m b/xts5/tset/Xlib3/vndrrls/vndrrls.m index d0cb7fcc..9e7dbced 100644 --- a/xts5/tset/Xlib3/vndrrls/vndrrls.m +++ b/xts5/tset/Xlib3/vndrrls/vndrrls.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/vndrrls/vndrrls.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/vndrrls/vndrrls.m,v 1.2 2005-11-03 08:43:30 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/vndrrls/vndrrls.m +>># File: xts5/tset/Xlib3/vndrrls/vndrrls.m >># >># Description: >># Tests for XVendorRelease() >># >># Modifications: >># $Log: vndrrls.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:30 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:25 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/wdthmmofsc/wdthmmofsc.m b/xts5/tset/Xlib3/wdthmmofsc/wdthmmofsc.m index 1164bcaf..3621bd45 100644 --- a/xts5/tset/Xlib3/wdthmmofsc/wdthmmofsc.m +++ b/xts5/tset/Xlib3/wdthmmofsc/wdthmmofsc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/wdthmmofsc/wdthmmofsc.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/wdthmmofsc/wdthmmofsc.m,v 1.2 2005-11-03 08:43:30 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/wdthmmofsc/wdthmmofsc.m +>># File: xts5/tset/Xlib3/wdthmmofsc/wdthmmofsc.m >># >># Description: >># Tests for XWidthMMOfScreen() >># >># Modifications: >># $Log: wdthmmofsc.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:30 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:26 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/wdthofscrn/wdthofscrn.m b/xts5/tset/Xlib3/wdthofscrn/wdthofscrn.m index 348778c7..0c01b502 100644 --- a/xts5/tset/Xlib3/wdthofscrn/wdthofscrn.m +++ b/xts5/tset/Xlib3/wdthofscrn/wdthofscrn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/wdthofscrn/wdthofscrn.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/wdthofscrn/wdthofscrn.m,v 1.2 2005-11-03 08:43:30 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/wdthofscrn/wdthofscrn.m +>># File: xts5/tset/Xlib3/wdthofscrn/wdthofscrn.m >># >># Description: >># Tests for XWidthOfScreen() >># >># Modifications: >># $Log: wdthofscrn.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:30 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:27 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/whtpxl/whtpxl.m b/xts5/tset/Xlib3/whtpxl/whtpxl.m index 9d7acca6..25f888e6 100644 --- a/xts5/tset/Xlib3/whtpxl/whtpxl.m +++ b/xts5/tset/Xlib3/whtpxl/whtpxl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/whtpxl/whtpxl.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/whtpxl/whtpxl.m,v 1.2 2005-11-03 08:43:30 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/whtpxl/whtpxl.m +>># File: xts5/tset/Xlib3/whtpxl/whtpxl.m >># >># Description: >># Tests for XWhitePixel() >># >># Modifications: >># $Log: whtpxl.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:30 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:27 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib3/whtpxlofsc/whtpxlofsc.m b/xts5/tset/Xlib3/whtpxlofsc/whtpxlofsc.m index ae4522a0..a7c8fdda 100644 --- a/xts5/tset/Xlib3/whtpxlofsc/whtpxlofsc.m +++ b/xts5/tset/Xlib3/whtpxlofsc/whtpxlofsc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/whtpxlofsc/whtpxlofsc.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib3/whtpxlofsc/whtpxlofsc.m,v 1.2 2005-11-03 08:43:31 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib3/whtpxlofsc/whtpxlofsc.m +>># File: xts5/tset/Xlib3/whtpxlofsc/whtpxlofsc.m >># >># Description: >># Tests for XWhitePixelOfScreen() >># >># Modifications: >># $Log: whtpxlofsc.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:31 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:27 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/chngwdwatt/chngwdwatt.m b/xts5/tset/Xlib4/chngwdwatt/chngwdwatt.m index 941c28dd..519dd2d7 100644 --- a/xts5/tset/Xlib4/chngwdwatt/chngwdwatt.m +++ b/xts5/tset/Xlib4/chngwdwatt/chngwdwatt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/chngwdwatt/chngwdwatt.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/chngwdwatt/chngwdwatt.m,v 1.2 2005-11-03 08:43:31 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/chngwdwatt/chngwdwatt.m +>># File: xts5/tset/Xlib4/chngwdwatt/chngwdwatt.m >># >># Description: >># Tests for XChangeWindowAttributes() >># >># Modifications: >># $Log: chngwdwatt.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:31 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:09 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/cnfgrwdw/cnfgrwdw.m b/xts5/tset/Xlib4/cnfgrwdw/cnfgrwdw.m index 1fe75fec..cf867498 100644 --- a/xts5/tset/Xlib4/cnfgrwdw/cnfgrwdw.m +++ b/xts5/tset/Xlib4/cnfgrwdw/cnfgrwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/cnfgrwdw/cnfgrwdw.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/cnfgrwdw/cnfgrwdw.m,v 1.2 2005-11-03 08:43:31 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/cnfgrwdw/cnfgrwdw.m +>># File: xts5/tset/Xlib4/cnfgrwdw/cnfgrwdw.m >># >># Description: >># Tests for XConfigureWindow() >># >># Modifications: >># $Log: cnfgrwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:31 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:17 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/crcltsbws/crcltsbws.m b/xts5/tset/Xlib4/crcltsbws/crcltsbws.m index e91b667a..633be81d 100644 --- a/xts5/tset/Xlib4/crcltsbws/crcltsbws.m +++ b/xts5/tset/Xlib4/crcltsbws/crcltsbws.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/crcltsbws/crcltsbws.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/crcltsbws/crcltsbws.m,v 1.2 2005-11-03 08:43:32 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/crcltsbws/crcltsbws.m +>># File: xts5/tset/Xlib4/crcltsbws/crcltsbws.m >># >># Description: >># Tests for XCirculateSubwindows() >># >># Modifications: >># $Log: crcltsbws.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:32 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:18 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/crcltsbwsu/crcltsbwsu.m b/xts5/tset/Xlib4/crcltsbwsu/crcltsbwsu.m index 7d7b92c4..52629ee4 100644 --- a/xts5/tset/Xlib4/crcltsbwsu/crcltsbwsu.m +++ b/xts5/tset/Xlib4/crcltsbwsu/crcltsbwsu.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/crcltsbwsu/crcltsbwsu.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/crcltsbwsu/crcltsbwsu.m,v 1.2 2005-11-03 08:43:32 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/crcltsbwsu/crcltsbwsu.m +>># File: xts5/tset/Xlib4/crcltsbwsu/crcltsbwsu.m >># >># Description: >># Tests for XCirculateSubwindowsUp() >># >># Modifications: >># $Log: crcltsbwsu.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:32 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:20 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/crtsmplwdw/crtsmplwdw.m b/xts5/tset/Xlib4/crtsmplwdw/crtsmplwdw.m index aa6330d3..3d45509d 100644 --- a/xts5/tset/Xlib4/crtsmplwdw/crtsmplwdw.m +++ b/xts5/tset/Xlib4/crtsmplwdw/crtsmplwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/crtsmplwdw/crtsmplwdw.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/crtsmplwdw/crtsmplwdw.m,v 1.2 2005-11-03 08:43:32 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/crtsmplwdw/crtsmplwdw.m +>># File: xts5/tset/Xlib4/crtsmplwdw/crtsmplwdw.m >># >># Description: >># Tests for XCreateSimpleWindow() >># >># Modifications: >># $Log: crtsmplwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:32 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:21 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/crtwdw/commattr.mc b/xts5/tset/Xlib4/crtwdw/commattr.mc index 34ff0c38..89f42056 100644 --- a/xts5/tset/Xlib4/crtwdw/commattr.mc +++ b/xts5/tset/Xlib4/crtwdw/commattr.mc @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/crtwdw/commattr.mc,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/crtwdw/commattr.mc,v 1.2 2005-11-03 08:43:33 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/crtwdw/commattr.mc +>># File: xts5/tset/Xlib4/crtwdw/commattr.mc >># >># Description: >># Tests for XCreateWindow() >># >># Modifications: >># $Log: commattr.mc,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:33 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:23 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/crtwdw/crtwdw.m b/xts5/tset/Xlib4/crtwdw/crtwdw.m index cf7b3525..87273955 100644 --- a/xts5/tset/Xlib4/crtwdw/crtwdw.m +++ b/xts5/tset/Xlib4/crtwdw/crtwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/crtwdw/crtwdw.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/crtwdw/crtwdw.m,v 1.2 2005-11-03 08:43:33 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/crtwdw/crtwdw.m +>># File: xts5/tset/Xlib4/crtwdw/crtwdw.m >># >># Description: >># Tests for XCreateWindow() >># >># Modifications: >># $Log: crtwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:33 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:23 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/dfncrsr/dfncrsr.m b/xts5/tset/Xlib4/dfncrsr/dfncrsr.m index afa82977..f2eeae29 100644 --- a/xts5/tset/Xlib4/dfncrsr/dfncrsr.m +++ b/xts5/tset/Xlib4/dfncrsr/dfncrsr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/dfncrsr/dfncrsr.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/dfncrsr/dfncrsr.m,v 1.2 2005-11-03 08:43:33 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/dfncrsr/dfncrsr.m +>># File: xts5/tset/Xlib4/dfncrsr/dfncrsr.m >># >># Description: >># Tests for XDefineCursor() >># >># Modifications: >># $Log: dfncrsr.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:33 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:24 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/dstrysbws/dstrysbws.m b/xts5/tset/Xlib4/dstrysbws/dstrysbws.m index 099e7852..d4916857 100644 --- a/xts5/tset/Xlib4/dstrysbws/dstrysbws.m +++ b/xts5/tset/Xlib4/dstrysbws/dstrysbws.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/dstrysbws/dstrysbws.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/dstrysbws/dstrysbws.m,v 1.2 2005-11-03 08:43:33 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/dstrysbws/dstrysbws.m +>># File: xts5/tset/Xlib4/dstrysbws/dstrysbws.m >># >># Description: >># Tests for XDestroySubwindows() >># >># Modifications: >># $Log: dstrysbws.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:33 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:24 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/dstrywdw/dstrywdw.m b/xts5/tset/Xlib4/dstrywdw/dstrywdw.m index 87c95649..4cf1e767 100644 --- a/xts5/tset/Xlib4/dstrywdw/dstrywdw.m +++ b/xts5/tset/Xlib4/dstrywdw/dstrywdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/dstrywdw/dstrywdw.m,v 1.1 2005-02-12 14:37:33 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/dstrywdw/dstrywdw.m,v 1.2 2005-11-03 08:43:33 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/dstrywdw/dstrywdw.m +>># File: xts5/tset/Xlib4/dstrywdw/dstrywdw.m >># >># Description: >># Tests for XDestroyWindow() >># >># Modifications: >># $Log: dstrywdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:33 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:33 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:25 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/lwrwdw/lwrwdw.m b/xts5/tset/Xlib4/lwrwdw/lwrwdw.m index 264149ca..529b5755 100644 --- a/xts5/tset/Xlib4/lwrwdw/lwrwdw.m +++ b/xts5/tset/Xlib4/lwrwdw/lwrwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/lwrwdw/lwrwdw.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/lwrwdw/lwrwdw.m,v 1.2 2005-11-03 08:43:33 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/lwrwdw/lwrwdw.m +>># File: xts5/tset/Xlib4/lwrwdw/lwrwdw.m >># >># Description: >># Tests for XLowerWindow() >># >># Modifications: >># $Log: lwrwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:33 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:26 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/mprsd/mprsd.m b/xts5/tset/Xlib4/mprsd/mprsd.m index 158b191c..65d8ee6d 100644 --- a/xts5/tset/Xlib4/mprsd/mprsd.m +++ b/xts5/tset/Xlib4/mprsd/mprsd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/mprsd/mprsd.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/mprsd/mprsd.m,v 1.2 2005-11-03 08:43:33 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/mprsd/mprsd.m +>># File: xts5/tset/Xlib4/mprsd/mprsd.m >># >># Description: >># Tests for XMapRaised() >># >># Modifications: >># $Log: mprsd.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:33 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:27 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/mpsbws/mpsbws.m b/xts5/tset/Xlib4/mpsbws/mpsbws.m index f36e6cad..cb1b71fa 100644 --- a/xts5/tset/Xlib4/mpsbws/mpsbws.m +++ b/xts5/tset/Xlib4/mpsbws/mpsbws.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/mpsbws/mpsbws.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/mpsbws/mpsbws.m,v 1.2 2005-11-03 08:43:34 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/mpsbws/mpsbws.m +>># File: xts5/tset/Xlib4/mpsbws/mpsbws.m >># >># Description: >># Tests for XMapSubwindows() >># >># Modifications: >># $Log: mpsbws.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:34 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:28 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/mpwdw/mpwdw.m b/xts5/tset/Xlib4/mpwdw/mpwdw.m index c3c888ca..beddab7c 100644 --- a/xts5/tset/Xlib4/mpwdw/mpwdw.m +++ b/xts5/tset/Xlib4/mpwdw/mpwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/mpwdw/mpwdw.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/mpwdw/mpwdw.m,v 1.2 2005-11-03 08:43:35 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/mpwdw/mpwdw.m +>># File: xts5/tset/Xlib4/mpwdw/mpwdw.m >># >># Description: >># Tests for XMapWindow() >># >># Modifications: >># $Log: mpwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:35 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:29 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/mvrszwdw/mvrszwdw.m b/xts5/tset/Xlib4/mvrszwdw/mvrszwdw.m index ac928502..f2673e25 100644 --- a/xts5/tset/Xlib4/mvrszwdw/mvrszwdw.m +++ b/xts5/tset/Xlib4/mvrszwdw/mvrszwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/mvrszwdw/mvrszwdw.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/mvrszwdw/mvrszwdw.m,v 1.2 2005-11-03 08:43:35 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/mvrszwdw/mvrszwdw.m +>># File: xts5/tset/Xlib4/mvrszwdw/mvrszwdw.m >># >># Description: >># Tests for XMoveResizeWindow() >># >># Modifications: >># $Log: mvrszwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:35 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:30 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/mvwdw/mvwdw.m b/xts5/tset/Xlib4/mvwdw/mvwdw.m index 898d2eeb..4fd9ea25 100644 --- a/xts5/tset/Xlib4/mvwdw/mvwdw.m +++ b/xts5/tset/Xlib4/mvwdw/mvwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/mvwdw/mvwdw.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/mvwdw/mvwdw.m,v 1.2 2005-11-03 08:43:35 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/mvwdw/mvwdw.m +>># File: xts5/tset/Xlib4/mvwdw/mvwdw.m >># >># Description: >># Tests for XMoveWindow() >># >># Modifications: >># $Log: mvwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:35 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:31 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/rstckwdws/rstckwdws.m b/xts5/tset/Xlib4/rstckwdws/rstckwdws.m index 4865350f..ca027412 100644 --- a/xts5/tset/Xlib4/rstckwdws/rstckwdws.m +++ b/xts5/tset/Xlib4/rstckwdws/rstckwdws.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/rstckwdws/rstckwdws.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/rstckwdws/rstckwdws.m,v 1.2 2005-11-03 08:43:35 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/rstckwdws/rstckwdws.m +>># File: xts5/tset/Xlib4/rstckwdws/rstckwdws.m >># >># Description: >># Tests for XRestackWindows() >># >># Modifications: >># $Log: rstckwdws.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:35 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:25 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:33 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/rswdw/rswdw.m b/xts5/tset/Xlib4/rswdw/rswdw.m index a043404a..bd2c22ce 100644 --- a/xts5/tset/Xlib4/rswdw/rswdw.m +++ b/xts5/tset/Xlib4/rswdw/rswdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/rswdw/rswdw.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/rswdw/rswdw.m,v 1.2 2005-11-03 08:43:36 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/rswdw/rswdw.m +>># File: xts5/tset/Xlib4/rswdw/rswdw.m >># >># Description: >># Tests for XRaiseWindow() >># >># Modifications: >># $Log: rswdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:36 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:26 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:34 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/rszwdw/rszwdw.m b/xts5/tset/Xlib4/rszwdw/rszwdw.m index 7f20ef8b..a43edd0d 100644 --- a/xts5/tset/Xlib4/rszwdw/rszwdw.m +++ b/xts5/tset/Xlib4/rszwdw/rszwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/rszwdw/rszwdw.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/rszwdw/rszwdw.m,v 1.2 2005-11-03 08:43:36 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/rszwdw/rszwdw.m +>># File: xts5/tset/Xlib4/rszwdw/rszwdw.m >># >># Description: >># Tests for XResizeWindow() >># >># Modifications: >># $Log: rszwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:36 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:26 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:35 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/stwdwbg/stwdwbg.m b/xts5/tset/Xlib4/stwdwbg/stwdwbg.m index bde54c1a..c3409adc 100644 --- a/xts5/tset/Xlib4/stwdwbg/stwdwbg.m +++ b/xts5/tset/Xlib4/stwdwbg/stwdwbg.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/stwdwbg/stwdwbg.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/stwdwbg/stwdwbg.m,v 1.2 2005-11-03 08:43:36 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/stwdwbg/stwdwbg.m +>># File: xts5/tset/Xlib4/stwdwbg/stwdwbg.m >># >># Description: >># Tests for XSetWindowBackground() >># >># Modifications: >># $Log: stwdwbg.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:36 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:26 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:35 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/stwdwbgpxm/stwdwbgpxm.m b/xts5/tset/Xlib4/stwdwbgpxm/stwdwbgpxm.m index b9daca47..7b7d41fa 100644 --- a/xts5/tset/Xlib4/stwdwbgpxm/stwdwbgpxm.m +++ b/xts5/tset/Xlib4/stwdwbgpxm/stwdwbgpxm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/stwdwbgpxm/stwdwbgpxm.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/stwdwbgpxm/stwdwbgpxm.m,v 1.2 2005-11-03 08:43:36 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/stwdwbgpxm/stwdwbgpxm.m +>># File: xts5/tset/Xlib4/stwdwbgpxm/stwdwbgpxm.m >># >># Description: >># Tests for XSetWindowBackgroundPixmap() >># >># Modifications: >># $Log: stwdwbgpxm.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:36 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:26 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:36 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/stwdwbrdr/stwdwbrdr.m b/xts5/tset/Xlib4/stwdwbrdr/stwdwbrdr.m index 87548bbe..e9df9345 100644 --- a/xts5/tset/Xlib4/stwdwbrdr/stwdwbrdr.m +++ b/xts5/tset/Xlib4/stwdwbrdr/stwdwbrdr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/stwdwbrdr/stwdwbrdr.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/stwdwbrdr/stwdwbrdr.m,v 1.2 2005-11-03 08:43:36 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/stwdwbrdr/stwdwbrdr.m +>># File: xts5/tset/Xlib4/stwdwbrdr/stwdwbrdr.m >># >># Description: >># Tests for XSetWindowBorder() >># >># Modifications: >># $Log: stwdwbrdr.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:36 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:26 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:36 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/stwdwbrdrp/stwdwbrdrp.m b/xts5/tset/Xlib4/stwdwbrdrp/stwdwbrdrp.m index da2a913e..17ea6358 100644 --- a/xts5/tset/Xlib4/stwdwbrdrp/stwdwbrdrp.m +++ b/xts5/tset/Xlib4/stwdwbrdrp/stwdwbrdrp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/stwdwbrdrp/stwdwbrdrp.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/stwdwbrdrp/stwdwbrdrp.m,v 1.2 2005-11-03 08:43:36 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/stwdwbrdrp/stwdwbrdrp.m +>># File: xts5/tset/Xlib4/stwdwbrdrp/stwdwbrdrp.m >># >># Description: >># Tests for XSetWindowBorderPixmap() >># >># Modifications: >># $Log: stwdwbrdrp.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:36 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:26 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:38 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/stwdwbrdrw/stwdwbrdrw.m b/xts5/tset/Xlib4/stwdwbrdrw/stwdwbrdrw.m index 4db7ff13..a429f604 100644 --- a/xts5/tset/Xlib4/stwdwbrdrw/stwdwbrdrw.m +++ b/xts5/tset/Xlib4/stwdwbrdrw/stwdwbrdrw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/stwdwbrdrw/stwdwbrdrw.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/stwdwbrdrw/stwdwbrdrw.m,v 1.2 2005-11-03 08:43:36 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/stwdwbrdrw/stwdwbrdrw.m +>># File: xts5/tset/Xlib4/stwdwbrdrw/stwdwbrdrw.m >># >># Description: >># Tests for XSetWindowBorderWidth() >># >># Modifications: >># $Log: stwdwbrdrw.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:36 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:26 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:39 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/stwdwclrmp/stwdwclrmp.m b/xts5/tset/Xlib4/stwdwclrmp/stwdwclrmp.m index eb80403b..fdf4c011 100644 --- a/xts5/tset/Xlib4/stwdwclrmp/stwdwclrmp.m +++ b/xts5/tset/Xlib4/stwdwclrmp/stwdwclrmp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/stwdwclrmp/stwdwclrmp.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/stwdwclrmp/stwdwclrmp.m,v 1.2 2005-11-03 08:43:37 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/stwdwclrmp/stwdwclrmp.m +>># File: xts5/tset/Xlib4/stwdwclrmp/stwdwclrmp.m >># >># Description: >># Tests for XSetWindowColormap() >># >># Modifications: >># $Log: stwdwclrmp.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:37 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:26 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:40 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/undfncrsr/undfncrsr.m b/xts5/tset/Xlib4/undfncrsr/undfncrsr.m index dc9a9022..b76f62ad 100644 --- a/xts5/tset/Xlib4/undfncrsr/undfncrsr.m +++ b/xts5/tset/Xlib4/undfncrsr/undfncrsr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/undfncrsr/undfncrsr.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/undfncrsr/undfncrsr.m,v 1.2 2005-11-03 08:43:37 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/undfncrsr/undfncrsr.m +>># File: xts5/tset/Xlib4/undfncrsr/undfncrsr.m >># >># Description: >># Tests for XUndefineCursor() >># >># Modifications: >># $Log: undfncrsr.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:37 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:26 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:40 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/unmpsbws/unmpsbws.m b/xts5/tset/Xlib4/unmpsbws/unmpsbws.m index 9fcf6986..876426c9 100644 --- a/xts5/tset/Xlib4/unmpsbws/unmpsbws.m +++ b/xts5/tset/Xlib4/unmpsbws/unmpsbws.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/unmpsbws/unmpsbws.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/unmpsbws/unmpsbws.m,v 1.2 2005-11-03 08:43:37 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/unmpsbws/unmpsbws.m +>># File: xts5/tset/Xlib4/unmpsbws/unmpsbws.m >># >># Description: >># Tests for XUnmapSubwindows() >># >># Modifications: >># $Log: unmpsbws.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:37 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:26 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:41 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/unmpwdw/unmpwdw.m b/xts5/tset/Xlib4/unmpwdw/unmpwdw.m index 058c2245..6c8b1666 100644 --- a/xts5/tset/Xlib4/unmpwdw/unmpwdw.m +++ b/xts5/tset/Xlib4/unmpwdw/unmpwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/unmpwdw/unmpwdw.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/unmpwdw/unmpwdw.m,v 1.2 2005-11-03 08:43:37 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/unmpwdw/unmpwdw.m +>># File: xts5/tset/Xlib4/unmpwdw/unmpwdw.m >># >># Description: >># Tests for XUnmapWindow() >># >># Modifications: >># $Log: unmpwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:37 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:26 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:41 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib4/vslidfrmvs/vslidfrmvs.m b/xts5/tset/Xlib4/vslidfrmvs/vslidfrmvs.m index b11fd45c..83f5b637 100644 --- a/xts5/tset/Xlib4/vslidfrmvs/vslidfrmvs.m +++ b/xts5/tset/Xlib4/vslidfrmvs/vslidfrmvs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/vslidfrmvs/vslidfrmvs.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib4/vslidfrmvs/vslidfrmvs.m,v 1.2 2005-11-03 08:43:37 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib4/vslidfrmvs/vslidfrmvs.m +>># File: xts5/tset/Xlib4/vslidfrmvs/vslidfrmvs.m >># >># Description: >># Tests for XVisualIDFromVisual() >># >># Modifications: >># $Log: vslidfrmvs.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:37 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:26 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:42 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib5/chngprprty/chngprprty.m b/xts5/tset/Xlib5/chngprprty/chngprprty.m index 84801b51..f2610c85 100644 --- a/xts5/tset/Xlib5/chngprprty/chngprprty.m +++ b/xts5/tset/Xlib5/chngprprty/chngprprty.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/chngprprty/chngprprty.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/chngprprty/chngprprty.m,v 1.2 2005-11-03 08:43:38 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib5/chngprprty/chngprprty.m +>># File: xts5/tset/Xlib5/chngprprty/chngprprty.m >># >># Description: >># Tests for XChangeProperty() >># >># Modifications: >># $Log: chngprprty.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:38 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:26 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:42 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib5/cnvrtslctn/cnvrtslctn.m b/xts5/tset/Xlib5/cnvrtslctn/cnvrtslctn.m index 267a9db1..ea447061 100644 --- a/xts5/tset/Xlib5/cnvrtslctn/cnvrtslctn.m +++ b/xts5/tset/Xlib5/cnvrtslctn/cnvrtslctn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/cnvrtslctn/cnvrtslctn.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/cnvrtslctn/cnvrtslctn.m,v 1.2 2005-11-03 08:43:38 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib5/cnvrtslctn/cnvrtslctn.m +>># File: xts5/tset/Xlib5/cnvrtslctn/cnvrtslctn.m >># >># Description: >># Tests for XConvertSelection() >># >># Modifications: >># $Log: cnvrtslctn.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:38 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:27 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:43 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib5/dltprprty/dltprprty.m b/xts5/tset/Xlib5/dltprprty/dltprprty.m index b86ba9aa..e64004e4 100644 --- a/xts5/tset/Xlib5/dltprprty/dltprprty.m +++ b/xts5/tset/Xlib5/dltprprty/dltprprty.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/dltprprty/dltprprty.m,v 1.1 2005-02-12 14:37:34 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/dltprprty/dltprprty.m,v 1.2 2005-11-03 08:43:38 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib5/dltprprty/dltprprty.m +>># File: xts5/tset/Xlib5/dltprprty/dltprprty.m >># >># Description: >># Tests for XDeleteProperty() >># >># Modifications: >># $Log: dltprprty.m,v $ ->># Revision 1.1 2005-02-12 14:37:34 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:38 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:27 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:43 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib5/gtatmnm/gtatmnm.m b/xts5/tset/Xlib5/gtatmnm/gtatmnm.m index 55da9e2d..b92bef6a 100644 --- a/xts5/tset/Xlib5/gtatmnm/gtatmnm.m +++ b/xts5/tset/Xlib5/gtatmnm/gtatmnm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/gtatmnm/gtatmnm.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/gtatmnm/gtatmnm.m,v 1.2 2005-11-03 08:43:38 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib5/gtatmnm/gtatmnm.m +>># File: xts5/tset/Xlib5/gtatmnm/gtatmnm.m >># >># Description: >># Tests for XGetAtomName() >># >># Modifications: >># $Log: gtatmnm.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:38 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:27 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:44 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib5/gtgmtry/gtgmtry.m b/xts5/tset/Xlib5/gtgmtry/gtgmtry.m index 57547e34..69a5541b 100644 --- a/xts5/tset/Xlib5/gtgmtry/gtgmtry.m +++ b/xts5/tset/Xlib5/gtgmtry/gtgmtry.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/gtgmtry/gtgmtry.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/gtgmtry/gtgmtry.m,v 1.2 2005-11-03 08:43:38 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib5/gtgmtry/gtgmtry.m +>># File: xts5/tset/Xlib5/gtgmtry/gtgmtry.m >># >># Description: >># Tests for XGetGeometry() >># >># Modifications: >># $Log: gtgmtry.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:38 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:27 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:44 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib5/gtslctnown/gtslctnown.m b/xts5/tset/Xlib5/gtslctnown/gtslctnown.m index c614f8f1..ad30f661 100644 --- a/xts5/tset/Xlib5/gtslctnown/gtslctnown.m +++ b/xts5/tset/Xlib5/gtslctnown/gtslctnown.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/gtslctnown/gtslctnown.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/gtslctnown/gtslctnown.m,v 1.2 2005-11-03 08:43:39 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib5/gtslctnown/gtslctnown.m +>># File: xts5/tset/Xlib5/gtslctnown/gtslctnown.m >># >># Description: >># Tests for XGetSelectionOwner() >># >># Modifications: >># $Log: gtslctnown.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:39 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:27 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:45 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib5/gtwdwattrb/gtwdwattrb.m b/xts5/tset/Xlib5/gtwdwattrb/gtwdwattrb.m index e18280b6..ecfffa41 100644 --- a/xts5/tset/Xlib5/gtwdwattrb/gtwdwattrb.m +++ b/xts5/tset/Xlib5/gtwdwattrb/gtwdwattrb.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/gtwdwattrb/gtwdwattrb.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/gtwdwattrb/gtwdwattrb.m,v 1.2 2005-11-03 08:43:39 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib5/gtwdwattrb/gtwdwattrb.m +>># File: xts5/tset/Xlib5/gtwdwattrb/gtwdwattrb.m >># >># Description: >># Tests for XGetWindowAttributes() >># >># Modifications: >># $Log: gtwdwattrb.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:39 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:27 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:45 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib5/gtwdwprprt/gtwdwprprt.m b/xts5/tset/Xlib5/gtwdwprprt/gtwdwprprt.m index d4b988d2..82c14198 100644 --- a/xts5/tset/Xlib5/gtwdwprprt/gtwdwprprt.m +++ b/xts5/tset/Xlib5/gtwdwprprt/gtwdwprprt.m @@ -17,7 +17,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/gtwdwprprt/gtwdwprprt.m,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/gtwdwprprt/gtwdwprprt.m,v 1.3 2005-11-03 08:43:39 jmichael Exp $ Copyright (c) 2001 The Open Group Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -25,14 +25,17 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib5/gtwdwprprt/gtwdwprprt.m +>># File: xts5/tset/Xlib5/gtwdwprprt/gtwdwprprt.m >># >># Description: >># Tests for XGetWindowProperty() >># >># Modifications: >># $Log: gtwdwprprt.m,v $ ->># Revision 1.2 2005-04-21 09:40:42 ajosey +>># Revision 1.3 2005-11-03 08:43:39 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/21 09:40:42 ajosey >># resync to VSW5.1.5 >># >># Revision 8.2 2005/01/21 10:48:22 gwc diff --git a/xts5/tset/Xlib5/intrnatm/intrnatm.m b/xts5/tset/Xlib5/intrnatm/intrnatm.m index 092cfa2f..7a62c686 100644 --- a/xts5/tset/Xlib5/intrnatm/intrnatm.m +++ b/xts5/tset/Xlib5/intrnatm/intrnatm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/intrnatm/intrnatm.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/intrnatm/intrnatm.m,v 1.2 2005-11-03 08:43:39 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib5/intrnatm/intrnatm.m +>># File: xts5/tset/Xlib5/intrnatm/intrnatm.m >># >># Description: >># Tests for XInternAtom() >># >># Modifications: >># $Log: intrnatm.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:39 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:28 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:47 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib5/lstprprts/lstprprts.m b/xts5/tset/Xlib5/lstprprts/lstprprts.m index 570c888f..f2cb16c7 100644 --- a/xts5/tset/Xlib5/lstprprts/lstprprts.m +++ b/xts5/tset/Xlib5/lstprprts/lstprprts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/lstprprts/lstprprts.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/lstprprts/lstprprts.m,v 1.2 2005-11-03 08:43:39 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib5/lstprprts/lstprprts.m +>># File: xts5/tset/Xlib5/lstprprts/lstprprts.m >># >># Description: >># Tests for XListProperties() >># >># Modifications: >># $Log: lstprprts.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:39 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:28 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:47 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib5/qrypntr/qrypntr.m b/xts5/tset/Xlib5/qrypntr/qrypntr.m index 33e30ed9..5a46eac0 100644 --- a/xts5/tset/Xlib5/qrypntr/qrypntr.m +++ b/xts5/tset/Xlib5/qrypntr/qrypntr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/qrypntr/qrypntr.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/qrypntr/qrypntr.m,v 1.2 2005-11-03 08:43:40 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib5/qrypntr/qrypntr.m +>># File: xts5/tset/Xlib5/qrypntr/qrypntr.m >># >># Description: >># Tests for XQueryPointer() >># >># Modifications: >># $Log: qrypntr.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:40 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:28 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:48 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib5/qrytr/qrytr.m b/xts5/tset/Xlib5/qrytr/qrytr.m index b2545125..cb513bf8 100644 --- a/xts5/tset/Xlib5/qrytr/qrytr.m +++ b/xts5/tset/Xlib5/qrytr/qrytr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/qrytr/qrytr.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/qrytr/qrytr.m,v 1.2 2005-11-03 08:43:40 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib5/qrytr/qrytr.m +>># File: xts5/tset/Xlib5/qrytr/qrytr.m >># >># Description: >># Tests for XQueryTree() >># >># Modifications: >># $Log: qrytr.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:40 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:29 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:48 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib5/rttwdwprpr/rttwdwprpr.m b/xts5/tset/Xlib5/rttwdwprpr/rttwdwprpr.m index 2f72cff3..fc4fef9b 100644 --- a/xts5/tset/Xlib5/rttwdwprpr/rttwdwprpr.m +++ b/xts5/tset/Xlib5/rttwdwprpr/rttwdwprpr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/rttwdwprpr/rttwdwprpr.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/rttwdwprpr/rttwdwprpr.m,v 1.2 2005-11-03 08:43:40 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib5/rttwdwprpr/rttwdwprpr.m +>># File: xts5/tset/Xlib5/rttwdwprpr/rttwdwprpr.m >># >># Description: >># Tests for XRotateWindowProperties() >># >># Modifications: >># $Log: rttwdwprpr.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:40 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:29 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:49 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib5/stslctnown/stslctnown.m b/xts5/tset/Xlib5/stslctnown/stslctnown.m index db692ea6..8e74df0b 100644 --- a/xts5/tset/Xlib5/stslctnown/stslctnown.m +++ b/xts5/tset/Xlib5/stslctnown/stslctnown.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/stslctnown/stslctnown.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/stslctnown/stslctnown.m,v 1.2 2005-11-03 08:43:40 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib5/stslctnown/stslctnown.m +>># File: xts5/tset/Xlib5/stslctnown/stslctnown.m >># >># Description: >># Tests for XSetSelectionOwner() >># >># Modifications: >># $Log: stslctnown.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:40 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:29 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:49 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib5/trnsltcrdn/trnsltcrdn.m b/xts5/tset/Xlib5/trnsltcrdn/trnsltcrdn.m index 16c1fc7d..e75eb220 100644 --- a/xts5/tset/Xlib5/trnsltcrdn/trnsltcrdn.m +++ b/xts5/tset/Xlib5/trnsltcrdn/trnsltcrdn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/trnsltcrdn/trnsltcrdn.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib5/trnsltcrdn/trnsltcrdn.m,v 1.2 2005-11-03 08:43:40 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib5/trnsltcrdn/trnsltcrdn.m +>># File: xts5/tset/Xlib5/trnsltcrdn/trnsltcrdn.m >># >># Description: >># Tests for XTranslateCoordinates() >># >># Modifications: >># $Log: trnsltcrdn.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:40 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:29 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:50 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib6/crtfntcrsr/crtfntcrsr.m b/xts5/tset/Xlib6/crtfntcrsr/crtfntcrsr.m index 155844f0..035a5168 100644 --- a/xts5/tset/Xlib6/crtfntcrsr/crtfntcrsr.m +++ b/xts5/tset/Xlib6/crtfntcrsr/crtfntcrsr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib6/crtfntcrsr/crtfntcrsr.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib6/crtfntcrsr/crtfntcrsr.m,v 1.2 2005-11-03 08:43:40 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib6/crtfntcrsr/crtfntcrsr.m +>># File: xts5/tset/Xlib6/crtfntcrsr/crtfntcrsr.m >># >># Description: >># Tests for XCreateFontCursor() >># >># Modifications: >># $Log: crtfntcrsr.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:40 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:29 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:51 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib6/crtglyphcr/crtglyphcr.m b/xts5/tset/Xlib6/crtglyphcr/crtglyphcr.m index e6335866..cf5cffe5 100644 --- a/xts5/tset/Xlib6/crtglyphcr/crtglyphcr.m +++ b/xts5/tset/Xlib6/crtglyphcr/crtglyphcr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib6/crtglyphcr/crtglyphcr.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib6/crtglyphcr/crtglyphcr.m,v 1.2 2005-11-03 08:43:40 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib6/crtglyphcr/crtglyphcr.m +>># File: xts5/tset/Xlib6/crtglyphcr/crtglyphcr.m >># >># Description: >># Tests for XCreateGlyphCursor() >># >># Modifications: >># $Log: crtglyphcr.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:40 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:29 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:51 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib6/crtpxmp/crtpxmp.m b/xts5/tset/Xlib6/crtpxmp/crtpxmp.m index 27721e6c..1655c62a 100644 --- a/xts5/tset/Xlib6/crtpxmp/crtpxmp.m +++ b/xts5/tset/Xlib6/crtpxmp/crtpxmp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib6/crtpxmp/crtpxmp.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib6/crtpxmp/crtpxmp.m,v 1.2 2005-11-03 08:43:41 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib6/crtpxmp/crtpxmp.m +>># File: xts5/tset/Xlib6/crtpxmp/crtpxmp.m >># >># Description: >># Tests for XCreatePixmap() >># >># Modifications: >># $Log: crtpxmp.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:41 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:29 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:50 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib6/crtpxmpcrs/crtpxmpcrs.m b/xts5/tset/Xlib6/crtpxmpcrs/crtpxmpcrs.m index 7fa24660..933030d5 100644 --- a/xts5/tset/Xlib6/crtpxmpcrs/crtpxmpcrs.m +++ b/xts5/tset/Xlib6/crtpxmpcrs/crtpxmpcrs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib6/crtpxmpcrs/crtpxmpcrs.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib6/crtpxmpcrs/crtpxmpcrs.m,v 1.2 2005-11-03 08:43:41 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib6/crtpxmpcrs/crtpxmpcrs.m +>># File: xts5/tset/Xlib6/crtpxmpcrs/crtpxmpcrs.m >># >># Description: >># Tests for XCreatePixmapCursor() >># >># Modifications: >># $Log: crtpxmpcrs.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:41 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:29 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:52 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib6/frcrsr/frcrsr.m b/xts5/tset/Xlib6/frcrsr/frcrsr.m index 8af62c4f..29f6d0c1 100644 --- a/xts5/tset/Xlib6/frcrsr/frcrsr.m +++ b/xts5/tset/Xlib6/frcrsr/frcrsr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib6/frcrsr/frcrsr.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib6/frcrsr/frcrsr.m,v 1.2 2005-11-03 08:43:41 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib6/frcrsr/frcrsr.m +>># File: xts5/tset/Xlib6/frcrsr/frcrsr.m >># >># Description: >># Tests for XFreeCursor() >># >># Modifications: >># $Log: frcrsr.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:41 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:29 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:52 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib6/frpxmp/frpxmp.m b/xts5/tset/Xlib6/frpxmp/frpxmp.m index 514c87ef..2a745c7b 100644 --- a/xts5/tset/Xlib6/frpxmp/frpxmp.m +++ b/xts5/tset/Xlib6/frpxmp/frpxmp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib6/frpxmp/frpxmp.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib6/frpxmp/frpxmp.m,v 1.2 2005-11-03 08:43:41 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib6/frpxmp/frpxmp.m +>># File: xts5/tset/Xlib6/frpxmp/frpxmp.m >># >># Description: >># Tests for XFreePixmap() >># >># Modifications: >># $Log: frpxmp.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:41 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:29 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:53 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib6/qrybstcrsr/qrybstcrsr.m b/xts5/tset/Xlib6/qrybstcrsr/qrybstcrsr.m index b852ff4f..4e88751c 100644 --- a/xts5/tset/Xlib6/qrybstcrsr/qrybstcrsr.m +++ b/xts5/tset/Xlib6/qrybstcrsr/qrybstcrsr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib6/qrybstcrsr/qrybstcrsr.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib6/qrybstcrsr/qrybstcrsr.m,v 1.2 2005-11-03 08:43:41 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib6/qrybstcrsr/qrybstcrsr.m +>># File: xts5/tset/Xlib6/qrybstcrsr/qrybstcrsr.m >># >># Description: >># Tests for XQueryBestCursor() >># >># Modifications: >># $Log: qrybstcrsr.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:41 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:29 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:53 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib6/rclrcrsr/rclrcrsr.m b/xts5/tset/Xlib6/rclrcrsr/rclrcrsr.m index 4b701532..451d3e1a 100644 --- a/xts5/tset/Xlib6/rclrcrsr/rclrcrsr.m +++ b/xts5/tset/Xlib6/rclrcrsr/rclrcrsr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib6/rclrcrsr/rclrcrsr.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib6/rclrcrsr/rclrcrsr.m,v 1.2 2005-11-03 08:43:41 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib6/rclrcrsr/rclrcrsr.m +>># File: xts5/tset/Xlib6/rclrcrsr/rclrcrsr.m >># >># Description: >># Tests for XRecolorCursor() >># >># Modifications: >># $Log: rclrcrsr.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:41 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:29 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:54 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib7/allcclr/allcclr.m b/xts5/tset/Xlib7/allcclr/allcclr.m index 2fa35e40..c5dd52f9 100644 --- a/xts5/tset/Xlib7/allcclr/allcclr.m +++ b/xts5/tset/Xlib7/allcclr/allcclr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/allcclr/allcclr.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/allcclr/allcclr.m,v 1.2 2005-11-03 08:43:42 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib7/allcclr/allcclr.m +>># File: xts5/tset/Xlib7/allcclr/allcclr.m >># >># Description: >># Tests for XAllocColor() >># >># Modifications: >># $Log: allcclr.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:42 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:29 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:54 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib7/allcclrcll/allcclrcll.m b/xts5/tset/Xlib7/allcclrcll/allcclrcll.m index a262e364..c026745f 100644 --- a/xts5/tset/Xlib7/allcclrcll/allcclrcll.m +++ b/xts5/tset/Xlib7/allcclrcll/allcclrcll.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/allcclrcll/allcclrcll.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/allcclrcll/allcclrcll.m,v 1.2 2005-11-03 08:43:42 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib7/allcclrcll/allcclrcll.m +>># File: xts5/tset/Xlib7/allcclrcll/allcclrcll.m >># >># Description: >># Tests for XAllocColorCells() >># >># Modifications: >># $Log: allcclrcll.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:42 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:29 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:55 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib7/allcclrpln/allcclrpln.m b/xts5/tset/Xlib7/allcclrpln/allcclrpln.m index f70e7900..da0393de 100644 --- a/xts5/tset/Xlib7/allcclrpln/allcclrpln.m +++ b/xts5/tset/Xlib7/allcclrpln/allcclrpln.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/allcclrpln/allcclrpln.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/allcclrpln/allcclrpln.m,v 1.2 2005-11-03 08:43:42 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib7/allcclrpln/allcclrpln.m +>># File: xts5/tset/Xlib7/allcclrpln/allcclrpln.m >># >># Description: >># Tests for XAllocColorPlanes() >># >># Modifications: >># $Log: allcclrpln.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:42 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:29 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:55 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib7/allcnmdclr/allcnmdclr.m b/xts5/tset/Xlib7/allcnmdclr/allcnmdclr.m index b4f175c7..b1d73041 100644 --- a/xts5/tset/Xlib7/allcnmdclr/allcnmdclr.m +++ b/xts5/tset/Xlib7/allcnmdclr/allcnmdclr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/allcnmdclr/allcnmdclr.m,v 1.1 2005-02-12 14:37:35 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/allcnmdclr/allcnmdclr.m,v 1.2 2005-11-03 08:43:42 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib7/allcnmdclr/allcnmdclr.m +>># File: xts5/tset/Xlib7/allcnmdclr/allcnmdclr.m >># >># Description: >># Tests for XAllocNamedColor() >># >># Modifications: >># $Log: allcnmdclr.m,v $ ->># Revision 1.1 2005-02-12 14:37:35 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:42 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:29 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:56 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib7/cpyclrmpan/cpyclrmpan.m b/xts5/tset/Xlib7/cpyclrmpan/cpyclrmpan.m index f5024914..83561681 100644 --- a/xts5/tset/Xlib7/cpyclrmpan/cpyclrmpan.m +++ b/xts5/tset/Xlib7/cpyclrmpan/cpyclrmpan.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/cpyclrmpan/cpyclrmpan.m,v 1.1 2005-02-12 14:37:36 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/cpyclrmpan/cpyclrmpan.m,v 1.2 2005-11-03 08:43:42 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib7/cpyclrmpan/cpyclrmpan.m +>># File: xts5/tset/Xlib7/cpyclrmpan/cpyclrmpan.m >># >># Description: >># Tests for XCopyColormapAndFree() >># >># Modifications: >># $Log: cpyclrmpan.m,v $ ->># Revision 1.1 2005-02-12 14:37:36 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:42 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:30 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:56 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib7/crtclrmp/crtclrmp.m b/xts5/tset/Xlib7/crtclrmp/crtclrmp.m index 52053301..09defcfe 100644 --- a/xts5/tset/Xlib7/crtclrmp/crtclrmp.m +++ b/xts5/tset/Xlib7/crtclrmp/crtclrmp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/crtclrmp/crtclrmp.m,v 1.1 2005-02-12 14:37:36 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/crtclrmp/crtclrmp.m,v 1.2 2005-11-03 08:43:43 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib7/crtclrmp/crtclrmp.m +>># File: xts5/tset/Xlib7/crtclrmp/crtclrmp.m >># >># Description: >># Tests for XCreateColormap() >># >># Modifications: >># $Log: crtclrmp.m,v $ ->># Revision 1.1 2005-02-12 14:37:36 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:43 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:31 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:57 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib7/frclrmp/frclrmp.m b/xts5/tset/Xlib7/frclrmp/frclrmp.m index 446d82ce..9138cfb3 100644 --- a/xts5/tset/Xlib7/frclrmp/frclrmp.m +++ b/xts5/tset/Xlib7/frclrmp/frclrmp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/frclrmp/frclrmp.m,v 1.1 2005-02-12 14:37:36 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/frclrmp/frclrmp.m,v 1.2 2005-11-03 08:43:43 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib7/frclrmp/frclrmp.m +>># File: xts5/tset/Xlib7/frclrmp/frclrmp.m >># >># Description: >># Tests for XFreeColormap() >># >># Modifications: >># $Log: frclrmp.m,v $ ->># Revision 1.1 2005-02-12 14:37:36 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:43 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:31 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:57 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib7/frclrs/frclrs.m b/xts5/tset/Xlib7/frclrs/frclrs.m index 344597a6..a64a3ca4 100644 --- a/xts5/tset/Xlib7/frclrs/frclrs.m +++ b/xts5/tset/Xlib7/frclrs/frclrs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/frclrs/frclrs.m,v 1.1 2005-02-12 14:37:36 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/frclrs/frclrs.m,v 1.2 2005-11-03 08:43:43 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib7/frclrs/frclrs.m +>># File: xts5/tset/Xlib7/frclrs/frclrs.m >># >># Description: >># Tests for XFreeColors() >># >># Modifications: >># $Log: frclrs.m,v $ ->># Revision 1.1 2005-02-12 14:37:36 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:43 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:31 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:58 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib7/lkpclr/lkpclr.m b/xts5/tset/Xlib7/lkpclr/lkpclr.m index fd1ee9c3..68272dd2 100644 --- a/xts5/tset/Xlib7/lkpclr/lkpclr.m +++ b/xts5/tset/Xlib7/lkpclr/lkpclr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/lkpclr/lkpclr.m,v 1.1 2005-02-12 14:37:36 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/lkpclr/lkpclr.m,v 1.2 2005-11-03 08:43:43 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib7/lkpclr/lkpclr.m +>># File: xts5/tset/Xlib7/lkpclr/lkpclr.m >># >># Description: >># Tests for XLookupColor() >># >># Modifications: >># $Log: lkpclr.m,v $ ->># Revision 1.1 2005-02-12 14:37:36 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:43 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:31 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:58 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib7/prsclr/prsclr.m b/xts5/tset/Xlib7/prsclr/prsclr.m index 6df1bad5..f46e63f1 100644 --- a/xts5/tset/Xlib7/prsclr/prsclr.m +++ b/xts5/tset/Xlib7/prsclr/prsclr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/prsclr/prsclr.m,v 1.1 2005-02-12 14:37:36 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/prsclr/prsclr.m,v 1.2 2005-11-03 08:43:43 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib7/prsclr/prsclr.m +>># File: xts5/tset/Xlib7/prsclr/prsclr.m >># >># Description: >># Tests for XParseColor() >># >># Modifications: >># $Log: prsclr.m,v $ ->># Revision 1.1 2005-02-12 14:37:36 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:43 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:31 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:59 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib7/qryclr/qryclr.m b/xts5/tset/Xlib7/qryclr/qryclr.m index 2aedd51f..f9da0b77 100644 --- a/xts5/tset/Xlib7/qryclr/qryclr.m +++ b/xts5/tset/Xlib7/qryclr/qryclr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/qryclr/qryclr.m,v 1.1 2005-02-12 14:37:36 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/qryclr/qryclr.m,v 1.2 2005-11-03 08:43:44 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib7/qryclr/qryclr.m +>># File: xts5/tset/Xlib7/qryclr/qryclr.m >># >># Description: >># Tests for XQueryColor() >># >># Modifications: >># $Log: qryclr.m,v $ ->># Revision 1.1 2005-02-12 14:37:36 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:44 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:31 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:26:59 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib7/qryclrs/qryclrs.m b/xts5/tset/Xlib7/qryclrs/qryclrs.m index ce53841e..d8d15951 100644 --- a/xts5/tset/Xlib7/qryclrs/qryclrs.m +++ b/xts5/tset/Xlib7/qryclrs/qryclrs.m @@ -17,7 +17,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/qryclrs/qryclrs.m,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/qryclrs/qryclrs.m,v 1.3 2005-11-03 08:43:44 jmichael Exp $ Copyright (c) 2002 The Open Group Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -25,14 +25,17 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib7/qryclrs/qryclrs.m +>># File: xts5/tset/Xlib7/qryclrs/qryclrs.m >># >># Description: >># Tests for XQueryColors() >># >># Modifications: >># $Log: qryclrs.m,v $ ->># Revision 1.2 2005-04-21 09:40:42 ajosey +>># Revision 1.3 2005-11-03 08:43:44 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/21 09:40:42 ajosey >># resync to VSW5.1.5 >># >># Revision 8.2 2005/01/21 10:50:33 gwc diff --git a/xts5/tset/Xlib7/strclr/strclr.m b/xts5/tset/Xlib7/strclr/strclr.m index 33ef0fbc..155cacd3 100644 --- a/xts5/tset/Xlib7/strclr/strclr.m +++ b/xts5/tset/Xlib7/strclr/strclr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/strclr/strclr.m,v 1.1 2005-02-12 14:37:36 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/strclr/strclr.m,v 1.2 2005-11-03 08:43:44 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib7/strclr/strclr.m +>># File: xts5/tset/Xlib7/strclr/strclr.m >># >># Description: >># Tests for XStoreColor() >># >># Modifications: >># $Log: strclr.m,v $ ->># Revision 1.1 2005-02-12 14:37:36 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:44 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:31 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:00 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib7/strclrs/strclrs.m b/xts5/tset/Xlib7/strclrs/strclrs.m index 4d0f37ee..13dab393 100644 --- a/xts5/tset/Xlib7/strclrs/strclrs.m +++ b/xts5/tset/Xlib7/strclrs/strclrs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/strclrs/strclrs.m,v 1.1 2005-02-12 14:37:36 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/strclrs/strclrs.m,v 1.2 2005-11-03 08:43:44 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib7/strclrs/strclrs.m +>># File: xts5/tset/Xlib7/strclrs/strclrs.m >># >># Description: >># Tests for XStoreColors() >># >># Modifications: >># $Log: strclrs.m,v $ ->># Revision 1.1 2005-02-12 14:37:36 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:44 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:31 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:01 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib7/strnmdclr/strnmdclr.m b/xts5/tset/Xlib7/strnmdclr/strnmdclr.m index 94501dc0..310b6188 100644 --- a/xts5/tset/Xlib7/strnmdclr/strnmdclr.m +++ b/xts5/tset/Xlib7/strnmdclr/strnmdclr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/strnmdclr/strnmdclr.m,v 1.1 2005-02-12 14:37:36 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib7/strnmdclr/strnmdclr.m,v 1.2 2005-11-03 08:43:44 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib7/strnmdclr/strnmdclr.m +>># File: xts5/tset/Xlib7/strnmdclr/strnmdclr.m >># >># Description: >># Tests for XStoreNamedColor() >># >># Modifications: >># $Log: strnmdclr.m,v $ ->># Revision 1.1 2005-02-12 14:37:36 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:44 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:31 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:01 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/chnggc/chnggc.m b/xts5/tset/Xlib8/chnggc/chnggc.m index 5c0f5479..398edd35 100644 --- a/xts5/tset/Xlib8/chnggc/chnggc.m +++ b/xts5/tset/Xlib8/chnggc/chnggc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/chnggc/chnggc.m,v 1.1 2005-02-12 14:37:36 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/chnggc/chnggc.m,v 1.2 2005-11-03 08:43:45 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/chnggc/chnggc.m +>># File: xts5/tset/Xlib8/chnggc/chnggc.m >># >># Description: >># Tests for XChangeGC() >># >># Modifications: >># $Log: chnggc.m,v $ ->># Revision 1.1 2005-02-12 14:37:36 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:45 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:31 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:24 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/cpygc/cpygc.m b/xts5/tset/Xlib8/cpygc/cpygc.m index 661567e7..aa6c7109 100644 --- a/xts5/tset/Xlib8/cpygc/cpygc.m +++ b/xts5/tset/Xlib8/cpygc/cpygc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/cpygc/cpygc.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/cpygc/cpygc.m,v 1.2 2005-11-03 08:43:45 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/cpygc/cpygc.m +>># File: xts5/tset/Xlib8/cpygc/cpygc.m >># >># Description: >># Tests for XCopyGC() >># >># Modifications: >># $Log: cpygc.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:45 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:31 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:24 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/crtgc/crtgc.m b/xts5/tset/Xlib8/crtgc/crtgc.m index 05532680..2a1b510d 100644 --- a/xts5/tset/Xlib8/crtgc/crtgc.m +++ b/xts5/tset/Xlib8/crtgc/crtgc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/crtgc/crtgc.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/crtgc/crtgc.m,v 1.2 2005-11-03 08:43:46 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/crtgc/crtgc.m +>># File: xts5/tset/Xlib8/crtgc/crtgc.m >># >># Description: >># Tests for XCreateGC() >># >># Modifications: >># $Log: crtgc.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:46 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:31 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:25 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/frgc/frgc.m b/xts5/tset/Xlib8/frgc/frgc.m index 7829fab2..c8a880b3 100644 --- a/xts5/tset/Xlib8/frgc/frgc.m +++ b/xts5/tset/Xlib8/frgc/frgc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/frgc/frgc.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/frgc/frgc.m,v 1.2 2005-11-03 08:43:47 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/frgc/frgc.m +>># File: xts5/tset/Xlib8/frgc/frgc.m >># >># Description: >># Tests for XFreeGC() >># >># Modifications: >># $Log: frgc.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:47 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:32 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:25 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/gcntxtfrmg/gcntxtfrmg.m b/xts5/tset/Xlib8/gcntxtfrmg/gcntxtfrmg.m index 21c8c5ff..8690e80e 100644 --- a/xts5/tset/Xlib8/gcntxtfrmg/gcntxtfrmg.m +++ b/xts5/tset/Xlib8/gcntxtfrmg/gcntxtfrmg.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/gcntxtfrmg/gcntxtfrmg.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/gcntxtfrmg/gcntxtfrmg.m,v 1.2 2005-11-03 08:43:49 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/gcntxtfrmg/gcntxtfrmg.m +>># File: xts5/tset/Xlib8/gcntxtfrmg/gcntxtfrmg.m >># >># Description: >># Tests for XGContextFromGC() >># >># Modifications: >># $Log: gcntxtfrmg.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:49 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:32 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:26 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/gtgcvls/gtgcvls.m b/xts5/tset/Xlib8/gtgcvls/gtgcvls.m index 7cd660ad..7518bd7a 100644 --- a/xts5/tset/Xlib8/gtgcvls/gtgcvls.m +++ b/xts5/tset/Xlib8/gtgcvls/gtgcvls.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/gtgcvls/gtgcvls.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/gtgcvls/gtgcvls.m,v 1.2 2005-11-03 08:43:49 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/gtgcvls/gtgcvls.m +>># File: xts5/tset/Xlib8/gtgcvls/gtgcvls.m >># >># Description: >># Tests for XGetGCValues() >># >># Modifications: >># $Log: gtgcvls.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:49 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:32 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:26 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/qrybststpp/qrybststpp.m b/xts5/tset/Xlib8/qrybststpp/qrybststpp.m index 73ce76a2..5a207e4b 100644 --- a/xts5/tset/Xlib8/qrybststpp/qrybststpp.m +++ b/xts5/tset/Xlib8/qrybststpp/qrybststpp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/qrybststpp/qrybststpp.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/qrybststpp/qrybststpp.m,v 1.2 2005-11-03 08:43:49 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/qrybststpp/qrybststpp.m +>># File: xts5/tset/Xlib8/qrybststpp/qrybststpp.m >># >># Description: >># Tests for XQueryBestStipple() >># >># Modifications: >># $Log: qrybststpp.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:49 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:32 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:27 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/qrybstsz/qrybstsz.m b/xts5/tset/Xlib8/qrybstsz/qrybstsz.m index 002974f6..479ee1cc 100644 --- a/xts5/tset/Xlib8/qrybstsz/qrybstsz.m +++ b/xts5/tset/Xlib8/qrybstsz/qrybstsz.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/qrybstsz/qrybstsz.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/qrybstsz/qrybstsz.m,v 1.2 2005-11-03 08:43:49 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/qrybstsz/qrybstsz.m +>># File: xts5/tset/Xlib8/qrybstsz/qrybstsz.m >># >># Description: >># Tests for XQueryBestSize() >># >># Modifications: >># $Log: qrybstsz.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:49 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:32 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:28 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/qrybsttl/qrybsttl.m b/xts5/tset/Xlib8/qrybsttl/qrybsttl.m index 25fb5bb7..f4a5ebe0 100644 --- a/xts5/tset/Xlib8/qrybsttl/qrybsttl.m +++ b/xts5/tset/Xlib8/qrybsttl/qrybsttl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/qrybsttl/qrybsttl.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/qrybsttl/qrybsttl.m,v 1.2 2005-11-03 08:43:49 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/qrybsttl/qrybsttl.m +>># File: xts5/tset/Xlib8/qrybsttl/qrybsttl.m >># >># Description: >># Tests for XQueryBestTile() >># >># Modifications: >># $Log: qrybsttl.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:49 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:32 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:28 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/starcmd/starcmd.m b/xts5/tset/Xlib8/starcmd/starcmd.m index 14413e7e..58f4343a 100644 --- a/xts5/tset/Xlib8/starcmd/starcmd.m +++ b/xts5/tset/Xlib8/starcmd/starcmd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/starcmd/starcmd.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/starcmd/starcmd.m,v 1.2 2005-11-03 08:43:49 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/starcmd/starcmd.m +>># File: xts5/tset/Xlib8/starcmd/starcmd.m >># >># Description: >># Tests for XSetArcMode() >># >># Modifications: >># $Log: starcmd.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:49 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:32 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:29 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/stbg/stbg.m b/xts5/tset/Xlib8/stbg/stbg.m index 0c261470..79553283 100644 --- a/xts5/tset/Xlib8/stbg/stbg.m +++ b/xts5/tset/Xlib8/stbg/stbg.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stbg/stbg.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stbg/stbg.m,v 1.2 2005-11-03 08:43:49 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/stbg/stbg.m +>># File: xts5/tset/Xlib8/stbg/stbg.m >># >># Description: >># Tests for XSetBackground() >># >># Modifications: >># $Log: stbg.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:49 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:32 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:29 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/stclpmsk/stclpmsk.m b/xts5/tset/Xlib8/stclpmsk/stclpmsk.m index 45d2dd63..f49d072f 100644 --- a/xts5/tset/Xlib8/stclpmsk/stclpmsk.m +++ b/xts5/tset/Xlib8/stclpmsk/stclpmsk.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stclpmsk/stclpmsk.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stclpmsk/stclpmsk.m,v 1.2 2005-11-03 08:43:50 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/stclpmsk/stclpmsk.m +>># File: xts5/tset/Xlib8/stclpmsk/stclpmsk.m >># >># Description: >># Tests for XSetClipMask() >># >># Modifications: >># $Log: stclpmsk.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:50 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:32 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:30 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/stclporgn/stclporgn.m b/xts5/tset/Xlib8/stclporgn/stclporgn.m index 05c25017..0d3ce987 100644 --- a/xts5/tset/Xlib8/stclporgn/stclporgn.m +++ b/xts5/tset/Xlib8/stclporgn/stclporgn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stclporgn/stclporgn.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stclporgn/stclporgn.m,v 1.2 2005-11-03 08:43:50 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/stclporgn/stclporgn.m +>># File: xts5/tset/Xlib8/stclporgn/stclporgn.m >># >># Description: >># Tests for XSetClipOrigin() >># >># Modifications: >># $Log: stclporgn.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:50 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:32 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:30 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/stclprctng/stclprctng.m b/xts5/tset/Xlib8/stclprctng/stclprctng.m index 2c8e8142..ca6cc95b 100644 --- a/xts5/tset/Xlib8/stclprctng/stclprctng.m +++ b/xts5/tset/Xlib8/stclprctng/stclprctng.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stclprctng/stclprctng.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stclprctng/stclprctng.m,v 1.2 2005-11-03 08:43:50 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/stclprctng/stclprctng.m +>># File: xts5/tset/Xlib8/stclprctng/stclprctng.m >># >># Description: >># Tests for XSetClipRectangles() >># >># Modifications: >># $Log: stclprctng.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:50 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:32 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:31 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/stdshs/stdshs.m b/xts5/tset/Xlib8/stdshs/stdshs.m index 289dc08b..52f183a9 100644 --- a/xts5/tset/Xlib8/stdshs/stdshs.m +++ b/xts5/tset/Xlib8/stdshs/stdshs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stdshs/stdshs.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stdshs/stdshs.m,v 1.2 2005-11-03 08:43:50 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/stdshs/stdshs.m +>># File: xts5/tset/Xlib8/stdshs/stdshs.m >># >># Description: >># Tests for XSetDashes() >># >># Modifications: >># $Log: stdshs.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:50 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:31 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/stfllrl/stfllrl.m b/xts5/tset/Xlib8/stfllrl/stfllrl.m index 74bd172d..b49fecda 100644 --- a/xts5/tset/Xlib8/stfllrl/stfllrl.m +++ b/xts5/tset/Xlib8/stfllrl/stfllrl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stfllrl/stfllrl.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stfllrl/stfllrl.m,v 1.2 2005-11-03 08:43:50 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/stfllrl/stfllrl.m +>># File: xts5/tset/Xlib8/stfllrl/stfllrl.m >># >># Description: >># Tests for XSetFillRule() >># >># Modifications: >># $Log: stfllrl.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:50 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:32 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/stfllstyl/stfllstyl.m b/xts5/tset/Xlib8/stfllstyl/stfllstyl.m index ba5236c3..c6b1d370 100644 --- a/xts5/tset/Xlib8/stfllstyl/stfllstyl.m +++ b/xts5/tset/Xlib8/stfllstyl/stfllstyl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stfllstyl/stfllstyl.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stfllstyl/stfllstyl.m,v 1.2 2005-11-03 08:43:50 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/stfllstyl/stfllstyl.m +>># File: xts5/tset/Xlib8/stfllstyl/stfllstyl.m >># >># Description: >># Tests for XSetFillStyle() >># >># Modifications: >># $Log: stfllstyl.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:50 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:32 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/stfnctn/stfnctn.m b/xts5/tset/Xlib8/stfnctn/stfnctn.m index a74e676f..ba68f3ac 100644 --- a/xts5/tset/Xlib8/stfnctn/stfnctn.m +++ b/xts5/tset/Xlib8/stfnctn/stfnctn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stfnctn/stfnctn.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stfnctn/stfnctn.m,v 1.2 2005-11-03 08:43:50 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/stfnctn/stfnctn.m +>># File: xts5/tset/Xlib8/stfnctn/stfnctn.m >># >># Description: >># Tests for XSetFunction() >># >># Modifications: >># $Log: stfnctn.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:50 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:33 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/stfnt/stfnt.m b/xts5/tset/Xlib8/stfnt/stfnt.m index 529ccbe5..ebc37571 100644 --- a/xts5/tset/Xlib8/stfnt/stfnt.m +++ b/xts5/tset/Xlib8/stfnt/stfnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stfnt/stfnt.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stfnt/stfnt.m,v 1.2 2005-11-03 08:43:50 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/stfnt/stfnt.m +>># File: xts5/tset/Xlib8/stfnt/stfnt.m >># >># Description: >># Tests for XSetFont() >># >># Modifications: >># $Log: stfnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:50 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:33 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/stfrgrnd/stfrgrnd.m b/xts5/tset/Xlib8/stfrgrnd/stfrgrnd.m index 174a869f..31a5c125 100644 --- a/xts5/tset/Xlib8/stfrgrnd/stfrgrnd.m +++ b/xts5/tset/Xlib8/stfrgrnd/stfrgrnd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stfrgrnd/stfrgrnd.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stfrgrnd/stfrgrnd.m,v 1.2 2005-11-03 08:43:50 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/stfrgrnd/stfrgrnd.m +>># File: xts5/tset/Xlib8/stfrgrnd/stfrgrnd.m >># >># Description: >># Tests for XSetForeground() >># >># Modifications: >># $Log: stfrgrnd.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:50 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:34 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/stgrphcsex/stgrphcsex.m b/xts5/tset/Xlib8/stgrphcsex/stgrphcsex.m index de522631..c1913e38 100644 --- a/xts5/tset/Xlib8/stgrphcsex/stgrphcsex.m +++ b/xts5/tset/Xlib8/stgrphcsex/stgrphcsex.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stgrphcsex/stgrphcsex.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stgrphcsex/stgrphcsex.m,v 1.2 2005-11-03 08:43:51 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/stgrphcsex/stgrphcsex.m +>># File: xts5/tset/Xlib8/stgrphcsex/stgrphcsex.m >># >># Description: >># Tests for XSetGraphicsExposures() >># >># Modifications: >># $Log: stgrphcsex.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:51 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:34 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/stlnattrbt/stlnattrbt.m b/xts5/tset/Xlib8/stlnattrbt/stlnattrbt.m index ef6ee773..132b48ca 100644 --- a/xts5/tset/Xlib8/stlnattrbt/stlnattrbt.m +++ b/xts5/tset/Xlib8/stlnattrbt/stlnattrbt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stlnattrbt/stlnattrbt.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stlnattrbt/stlnattrbt.m,v 1.2 2005-11-03 08:43:51 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/stlnattrbt/stlnattrbt.m +>># File: xts5/tset/Xlib8/stlnattrbt/stlnattrbt.m >># >># Description: >># Tests for XSetLineAttributes() >># >># Modifications: >># $Log: stlnattrbt.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:51 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:35 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/stplnmsk/stplnmsk.m b/xts5/tset/Xlib8/stplnmsk/stplnmsk.m index a971e010..c3f126ff 100644 --- a/xts5/tset/Xlib8/stplnmsk/stplnmsk.m +++ b/xts5/tset/Xlib8/stplnmsk/stplnmsk.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stplnmsk/stplnmsk.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stplnmsk/stplnmsk.m,v 1.2 2005-11-03 08:43:51 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/stplnmsk/stplnmsk.m +>># File: xts5/tset/Xlib8/stplnmsk/stplnmsk.m >># >># Description: >># Tests for XSetPlaneMask() >># >># Modifications: >># $Log: stplnmsk.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:51 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:35 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/stsbwmd/stsbwmd.m b/xts5/tset/Xlib8/stsbwmd/stsbwmd.m index dc0005a9..fa7660fc 100644 --- a/xts5/tset/Xlib8/stsbwmd/stsbwmd.m +++ b/xts5/tset/Xlib8/stsbwmd/stsbwmd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stsbwmd/stsbwmd.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/stsbwmd/stsbwmd.m,v 1.2 2005-11-03 08:43:51 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/stsbwmd/stsbwmd.m +>># File: xts5/tset/Xlib8/stsbwmd/stsbwmd.m >># >># Description: >># Tests for XSetSubwindowMode() >># >># Modifications: >># $Log: stsbwmd.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:51 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:36 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/ststppl/ststppl.m b/xts5/tset/Xlib8/ststppl/ststppl.m index 3efe2f6c..dc84c08b 100644 --- a/xts5/tset/Xlib8/ststppl/ststppl.m +++ b/xts5/tset/Xlib8/ststppl/ststppl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/ststppl/ststppl.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/ststppl/ststppl.m,v 1.2 2005-11-03 08:43:51 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/ststppl/ststppl.m +>># File: xts5/tset/Xlib8/ststppl/ststppl.m >># >># Description: >># Tests for XSetStipple() >># >># Modifications: >># $Log: ststppl.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:51 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:36 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/ststt/ststt.m b/xts5/tset/Xlib8/ststt/ststt.m index 70dd134d..60c053c1 100644 --- a/xts5/tset/Xlib8/ststt/ststt.m +++ b/xts5/tset/Xlib8/ststt/ststt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/ststt/ststt.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/ststt/ststt.m,v 1.2 2005-11-03 08:43:51 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/ststt/ststt.m +>># File: xts5/tset/Xlib8/ststt/ststt.m >># >># Description: >># Tests for XSetState() >># >># Modifications: >># $Log: ststt.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:51 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:37 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/sttl/sttl.m b/xts5/tset/Xlib8/sttl/sttl.m index bb11a3e1..7a9c1554 100644 --- a/xts5/tset/Xlib8/sttl/sttl.m +++ b/xts5/tset/Xlib8/sttl/sttl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/sttl/sttl.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/sttl/sttl.m,v 1.2 2005-11-03 08:43:51 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/sttl/sttl.m +>># File: xts5/tset/Xlib8/sttl/sttl.m >># >># Description: >># Tests for XSetTile() >># >># Modifications: >># $Log: sttl.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:51 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:37 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib8/sttsorgn/sttsorgn.m b/xts5/tset/Xlib8/sttsorgn/sttsorgn.m index 8c179365..491cf5f4 100644 --- a/xts5/tset/Xlib8/sttsorgn/sttsorgn.m +++ b/xts5/tset/Xlib8/sttsorgn/sttsorgn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/sttsorgn/sttsorgn.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/sttsorgn/sttsorgn.m,v 1.2 2005-11-03 08:43:52 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib8/sttsorgn/sttsorgn.m +>># File: xts5/tset/Xlib8/sttsorgn/sttsorgn.m >># >># Description: >># Tests for XSetTSOrigin() >># >># Modifications: >># $Log: sttsorgn.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:52 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:38 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/clrar/clrar.m b/xts5/tset/Xlib9/clrar/clrar.m index 7c3cc159..8b357627 100644 --- a/xts5/tset/Xlib9/clrar/clrar.m +++ b/xts5/tset/Xlib9/clrar/clrar.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/clrar/clrar.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/clrar/clrar.m,v 1.2 2005-11-03 08:43:52 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/clrar/clrar.m +>># File: xts5/tset/Xlib9/clrar/clrar.m >># >># Description: >># Tests for XClearArea() >># >># Modifications: >># $Log: clrar.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:52 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:39 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/clrwdw/clrwdw.m b/xts5/tset/Xlib9/clrwdw/clrwdw.m index 99686f9b..bbe277d6 100644 --- a/xts5/tset/Xlib9/clrwdw/clrwdw.m +++ b/xts5/tset/Xlib9/clrwdw/clrwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/clrwdw/clrwdw.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/clrwdw/clrwdw.m,v 1.2 2005-11-03 08:43:52 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/clrwdw/clrwdw.m +>># File: xts5/tset/Xlib9/clrwdw/clrwdw.m >># >># Description: >># Tests for XClearWindow() >># >># Modifications: >># $Log: clrwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:52 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:39 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/cpyar/cpyar.m b/xts5/tset/Xlib9/cpyar/cpyar.m index 72edbf1e..8906043a 100644 --- a/xts5/tset/Xlib9/cpyar/cpyar.m +++ b/xts5/tset/Xlib9/cpyar/cpyar.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/cpyar/cpyar.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/cpyar/cpyar.m,v 1.2 2005-11-03 08:43:52 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/cpyar/cpyar.m +>># File: xts5/tset/Xlib9/cpyar/cpyar.m >># >># Description: >># Tests for XCopyArea() >># >># Modifications: >># $Log: cpyar.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:52 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:41 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/cpypln/cpypln.m b/xts5/tset/Xlib9/cpypln/cpypln.m index cdfa894b..d10197b9 100644 --- a/xts5/tset/Xlib9/cpypln/cpypln.m +++ b/xts5/tset/Xlib9/cpypln/cpypln.m @@ -17,7 +17,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/cpypln/cpypln.m,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/cpypln/cpypln.m,v 1.3 2005-11-03 08:43:52 jmichael Exp $ Copyright (c) 2003 The Open Group Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -25,14 +25,17 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/cpypln/cpypln.m +>># File: xts5/tset/Xlib9/cpypln/cpypln.m >># >># Description: >># Tests for XCopyPlane() >># >># Modifications: >># $Log: cpypln.m,v $ ->># Revision 1.2 2005-04-21 09:40:42 ajosey +>># Revision 1.3 2005-11-03 08:43:52 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/21 09:40:42 ajosey >># resync to VSW5.1.5 >># >># Revision 8.2 2005/01/21 10:51:46 gwc diff --git a/xts5/tset/Xlib9/drwarc/drwarc.m b/xts5/tset/Xlib9/drwarc/drwarc.m index 6653c636..201106b1 100644 --- a/xts5/tset/Xlib9/drwarc/drwarc.m +++ b/xts5/tset/Xlib9/drwarc/drwarc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwarc/drwarc.m,v 1.1 2005-02-12 14:37:37 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwarc/drwarc.m,v 1.2 2005-11-03 08:43:53 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/drwarc/drwarc.m +>># File: xts5/tset/Xlib9/drwarc/drwarc.m >># >># Description: >># Tests for XDrawArc() >># >># Modifications: >># $Log: drwarc.m,v $ ->># Revision 1.1 2005-02-12 14:37:37 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:53 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:33 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:27:57 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/drwarcs/drwarcs.m b/xts5/tset/Xlib9/drwarcs/drwarcs.m index d6ce95db..af9b094d 100644 --- a/xts5/tset/Xlib9/drwarcs/drwarcs.m +++ b/xts5/tset/Xlib9/drwarcs/drwarcs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwarcs/drwarcs.m,v 1.1 2005-02-12 14:37:38 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwarcs/drwarcs.m,v 1.2 2005-11-03 08:43:53 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/drwarcs/drwarcs.m +>># File: xts5/tset/Xlib9/drwarcs/drwarcs.m >># >># Description: >># Tests for XDrawArcs() >># >># Modifications: >># $Log: drwarcs.m,v $ ->># Revision 1.1 2005-02-12 14:37:38 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:53 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:34 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:28:14 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/drwimgst16/drwimgst16.m b/xts5/tset/Xlib9/drwimgst16/drwimgst16.m index 2e378deb..0d4eac70 100644 --- a/xts5/tset/Xlib9/drwimgst16/drwimgst16.m +++ b/xts5/tset/Xlib9/drwimgst16/drwimgst16.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwimgst16/drwimgst16.m,v 1.1 2005-02-12 14:37:38 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwimgst16/drwimgst16.m,v 1.2 2005-11-03 08:43:53 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/drwimgst16/drwimgst16.m +>># File: xts5/tset/Xlib9/drwimgst16/drwimgst16.m >># >># Description: >># Tests for XDrawImageString16() >># >># Modifications: >># $Log: drwimgst16.m,v $ ->># Revision 1.1 2005-02-12 14:37:38 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:53 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:34 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:28:17 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/drwimgstr/drwimgstr.m b/xts5/tset/Xlib9/drwimgstr/drwimgstr.m index 7c228c5a..dcabb354 100644 --- a/xts5/tset/Xlib9/drwimgstr/drwimgstr.m +++ b/xts5/tset/Xlib9/drwimgstr/drwimgstr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwimgstr/drwimgstr.m,v 1.1 2005-02-12 14:37:38 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwimgstr/drwimgstr.m,v 1.2 2005-11-03 08:43:53 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/drwimgstr/drwimgstr.m +>># File: xts5/tset/Xlib9/drwimgstr/drwimgstr.m >># >># Description: >># Tests for XDrawImageString() >># >># Modifications: >># $Log: drwimgstr.m,v $ ->># Revision 1.1 2005-02-12 14:37:38 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:53 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:34 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:28:21 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/drwln/drwln.m b/xts5/tset/Xlib9/drwln/drwln.m index 1683fcfa..ac3ad4a9 100644 --- a/xts5/tset/Xlib9/drwln/drwln.m +++ b/xts5/tset/Xlib9/drwln/drwln.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwln/drwln.m,v 1.1 2005-02-12 14:37:38 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwln/drwln.m,v 1.2 2005-11-03 08:43:53 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/drwln/drwln.m +>># File: xts5/tset/Xlib9/drwln/drwln.m >># >># Description: >># Tests for XDrawLine() >># >># Modifications: >># $Log: drwln.m,v $ ->># Revision 1.1 2005-02-12 14:37:38 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:53 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:34 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:28:34 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/drwlns/drwlns.m b/xts5/tset/Xlib9/drwlns/drwlns.m index ceb5fda6..ecc7b3ac 100644 --- a/xts5/tset/Xlib9/drwlns/drwlns.m +++ b/xts5/tset/Xlib9/drwlns/drwlns.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwlns/drwlns.m,v 1.1 2005-02-12 14:37:38 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwlns/drwlns.m,v 1.2 2005-11-03 08:43:54 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/drwlns/drwlns.m +>># File: xts5/tset/Xlib9/drwlns/drwlns.m >># >># Description: >># Tests for XDrawLines() >># >># Modifications: >># $Log: drwlns.m,v $ ->># Revision 1.1 2005-02-12 14:37:38 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:54 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:34 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:28:51 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/drwpnt/drwpnt.m b/xts5/tset/Xlib9/drwpnt/drwpnt.m index 2b56d0d6..45f0eea6 100644 --- a/xts5/tset/Xlib9/drwpnt/drwpnt.m +++ b/xts5/tset/Xlib9/drwpnt/drwpnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwpnt/drwpnt.m,v 1.1 2005-02-12 14:37:38 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwpnt/drwpnt.m,v 1.2 2005-11-03 08:43:54 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/drwpnt/drwpnt.m +>># File: xts5/tset/Xlib9/drwpnt/drwpnt.m >># >># Description: >># Tests for XDrawPoint() >># >># Modifications: >># $Log: drwpnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:38 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:54 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:34 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:28:53 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/drwpnts/drwpnts.m b/xts5/tset/Xlib9/drwpnts/drwpnts.m index d02027a6..e25930e4 100644 --- a/xts5/tset/Xlib9/drwpnts/drwpnts.m +++ b/xts5/tset/Xlib9/drwpnts/drwpnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwpnts/drwpnts.m,v 1.1 2005-02-12 14:37:38 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwpnts/drwpnts.m,v 1.2 2005-11-03 08:43:54 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/drwpnts/drwpnts.m +>># File: xts5/tset/Xlib9/drwpnts/drwpnts.m >># >># Description: >># Tests for XDrawPoints() >># >># Modifications: >># $Log: drwpnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:38 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:54 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:34 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:28:55 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/drwrctngl/drwrctngl.m b/xts5/tset/Xlib9/drwrctngl/drwrctngl.m index 2632de03..bf47e510 100644 --- a/xts5/tset/Xlib9/drwrctngl/drwrctngl.m +++ b/xts5/tset/Xlib9/drwrctngl/drwrctngl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwrctngl/drwrctngl.m,v 1.1 2005-02-12 14:37:38 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwrctngl/drwrctngl.m,v 1.2 2005-11-03 08:43:54 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/drwrctngl/drwrctngl.m +>># File: xts5/tset/Xlib9/drwrctngl/drwrctngl.m >># >># Description: >># Tests for XDrawRectangle() >># >># Modifications: >># $Log: drwrctngl.m,v $ ->># Revision 1.1 2005-02-12 14:37:38 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:54 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:34 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:29:09 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/drwrctngls/drwrctngls.m b/xts5/tset/Xlib9/drwrctngls/drwrctngls.m index 3d283636..ada62b03 100644 --- a/xts5/tset/Xlib9/drwrctngls/drwrctngls.m +++ b/xts5/tset/Xlib9/drwrctngls/drwrctngls.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwrctngls/drwrctngls.m,v 1.1 2005-02-12 14:37:38 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwrctngls/drwrctngls.m,v 1.2 2005-11-03 08:43:54 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/drwrctngls/drwrctngls.m +>># File: xts5/tset/Xlib9/drwrctngls/drwrctngls.m >># >># Description: >># Tests for XDrawRectangles() >># >># Modifications: >># $Log: drwrctngls.m,v $ ->># Revision 1.1 2005-02-12 14:37:38 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:54 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:35 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:29:23 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/drwsgmnts/drwsgmnts.m b/xts5/tset/Xlib9/drwsgmnts/drwsgmnts.m index dc465827..f447bc07 100644 --- a/xts5/tset/Xlib9/drwsgmnts/drwsgmnts.m +++ b/xts5/tset/Xlib9/drwsgmnts/drwsgmnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwsgmnts/drwsgmnts.m,v 1.1 2005-02-12 14:37:39 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwsgmnts/drwsgmnts.m,v 1.2 2005-11-03 08:43:55 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/drwsgmnts/drwsgmnts.m +>># File: xts5/tset/Xlib9/drwsgmnts/drwsgmnts.m >># >># Description: >># Tests for XDrawSegments() >># >># Modifications: >># $Log: drwsgmnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:39 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:55 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:35 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:29:39 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/drwstr/drwstr.m b/xts5/tset/Xlib9/drwstr/drwstr.m index bc19b9b3..0ce09bd1 100644 --- a/xts5/tset/Xlib9/drwstr/drwstr.m +++ b/xts5/tset/Xlib9/drwstr/drwstr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwstr/drwstr.m,v 1.1 2005-02-12 14:37:39 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwstr/drwstr.m,v 1.2 2005-11-03 08:43:55 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/drwstr/drwstr.m +>># File: xts5/tset/Xlib9/drwstr/drwstr.m >># >># Description: >># Tests for XDrawString() >># >># Modifications: >># $Log: drwstr.m,v $ ->># Revision 1.1 2005-02-12 14:37:39 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:55 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:35 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:29:46 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/drwstr16/drwstr16.m b/xts5/tset/Xlib9/drwstr16/drwstr16.m index d311b28d..02a29501 100644 --- a/xts5/tset/Xlib9/drwstr16/drwstr16.m +++ b/xts5/tset/Xlib9/drwstr16/drwstr16.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwstr16/drwstr16.m,v 1.1 2005-02-12 14:37:39 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwstr16/drwstr16.m,v 1.2 2005-11-03 08:43:55 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/drwstr16/drwstr16.m +>># File: xts5/tset/Xlib9/drwstr16/drwstr16.m >># >># Description: >># Tests for XDrawString16() >># >># Modifications: >># $Log: drwstr16.m,v $ ->># Revision 1.1 2005-02-12 14:37:39 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:55 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:35 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:29:51 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/drwtxt/drwtxt.m b/xts5/tset/Xlib9/drwtxt/drwtxt.m index 1c2ca889..cbe43d7f 100644 --- a/xts5/tset/Xlib9/drwtxt/drwtxt.m +++ b/xts5/tset/Xlib9/drwtxt/drwtxt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwtxt/drwtxt.m,v 1.1 2005-02-12 14:37:40 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwtxt/drwtxt.m,v 1.2 2005-11-03 08:43:55 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/drwtxt/drwtxt.m +>># File: xts5/tset/Xlib9/drwtxt/drwtxt.m >># >># Description: >># Tests for XDrawText() >># >># Modifications: >># $Log: drwtxt.m,v $ ->># Revision 1.1 2005-02-12 14:37:40 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:55 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:36 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:29:58 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/drwtxt16/drwtxt16.m b/xts5/tset/Xlib9/drwtxt16/drwtxt16.m index 383cf77f..5eb9790a 100644 --- a/xts5/tset/Xlib9/drwtxt16/drwtxt16.m +++ b/xts5/tset/Xlib9/drwtxt16/drwtxt16.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwtxt16/drwtxt16.m,v 1.1 2005-02-12 14:37:40 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/drwtxt16/drwtxt16.m,v 1.2 2005-11-03 08:43:55 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/drwtxt16/drwtxt16.m +>># File: xts5/tset/Xlib9/drwtxt16/drwtxt16.m >># >># Description: >># Tests for XDrawText16() >># >># Modifications: >># $Log: drwtxt16.m,v $ ->># Revision 1.1 2005-02-12 14:37:40 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:55 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:36 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:06 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/fllarc/fllarc.m b/xts5/tset/Xlib9/fllarc/fllarc.m index a8197a71..dc72d175 100644 --- a/xts5/tset/Xlib9/fllarc/fllarc.m +++ b/xts5/tset/Xlib9/fllarc/fllarc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/fllarc/fllarc.m,v 1.1 2005-02-12 14:37:41 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/fllarc/fllarc.m,v 1.2 2005-11-03 08:43:55 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/fllarc/fllarc.m +>># File: xts5/tset/Xlib9/fllarc/fllarc.m >># >># Description: >># Tests for XFillArc() >># >># Modifications: >># $Log: fllarc.m,v $ ->># Revision 1.1 2005-02-12 14:37:41 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:55 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:38 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:13 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/fllarcs/fllarcs.m b/xts5/tset/Xlib9/fllarcs/fllarcs.m index 006cd992..9440ae94 100644 --- a/xts5/tset/Xlib9/fllarcs/fllarcs.m +++ b/xts5/tset/Xlib9/fllarcs/fllarcs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/fllarcs/fllarcs.m,v 1.1 2005-02-12 14:37:42 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/fllarcs/fllarcs.m,v 1.2 2005-11-03 08:43:55 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/fllarcs/fllarcs.m +>># File: xts5/tset/Xlib9/fllarcs/fllarcs.m >># >># Description: >># Tests for XFillArcs() >># >># Modifications: >># $Log: fllarcs.m,v $ ->># Revision 1.1 2005-02-12 14:37:42 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:55 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:38 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:19 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/fllplygn/fllplygn.m b/xts5/tset/Xlib9/fllplygn/fllplygn.m index d094481a..fe3a9b20 100644 --- a/xts5/tset/Xlib9/fllplygn/fllplygn.m +++ b/xts5/tset/Xlib9/fllplygn/fllplygn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/fllplygn/fllplygn.m,v 1.1 2005-02-12 14:37:42 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/fllplygn/fllplygn.m,v 1.2 2005-11-03 08:43:56 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/fllplygn/fllplygn.m +>># File: xts5/tset/Xlib9/fllplygn/fllplygn.m >># >># Description: >># Tests for XFillPolygon() >># >># Modifications: >># $Log: fllplygn.m,v $ ->># Revision 1.1 2005-02-12 14:37:42 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:56 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:38 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:27 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/fllrctngl/fllrctngl.m b/xts5/tset/Xlib9/fllrctngl/fllrctngl.m index 277aa2f5..7b66cb33 100644 --- a/xts5/tset/Xlib9/fllrctngl/fllrctngl.m +++ b/xts5/tset/Xlib9/fllrctngl/fllrctngl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/fllrctngl/fllrctngl.m,v 1.1 2005-02-12 14:37:42 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/fllrctngl/fllrctngl.m,v 1.2 2005-11-03 08:43:56 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/fllrctngl/fllrctngl.m +>># File: xts5/tset/Xlib9/fllrctngl/fllrctngl.m >># >># Description: >># Tests for XFillRectangle() >># >># Modifications: >># $Log: fllrctngl.m,v $ ->># Revision 1.1 2005-02-12 14:37:42 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:56 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:31 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/fllrctngls/fllrctngls.m b/xts5/tset/Xlib9/fllrctngls/fllrctngls.m index b4eba198..3dc3a15b 100644 --- a/xts5/tset/Xlib9/fllrctngls/fllrctngls.m +++ b/xts5/tset/Xlib9/fllrctngls/fllrctngls.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/fllrctngls/fllrctngls.m,v 1.1 2005-02-12 14:37:42 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/fllrctngls/fllrctngls.m,v 1.2 2005-11-03 08:43:56 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/fllrctngls/fllrctngls.m +>># File: xts5/tset/Xlib9/fllrctngls/fllrctngls.m >># >># Description: >># Tests for XFillRectangles() >># >># Modifications: >># $Log: fllrctngls.m,v $ ->># Revision 1.1 2005-02-12 14:37:42 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:56 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:37 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/frfnt/frfnt.m b/xts5/tset/Xlib9/frfnt/frfnt.m index 88facb8e..9296683c 100644 --- a/xts5/tset/Xlib9/frfnt/frfnt.m +++ b/xts5/tset/Xlib9/frfnt/frfnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/frfnt/frfnt.m,v 1.1 2005-02-12 14:37:42 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/frfnt/frfnt.m,v 1.2 2005-11-03 08:43:56 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/frfnt/frfnt.m +>># File: xts5/tset/Xlib9/frfnt/frfnt.m >># >># Description: >># Tests for XFreeFont() >># >># Modifications: >># $Log: frfnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:42 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:56 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:37 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/frfntinf/frfntinf.m b/xts5/tset/Xlib9/frfntinf/frfntinf.m index b575a81c..4dd86052 100644 --- a/xts5/tset/Xlib9/frfntinf/frfntinf.m +++ b/xts5/tset/Xlib9/frfntinf/frfntinf.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/frfntinf/frfntinf.m,v 1.1 2005-02-12 14:37:42 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/frfntinf/frfntinf.m,v 1.2 2005-11-03 08:43:56 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/frfntinf/frfntinf.m +>># File: xts5/tset/Xlib9/frfntinf/frfntinf.m >># >># Description: >># Tests for XFreeFontInfo() >># >># Modifications: >># $Log: frfntinf.m,v $ ->># Revision 1.1 2005-02-12 14:37:42 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:56 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:38 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/frfntnms/frfntnms.m b/xts5/tset/Xlib9/frfntnms/frfntnms.m index 8ec503c8..35889486 100644 --- a/xts5/tset/Xlib9/frfntnms/frfntnms.m +++ b/xts5/tset/Xlib9/frfntnms/frfntnms.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/frfntnms/frfntnms.m,v 1.1 2005-02-12 14:37:42 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/frfntnms/frfntnms.m,v 1.2 2005-11-03 08:43:56 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/frfntnms/frfntnms.m +>># File: xts5/tset/Xlib9/frfntnms/frfntnms.m >># >># Description: >># Tests for XFreeFontNames() >># >># Modifications: >># $Log: frfntnms.m,v $ ->># Revision 1.1 2005-02-12 14:37:42 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:56 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:38 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/frfntpth/frfntpth.m b/xts5/tset/Xlib9/frfntpth/frfntpth.m index 9623368f..205a8bc7 100644 --- a/xts5/tset/Xlib9/frfntpth/frfntpth.m +++ b/xts5/tset/Xlib9/frfntpth/frfntpth.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/frfntpth/frfntpth.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/frfntpth/frfntpth.m,v 1.2 2005-11-03 08:43:57 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/frfntpth/frfntpth.m +>># File: xts5/tset/Xlib9/frfntpth/frfntpth.m >># >># Description: >># Tests for XFreeFontPath() >># >># Modifications: >># $Log: frfntpth.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:57 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:39 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/gtfntprprt/gtfntprprt.m b/xts5/tset/Xlib9/gtfntprprt/gtfntprprt.m index 1522b719..eaafb63a 100644 --- a/xts5/tset/Xlib9/gtfntprprt/gtfntprprt.m +++ b/xts5/tset/Xlib9/gtfntprprt/gtfntprprt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/gtfntprprt/gtfntprprt.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/gtfntprprt/gtfntprprt.m,v 1.2 2005-11-03 08:43:57 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/gtfntprprt/gtfntprprt.m +>># File: xts5/tset/Xlib9/gtfntprprt/gtfntprprt.m >># >># Description: >># Tests for XGetFontProperty() >># >># Modifications: >># $Log: gtfntprprt.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:57 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:39 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/gtfntpth/gtfntpth.m b/xts5/tset/Xlib9/gtfntpth/gtfntpth.m index eba87449..4ef9328e 100644 --- a/xts5/tset/Xlib9/gtfntpth/gtfntpth.m +++ b/xts5/tset/Xlib9/gtfntpth/gtfntpth.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/gtfntpth/gtfntpth.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/gtfntpth/gtfntpth.m,v 1.2 2005-11-03 08:43:57 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/gtfntpth/gtfntpth.m +>># File: xts5/tset/Xlib9/gtfntpth/gtfntpth.m >># >># Description: >># Tests for XGetFontPath() >># >># Modifications: >># $Log: gtfntpth.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:57 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:40 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/gtimg/gtimg.m b/xts5/tset/Xlib9/gtimg/gtimg.m index 2b7c98f7..4cc7c23d 100644 --- a/xts5/tset/Xlib9/gtimg/gtimg.m +++ b/xts5/tset/Xlib9/gtimg/gtimg.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/gtimg/gtimg.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/gtimg/gtimg.m,v 1.2 2005-11-03 08:43:57 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/gtimg/gtimg.m +>># File: xts5/tset/Xlib9/gtimg/gtimg.m >># >># Description: >># Tests for XGetImage() >># >># Modifications: >># $Log: gtimg.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:57 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:41 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/gtsbimg/gtsbimg.m b/xts5/tset/Xlib9/gtsbimg/gtsbimg.m index b38eb256..6a098108 100644 --- a/xts5/tset/Xlib9/gtsbimg/gtsbimg.m +++ b/xts5/tset/Xlib9/gtsbimg/gtsbimg.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/gtsbimg/gtsbimg.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/gtsbimg/gtsbimg.m,v 1.2 2005-11-03 08:43:57 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/gtsbimg/gtsbimg.m +>># File: xts5/tset/Xlib9/gtsbimg/gtsbimg.m >># >># Description: >># Tests for XGetSubImage() >># >># Modifications: >># $Log: gtsbimg.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:57 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:41 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/ldfnt/ldfnt.m b/xts5/tset/Xlib9/ldfnt/ldfnt.m index 93eb7e50..f99e29b1 100644 --- a/xts5/tset/Xlib9/ldfnt/ldfnt.m +++ b/xts5/tset/Xlib9/ldfnt/ldfnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/ldfnt/ldfnt.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/ldfnt/ldfnt.m,v 1.2 2005-11-03 08:43:57 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/ldfnt/ldfnt.m +>># File: xts5/tset/Xlib9/ldfnt/ldfnt.m >># >># Description: >># Tests for XLoadFont() >># >># Modifications: >># $Log: ldfnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:57 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:42 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/ldqryfnt/ldqryfnt.m b/xts5/tset/Xlib9/ldqryfnt/ldqryfnt.m index 8c8b67b6..a451daf0 100644 --- a/xts5/tset/Xlib9/ldqryfnt/ldqryfnt.m +++ b/xts5/tset/Xlib9/ldqryfnt/ldqryfnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/ldqryfnt/ldqryfnt.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/ldqryfnt/ldqryfnt.m,v 1.2 2005-11-03 08:43:57 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/ldqryfnt/ldqryfnt.m +>># File: xts5/tset/Xlib9/ldqryfnt/ldqryfnt.m >># >># Description: >># Tests for XLoadQueryFont() >># >># Modifications: >># $Log: ldqryfnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:57 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:43 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/lstfnts/lstfnts.m b/xts5/tset/Xlib9/lstfnts/lstfnts.m index 7cbefb5a..309f6186 100644 --- a/xts5/tset/Xlib9/lstfnts/lstfnts.m +++ b/xts5/tset/Xlib9/lstfnts/lstfnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/lstfnts/lstfnts.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/lstfnts/lstfnts.m,v 1.2 2005-11-03 08:43:58 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/lstfnts/lstfnts.m +>># File: xts5/tset/Xlib9/lstfnts/lstfnts.m >># >># Description: >># Tests for XListFonts() >># >># Modifications: >># $Log: lstfnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:58 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:44 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/lstfntswth/lstfntswth.m b/xts5/tset/Xlib9/lstfntswth/lstfntswth.m index 0d31b2d0..96a4213d 100644 --- a/xts5/tset/Xlib9/lstfntswth/lstfntswth.m +++ b/xts5/tset/Xlib9/lstfntswth/lstfntswth.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/lstfntswth/lstfntswth.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/lstfntswth/lstfntswth.m,v 1.2 2005-11-03 08:43:58 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/lstfntswth/lstfntswth.m +>># File: xts5/tset/Xlib9/lstfntswth/lstfntswth.m >># >># Description: >># Tests for XListFontsWithInfo() >># >># Modifications: >># $Log: lstfntswth.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:58 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:45 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/ptimg/ptimg.m b/xts5/tset/Xlib9/ptimg/ptimg.m index eea2641d..5a7e2870 100644 --- a/xts5/tset/Xlib9/ptimg/ptimg.m +++ b/xts5/tset/Xlib9/ptimg/ptimg.m @@ -17,7 +17,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/ptimg/ptimg.m,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/ptimg/ptimg.m,v 1.3 2005-11-03 08:43:58 jmichael Exp $ Copyright (c) 2002 The Open Group Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -25,14 +25,17 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/ptimg/ptimg.m +>># File: xts5/tset/Xlib9/ptimg/ptimg.m >># >># Description: >># Tests for XPutImage() >># >># Modifications: >># $Log: ptimg.m,v $ ->># Revision 1.2 2005-04-21 09:40:42 ajosey +>># Revision 1.3 2005-11-03 08:43:58 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/21 09:40:42 ajosey >># resync to VSW5.1.5 >># >># Revision 8.2 2005/01/21 10:52:46 gwc diff --git a/xts5/tset/Xlib9/qryfnt/qryfnt.m b/xts5/tset/Xlib9/qryfnt/qryfnt.m index 792a606a..fe8acd88 100644 --- a/xts5/tset/Xlib9/qryfnt/qryfnt.m +++ b/xts5/tset/Xlib9/qryfnt/qryfnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/qryfnt/qryfnt.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/qryfnt/qryfnt.m,v 1.2 2005-11-03 08:43:58 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/qryfnt/qryfnt.m +>># File: xts5/tset/Xlib9/qryfnt/qryfnt.m >># >># Description: >># Tests for XQueryFont() >># >># Modifications: >># $Log: qryfnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:58 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:48 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/qrytxtex16/qrytxtex16.m b/xts5/tset/Xlib9/qrytxtex16/qrytxtex16.m index acd4e0db..0fd3dad7 100644 --- a/xts5/tset/Xlib9/qrytxtex16/qrytxtex16.m +++ b/xts5/tset/Xlib9/qrytxtex16/qrytxtex16.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/qrytxtex16/qrytxtex16.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/qrytxtex16/qrytxtex16.m,v 1.2 2005-11-03 08:43:58 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/qrytxtex16/qrytxtex16.m +>># File: xts5/tset/Xlib9/qrytxtex16/qrytxtex16.m >># >># Description: >># Tests for XQueryTextExtents16() >># >># Modifications: >># $Log: qrytxtex16.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:58 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:48 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/qrytxtextn/qrytxtextn.m b/xts5/tset/Xlib9/qrytxtextn/qrytxtextn.m index 41d44171..dd5a7db2 100644 --- a/xts5/tset/Xlib9/qrytxtextn/qrytxtextn.m +++ b/xts5/tset/Xlib9/qrytxtextn/qrytxtextn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/qrytxtextn/qrytxtextn.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/qrytxtextn/qrytxtextn.m,v 1.2 2005-11-03 08:43:58 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/qrytxtextn/qrytxtextn.m +>># File: xts5/tset/Xlib9/qrytxtextn/qrytxtextn.m >># >># Description: >># Tests for XQueryTextExtents() >># >># Modifications: >># $Log: qrytxtextn.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:58 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:49 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/stfntpth/stfntpth.m b/xts5/tset/Xlib9/stfntpth/stfntpth.m index d27439fa..07783425 100644 --- a/xts5/tset/Xlib9/stfntpth/stfntpth.m +++ b/xts5/tset/Xlib9/stfntpth/stfntpth.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/stfntpth/stfntpth.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/stfntpth/stfntpth.m,v 1.2 2005-11-03 08:43:59 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/stfntpth/stfntpth.m +>># File: xts5/tset/Xlib9/stfntpth/stfntpth.m >># >># Description: >># Tests for XSetFontPath() >># >># Modifications: >># $Log: stfntpth.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:59 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:49 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/txtextnt16/txtextnt16.m b/xts5/tset/Xlib9/txtextnt16/txtextnt16.m index e027a6bd..ae4fb18a 100644 --- a/xts5/tset/Xlib9/txtextnt16/txtextnt16.m +++ b/xts5/tset/Xlib9/txtextnt16/txtextnt16.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/txtextnt16/txtextnt16.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/txtextnt16/txtextnt16.m,v 1.2 2005-11-03 08:43:59 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/txtextnt16/txtextnt16.m +>># File: xts5/tset/Xlib9/txtextnt16/txtextnt16.m >># >># Description: >># Tests for XTextExtents16() >># >># Modifications: >># $Log: txtextnt16.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:59 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:50 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/txtextnts/txtextnts.m b/xts5/tset/Xlib9/txtextnts/txtextnts.m index 497847a3..2a1b0852 100644 --- a/xts5/tset/Xlib9/txtextnts/txtextnts.m +++ b/xts5/tset/Xlib9/txtextnts/txtextnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/txtextnts/txtextnts.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/txtextnts/txtextnts.m,v 1.2 2005-11-03 08:43:59 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/txtextnts/txtextnts.m +>># File: xts5/tset/Xlib9/txtextnts/txtextnts.m >># >># Description: >># Tests for XTextExtents() >># >># Modifications: >># $Log: txtextnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:59 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:50 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/txtwdth/txtwdth.m b/xts5/tset/Xlib9/txtwdth/txtwdth.m index 613af0a1..14664ee0 100644 --- a/xts5/tset/Xlib9/txtwdth/txtwdth.m +++ b/xts5/tset/Xlib9/txtwdth/txtwdth.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/txtwdth/txtwdth.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/txtwdth/txtwdth.m,v 1.2 2005-11-03 08:43:59 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/txtwdth/txtwdth.m +>># File: xts5/tset/Xlib9/txtwdth/txtwdth.m >># >># Description: >># Tests for XTextWidth() >># >># Modifications: >># $Log: txtwdth.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:59 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:51 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/txtwdth16/txtwdth16.m b/xts5/tset/Xlib9/txtwdth16/txtwdth16.m index dc45ff76..ab46172c 100644 --- a/xts5/tset/Xlib9/txtwdth16/txtwdth16.m +++ b/xts5/tset/Xlib9/txtwdth16/txtwdth16.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/txtwdth16/txtwdth16.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/txtwdth16/txtwdth16.m,v 1.2 2005-11-03 08:43:59 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/txtwdth16/txtwdth16.m +>># File: xts5/tset/Xlib9/txtwdth16/txtwdth16.m >># >># Description: >># Tests for XTextWidth16() >># >># Modifications: >># $Log: txtwdth16.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:43:59 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:51 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xlib9/unldfnt/unldfnt.m b/xts5/tset/Xlib9/unldfnt/unldfnt.m index e0501f8a..ace2a793 100644 --- a/xts5/tset/Xlib9/unldfnt/unldfnt.m +++ b/xts5/tset/Xlib9/unldfnt/unldfnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/unldfnt/unldfnt.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xlib9/unldfnt/unldfnt.m,v 1.2 2005-11-03 08:44:00 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xlib9/unldfnt/unldfnt.m +>># File: xts5/tset/Xlib9/unldfnt/unldfnt.m >># >># Description: >># Tests for XUnloadFont() >># >># Modifications: >># $Log: unldfnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:00 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:30:52 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/allcnmdclr/allcnmdclr.m b/xts5/tset/Xopen/allcnmdclr/allcnmdclr.m index cdf33974..6f67c287 100644 --- a/xts5/tset/Xopen/allcnmdclr/allcnmdclr.m +++ b/xts5/tset/Xopen/allcnmdclr/allcnmdclr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,19 +17,22 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xopen/allcnmdclr/allcnmdclr.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xopen/allcnmdclr/allcnmdclr.m,v 1.2 2005-11-03 08:44:00 jmichael Exp $ >># Project: VSW5 >># ->># File: vsw5/tset/Xopen/allcnmdclr/allcnmdclr.m +>># File: xts5/tset/Xopen/allcnmdclr/allcnmdclr.m >># >># Description: >># Tests for XAllocNamedColor() >># >># Modifications: >># $Log: allcnmdclr.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:00 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:36:01 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/crsrfnt/crsrfnt.m b/xts5/tset/Xopen/crsrfnt/crsrfnt.m index 08fbc29f..d2b3bca4 100644 --- a/xts5/tset/Xopen/crsrfnt/crsrfnt.m +++ b/xts5/tset/Xopen/crsrfnt/crsrfnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,19 +17,22 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xopen/crsrfnt/crsrfnt.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xopen/crsrfnt/crsrfnt.m,v 1.2 2005-11-03 08:44:00 jmichael Exp $ >># Project: VSW5 >># ->># File: vsw5/tset/XOPEN/crsrfnt/crsrfnt.m +>># File: xts5/tset/XOPEN/crsrfnt/crsrfnt.m >># >># Description: >># Tests for cursorfont() >># >># Modifications: >># $Log: crsrfnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:00 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:39 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:28 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/crtfntcrsr/crtfntcrsr.m b/xts5/tset/Xopen/crtfntcrsr/crtfntcrsr.m index e792a7a0..4dc22574 100644 --- a/xts5/tset/Xopen/crtfntcrsr/crtfntcrsr.m +++ b/xts5/tset/Xopen/crtfntcrsr/crtfntcrsr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,19 +17,22 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xopen/crtfntcrsr/crtfntcrsr.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xopen/crtfntcrsr/crtfntcrsr.m,v 1.2 2005-11-03 08:44:00 jmichael Exp $ >># Project: VSW5 >># ->># File: vsw5/tset/XOPEN/crtfntcrsr/crtfntcrsr.m +>># File: xts5/tset/XOPEN/crtfntcrsr/crtfntcrsr.m >># >># Description: >># Tests for XCreateFontCursor() >># >># Modifications: >># $Log: crtfntcrsr.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:00 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:40 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:30 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysym/Test0.c b/xts5/tset/Xopen/kysym/Test0.c index 190cdc30..3f88857b 100644 --- a/xts5/tset/Xopen/kysym/Test0.c +++ b/xts5/tset/Xopen/kysym/Test0.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysym/Test0.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysym/Test0.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysym/Test0.c +* File: xts5/tset/Xopen/kysym/Test0.c * * Description: * Tests for keysym() * * Modifications: * $Log: Test0.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:30 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysym/Test1.c b/xts5/tset/Xopen/kysym/Test1.c index 9c958101..d6ea108e 100644 --- a/xts5/tset/Xopen/kysym/Test1.c +++ b/xts5/tset/Xopen/kysym/Test1.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysym/Test1.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysym/Test1.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysym/Test1.c +* File: xts5/tset/Xopen/kysym/Test1.c * * Description: * Tests for keysym() * * Modifications: * $Log: Test1.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:31 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysym/Test2.c b/xts5/tset/Xopen/kysym/Test2.c index 6011b775..c0ea20b4 100644 --- a/xts5/tset/Xopen/kysym/Test2.c +++ b/xts5/tset/Xopen/kysym/Test2.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysym/Test2.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysym/Test2.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysym/Test2.c +* File: xts5/tset/Xopen/kysym/Test2.c * * Description: * Tests for keysym() * * Modifications: * $Log: Test2.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:31 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysym/Test3.c b/xts5/tset/Xopen/kysym/Test3.c index 1224f6c4..dcbcda16 100644 --- a/xts5/tset/Xopen/kysym/Test3.c +++ b/xts5/tset/Xopen/kysym/Test3.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysym/Test3.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysym/Test3.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysym/Test3.c +* File: xts5/tset/Xopen/kysym/Test3.c * * Description: * Tests for keysym() * * Modifications: * $Log: Test3.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:32 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysym/Test4.c b/xts5/tset/Xopen/kysym/Test4.c index fb6d9ed1..409ad660 100644 --- a/xts5/tset/Xopen/kysym/Test4.c +++ b/xts5/tset/Xopen/kysym/Test4.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysym/Test4.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysym/Test4.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysym/Test4.c +* File: xts5/tset/Xopen/kysym/Test4.c * * Description: * Tests for keysym() * * Modifications: * $Log: Test4.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:32 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysym/TestG.c b/xts5/tset/Xopen/kysym/TestG.c index 5faa71f9..cf7b6382 100644 --- a/xts5/tset/Xopen/kysym/TestG.c +++ b/xts5/tset/Xopen/kysym/TestG.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysym/TestG.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysym/TestG.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysym/TestG.c +* File: xts5/tset/Xopen/kysym/TestG.c * * Description: * Tests for keysym() * * Modifications: * $Log: TestG.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:33 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysym/TestM.c b/xts5/tset/Xopen/kysym/TestM.c index 5b57a6fd..f23b2a67 100644 --- a/xts5/tset/Xopen/kysym/TestM.c +++ b/xts5/tset/Xopen/kysym/TestM.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysym/TestM.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysym/TestM.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysym/TestM.c +* File: xts5/tset/Xopen/kysym/TestM.c * * Description: * Tests for keysym() * * Modifications: * $Log: TestM.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:33 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysym/kysym.m b/xts5/tset/Xopen/kysym/kysym.m index 5e17a5f7..3e8fadf0 100644 --- a/xts5/tset/Xopen/kysym/kysym.m +++ b/xts5/tset/Xopen/kysym/kysym.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,19 +17,22 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysym/kysym.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysym/kysym.m,v 1.2 2005-11-03 08:44:00 jmichael Exp $ >># Project: VSW5 >># ->># File: vsw5/tset/Xopen/kysym/kysym.m +>># File: xts5/tset/Xopen/kysym/kysym.m >># >># Description: >># Tests for keysym() >># >># Modifications: >># $Log: kysym.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:00 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:40 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:34 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymdf/Test0.c b/xts5/tset/Xopen/kysymdf/Test0.c index aec5641e..80953466 100644 --- a/xts5/tset/Xopen/kysymdf/Test0.c +++ b/xts5/tset/Xopen/kysymdf/Test0.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/Test0.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/Test0.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymdf/Test0.c +* File: xts5/tset/Xopen/kysymdf/Test0.c * * Description: * Tests for keysymdef() * * Modifications: * $Log: Test0.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:35 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymdf/Test1.c b/xts5/tset/Xopen/kysymdf/Test1.c index ff249438..e8844f89 100644 --- a/xts5/tset/Xopen/kysymdf/Test1.c +++ b/xts5/tset/Xopen/kysymdf/Test1.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/Test1.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/Test1.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymdf/Test1.c +* File: xts5/tset/Xopen/kysymdf/Test1.c * * Description: * Tests for keysymdef() * * Modifications: * $Log: Test1.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:35 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymdf/Test2.c b/xts5/tset/Xopen/kysymdf/Test2.c index 1f59de6a..571bbd7a 100644 --- a/xts5/tset/Xopen/kysymdf/Test2.c +++ b/xts5/tset/Xopen/kysymdf/Test2.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/Test2.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/Test2.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymdf/Test2.c +* File: xts5/tset/Xopen/kysymdf/Test2.c * * Description: * Tests for keysymdef() * * Modifications: * $Log: Test2.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:36 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymdf/Test3.c b/xts5/tset/Xopen/kysymdf/Test3.c index 9495edab..aed38714 100644 --- a/xts5/tset/Xopen/kysymdf/Test3.c +++ b/xts5/tset/Xopen/kysymdf/Test3.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/Test3.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/Test3.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymdf/Test3.c +* File: xts5/tset/Xopen/kysymdf/Test3.c * * Description: * Tests for keysymdef() * * Modifications: * $Log: Test3.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:36 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymdf/Test4.c b/xts5/tset/Xopen/kysymdf/Test4.c index db77653a..87c6edce 100644 --- a/xts5/tset/Xopen/kysymdf/Test4.c +++ b/xts5/tset/Xopen/kysymdf/Test4.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/Test4.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/Test4.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymdf/Test4.c +* File: xts5/tset/Xopen/kysymdf/Test4.c * * Description: * Tests for keysymdef() * * Modifications: * $Log: Test4.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:37 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymdf/TestA.c b/xts5/tset/Xopen/kysymdf/TestA.c index 6e27a1d8..1c17c83d 100644 --- a/xts5/tset/Xopen/kysymdf/TestA.c +++ b/xts5/tset/Xopen/kysymdf/TestA.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestA.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestA.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymdf/TestA.c +* File: xts5/tset/Xopen/kysymdf/TestA.c * * Description: * Tests for keysymdef() * * Modifications: * $Log: TestA.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:37 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymdf/TestC.c b/xts5/tset/Xopen/kysymdf/TestC.c index 1d98806c..7c1889a7 100644 --- a/xts5/tset/Xopen/kysymdf/TestC.c +++ b/xts5/tset/Xopen/kysymdf/TestC.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestC.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestC.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymdf/TestC.c +* File: xts5/tset/Xopen/kysymdf/TestC.c * * Description: * Tests for keysymdef() * * Modifications: * $Log: TestC.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:38 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymdf/TestG.c b/xts5/tset/Xopen/kysymdf/TestG.c index 9d18b99b..09672c2b 100644 --- a/xts5/tset/Xopen/kysymdf/TestG.c +++ b/xts5/tset/Xopen/kysymdf/TestG.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestG.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestG.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymdf/TestG.c +* File: xts5/tset/Xopen/kysymdf/TestG.c * * Description: * Tests for keysymdef() * * Modifications: * $Log: TestG.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:38 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymdf/TestH.c b/xts5/tset/Xopen/kysymdf/TestH.c index 0519f0c8..55d883fe 100644 --- a/xts5/tset/Xopen/kysymdf/TestH.c +++ b/xts5/tset/Xopen/kysymdf/TestH.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestH.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestH.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymdf/TestH.c +* File: xts5/tset/Xopen/kysymdf/TestH.c * * Description: * Tests for keysymdef() * * Modifications: * $Log: TestH.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:39 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymdf/TestK.c b/xts5/tset/Xopen/kysymdf/TestK.c index ab1df768..d3777bab 100644 --- a/xts5/tset/Xopen/kysymdf/TestK.c +++ b/xts5/tset/Xopen/kysymdf/TestK.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestK.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestK.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymdf/TestK.c +* File: xts5/tset/Xopen/kysymdf/TestK.c * * Description: * Tests for keysymdef() * * Modifications: * $Log: TestK.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:39 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymdf/TestL.c b/xts5/tset/Xopen/kysymdf/TestL.c index 51ad4d56..ddf7f1df 100644 --- a/xts5/tset/Xopen/kysymdf/TestL.c +++ b/xts5/tset/Xopen/kysymdf/TestL.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestL.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestL.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymdf/TestL.c +* File: xts5/tset/Xopen/kysymdf/TestL.c * * Description: * Tests for keysymdef() * * Modifications: * $Log: TestL.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:40 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymdf/TestM.c b/xts5/tset/Xopen/kysymdf/TestM.c index d39e4ff7..2f68fd2b 100644 --- a/xts5/tset/Xopen/kysymdf/TestM.c +++ b/xts5/tset/Xopen/kysymdf/TestM.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestM.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestM.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymdf/TestM.c +* File: xts5/tset/Xopen/kysymdf/TestM.c * * Description: * Tests for keysymdef() * * Modifications: * $Log: TestM.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:40 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymdf/TestP.c b/xts5/tset/Xopen/kysymdf/TestP.c index 7515492d..5bda3223 100644 --- a/xts5/tset/Xopen/kysymdf/TestP.c +++ b/xts5/tset/Xopen/kysymdf/TestP.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestP.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestP.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymdf/TestP.c +* File: xts5/tset/Xopen/kysymdf/TestP.c * * Description: * Tests for keysymdef() * * Modifications: * $Log: TestP.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:41 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymdf/TestS.c b/xts5/tset/Xopen/kysymdf/TestS.c index 0ff72f23..4cbbd3ef 100644 --- a/xts5/tset/Xopen/kysymdf/TestS.c +++ b/xts5/tset/Xopen/kysymdf/TestS.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestS.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestS.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymdf/TestS.c +* File: xts5/tset/Xopen/kysymdf/TestS.c * * Description: * Tests for keysymdef() * * Modifications: * $Log: TestS.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:41 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymdf/TestT.c b/xts5/tset/Xopen/kysymdf/TestT.c index 20626afc..55a9ec16 100644 --- a/xts5/tset/Xopen/kysymdf/TestT.c +++ b/xts5/tset/Xopen/kysymdf/TestT.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestT.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/TestT.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymdf/TestT.c +* File: xts5/tset/Xopen/kysymdf/TestT.c * * Description: * Tests for keysymdef() * * Modifications: * $Log: TestT.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:42 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymdf/kysymdf.m b/xts5/tset/Xopen/kysymdf/kysymdf.m index 23055576..b703a881 100644 --- a/xts5/tset/Xopen/kysymdf/kysymdf.m +++ b/xts5/tset/Xopen/kysymdf/kysymdf.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,19 +17,22 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/kysymdf.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymdf/kysymdf.m,v 1.2 2005-11-03 08:44:00 jmichael Exp $ >># Project: VSW5 >># ->># File: vsw5/tset/XOPEN/kysymdf/kysymdf.m +>># File: xts5/tset/XOPEN/kysymdf/kysymdf.m >># >># Description: >># Tests for keysymdef() >># >># Modifications: >># $Log: kysymdf.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:00 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:40 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:43 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymtkycd/Test1.c b/xts5/tset/Xopen/kysymtkycd/Test1.c index aaddf298..c46e1ffb 100644 --- a/xts5/tset/Xopen/kysymtkycd/Test1.c +++ b/xts5/tset/Xopen/kysymtkycd/Test1.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/Test1.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/Test1.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymtkycd/Test1.c +* File: xts5/tset/Xopen/kysymtkycd/Test1.c * * Description: * Tests for XKeysymToKeycode() * * Modifications: * $Log: Test1.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:43 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymtkycd/Test2.c b/xts5/tset/Xopen/kysymtkycd/Test2.c index 99adcf67..1bff78be 100644 --- a/xts5/tset/Xopen/kysymtkycd/Test2.c +++ b/xts5/tset/Xopen/kysymtkycd/Test2.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/Test2.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/Test2.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymtkycd/Test2.c +* File: xts5/tset/Xopen/kysymtkycd/Test2.c * * Description: * Tests for XKeysymToKeycode() * * Modifications: * $Log: Test2.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:44 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymtkycd/Test3.c b/xts5/tset/Xopen/kysymtkycd/Test3.c index f1972d36..fb8c885a 100644 --- a/xts5/tset/Xopen/kysymtkycd/Test3.c +++ b/xts5/tset/Xopen/kysymtkycd/Test3.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/Test3.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/Test3.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymtkycd/Test3.c +* File: xts5/tset/Xopen/kysymtkycd/Test3.c * * Description: * Tests for XKeysymToKeycode() * * Modifications: * $Log: Test3.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:44 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymtkycd/Test4.c b/xts5/tset/Xopen/kysymtkycd/Test4.c index 3ff3eb5b..0ef0babc 100644 --- a/xts5/tset/Xopen/kysymtkycd/Test4.c +++ b/xts5/tset/Xopen/kysymtkycd/Test4.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/Test4.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/Test4.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymtkycd/Test4.c +* File: xts5/tset/Xopen/kysymtkycd/Test4.c * * Description: * Tests for XKeysymToKeycode() * * Modifications: * $Log: Test4.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:45 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymtkycd/TestA.c b/xts5/tset/Xopen/kysymtkycd/TestA.c index 5c2dfafb..0e203851 100644 --- a/xts5/tset/Xopen/kysymtkycd/TestA.c +++ b/xts5/tset/Xopen/kysymtkycd/TestA.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestA.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestA.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymtkycd/TestA.c +* File: xts5/tset/Xopen/kysymtkycd/TestA.c * * Description: * Tests for XKeysymToKeycode() * * Modifications: * $Log: TestA.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:45 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymtkycd/TestC.c b/xts5/tset/Xopen/kysymtkycd/TestC.c index d27f7716..55628fef 100644 --- a/xts5/tset/Xopen/kysymtkycd/TestC.c +++ b/xts5/tset/Xopen/kysymtkycd/TestC.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestC.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestC.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymtkycd/TestC.c +* File: xts5/tset/Xopen/kysymtkycd/TestC.c * * Description: * Tests for XKeysymToKeycode() * * Modifications: * $Log: TestC.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:46 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymtkycd/TestG.c b/xts5/tset/Xopen/kysymtkycd/TestG.c index 8bc45a2b..4ac36e24 100644 --- a/xts5/tset/Xopen/kysymtkycd/TestG.c +++ b/xts5/tset/Xopen/kysymtkycd/TestG.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestG.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestG.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymtkycd/TestG.c +* File: xts5/tset/Xopen/kysymtkycd/TestG.c * * Description: * Tests for XKeysymToKeycode() * * Modifications: * $Log: TestG.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:46 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymtkycd/TestH.c b/xts5/tset/Xopen/kysymtkycd/TestH.c index fa4d0f19..1fe42131 100644 --- a/xts5/tset/Xopen/kysymtkycd/TestH.c +++ b/xts5/tset/Xopen/kysymtkycd/TestH.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestH.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestH.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymtkycd/TestH.c +* File: xts5/tset/Xopen/kysymtkycd/TestH.c * * Description: * Tests for XKeysymToKeycode() * * Modifications: * $Log: TestH.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:47 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymtkycd/TestK.c b/xts5/tset/Xopen/kysymtkycd/TestK.c index b2104c5f..285ac27f 100644 --- a/xts5/tset/Xopen/kysymtkycd/TestK.c +++ b/xts5/tset/Xopen/kysymtkycd/TestK.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestK.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestK.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymtkycd/TestK.c +* File: xts5/tset/Xopen/kysymtkycd/TestK.c * * Description: * Tests for XKeysymToKeycode() * * Modifications: * $Log: TestK.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:47 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymtkycd/TestL.c b/xts5/tset/Xopen/kysymtkycd/TestL.c index 34296c30..62ac202b 100644 --- a/xts5/tset/Xopen/kysymtkycd/TestL.c +++ b/xts5/tset/Xopen/kysymtkycd/TestL.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestL.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestL.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymtkycd/TestL.c +* File: xts5/tset/Xopen/kysymtkycd/TestL.c * * Description: * Tests for XKeysymToKeycode() * * Modifications: * $Log: TestL.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:48 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymtkycd/TestM.c b/xts5/tset/Xopen/kysymtkycd/TestM.c index 780ae8f1..b18573a2 100644 --- a/xts5/tset/Xopen/kysymtkycd/TestM.c +++ b/xts5/tset/Xopen/kysymtkycd/TestM.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestM.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestM.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymtkycd/TestM.c +* File: xts5/tset/Xopen/kysymtkycd/TestM.c * * Description: * Tests for XKeysymToKeycode() * * Modifications: * $Log: TestM.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:48 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymtkycd/TestP.c b/xts5/tset/Xopen/kysymtkycd/TestP.c index 720327a0..2e77ca5a 100644 --- a/xts5/tset/Xopen/kysymtkycd/TestP.c +++ b/xts5/tset/Xopen/kysymtkycd/TestP.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestP.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestP.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymtkycd/TestP.c +* File: xts5/tset/Xopen/kysymtkycd/TestP.c * * Description: * Tests for XKeysymToKeycode() * * Modifications: * $Log: TestP.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:49 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymtkycd/TestS.c b/xts5/tset/Xopen/kysymtkycd/TestS.c index 527052db..8428f49d 100644 --- a/xts5/tset/Xopen/kysymtkycd/TestS.c +++ b/xts5/tset/Xopen/kysymtkycd/TestS.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestS.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestS.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymtkycd/TestS.c +* File: xts5/tset/Xopen/kysymtkycd/TestS.c * * Description: * Tests for XKeysymToKeycode() * * Modifications: * $Log: TestS.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:49 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymtkycd/TestT.c b/xts5/tset/Xopen/kysymtkycd/TestT.c index 83e92a6c..e4b716fc 100644 --- a/xts5/tset/Xopen/kysymtkycd/TestT.c +++ b/xts5/tset/Xopen/kysymtkycd/TestT.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestT.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/TestT.c,v 1.2 2005-11-03 08:44:00 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/kysymtkycd/TestT.c +* File: xts5/tset/Xopen/kysymtkycd/TestT.c * * Description: * Tests for XKeysymToKeycode() * * Modifications: * $Log: TestT.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:00 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:50 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/kysymtkycd/kysymtkycd.m b/xts5/tset/Xopen/kysymtkycd/kysymtkycd.m index d434a287..d77fc1f9 100644 --- a/xts5/tset/Xopen/kysymtkycd/kysymtkycd.m +++ b/xts5/tset/Xopen/kysymtkycd/kysymtkycd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,19 +17,22 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/kysymtkycd.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xopen/kysymtkycd/kysymtkycd.m,v 1.2 2005-11-03 08:44:00 jmichael Exp $ >># Project: VSW5 >># ->># File: vsw5/tset/Xopen/kysymtkycd/kysymtkycd.m +>># File: xts5/tset/Xopen/kysymtkycd/kysymtkycd.m >># >># Description: >># Tests for XKeysymToKeycode() >># >># Modifications: >># $Log: kysymtkycd.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:00 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:40 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:51 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/lkpclr/lkpclr.m b/xts5/tset/Xopen/lkpclr/lkpclr.m index 96d0de10..2fc2d874 100644 --- a/xts5/tset/Xopen/lkpclr/lkpclr.m +++ b/xts5/tset/Xopen/lkpclr/lkpclr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,19 +17,22 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xopen/lkpclr/lkpclr.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xopen/lkpclr/lkpclr.m,v 1.2 2005-11-03 08:44:00 jmichael Exp $ >># Project: VSW5 >># ->># File: vsw5/tset/Xopen/lkpclr/lkpclr.m +>># File: xts5/tset/Xopen/lkpclr/lkpclr.m >># >># Description: >># Tests for XLookupColor() >># >># Modifications: >># $Log: lkpclr.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:00 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:40 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:35:52 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/strtkysym/Test1.c b/xts5/tset/Xopen/strtkysym/Test1.c index 2e85e3e3..7bf7df5c 100644 --- a/xts5/tset/Xopen/strtkysym/Test1.c +++ b/xts5/tset/Xopen/strtkysym/Test1.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/Test1.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/Test1.c,v 1.2 2005-11-03 08:44:01 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/strtkysym/Test1.c +* File: xts5/tset/Xopen/strtkysym/Test1.c * * Description: * Tests for XStringToKeysym() * * Modifications: * $Log: Test1.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:53 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/strtkysym/Test2.c b/xts5/tset/Xopen/strtkysym/Test2.c index fcad8088..8f25a687 100644 --- a/xts5/tset/Xopen/strtkysym/Test2.c +++ b/xts5/tset/Xopen/strtkysym/Test2.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/Test2.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/Test2.c,v 1.2 2005-11-03 08:44:01 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/strtkysym/Test2.c +* File: xts5/tset/Xopen/strtkysym/Test2.c * * Description: * Tests for XStringToKeysym() * * Modifications: * $Log: Test2.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:53 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/strtkysym/Test3.c b/xts5/tset/Xopen/strtkysym/Test3.c index 7c7f3a21..3f3e0de5 100644 --- a/xts5/tset/Xopen/strtkysym/Test3.c +++ b/xts5/tset/Xopen/strtkysym/Test3.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/Test3.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/Test3.c,v 1.2 2005-11-03 08:44:01 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/strtkysym/Test3.c +* File: xts5/tset/Xopen/strtkysym/Test3.c * * Description: * Tests for XStringToKeysym() * * Modifications: * $Log: Test3.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:54 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/strtkysym/Test4.c b/xts5/tset/Xopen/strtkysym/Test4.c index 59af4b0b..459c3524 100644 --- a/xts5/tset/Xopen/strtkysym/Test4.c +++ b/xts5/tset/Xopen/strtkysym/Test4.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/Test4.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/Test4.c,v 1.2 2005-11-03 08:44:01 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/strtkysym/Test4.c +* File: xts5/tset/Xopen/strtkysym/Test4.c * * Description: * Tests for XStringToKeysym() * * Modifications: * $Log: Test4.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:54 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/strtkysym/TestA.c b/xts5/tset/Xopen/strtkysym/TestA.c index ddbbe912..027764a7 100644 --- a/xts5/tset/Xopen/strtkysym/TestA.c +++ b/xts5/tset/Xopen/strtkysym/TestA.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestA.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestA.c,v 1.2 2005-11-03 08:44:01 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/strtkysym/TestA.c +* File: xts5/tset/Xopen/strtkysym/TestA.c * * Description: * Tests for XStringToKeysym() * * Modifications: * $Log: TestA.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:55 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/strtkysym/TestC.c b/xts5/tset/Xopen/strtkysym/TestC.c index 04974115..b62f1894 100644 --- a/xts5/tset/Xopen/strtkysym/TestC.c +++ b/xts5/tset/Xopen/strtkysym/TestC.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestC.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestC.c,v 1.2 2005-11-03 08:44:01 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/strtkysym/TestC.c +* File: xts5/tset/Xopen/strtkysym/TestC.c * * Description: * Tests for XStringToKeysym() * * Modifications: * $Log: TestC.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:55 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/strtkysym/TestG.c b/xts5/tset/Xopen/strtkysym/TestG.c index 7a12f8bc..e3744e6a 100644 --- a/xts5/tset/Xopen/strtkysym/TestG.c +++ b/xts5/tset/Xopen/strtkysym/TestG.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestG.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestG.c,v 1.2 2005-11-03 08:44:01 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/strtkysym/TestG.c +* File: xts5/tset/Xopen/strtkysym/TestG.c * * Description: * Tests for XStringToKeysym() * * Modifications: * $Log: TestG.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:56 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/strtkysym/TestH.c b/xts5/tset/Xopen/strtkysym/TestH.c index 944e6806..82e81e04 100644 --- a/xts5/tset/Xopen/strtkysym/TestH.c +++ b/xts5/tset/Xopen/strtkysym/TestH.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestH.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestH.c,v 1.2 2005-11-03 08:44:01 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/strtkysym/TestH.c +* File: xts5/tset/Xopen/strtkysym/TestH.c * * Description: * Tests for XStringToKeysym() * * Modifications: * $Log: TestH.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:56 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/strtkysym/TestK.c b/xts5/tset/Xopen/strtkysym/TestK.c index f586c336..b6563235 100644 --- a/xts5/tset/Xopen/strtkysym/TestK.c +++ b/xts5/tset/Xopen/strtkysym/TestK.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestK.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestK.c,v 1.2 2005-11-03 08:44:01 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/strtkysym/TestK.c +* File: xts5/tset/Xopen/strtkysym/TestK.c * * Description: * Tests for XStringToKeysym() * * Modifications: * $Log: TestK.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:57 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/strtkysym/TestL.c b/xts5/tset/Xopen/strtkysym/TestL.c index b33e5fd5..861a7f6c 100644 --- a/xts5/tset/Xopen/strtkysym/TestL.c +++ b/xts5/tset/Xopen/strtkysym/TestL.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestL.c,v 1.1 2005-02-12 14:37:43 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestL.c,v 1.2 2005-11-03 08:44:01 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/strtkysym/TestL.c +* File: xts5/tset/Xopen/strtkysym/TestL.c * * Description: * Tests for XStringToKeysym() * * Modifications: * $Log: TestL.c,v $ -* Revision 1.1 2005-02-12 14:37:43 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:57 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/strtkysym/TestM.c b/xts5/tset/Xopen/strtkysym/TestM.c index f4aec9da..530671d2 100644 --- a/xts5/tset/Xopen/strtkysym/TestM.c +++ b/xts5/tset/Xopen/strtkysym/TestM.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestM.c,v 1.1 2005-02-12 14:37:44 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestM.c,v 1.2 2005-11-03 08:44:01 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/strtkysym/TestM.c +* File: xts5/tset/Xopen/strtkysym/TestM.c * * Description: * Tests for XStringToKeysym() * * Modifications: * $Log: TestM.c,v $ -* Revision 1.1 2005-02-12 14:37:44 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:58 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/strtkysym/TestP.c b/xts5/tset/Xopen/strtkysym/TestP.c index 00f77f28..6d5c1ad6 100644 --- a/xts5/tset/Xopen/strtkysym/TestP.c +++ b/xts5/tset/Xopen/strtkysym/TestP.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestP.c,v 1.1 2005-02-12 14:37:44 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestP.c,v 1.2 2005-11-03 08:44:01 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/strtkysym/TestP.c +* File: xts5/tset/Xopen/strtkysym/TestP.c * * Description: * Tests for XStringToKeysym() * * Modifications: * $Log: TestP.c,v $ -* Revision 1.1 2005-02-12 14:37:44 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:58 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/strtkysym/TestS.c b/xts5/tset/Xopen/strtkysym/TestS.c index 06fb248b..c3dc36ec 100644 --- a/xts5/tset/Xopen/strtkysym/TestS.c +++ b/xts5/tset/Xopen/strtkysym/TestS.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestS.c,v 1.1 2005-02-12 14:37:44 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestS.c,v 1.2 2005-11-03 08:44:01 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/strtkysym/TestS.c +* File: xts5/tset/Xopen/strtkysym/TestS.c * * Description: * Tests for XStringToKeysym() * * Modifications: * $Log: TestS.c,v $ -* Revision 1.1 2005-02-12 14:37:44 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:59 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/strtkysym/TestT.c b/xts5/tset/Xopen/strtkysym/TestT.c index 3b247cb6..f1b7b9ab 100644 --- a/xts5/tset/Xopen/strtkysym/TestT.c +++ b/xts5/tset/Xopen/strtkysym/TestT.c @@ -1,5 +1,5 @@ /* -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -20,19 +20,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* -* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestT.c,v 1.1 2005-02-12 14:37:44 anderson Exp $ +* $Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/TestT.c,v 1.2 2005-11-03 08:44:01 jmichael Exp $ * * Project: VSW5 * -* File: vsw5/tset/Xopen/strtkysym/TestT.c +* File: xts5/tset/Xopen/strtkysym/TestT.c * * Description: * Tests for XStringToKeysym() * * Modifications: * $Log: TestT.c,v $ -* Revision 1.1 2005-02-12 14:37:44 anderson -* Initial revision +* Revision 1.2 2005-11-03 08:44:01 jmichael +* clean up all vsw5 paths to use xts5 instead. +* +* Revision 1.1.1.2 2005/04/15 14:05:40 anderson +* Reimport of the base with the legal name in the copyright fixed. * * Revision 8.0 1998/12/23 23:35:59 mar * Branch point for Release 5.0.2 diff --git a/xts5/tset/Xopen/strtkysym/strtkysym.m b/xts5/tset/Xopen/strtkysym/strtkysym.m index b51a3974..4e5eae82 100644 --- a/xts5/tset/Xopen/strtkysym/strtkysym.m +++ b/xts5/tset/Xopen/strtkysym/strtkysym.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,19 +17,22 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/strtkysym.m,v 1.1 2005-02-12 14:37:43 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xopen/strtkysym/strtkysym.m,v 1.2 2005-11-03 08:44:01 jmichael Exp $ >># Project: VSW5 >># ->># File: vsw5/tset/Xopen/strtkysym/strtkysym.m +>># File: xts5/tset/Xopen/strtkysym/strtkysym.m >># >># Description: >># Tests for XStringToKeysym() >># >># Modifications: >># $Log: strtkysym.m,v $ ->># Revision 1.1 2005-02-12 14:37:43 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:01 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:40 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:36:00 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/allcclr/allcclr.m b/xts5/tset/Xproto/allcclr/allcclr.m index cbc1679a..aba0f909 100644 --- a/xts5/tset/Xproto/allcclr/allcclr.m +++ b/xts5/tset/Xproto/allcclr/allcclr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/allcclr/allcclr.m,v 1.1 2005-02-12 14:37:44 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/allcclr/allcclr.m,v 1.2 2005-11-03 08:44:01 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/allcclr/allcclr.m +>># File: xts5/tset/Xproto/allcclr/allcclr.m >># >># Description: >># Tests for AllocColor >># >># Modifications: >># $Log: allcclr.m,v $ ->># Revision 1.1 2005-02-12 14:37:44 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:01 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:40 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:12 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/allcclrcll/allcclrcll.m b/xts5/tset/Xproto/allcclrcll/allcclrcll.m index e1c067f6..b337e0c5 100644 --- a/xts5/tset/Xproto/allcclrcll/allcclrcll.m +++ b/xts5/tset/Xproto/allcclrcll/allcclrcll.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/allcclrcll/allcclrcll.m,v 1.1 2005-02-12 14:37:44 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/allcclrcll/allcclrcll.m,v 1.2 2005-11-03 08:44:01 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/allcclrcll/allcclrcll.m +>># File: xts5/tset/Xproto/allcclrcll/allcclrcll.m >># >># Description: >># Tests for AllocColorCells >># >># Modifications: >># $Log: allcclrcll.m,v $ ->># Revision 1.1 2005-02-12 14:37:44 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:01 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:41 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:13 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/allcclrpln/allcclrpln.m b/xts5/tset/Xproto/allcclrpln/allcclrpln.m index d3ce75c1..1ba4041b 100644 --- a/xts5/tset/Xproto/allcclrpln/allcclrpln.m +++ b/xts5/tset/Xproto/allcclrpln/allcclrpln.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/allcclrpln/allcclrpln.m,v 1.1 2005-02-12 14:37:44 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/allcclrpln/allcclrpln.m,v 1.2 2005-11-03 08:44:01 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/allcclrpln/allcclrpln.m +>># File: xts5/tset/Xproto/allcclrpln/allcclrpln.m >># >># Description: >># Tests for AllocColorPlanes >># >># Modifications: >># $Log: allcclrpln.m,v $ ->># Revision 1.1 2005-02-12 14:37:44 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:01 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:41 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:13 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/allcnmdclr/allcnmdclr.m b/xts5/tset/Xproto/allcnmdclr/allcnmdclr.m index 8fad1896..136de289 100644 --- a/xts5/tset/Xproto/allcnmdclr/allcnmdclr.m +++ b/xts5/tset/Xproto/allcnmdclr/allcnmdclr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/allcnmdclr/allcnmdclr.m,v 1.1 2005-02-12 14:37:44 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/allcnmdclr/allcnmdclr.m,v 1.2 2005-11-03 08:44:01 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/allcnmdclr/allcnmdclr.m +>># File: xts5/tset/Xproto/allcnmdclr/allcnmdclr.m >># >># Description: >># Tests for AllocNamedColor >># >># Modifications: >># $Log: allcnmdclr.m,v $ ->># Revision 1.1 2005-02-12 14:37:44 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:01 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:41 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:14 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/allwevnts/allwevnts.m b/xts5/tset/Xproto/allwevnts/allwevnts.m index c086a046..6f0b626f 100644 --- a/xts5/tset/Xproto/allwevnts/allwevnts.m +++ b/xts5/tset/Xproto/allwevnts/allwevnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/allwevnts/allwevnts.m,v 1.1 2005-02-12 14:37:44 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/allwevnts/allwevnts.m,v 1.2 2005-11-03 08:44:01 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/allwevnts/allwevnts.m +>># File: xts5/tset/Xproto/allwevnts/allwevnts.m >># >># Description: >># Tests for AllowEvents >># >># Modifications: >># $Log: allwevnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:44 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:01 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:41 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:14 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/bdrqst/bdrqst.m b/xts5/tset/Xproto/bdrqst/bdrqst.m index 5d207b0a..6ddaf10a 100644 --- a/xts5/tset/Xproto/bdrqst/bdrqst.m +++ b/xts5/tset/Xproto/bdrqst/bdrqst.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/bdrqst/bdrqst.m,v 1.1 2005-02-12 14:37:44 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/bdrqst/bdrqst.m,v 1.2 2005-11-03 08:44:01 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/bdrqst/bdrqst.m +>># File: xts5/tset/Xproto/bdrqst/bdrqst.m >># >># Description: >># Tests for BadRequest >># >># Modifications: >># $Log: bdrqst.m,v $ ->># Revision 1.1 2005-02-12 14:37:44 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:01 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:41 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:15 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/bll/bll.m b/xts5/tset/Xproto/bll/bll.m index b2f66093..9a961497 100644 --- a/xts5/tset/Xproto/bll/bll.m +++ b/xts5/tset/Xproto/bll/bll.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/bll/bll.m,v 1.1 2005-02-12 14:37:44 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/bll/bll.m,v 1.2 2005-11-03 08:44:02 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/bll/bll.m +>># File: xts5/tset/Xproto/bll/bll.m >># >># Description: >># Tests for Bell >># >># Modifications: >># $Log: bll.m,v $ ->># Revision 1.1 2005-02-12 14:37:44 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:02 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:41 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:15 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/chngactvpn/chngactvpn.m b/xts5/tset/Xproto/chngactvpn/chngactvpn.m index 48671f78..89b98315 100644 --- a/xts5/tset/Xproto/chngactvpn/chngactvpn.m +++ b/xts5/tset/Xproto/chngactvpn/chngactvpn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chngactvpn/chngactvpn.m,v 1.1 2005-02-12 14:37:44 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chngactvpn/chngactvpn.m,v 1.2 2005-11-03 08:44:02 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/chngactvpn/chngactvpn.m +>># File: xts5/tset/Xproto/chngactvpn/chngactvpn.m >># >># Description: >># Tests for ChangeActivePointerGrab >># >># Modifications: >># $Log: chngactvpn.m,v $ ->># Revision 1.1 2005-02-12 14:37:44 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:02 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:41 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:16 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/chnggc/chnggc.m b/xts5/tset/Xproto/chnggc/chnggc.m index 945ea214..85bc1bfa 100644 --- a/xts5/tset/Xproto/chnggc/chnggc.m +++ b/xts5/tset/Xproto/chnggc/chnggc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chnggc/chnggc.m,v 1.1 2005-02-12 14:37:44 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chnggc/chnggc.m,v 1.2 2005-11-03 08:44:02 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/chnggc/chnggc.m +>># File: xts5/tset/Xproto/chnggc/chnggc.m >># >># Description: >># Tests for ChangeGC() >># >># Modifications: >># $Log: chnggc.m,v $ ->># Revision 1.1 2005-02-12 14:37:44 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:02 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:41 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:16 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/chnghsts/chnghsts.m b/xts5/tset/Xproto/chnghsts/chnghsts.m index af71a8d6..c36ac674 100644 --- a/xts5/tset/Xproto/chnghsts/chnghsts.m +++ b/xts5/tset/Xproto/chnghsts/chnghsts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chnghsts/chnghsts.m,v 1.1 2005-02-12 14:37:44 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chnghsts/chnghsts.m,v 1.2 2005-11-03 08:44:02 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/chnghsts/chnghsts.m +>># File: xts5/tset/Xproto/chnghsts/chnghsts.m >># >># Description: >># Tests for ChangeHosts >># >># Modifications: >># $Log: chnghsts.m,v $ ->># Revision 1.1 2005-02-12 14:37:44 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:02 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:41 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:17 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/chngkybrdc/chngkybrdc.m b/xts5/tset/Xproto/chngkybrdc/chngkybrdc.m index 4b2f4b2d..ee247c5b 100644 --- a/xts5/tset/Xproto/chngkybrdc/chngkybrdc.m +++ b/xts5/tset/Xproto/chngkybrdc/chngkybrdc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chngkybrdc/chngkybrdc.m,v 1.1 2005-02-12 14:37:44 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chngkybrdc/chngkybrdc.m,v 1.2 2005-11-03 08:44:02 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/chngkybrdc/chngkybrdc.m +>># File: xts5/tset/Xproto/chngkybrdc/chngkybrdc.m >># >># Description: >># Tests for ChangeKeyboardControl >># >># Modifications: >># $Log: chngkybrdc.m,v $ ->># Revision 1.1 2005-02-12 14:37:44 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:02 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:44 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:17 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/chngkybrdm/chngkybrdm.m b/xts5/tset/Xproto/chngkybrdm/chngkybrdm.m index 85b7c63e..65a52369 100644 --- a/xts5/tset/Xproto/chngkybrdm/chngkybrdm.m +++ b/xts5/tset/Xproto/chngkybrdm/chngkybrdm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chngkybrdm/chngkybrdm.m,v 1.1 2005-02-12 14:37:44 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chngkybrdm/chngkybrdm.m,v 1.2 2005-11-03 08:44:02 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/chngkybrdm/chngkybrdm.m +>># File: xts5/tset/Xproto/chngkybrdm/chngkybrdm.m >># >># Description: >># Tests for ChangeKeyboardMapping >># >># Modifications: >># $Log: chngkybrdm.m,v $ ->># Revision 1.1 2005-02-12 14:37:44 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:02 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:45 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:18 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/chngpntrcn/chngpntrcn.m b/xts5/tset/Xproto/chngpntrcn/chngpntrcn.m index ea8cfe55..c5b778f4 100644 --- a/xts5/tset/Xproto/chngpntrcn/chngpntrcn.m +++ b/xts5/tset/Xproto/chngpntrcn/chngpntrcn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chngpntrcn/chngpntrcn.m,v 1.1 2005-02-12 14:37:44 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chngpntrcn/chngpntrcn.m,v 1.2 2005-11-03 08:44:03 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/chngpntrcn/chngpntrcn.m +>># File: xts5/tset/Xproto/chngpntrcn/chngpntrcn.m >># >># Description: >># Tests for ChangePointerControl >># >># Modifications: >># $Log: chngpntrcn.m,v $ ->># Revision 1.1 2005-02-12 14:37:44 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:45 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:18 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/chngprprty/chngprprty.m b/xts5/tset/Xproto/chngprprty/chngprprty.m index c8457dee..44de9738 100644 --- a/xts5/tset/Xproto/chngprprty/chngprprty.m +++ b/xts5/tset/Xproto/chngprprty/chngprprty.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chngprprty/chngprprty.m,v 1.1 2005-02-12 14:37:44 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chngprprty/chngprprty.m,v 1.2 2005-11-03 08:44:03 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/chngprprty/chngprprty.m +>># File: xts5/tset/Xproto/chngprprty/chngprprty.m >># >># Description: >># Tests for ChangeProperty >># >># Modifications: >># $Log: chngprprty.m,v $ ->># Revision 1.1 2005-02-12 14:37:44 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:46 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:19 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/chngsvst/chngsvst.m b/xts5/tset/Xproto/chngsvst/chngsvst.m index 49440ca4..081fa958 100644 --- a/xts5/tset/Xproto/chngsvst/chngsvst.m +++ b/xts5/tset/Xproto/chngsvst/chngsvst.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chngsvst/chngsvst.m,v 1.1 2005-02-12 14:37:45 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chngsvst/chngsvst.m,v 1.2 2005-11-03 08:44:03 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/chngsvst/chngsvst.m +>># File: xts5/tset/Xproto/chngsvst/chngsvst.m >># >># Description: >># Tests for ChangeSaveSet >># >># Modifications: >># $Log: chngsvst.m,v $ ->># Revision 1.1 2005-02-12 14:37:45 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:46 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:19 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/chngwdwatt/chngwdwatt.m b/xts5/tset/Xproto/chngwdwatt/chngwdwatt.m index 53c1b8b6..92bcd937 100644 --- a/xts5/tset/Xproto/chngwdwatt/chngwdwatt.m +++ b/xts5/tset/Xproto/chngwdwatt/chngwdwatt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chngwdwatt/chngwdwatt.m,v 1.1 2005-02-12 14:37:45 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/chngwdwatt/chngwdwatt.m,v 1.2 2005-11-03 08:44:03 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/chngwdwatt/chngwdwatt.m +>># File: xts5/tset/Xproto/chngwdwatt/chngwdwatt.m >># >># Description: >># Tests for ChangeWindowAttributes >># >># Modifications: >># $Log: chngwdwatt.m,v $ ->># Revision 1.1 2005-02-12 14:37:45 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:46 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:20 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/clrar/clrar.m b/xts5/tset/Xproto/clrar/clrar.m index 5318eb59..7d539a20 100644 --- a/xts5/tset/Xproto/clrar/clrar.m +++ b/xts5/tset/Xproto/clrar/clrar.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/clrar/clrar.m,v 1.1 2005-02-12 14:37:45 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/clrar/clrar.m,v 1.2 2005-11-03 08:44:03 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/clrar/clrar.m +>># File: xts5/tset/Xproto/clrar/clrar.m >># >># Description: >># Tests for ClearArea >># >># Modifications: >># $Log: clrar.m,v $ ->># Revision 1.1 2005-02-12 14:37:45 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:48 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:20 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/clsfnt/clsfnt.m b/xts5/tset/Xproto/clsfnt/clsfnt.m index f618814c..0ba897f3 100644 --- a/xts5/tset/Xproto/clsfnt/clsfnt.m +++ b/xts5/tset/Xproto/clsfnt/clsfnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/clsfnt/clsfnt.m,v 1.1 2005-02-12 14:37:45 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/clsfnt/clsfnt.m,v 1.2 2005-11-03 08:44:03 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/clsfnt/clsfnt.m +>># File: xts5/tset/Xproto/clsfnt/clsfnt.m >># >># Description: >># Tests for CloseFont >># >># Modifications: >># $Log: clsfnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:45 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:03 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:48 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:21 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/cnfgrwdw/cnfgrwdw.m b/xts5/tset/Xproto/cnfgrwdw/cnfgrwdw.m index 3e41f63f..5029db79 100644 --- a/xts5/tset/Xproto/cnfgrwdw/cnfgrwdw.m +++ b/xts5/tset/Xproto/cnfgrwdw/cnfgrwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/cnfgrwdw/cnfgrwdw.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/cnfgrwdw/cnfgrwdw.m,v 1.2 2005-11-03 08:44:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/cnfgrwdw/cnfgrwdw.m +>># File: xts5/tset/Xproto/cnfgrwdw/cnfgrwdw.m >># >># Description: >># Tests for ConfigureWindow >># >># Modifications: >># $Log: cnfgrwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:48 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:21 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/cnvrtslctn/cnvrtslctn.m b/xts5/tset/Xproto/cnvrtslctn/cnvrtslctn.m index 6528abf2..b6976917 100644 --- a/xts5/tset/Xproto/cnvrtslctn/cnvrtslctn.m +++ b/xts5/tset/Xproto/cnvrtslctn/cnvrtslctn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/cnvrtslctn/cnvrtslctn.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/cnvrtslctn/cnvrtslctn.m,v 1.2 2005-11-03 08:44:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/cnvrtslctn/cnvrtslctn.m +>># File: xts5/tset/Xproto/cnvrtslctn/cnvrtslctn.m >># >># Description: >># Tests for ConvertSelection >># >># Modifications: >># $Log: cnvrtslctn.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:49 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:22 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/cpyar/cpyar.m b/xts5/tset/Xproto/cpyar/cpyar.m index 4b9ecaea..fc80cd36 100644 --- a/xts5/tset/Xproto/cpyar/cpyar.m +++ b/xts5/tset/Xproto/cpyar/cpyar.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/cpyar/cpyar.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/cpyar/cpyar.m,v 1.2 2005-11-03 08:44:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/cpyar/cpyar.m +>># File: xts5/tset/Xproto/cpyar/cpyar.m >># >># Description: >># Tests for CopyArea >># >># Modifications: >># $Log: cpyar.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:49 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:22 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/cpyclrmpan/cpyclrmpan.m b/xts5/tset/Xproto/cpyclrmpan/cpyclrmpan.m index 97c2b6a2..3be83b72 100644 --- a/xts5/tset/Xproto/cpyclrmpan/cpyclrmpan.m +++ b/xts5/tset/Xproto/cpyclrmpan/cpyclrmpan.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/cpyclrmpan/cpyclrmpan.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/cpyclrmpan/cpyclrmpan.m,v 1.2 2005-11-03 08:44:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/cpyclrmpan/cpyclrmpan.m +>># File: xts5/tset/Xproto/cpyclrmpan/cpyclrmpan.m >># >># Description: >># Tests for CopyColormapAndFree >># >># Modifications: >># $Log: cpyclrmpan.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:49 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:23 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/cpygc/cpygc.m b/xts5/tset/Xproto/cpygc/cpygc.m index 0b349641..f3e796e3 100644 --- a/xts5/tset/Xproto/cpygc/cpygc.m +++ b/xts5/tset/Xproto/cpygc/cpygc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/cpygc/cpygc.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/cpygc/cpygc.m,v 1.2 2005-11-03 08:44:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/cpygc/cpygc.m +>># File: xts5/tset/Xproto/cpygc/cpygc.m >># >># Description: >># Tests for CopyGC >># >># Modifications: >># $Log: cpygc.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:49 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:23 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/cpypln/cpypln.m b/xts5/tset/Xproto/cpypln/cpypln.m index 3c316b94..0ef8bae1 100644 --- a/xts5/tset/Xproto/cpypln/cpypln.m +++ b/xts5/tset/Xproto/cpypln/cpypln.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/cpypln/cpypln.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/cpypln/cpypln.m,v 1.2 2005-11-03 08:44:04 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/cpypln/cpypln.m +>># File: xts5/tset/Xproto/cpypln/cpypln.m >># >># Description: >># Tests for CopyPlane >># >># Modifications: >># $Log: cpypln.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:04 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:50 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:24 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/crcltwdw/crcltwdw.m b/xts5/tset/Xproto/crcltwdw/crcltwdw.m index 44effc97..6bda3100 100644 --- a/xts5/tset/Xproto/crcltwdw/crcltwdw.m +++ b/xts5/tset/Xproto/crcltwdw/crcltwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/crcltwdw/crcltwdw.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/crcltwdw/crcltwdw.m,v 1.2 2005-11-03 08:44:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/crcltwdw/crcltwdw.m +>># File: xts5/tset/Xproto/crcltwdw/crcltwdw.m >># >># Description: >># Tests for CirculateWindow >># >># Modifications: >># $Log: crcltwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:50 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:25 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/crtclrmp/crtclrmp.m b/xts5/tset/Xproto/crtclrmp/crtclrmp.m index 66cc62a4..b0814f1b 100644 --- a/xts5/tset/Xproto/crtclrmp/crtclrmp.m +++ b/xts5/tset/Xproto/crtclrmp/crtclrmp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/crtclrmp/crtclrmp.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/crtclrmp/crtclrmp.m,v 1.2 2005-11-03 08:44:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/crtclrmp/crtclrmp.m +>># File: xts5/tset/Xproto/crtclrmp/crtclrmp.m >># >># Description: >># Tests for CreateColormap >># >># Modifications: >># $Log: crtclrmp.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:50 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:25 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/crtcrsr/crtcrsr.m b/xts5/tset/Xproto/crtcrsr/crtcrsr.m index a58b710a..7c6b5306 100644 --- a/xts5/tset/Xproto/crtcrsr/crtcrsr.m +++ b/xts5/tset/Xproto/crtcrsr/crtcrsr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/crtcrsr/crtcrsr.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/crtcrsr/crtcrsr.m,v 1.2 2005-11-03 08:44:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/crtcrsr/crtcrsr.m +>># File: xts5/tset/Xproto/crtcrsr/crtcrsr.m >># >># Description: >># Tests for CreateCursor >># >># Modifications: >># $Log: crtcrsr.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:50 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:26 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/crtgc/crtgc.m b/xts5/tset/Xproto/crtgc/crtgc.m index f7a6bbe8..93c87e5a 100644 --- a/xts5/tset/Xproto/crtgc/crtgc.m +++ b/xts5/tset/Xproto/crtgc/crtgc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/crtgc/crtgc.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/crtgc/crtgc.m,v 1.2 2005-11-03 08:44:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/crtgc/crtgc.m +>># File: xts5/tset/Xproto/crtgc/crtgc.m >># >># Description: >># Tests for CreateGC >># >># Modifications: >># $Log: crtgc.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:51 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:26 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/crtglyphcr/crtglyphcr.m b/xts5/tset/Xproto/crtglyphcr/crtglyphcr.m index e6372b67..1d7d900a 100644 --- a/xts5/tset/Xproto/crtglyphcr/crtglyphcr.m +++ b/xts5/tset/Xproto/crtglyphcr/crtglyphcr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/crtglyphcr/crtglyphcr.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/crtglyphcr/crtglyphcr.m,v 1.2 2005-11-03 08:44:05 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/crtglyphcr/crtglyphcr.m +>># File: xts5/tset/Xproto/crtglyphcr/crtglyphcr.m >># >># Description: >># Tests for CreateGlyphCursor >># >># Modifications: >># $Log: crtglyphcr.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:05 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:52 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:27 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/crtpxmp/crtpxmp.m b/xts5/tset/Xproto/crtpxmp/crtpxmp.m index 02e4fe4a..4252c308 100644 --- a/xts5/tset/Xproto/crtpxmp/crtpxmp.m +++ b/xts5/tset/Xproto/crtpxmp/crtpxmp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/crtpxmp/crtpxmp.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/crtpxmp/crtpxmp.m,v 1.2 2005-11-03 08:44:06 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/crtpxmp/crtpxmp.m +>># File: xts5/tset/Xproto/crtpxmp/crtpxmp.m >># >># Description: >># Tests for CreatePixmap >># >># Modifications: >># $Log: crtpxmp.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:06 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:53 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:27 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/crtwdw/crtwdw.m b/xts5/tset/Xproto/crtwdw/crtwdw.m index 91a4b1f1..9e8b8087 100644 --- a/xts5/tset/Xproto/crtwdw/crtwdw.m +++ b/xts5/tset/Xproto/crtwdw/crtwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/crtwdw/crtwdw.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/crtwdw/crtwdw.m,v 1.2 2005-11-03 08:44:06 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/crtwdw/crtwdw.m +>># File: xts5/tset/Xproto/crtwdw/crtwdw.m >># >># Description: >># Tests for CreateWindow >># >># Modifications: >># $Log: crtwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:06 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:53 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:28 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/dltprprty/dltprprty.m b/xts5/tset/Xproto/dltprprty/dltprprty.m index 6ef144aa..7229f7e4 100644 --- a/xts5/tset/Xproto/dltprprty/dltprprty.m +++ b/xts5/tset/Xproto/dltprprty/dltprprty.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/dltprprty/dltprprty.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/dltprprty/dltprprty.m,v 1.2 2005-11-03 08:44:06 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/dltprprty/dltprprty.m +>># File: xts5/tset/Xproto/dltprprty/dltprprty.m >># >># Description: >># Tests for DeleteProperty >># >># Modifications: >># $Log: dltprprty.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:06 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:54 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:28 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/dstrysbws/dstrysbws.m b/xts5/tset/Xproto/dstrysbws/dstrysbws.m index c620869e..f856badd 100644 --- a/xts5/tset/Xproto/dstrysbws/dstrysbws.m +++ b/xts5/tset/Xproto/dstrysbws/dstrysbws.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/dstrysbws/dstrysbws.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/dstrysbws/dstrysbws.m,v 1.2 2005-11-03 08:44:06 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/dstrysbws/dstrysbws.m +>># File: xts5/tset/Xproto/dstrysbws/dstrysbws.m >># >># Description: >># Tests for DestroySubwindows >># >># Modifications: >># $Log: dstrysbws.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:06 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:54 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:29 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/dstrywdw/dstrywdw.m b/xts5/tset/Xproto/dstrywdw/dstrywdw.m index 7a616527..9aff49bb 100644 --- a/xts5/tset/Xproto/dstrywdw/dstrywdw.m +++ b/xts5/tset/Xproto/dstrywdw/dstrywdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/dstrywdw/dstrywdw.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/dstrywdw/dstrywdw.m,v 1.2 2005-11-03 08:44:06 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/dstrywdw/dstrywdw.m +>># File: xts5/tset/Xproto/dstrywdw/dstrywdw.m >># >># Description: >># Tests for DestroyWindow >># >># Modifications: >># $Log: dstrywdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:06 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:55 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:29 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/fllply/fllply.m b/xts5/tset/Xproto/fllply/fllply.m index 4a30089c..02f34f2c 100644 --- a/xts5/tset/Xproto/fllply/fllply.m +++ b/xts5/tset/Xproto/fllply/fllply.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/fllply/fllply.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/fllply/fllply.m,v 1.2 2005-11-03 08:44:06 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/fllply/fllply.m +>># File: xts5/tset/Xproto/fllply/fllply.m >># >># Description: >># Tests for FillPoly >># >># Modifications: >># $Log: fllply.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:06 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:55 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:30 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/frclrmp/frclrmp.m b/xts5/tset/Xproto/frclrmp/frclrmp.m index 34f17803..c974c868 100644 --- a/xts5/tset/Xproto/frclrmp/frclrmp.m +++ b/xts5/tset/Xproto/frclrmp/frclrmp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/frclrmp/frclrmp.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/frclrmp/frclrmp.m,v 1.2 2005-11-03 08:44:06 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/frclrmp/frclrmp.m +>># File: xts5/tset/Xproto/frclrmp/frclrmp.m >># >># Description: >># Tests for FreeColormap >># >># Modifications: >># $Log: frclrmp.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:06 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:56 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:30 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/frclrs/frclrs.m b/xts5/tset/Xproto/frclrs/frclrs.m index e61ce82f..c4f02784 100644 --- a/xts5/tset/Xproto/frclrs/frclrs.m +++ b/xts5/tset/Xproto/frclrs/frclrs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/frclrs/frclrs.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/frclrs/frclrs.m,v 1.2 2005-11-03 08:44:07 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/frclrs/frclrs.m +>># File: xts5/tset/Xproto/frclrs/frclrs.m >># >># Description: >># Tests for FreeColors >># >># Modifications: >># $Log: frclrs.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:07 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:56 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:31 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/frcrsr/frcrsr.m b/xts5/tset/Xproto/frcrsr/frcrsr.m index 38a2ec32..91f2aacf 100644 --- a/xts5/tset/Xproto/frcrsr/frcrsr.m +++ b/xts5/tset/Xproto/frcrsr/frcrsr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/frcrsr/frcrsr.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/frcrsr/frcrsr.m,v 1.2 2005-11-03 08:44:07 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/frcrsr/frcrsr.m +>># File: xts5/tset/Xproto/frcrsr/frcrsr.m >># >># Description: >># Tests for FreeCursor >># >># Modifications: >># $Log: frcrsr.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:07 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:56 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:31 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/frcscrnsvr/frcscrnsvr.m b/xts5/tset/Xproto/frcscrnsvr/frcscrnsvr.m index ecacef80..ea6cd420 100644 --- a/xts5/tset/Xproto/frcscrnsvr/frcscrnsvr.m +++ b/xts5/tset/Xproto/frcscrnsvr/frcscrnsvr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/frcscrnsvr/frcscrnsvr.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/frcscrnsvr/frcscrnsvr.m,v 1.2 2005-11-03 08:44:07 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/frcscrnsvr/frcscrnsvr.m +>># File: xts5/tset/Xproto/frcscrnsvr/frcscrnsvr.m >># >># Description: >># Tests for ForceScreenSaver >># >># Modifications: >># $Log: frcscrnsvr.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:07 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:57 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:32 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/frgc/frgc.m b/xts5/tset/Xproto/frgc/frgc.m index 3469ec79..70aa33b9 100644 --- a/xts5/tset/Xproto/frgc/frgc.m +++ b/xts5/tset/Xproto/frgc/frgc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/frgc/frgc.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/frgc/frgc.m,v 1.2 2005-11-03 08:44:07 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/frgc/frgc.m +>># File: xts5/tset/Xproto/frgc/frgc.m >># >># Description: >># Tests for FreeGC >># >># Modifications: >># $Log: frgc.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:07 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:57 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:32 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/frpxmp/frpxmp.m b/xts5/tset/Xproto/frpxmp/frpxmp.m index 13330cbf..3d5b5e44 100644 --- a/xts5/tset/Xproto/frpxmp/frpxmp.m +++ b/xts5/tset/Xproto/frpxmp/frpxmp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/frpxmp/frpxmp.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/frpxmp/frpxmp.m,v 1.2 2005-11-03 08:44:07 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/frpxmp/frpxmp.m +>># File: xts5/tset/Xproto/frpxmp/frpxmp.m >># >># Description: >># Tests for FreePixmap >># >># Modifications: >># $Log: frpxmp.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:07 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:57 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:33 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/grbbttn/grbbttn.m b/xts5/tset/Xproto/grbbttn/grbbttn.m index 1388f473..67879ff3 100644 --- a/xts5/tset/Xproto/grbbttn/grbbttn.m +++ b/xts5/tset/Xproto/grbbttn/grbbttn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/grbbttn/grbbttn.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/grbbttn/grbbttn.m,v 1.2 2005-11-03 08:44:07 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/grbbttn/grbbttn.m +>># File: xts5/tset/Xproto/grbbttn/grbbttn.m >># >># Description: >># Tests for GrabButton >># >># Modifications: >># $Log: grbbttn.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:07 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:58 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:33 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/grbky/grbky.m b/xts5/tset/Xproto/grbky/grbky.m index 8c33f659..f3950a6f 100644 --- a/xts5/tset/Xproto/grbky/grbky.m +++ b/xts5/tset/Xproto/grbky/grbky.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/grbky/grbky.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/grbky/grbky.m,v 1.2 2005-11-03 08:44:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/grbky/grbky.m +>># File: xts5/tset/Xproto/grbky/grbky.m >># >># Description: >># Tests for GrabKey >># >># Modifications: >># $Log: grbky.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:08 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:58 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:34 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/grbkybrd/grbkybrd.m b/xts5/tset/Xproto/grbkybrd/grbkybrd.m index ac957fa0..4affd981 100644 --- a/xts5/tset/Xproto/grbkybrd/grbkybrd.m +++ b/xts5/tset/Xproto/grbkybrd/grbkybrd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/grbkybrd/grbkybrd.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/grbkybrd/grbkybrd.m,v 1.2 2005-11-03 08:44:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/grbkybrd/grbkybrd.m +>># File: xts5/tset/Xproto/grbkybrd/grbkybrd.m >># >># Description: >># Tests for GrabKeyboard >># >># Modifications: >># $Log: grbkybrd.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:08 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:58 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:34 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/grbpntr/grbpntr.m b/xts5/tset/Xproto/grbpntr/grbpntr.m index d5de8e5b..82d1f32e 100644 --- a/xts5/tset/Xproto/grbpntr/grbpntr.m +++ b/xts5/tset/Xproto/grbpntr/grbpntr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/grbpntr/grbpntr.m,v 1.1 2005-02-12 14:37:46 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/grbpntr/grbpntr.m,v 1.2 2005-11-03 08:44:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/grbpntr/grbpntr.m +>># File: xts5/tset/Xproto/grbpntr/grbpntr.m >># >># Description: >># Tests for GrabPointer >># >># Modifications: >># $Log: grbpntr.m,v $ ->># Revision 1.1 2005-02-12 14:37:46 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:08 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:58 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:35 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/grbsrvr/grbsrvr.m b/xts5/tset/Xproto/grbsrvr/grbsrvr.m index 999d0766..7e81ade6 100644 --- a/xts5/tset/Xproto/grbsrvr/grbsrvr.m +++ b/xts5/tset/Xproto/grbsrvr/grbsrvr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/grbsrvr/grbsrvr.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/grbsrvr/grbsrvr.m,v 1.2 2005-11-03 08:44:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/grbsrvr/grbsrvr.m +>># File: xts5/tset/Xproto/grbsrvr/grbsrvr.m >># >># Description: >># Tests for GrabServer >># >># Modifications: >># $Log: grbsrvr.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:08 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:35 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/gtatmnm/gtatmnm.m b/xts5/tset/Xproto/gtatmnm/gtatmnm.m index b6586caa..a0a6cbed 100644 --- a/xts5/tset/Xproto/gtatmnm/gtatmnm.m +++ b/xts5/tset/Xproto/gtatmnm/gtatmnm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtatmnm/gtatmnm.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtatmnm/gtatmnm.m,v 1.2 2005-11-03 08:44:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/gtatmnm/gtatmnm.m +>># File: xts5/tset/Xproto/gtatmnm/gtatmnm.m >># >># Description: >># Tests for GetAtomName >># >># Modifications: >># $Log: gtatmnm.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:08 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:36 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/gtfntpth/gtfntpth.m b/xts5/tset/Xproto/gtfntpth/gtfntpth.m index e3617af8..5b3b4dea 100644 --- a/xts5/tset/Xproto/gtfntpth/gtfntpth.m +++ b/xts5/tset/Xproto/gtfntpth/gtfntpth.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtfntpth/gtfntpth.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtfntpth/gtfntpth.m,v 1.2 2005-11-03 08:44:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/gtfntpth/gtfntpth.m +>># File: xts5/tset/Xproto/gtfntpth/gtfntpth.m >># >># Description: >># Tests for GetFontPath >># >># Modifications: >># $Log: gtfntpth.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:08 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:36 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/gtgmtry/gtgmtry.m b/xts5/tset/Xproto/gtgmtry/gtgmtry.m index 22044efe..5a9ef32c 100644 --- a/xts5/tset/Xproto/gtgmtry/gtgmtry.m +++ b/xts5/tset/Xproto/gtgmtry/gtgmtry.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtgmtry/gtgmtry.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtgmtry/gtgmtry.m,v 1.2 2005-11-03 08:44:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/gtgmtry/gtgmtry.m +>># File: xts5/tset/Xproto/gtgmtry/gtgmtry.m >># >># Description: >># Tests for GetGeometry >># >># Modifications: >># $Log: gtgmtry.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:08 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:37 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/gtimg/gtimg.m b/xts5/tset/Xproto/gtimg/gtimg.m index 5da37778..21c7ba70 100644 --- a/xts5/tset/Xproto/gtimg/gtimg.m +++ b/xts5/tset/Xproto/gtimg/gtimg.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtimg/gtimg.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtimg/gtimg.m,v 1.2 2005-11-03 08:44:08 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/gtimg/gtimg.m +>># File: xts5/tset/Xproto/gtimg/gtimg.m >># >># Description: >># Tests for GetImage >># >># Modifications: >># $Log: gtimg.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:08 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:37 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/gtinptfcs/gtinptfcs.m b/xts5/tset/Xproto/gtinptfcs/gtinptfcs.m index bbb5451a..0bafeff2 100644 --- a/xts5/tset/Xproto/gtinptfcs/gtinptfcs.m +++ b/xts5/tset/Xproto/gtinptfcs/gtinptfcs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtinptfcs/gtinptfcs.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtinptfcs/gtinptfcs.m,v 1.2 2005-11-03 08:44:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/gtinptfcs/gtinptfcs.m +>># File: xts5/tset/Xproto/gtinptfcs/gtinptfcs.m >># >># Description: >># Tests for GetInputFocus >># >># Modifications: >># $Log: gtinptfcs.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:38 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/gtkybrdcnt/gtkybrdcnt.m b/xts5/tset/Xproto/gtkybrdcnt/gtkybrdcnt.m index 4ecff182..0086a361 100644 --- a/xts5/tset/Xproto/gtkybrdcnt/gtkybrdcnt.m +++ b/xts5/tset/Xproto/gtkybrdcnt/gtkybrdcnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtkybrdcnt/gtkybrdcnt.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtkybrdcnt/gtkybrdcnt.m,v 1.2 2005-11-03 08:44:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/gtkybrdcnt/gtkybrdcnt.m +>># File: xts5/tset/Xproto/gtkybrdcnt/gtkybrdcnt.m >># >># Description: >># Tests for GetKeyboardControl >># >># Modifications: >># $Log: gtkybrdcnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:38 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/gtkybrdmpp/gtkybrdmpp.m b/xts5/tset/Xproto/gtkybrdmpp/gtkybrdmpp.m index ff7faa84..35c4eb71 100644 --- a/xts5/tset/Xproto/gtkybrdmpp/gtkybrdmpp.m +++ b/xts5/tset/Xproto/gtkybrdmpp/gtkybrdmpp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtkybrdmpp/gtkybrdmpp.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtkybrdmpp/gtkybrdmpp.m,v 1.2 2005-11-03 08:44:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/gtkybrdmpp/gtkybrdmpp.m +>># File: xts5/tset/Xproto/gtkybrdmpp/gtkybrdmpp.m >># >># Description: >># Tests for GetKeyboardMapping >># >># Modifications: >># $Log: gtkybrdmpp.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:39 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/gtmdfrmppn/gtmdfrmppn.m b/xts5/tset/Xproto/gtmdfrmppn/gtmdfrmppn.m index a425ac05..9a1fc609 100644 --- a/xts5/tset/Xproto/gtmdfrmppn/gtmdfrmppn.m +++ b/xts5/tset/Xproto/gtmdfrmppn/gtmdfrmppn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtmdfrmppn/gtmdfrmppn.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtmdfrmppn/gtmdfrmppn.m,v 1.2 2005-11-03 08:44:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/gtmdfrmppn/gtmdfrmppn.m +>># File: xts5/tset/Xproto/gtmdfrmppn/gtmdfrmppn.m >># >># Description: >># Tests for GetModifierMapping >># >># Modifications: >># $Log: gtmdfrmppn.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:39 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/gtmtnevnts/gtmtnevnts.m b/xts5/tset/Xproto/gtmtnevnts/gtmtnevnts.m index 6a6cb3a0..d35076c3 100644 --- a/xts5/tset/Xproto/gtmtnevnts/gtmtnevnts.m +++ b/xts5/tset/Xproto/gtmtnevnts/gtmtnevnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtmtnevnts/gtmtnevnts.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtmtnevnts/gtmtnevnts.m,v 1.2 2005-11-03 08:44:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/gtmtnevnts/gtmtnevnts.m +>># File: xts5/tset/Xproto/gtmtnevnts/gtmtnevnts.m >># >># Description: >># Tests for GetMotionEvents >># >># Modifications: >># $Log: gtmtnevnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:40 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/gtpntrcntr/gtpntrcntr.m b/xts5/tset/Xproto/gtpntrcntr/gtpntrcntr.m index e9d6830b..51ac67bd 100644 --- a/xts5/tset/Xproto/gtpntrcntr/gtpntrcntr.m +++ b/xts5/tset/Xproto/gtpntrcntr/gtpntrcntr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtpntrcntr/gtpntrcntr.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtpntrcntr/gtpntrcntr.m,v 1.2 2005-11-03 08:44:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/gtpntrcntr/gtpntrcntr.m +>># File: xts5/tset/Xproto/gtpntrcntr/gtpntrcntr.m >># >># Description: >># Tests for GetPointerControl >># >># Modifications: >># $Log: gtpntrcntr.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:41 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/gtpntrmppn/gtpntrmppn.m b/xts5/tset/Xproto/gtpntrmppn/gtpntrmppn.m index a4b9e68c..efdf6987 100644 --- a/xts5/tset/Xproto/gtpntrmppn/gtpntrmppn.m +++ b/xts5/tset/Xproto/gtpntrmppn/gtpntrmppn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtpntrmppn/gtpntrmppn.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtpntrmppn/gtpntrmppn.m,v 1.2 2005-11-03 08:44:09 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/gtpntrmppn/gtpntrmppn.m +>># File: xts5/tset/Xproto/gtpntrmppn/gtpntrmppn.m >># >># Description: >># Tests for GetPointerMapping >># >># Modifications: >># $Log: gtpntrmppn.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:09 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:41 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/gtprprty/gtprprty.m b/xts5/tset/Xproto/gtprprty/gtprprty.m index 46081839..7ab02cbf 100644 --- a/xts5/tset/Xproto/gtprprty/gtprprty.m +++ b/xts5/tset/Xproto/gtprprty/gtprprty.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtprprty/gtprprty.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtprprty/gtprprty.m,v 1.2 2005-11-03 08:44:10 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/gtprprty/gtprprty.m +>># File: xts5/tset/Xproto/gtprprty/gtprprty.m >># >># Description: >># Tests for GetProperty >># >># Modifications: >># $Log: gtprprty.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:10 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:42 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/gtscrnsvr/gtscrnsvr.m b/xts5/tset/Xproto/gtscrnsvr/gtscrnsvr.m index ab849db7..4208b26d 100644 --- a/xts5/tset/Xproto/gtscrnsvr/gtscrnsvr.m +++ b/xts5/tset/Xproto/gtscrnsvr/gtscrnsvr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtscrnsvr/gtscrnsvr.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtscrnsvr/gtscrnsvr.m,v 1.2 2005-11-03 08:44:10 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/gtscrnsvr/gtscrnsvr.m +>># File: xts5/tset/Xproto/gtscrnsvr/gtscrnsvr.m >># >># Description: >># Tests for GetScreenSaver >># >># Modifications: >># $Log: gtscrnsvr.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:10 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:42 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/gtslctnown/gtslctnown.m b/xts5/tset/Xproto/gtslctnown/gtslctnown.m index c4bf2e56..4121d528 100644 --- a/xts5/tset/Xproto/gtslctnown/gtslctnown.m +++ b/xts5/tset/Xproto/gtslctnown/gtslctnown.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtslctnown/gtslctnown.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtslctnown/gtslctnown.m,v 1.2 2005-11-03 08:44:10 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/gtslctnown/gtslctnown.m +>># File: xts5/tset/Xproto/gtslctnown/gtslctnown.m >># >># Description: >># Tests for GetSelectionOwner >># >># Modifications: >># $Log: gtslctnown.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:10 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:43 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/gtwdwattrb/gtwdwattrb.m b/xts5/tset/Xproto/gtwdwattrb/gtwdwattrb.m index e3cb14fa..f5450192 100644 --- a/xts5/tset/Xproto/gtwdwattrb/gtwdwattrb.m +++ b/xts5/tset/Xproto/gtwdwattrb/gtwdwattrb.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtwdwattrb/gtwdwattrb.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/gtwdwattrb/gtwdwattrb.m,v 1.2 2005-11-03 08:44:10 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/gtwdwattrb/gtwdwattrb.m +>># File: xts5/tset/Xproto/gtwdwattrb/gtwdwattrb.m >># >># Description: >># Tests for GetWindowAttributes >># >># Modifications: >># $Log: gtwdwattrb.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:10 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:43 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/imgtxt16/imgtxt16.m b/xts5/tset/Xproto/imgtxt16/imgtxt16.m index f282c8e1..6b7425b1 100644 --- a/xts5/tset/Xproto/imgtxt16/imgtxt16.m +++ b/xts5/tset/Xproto/imgtxt16/imgtxt16.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/imgtxt16/imgtxt16.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/imgtxt16/imgtxt16.m,v 1.2 2005-11-03 08:44:10 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/imgtxt16/imgtxt16.m +>># File: xts5/tset/Xproto/imgtxt16/imgtxt16.m >># >># Description: >># Tests for ImageText16 >># >># Modifications: >># $Log: imgtxt16.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:10 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:44 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/imgtxt8/imgtxt8.m b/xts5/tset/Xproto/imgtxt8/imgtxt8.m index 0634193c..8c0e3c68 100644 --- a/xts5/tset/Xproto/imgtxt8/imgtxt8.m +++ b/xts5/tset/Xproto/imgtxt8/imgtxt8.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/imgtxt8/imgtxt8.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/imgtxt8/imgtxt8.m,v 1.2 2005-11-03 08:44:11 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/imgtxt8/imgtxt8.m +>># File: xts5/tset/Xproto/imgtxt8/imgtxt8.m >># >># Description: >># Tests for ImageText8 >># >># Modifications: >># $Log: imgtxt8.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:11 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:44 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/instllclrm/instllclrm.m b/xts5/tset/Xproto/instllclrm/instllclrm.m index 099d49b1..37bbb0f7 100644 --- a/xts5/tset/Xproto/instllclrm/instllclrm.m +++ b/xts5/tset/Xproto/instllclrm/instllclrm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/instllclrm/instllclrm.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/instllclrm/instllclrm.m,v 1.2 2005-11-03 08:44:11 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/instllclrm/instllclrm.m +>># File: xts5/tset/Xproto/instllclrm/instllclrm.m >># >># Description: >># Tests for InstallColormap >># >># Modifications: >># $Log: instllclrm.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:11 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:45 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/intrnatm/intrnatm.m b/xts5/tset/Xproto/intrnatm/intrnatm.m index 45c52886..f8ee98ab 100644 --- a/xts5/tset/Xproto/intrnatm/intrnatm.m +++ b/xts5/tset/Xproto/intrnatm/intrnatm.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/intrnatm/intrnatm.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/intrnatm/intrnatm.m,v 1.2 2005-11-03 08:44:11 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/intrnatm/intrnatm.m +>># File: xts5/tset/Xproto/intrnatm/intrnatm.m >># >># Description: >># Tests for InternAtom >># >># Modifications: >># $Log: intrnatm.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:11 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:05:59 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:45 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/kllclnt/kllclnt.m b/xts5/tset/Xproto/kllclnt/kllclnt.m index 5456a4b5..6f7b8051 100644 --- a/xts5/tset/Xproto/kllclnt/kllclnt.m +++ b/xts5/tset/Xproto/kllclnt/kllclnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/kllclnt/kllclnt.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/kllclnt/kllclnt.m,v 1.2 2005-11-03 08:44:11 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/kllclnt/kllclnt.m +>># File: xts5/tset/Xproto/kllclnt/kllclnt.m >># >># Description: >># Tests for KillClient() >># >># Modifications: >># $Log: kllclnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:11 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:46 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/lkpclr/lkpclr.m b/xts5/tset/Xproto/lkpclr/lkpclr.m index a63ac203..76a51e2e 100644 --- a/xts5/tset/Xproto/lkpclr/lkpclr.m +++ b/xts5/tset/Xproto/lkpclr/lkpclr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/lkpclr/lkpclr.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/lkpclr/lkpclr.m,v 1.2 2005-11-03 08:44:11 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/lkpclr/lkpclr.m +>># File: xts5/tset/Xproto/lkpclr/lkpclr.m >># >># Description: >># Tests for LookupColor >># >># Modifications: >># $Log: lkpclr.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:11 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:46 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/lstextnsns/lstextnsns.m b/xts5/tset/Xproto/lstextnsns/lstextnsns.m index dc964566..b3187144 100644 --- a/xts5/tset/Xproto/lstextnsns/lstextnsns.m +++ b/xts5/tset/Xproto/lstextnsns/lstextnsns.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/lstextnsns/lstextnsns.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/lstextnsns/lstextnsns.m,v 1.2 2005-11-03 08:44:12 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/lstextnsns/lstextnsns.m +>># File: xts5/tset/Xproto/lstextnsns/lstextnsns.m >># >># Description: >># Tests for ListExtensions >># >># Modifications: >># $Log: lstextnsns.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:12 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:47 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/lstfnts/lstfnts.m b/xts5/tset/Xproto/lstfnts/lstfnts.m index d67081b8..a6abeb28 100644 --- a/xts5/tset/Xproto/lstfnts/lstfnts.m +++ b/xts5/tset/Xproto/lstfnts/lstfnts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/lstfnts/lstfnts.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/lstfnts/lstfnts.m,v 1.2 2005-11-03 08:44:12 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/lstfnts/lstfnts.m +>># File: xts5/tset/Xproto/lstfnts/lstfnts.m >># >># Description: >># Tests for ListFonts >># >># Modifications: >># $Log: lstfnts.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:12 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:48 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/lstfntswth/lstfntswth.m b/xts5/tset/Xproto/lstfntswth/lstfntswth.m index 4104fbcb..d3224270 100644 --- a/xts5/tset/Xproto/lstfntswth/lstfntswth.m +++ b/xts5/tset/Xproto/lstfntswth/lstfntswth.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/lstfntswth/lstfntswth.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/lstfntswth/lstfntswth.m,v 1.2 2005-11-03 08:44:12 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/lstfntswth/lstfntswth.m +>># File: xts5/tset/Xproto/lstfntswth/lstfntswth.m >># >># Description: >># Tests for ListFontsWithInfo >># >># Modifications: >># $Log: lstfntswth.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:12 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:48 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/lsthsts/lsthsts.m b/xts5/tset/Xproto/lsthsts/lsthsts.m index 9a431d01..3e6fa40f 100644 --- a/xts5/tset/Xproto/lsthsts/lsthsts.m +++ b/xts5/tset/Xproto/lsthsts/lsthsts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/lsthsts/lsthsts.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/lsthsts/lsthsts.m,v 1.2 2005-11-03 08:44:12 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/lsthsts/lsthsts.m +>># File: xts5/tset/Xproto/lsthsts/lsthsts.m >># >># Description: >># Tests for ListHosts >># >># Modifications: >># $Log: lsthsts.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:12 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:49 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/lstinstlld/lstinstlld.m b/xts5/tset/Xproto/lstinstlld/lstinstlld.m index a86a4f4b..c73a613f 100644 --- a/xts5/tset/Xproto/lstinstlld/lstinstlld.m +++ b/xts5/tset/Xproto/lstinstlld/lstinstlld.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/lstinstlld/lstinstlld.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/lstinstlld/lstinstlld.m,v 1.2 2005-11-03 08:44:12 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/lstinstlld/lstinstlld.m +>># File: xts5/tset/Xproto/lstinstlld/lstinstlld.m >># >># Description: >># Tests for ListInstalledColormaps >># >># Modifications: >># $Log: lstinstlld.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:12 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:49 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/lstprprts/lstprprts.m b/xts5/tset/Xproto/lstprprts/lstprprts.m index 480b7112..146c3a4a 100644 --- a/xts5/tset/Xproto/lstprprts/lstprprts.m +++ b/xts5/tset/Xproto/lstprprts/lstprprts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/lstprprts/lstprprts.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/lstprprts/lstprprts.m,v 1.2 2005-11-03 08:44:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/lstprprts/lstprprts.m +>># File: xts5/tset/Xproto/lstprprts/lstprprts.m >># >># Description: >># Tests for ListProperties >># >># Modifications: >># $Log: lstprprts.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:50 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/mpsbws/mpsbws.m b/xts5/tset/Xproto/mpsbws/mpsbws.m index 20f67608..b52f4a5f 100644 --- a/xts5/tset/Xproto/mpsbws/mpsbws.m +++ b/xts5/tset/Xproto/mpsbws/mpsbws.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/mpsbws/mpsbws.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/mpsbws/mpsbws.m,v 1.2 2005-11-03 08:44:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/mpsbws/mpsbws.m +>># File: xts5/tset/Xproto/mpsbws/mpsbws.m >># >># Description: >># Tests for MapSubwindows >># >># Modifications: >># $Log: mpsbws.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:50 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/mpwdw/mpwdw.m b/xts5/tset/Xproto/mpwdw/mpwdw.m index 64781a4b..bcfb43a4 100644 --- a/xts5/tset/Xproto/mpwdw/mpwdw.m +++ b/xts5/tset/Xproto/mpwdw/mpwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/mpwdw/mpwdw.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/mpwdw/mpwdw.m,v 1.2 2005-11-03 08:44:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/mpwdw/mpwdw.m +>># File: xts5/tset/Xproto/mpwdw/mpwdw.m >># >># Description: >># Tests for MapWindow >># >># Modifications: >># $Log: mpwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:51 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/noprtn/noprtn.m b/xts5/tset/Xproto/noprtn/noprtn.m index 0f5cf059..e0998d38 100644 --- a/xts5/tset/Xproto/noprtn/noprtn.m +++ b/xts5/tset/Xproto/noprtn/noprtn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/noprtn/noprtn.m,v 1.1 2005-02-12 14:37:47 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/noprtn/noprtn.m,v 1.2 2005-11-03 08:44:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/noprtn/noprtn.m +>># File: xts5/tset/Xproto/noprtn/noprtn.m >># >># Description: >># Tests for NoOperation >># >># Modifications: >># $Log: noprtn.m,v $ ->># Revision 1.1 2005-02-12 14:37:47 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:51 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/opndsply/opndsply.m b/xts5/tset/Xproto/opndsply/opndsply.m index 7a988732..e2c5a397 100644 --- a/xts5/tset/Xproto/opndsply/opndsply.m +++ b/xts5/tset/Xproto/opndsply/opndsply.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/opndsply/opndsply.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/opndsply/opndsply.m,v 1.2 2005-11-03 08:44:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/opndsply/opndsply.m +>># File: xts5/tset/Xproto/opndsply/opndsply.m >># >># Description: >># Tests for OpenDisplay >># >># Modifications: >># $Log: opndsply.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:52 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/opnfnt/opnfnt.m b/xts5/tset/Xproto/opnfnt/opnfnt.m index 51f895e5..b2e93c87 100644 --- a/xts5/tset/Xproto/opnfnt/opnfnt.m +++ b/xts5/tset/Xproto/opnfnt/opnfnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/opnfnt/opnfnt.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/opnfnt/opnfnt.m,v 1.2 2005-11-03 08:44:13 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/opnfnt/opnfnt.m +>># File: xts5/tset/Xproto/opnfnt/opnfnt.m >># >># Description: >># Tests for OpenFont >># >># Modifications: >># $Log: opnfnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:13 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:52 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/plyarc/plyarc.m b/xts5/tset/Xproto/plyarc/plyarc.m index 2bf6b11a..e8944756 100644 --- a/xts5/tset/Xproto/plyarc/plyarc.m +++ b/xts5/tset/Xproto/plyarc/plyarc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plyarc/plyarc.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plyarc/plyarc.m,v 1.2 2005-11-03 08:44:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/plyarc/plyarc.m +>># File: xts5/tset/Xproto/plyarc/plyarc.m >># >># Description: >># Tests for PolyArc >># >># Modifications: >># $Log: plyarc.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:14 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:53 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/plyfllarc/plyfllarc.m b/xts5/tset/Xproto/plyfllarc/plyfllarc.m index f2b7bf69..45b771b8 100644 --- a/xts5/tset/Xproto/plyfllarc/plyfllarc.m +++ b/xts5/tset/Xproto/plyfllarc/plyfllarc.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plyfllarc/plyfllarc.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plyfllarc/plyfllarc.m,v 1.2 2005-11-03 08:44:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/plyfllarc/plyfllarc.m +>># File: xts5/tset/Xproto/plyfllarc/plyfllarc.m >># >># Description: >># Tests for PolyFillArc >># >># Modifications: >># $Log: plyfllarc.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:14 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:53 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/plyfllrctn/plyfllrctn.m b/xts5/tset/Xproto/plyfllrctn/plyfllrctn.m index 69f0d03c..437c5a8a 100644 --- a/xts5/tset/Xproto/plyfllrctn/plyfllrctn.m +++ b/xts5/tset/Xproto/plyfllrctn/plyfllrctn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plyfllrctn/plyfllrctn.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plyfllrctn/plyfllrctn.m,v 1.2 2005-11-03 08:44:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/plyfllrctn/plyfllrctn.m +>># File: xts5/tset/Xproto/plyfllrctn/plyfllrctn.m >># >># Description: >># Tests for PolyFillRectangle >># >># Modifications: >># $Log: plyfllrctn.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:14 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:54 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/plyln/plyln.m b/xts5/tset/Xproto/plyln/plyln.m index 01d5625e..7c338d57 100644 --- a/xts5/tset/Xproto/plyln/plyln.m +++ b/xts5/tset/Xproto/plyln/plyln.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plyln/plyln.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plyln/plyln.m,v 1.2 2005-11-03 08:44:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/plyln/plyln.m +>># File: xts5/tset/Xproto/plyln/plyln.m >># >># Description: >># Tests for PolyLine >># >># Modifications: >># $Log: plyln.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:14 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:54 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/plypnt/plypnt.m b/xts5/tset/Xproto/plypnt/plypnt.m index 18598d1f..f78c5d39 100644 --- a/xts5/tset/Xproto/plypnt/plypnt.m +++ b/xts5/tset/Xproto/plypnt/plypnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plypnt/plypnt.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plypnt/plypnt.m,v 1.2 2005-11-03 08:44:14 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/plypnt/plypnt.m +>># File: xts5/tset/Xproto/plypnt/plypnt.m >># >># Description: >># Tests for PolyPoint >># >># Modifications: >># $Log: plypnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:14 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:55 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/plyrctngl/plyrctngl.m b/xts5/tset/Xproto/plyrctngl/plyrctngl.m index 8372e2cc..1b60080a 100644 --- a/xts5/tset/Xproto/plyrctngl/plyrctngl.m +++ b/xts5/tset/Xproto/plyrctngl/plyrctngl.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plyrctngl/plyrctngl.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plyrctngl/plyrctngl.m,v 1.2 2005-11-03 08:44:15 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/plyrctngl/plyrctngl.m +>># File: xts5/tset/Xproto/plyrctngl/plyrctngl.m >># >># Description: >># Tests for PolyRectangle >># >># Modifications: >># $Log: plyrctngl.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:15 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:55 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/plysgmnt/plysgmnt.m b/xts5/tset/Xproto/plysgmnt/plysgmnt.m index 25e6e46d..c7cf7578 100644 --- a/xts5/tset/Xproto/plysgmnt/plysgmnt.m +++ b/xts5/tset/Xproto/plysgmnt/plysgmnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plysgmnt/plysgmnt.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plysgmnt/plysgmnt.m,v 1.2 2005-11-03 08:44:15 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/plysgmnt/plysgmnt.m +>># File: xts5/tset/Xproto/plysgmnt/plysgmnt.m >># >># Description: >># Tests for PolySegment >># >># Modifications: >># $Log: plysgmnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:15 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:56 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/plytxt16/plytxt16.m b/xts5/tset/Xproto/plytxt16/plytxt16.m index a2602232..5f25fe59 100644 --- a/xts5/tset/Xproto/plytxt16/plytxt16.m +++ b/xts5/tset/Xproto/plytxt16/plytxt16.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plytxt16/plytxt16.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plytxt16/plytxt16.m,v 1.2 2005-11-03 08:44:15 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/plytxt16/plytxt16.m +>># File: xts5/tset/Xproto/plytxt16/plytxt16.m >># >># Description: >># Tests for PolyText16 >># >># Modifications: >># $Log: plytxt16.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:15 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:56 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/plytxt8/plytxt8.m b/xts5/tset/Xproto/plytxt8/plytxt8.m index eab62de9..1089397e 100644 --- a/xts5/tset/Xproto/plytxt8/plytxt8.m +++ b/xts5/tset/Xproto/plytxt8/plytxt8.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plytxt8/plytxt8.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/plytxt8/plytxt8.m,v 1.2 2005-11-03 08:44:16 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/plytxt8/plytxt8.m +>># File: xts5/tset/Xproto/plytxt8/plytxt8.m >># >># Description: >># Tests for PolyText8 >># >># Modifications: >># $Log: plytxt8.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:16 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:57 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/ptimg/ptimg.m b/xts5/tset/Xproto/ptimg/ptimg.m index 23c9c648..feddea43 100644 --- a/xts5/tset/Xproto/ptimg/ptimg.m +++ b/xts5/tset/Xproto/ptimg/ptimg.m @@ -17,7 +17,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/ptimg/ptimg.m,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/ptimg/ptimg.m,v 1.3 2005-11-03 08:44:16 jmichael Exp $ Copyright (c) 1999 The Open Group Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -25,14 +25,17 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/ptimg/ptimg.m +>># File: xts5/tset/Xproto/ptimg/ptimg.m >># >># Description: >># Tests for PutImage >># >># Modifications: >># $Log: ptimg.m,v $ ->># Revision 1.2 2005-04-21 09:40:42 ajosey +>># Revision 1.3 2005-11-03 08:44:16 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/21 09:40:42 ajosey >># resync to VSW5.1.5 >># >># Revision 8.2 2005/01/21 12:08:31 gwc diff --git a/xts5/tset/Xproto/qrybstsz/qrybstsz.m b/xts5/tset/Xproto/qrybstsz/qrybstsz.m index e9388755..b71defc3 100644 --- a/xts5/tset/Xproto/qrybstsz/qrybstsz.m +++ b/xts5/tset/Xproto/qrybstsz/qrybstsz.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/qrybstsz/qrybstsz.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/qrybstsz/qrybstsz.m,v 1.2 2005-11-03 08:44:16 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/qrybstsz/qrybstsz.m +>># File: xts5/tset/Xproto/qrybstsz/qrybstsz.m >># >># Description: >># Tests for QueryBestSize >># >># Modifications: >># $Log: qrybstsz.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:16 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:58 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/qryclrs/qryclrs.m b/xts5/tset/Xproto/qryclrs/qryclrs.m index a26afc67..c8734738 100644 --- a/xts5/tset/Xproto/qryclrs/qryclrs.m +++ b/xts5/tset/Xproto/qryclrs/qryclrs.m @@ -17,7 +17,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/qryclrs/qryclrs.m,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/qryclrs/qryclrs.m,v 1.3 2005-11-03 08:44:16 jmichael Exp $ Copyright (c) 2001 The Open Group Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -25,14 +25,17 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/qryclrs/qryclrs.m +>># File: xts5/tset/Xproto/qryclrs/qryclrs.m >># >># Description: >># Tests for QueryColors >># >># Modifications: >># $Log: qryclrs.m,v $ ->># Revision 1.2 2005-04-21 09:40:42 ajosey +>># Revision 1.3 2005-11-03 08:44:16 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/21 09:40:42 ajosey >># resync to VSW5.1.5 >># >># Revision 8.2 2005/01/21 12:09:35 gwc diff --git a/xts5/tset/Xproto/qryextnsn/qryextnsn.m b/xts5/tset/Xproto/qryextnsn/qryextnsn.m index 233f3b35..d5ca3ba1 100644 --- a/xts5/tset/Xproto/qryextnsn/qryextnsn.m +++ b/xts5/tset/Xproto/qryextnsn/qryextnsn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/qryextnsn/qryextnsn.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/qryextnsn/qryextnsn.m,v 1.2 2005-11-03 08:44:16 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/qryextnsn/qryextnsn.m +>># File: xts5/tset/Xproto/qryextnsn/qryextnsn.m >># >># Description: >># Tests for QueryExtension >># >># Modifications: >># $Log: qryextnsn.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:16 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:00 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:32:59 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/qryfnt/qryfnt.m b/xts5/tset/Xproto/qryfnt/qryfnt.m index 7b7354fb..45264fbc 100644 --- a/xts5/tset/Xproto/qryfnt/qryfnt.m +++ b/xts5/tset/Xproto/qryfnt/qryfnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/qryfnt/qryfnt.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/qryfnt/qryfnt.m,v 1.2 2005-11-03 08:44:17 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/qryfnt/qryfnt.m +>># File: xts5/tset/Xproto/qryfnt/qryfnt.m >># >># Description: >># Tests for QueryFont >># >># Modifications: >># $Log: qryfnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:17 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:01 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:00 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/qrykymp/qrykymp.m b/xts5/tset/Xproto/qrykymp/qrykymp.m index c5a41124..10d78f7f 100644 --- a/xts5/tset/Xproto/qrykymp/qrykymp.m +++ b/xts5/tset/Xproto/qrykymp/qrykymp.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/qrykymp/qrykymp.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/qrykymp/qrykymp.m,v 1.2 2005-11-03 08:44:17 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/qrykymp/qrykymp.m +>># File: xts5/tset/Xproto/qrykymp/qrykymp.m >># >># Description: >># Tests for QueryKeymap >># >># Modifications: >># $Log: qrykymp.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:17 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:01 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:00 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/qrypntr/qrypntr.m b/xts5/tset/Xproto/qrypntr/qrypntr.m index 0cfd3bf9..b7838b18 100644 --- a/xts5/tset/Xproto/qrypntr/qrypntr.m +++ b/xts5/tset/Xproto/qrypntr/qrypntr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/qrypntr/qrypntr.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/qrypntr/qrypntr.m,v 1.2 2005-11-03 08:44:17 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/qrypntr/qrypntr.m +>># File: xts5/tset/Xproto/qrypntr/qrypntr.m >># >># Description: >># Tests for QueryPointer >># >># Modifications: >># $Log: qrypntr.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:17 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:01 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:01 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/qrytr/qrytr.m b/xts5/tset/Xproto/qrytr/qrytr.m index 1b4f4e6e..e59900f2 100644 --- a/xts5/tset/Xproto/qrytr/qrytr.m +++ b/xts5/tset/Xproto/qrytr/qrytr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/qrytr/qrytr.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/qrytr/qrytr.m,v 1.2 2005-11-03 08:44:17 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/qrytr/qrytr.m +>># File: xts5/tset/Xproto/qrytr/qrytr.m >># >># Description: >># Tests for QueryTree >># >># Modifications: >># $Log: qrytr.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:17 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:01 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:01 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/qrytxtextn/qrytxtextn.m b/xts5/tset/Xproto/qrytxtextn/qrytxtextn.m index a9a12ae4..51f0d8ef 100644 --- a/xts5/tset/Xproto/qrytxtextn/qrytxtextn.m +++ b/xts5/tset/Xproto/qrytxtextn/qrytxtextn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/qrytxtextn/qrytxtextn.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/qrytxtextn/qrytxtextn.m,v 1.2 2005-11-03 08:44:17 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/qrytxtextn/qrytxtextn.m +>># File: xts5/tset/Xproto/qrytxtextn/qrytxtextn.m >># >># Description: >># Tests for QueryTextExtents >># >># Modifications: >># $Log: qrytxtextn.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:17 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:01 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:02 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/rclrcrsr/rclrcrsr.m b/xts5/tset/Xproto/rclrcrsr/rclrcrsr.m index 0df66f7a..6748f10c 100644 --- a/xts5/tset/Xproto/rclrcrsr/rclrcrsr.m +++ b/xts5/tset/Xproto/rclrcrsr/rclrcrsr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/rclrcrsr/rclrcrsr.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/rclrcrsr/rclrcrsr.m,v 1.2 2005-11-03 08:44:17 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/rclrcrsr/rclrcrsr.m +>># File: xts5/tset/Xproto/rclrcrsr/rclrcrsr.m >># >># Description: >># Tests for RecolorCursor >># >># Modifications: >># $Log: rclrcrsr.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:17 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:01 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:02 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/rprntwdw/rprntwdw.m b/xts5/tset/Xproto/rprntwdw/rprntwdw.m index 59edae01..a81dc360 100644 --- a/xts5/tset/Xproto/rprntwdw/rprntwdw.m +++ b/xts5/tset/Xproto/rprntwdw/rprntwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/rprntwdw/rprntwdw.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/rprntwdw/rprntwdw.m,v 1.2 2005-11-03 08:44:18 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/rprntwdw/rprntwdw.m +>># File: xts5/tset/Xproto/rprntwdw/rprntwdw.m >># >># Description: >># Tests for ReparentWindow >># >># Modifications: >># $Log: rprntwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:18 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:01 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:03 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/rttprprts/rttprprts.m b/xts5/tset/Xproto/rttprprts/rttprprts.m index c4fca4ab..7e2e2ca2 100644 --- a/xts5/tset/Xproto/rttprprts/rttprprts.m +++ b/xts5/tset/Xproto/rttprprts/rttprprts.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/rttprprts/rttprprts.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/rttprprts/rttprprts.m,v 1.2 2005-11-03 08:44:18 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/rttprprts/rttprprts.m +>># File: xts5/tset/Xproto/rttprprts/rttprprts.m >># >># Description: >># Tests for RotateProperties >># >># Modifications: >># $Log: rttprprts.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:18 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:01 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:03 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/sndevnt/sndevnt.m b/xts5/tset/Xproto/sndevnt/sndevnt.m index 28fcd074..8d0ec6ee 100644 --- a/xts5/tset/Xproto/sndevnt/sndevnt.m +++ b/xts5/tset/Xproto/sndevnt/sndevnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/sndevnt/sndevnt.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/sndevnt/sndevnt.m,v 1.2 2005-11-03 08:44:19 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/sndevnt/sndevnt.m +>># File: xts5/tset/Xproto/sndevnt/sndevnt.m >># >># Description: >># Tests for SendEvent >># >># Modifications: >># $Log: sndevnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:19 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:01 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:04 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/staccsscnt/staccsscnt.m b/xts5/tset/Xproto/staccsscnt/staccsscnt.m index 4a5ce63d..d5a4abee 100644 --- a/xts5/tset/Xproto/staccsscnt/staccsscnt.m +++ b/xts5/tset/Xproto/staccsscnt/staccsscnt.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/staccsscnt/staccsscnt.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/staccsscnt/staccsscnt.m,v 1.2 2005-11-03 08:44:19 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/staccsscnt/staccsscnt.m +>># File: xts5/tset/Xproto/staccsscnt/staccsscnt.m >># >># Description: >># Tests for SetAccessControl >># >># Modifications: >># $Log: staccsscnt.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:19 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:01 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:04 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/stclprctng/stclprctng.m b/xts5/tset/Xproto/stclprctng/stclprctng.m index b2657ce5..93e987f1 100644 --- a/xts5/tset/Xproto/stclprctng/stclprctng.m +++ b/xts5/tset/Xproto/stclprctng/stclprctng.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stclprctng/stclprctng.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stclprctng/stclprctng.m,v 1.2 2005-11-03 08:44:19 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/stclprctng/stclprctng.m +>># File: xts5/tset/Xproto/stclprctng/stclprctng.m >># >># Description: >># Tests for SetClipRectangles >># >># Modifications: >># $Log: stclprctng.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:19 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:01 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:05 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/stclsdwnmd/stclsdwnmd.m b/xts5/tset/Xproto/stclsdwnmd/stclsdwnmd.m index 8300150e..f01df575 100644 --- a/xts5/tset/Xproto/stclsdwnmd/stclsdwnmd.m +++ b/xts5/tset/Xproto/stclsdwnmd/stclsdwnmd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stclsdwnmd/stclsdwnmd.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stclsdwnmd/stclsdwnmd.m,v 1.2 2005-11-03 08:44:20 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/stclsdwnmd/stclsdwnmd.m +>># File: xts5/tset/Xproto/stclsdwnmd/stclsdwnmd.m >># >># Description: >># Tests for SetCloseDownMode >># >># Modifications: >># $Log: stclsdwnmd.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:20 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:01 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:05 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/stdshs/stdshs.m b/xts5/tset/Xproto/stdshs/stdshs.m index 26248164..0c281a54 100644 --- a/xts5/tset/Xproto/stdshs/stdshs.m +++ b/xts5/tset/Xproto/stdshs/stdshs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stdshs/stdshs.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stdshs/stdshs.m,v 1.2 2005-11-03 08:44:20 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/stdshs/stdshs.m +>># File: xts5/tset/Xproto/stdshs/stdshs.m >># >># Description: >># Tests for SetDashes >># >># Modifications: >># $Log: stdshs.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:20 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:01 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:06 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/stfntpth/stfntpth.m b/xts5/tset/Xproto/stfntpth/stfntpth.m index 872f7d61..759e5b28 100644 --- a/xts5/tset/Xproto/stfntpth/stfntpth.m +++ b/xts5/tset/Xproto/stfntpth/stfntpth.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stfntpth/stfntpth.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stfntpth/stfntpth.m,v 1.2 2005-11-03 08:44:20 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/stfntpth/stfntpth.m +>># File: xts5/tset/Xproto/stfntpth/stfntpth.m >># >># Description: >># Tests for SetFontPath >># >># Modifications: >># $Log: stfntpth.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:20 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:01 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:06 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/stinptfcs/stinptfcs.m b/xts5/tset/Xproto/stinptfcs/stinptfcs.m index e5c6a7b1..b4fbf8f1 100644 --- a/xts5/tset/Xproto/stinptfcs/stinptfcs.m +++ b/xts5/tset/Xproto/stinptfcs/stinptfcs.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stinptfcs/stinptfcs.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stinptfcs/stinptfcs.m,v 1.2 2005-11-03 08:44:20 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/stinptfcs/stinptfcs.m +>># File: xts5/tset/Xproto/stinptfcs/stinptfcs.m >># >># Description: >># Tests for SetInputFocus >># >># Modifications: >># $Log: stinptfcs.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:20 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:01 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:07 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/stmdfrmppn/stmdfrmppn.m b/xts5/tset/Xproto/stmdfrmppn/stmdfrmppn.m index 0d227bf1..cdb864d5 100644 --- a/xts5/tset/Xproto/stmdfrmppn/stmdfrmppn.m +++ b/xts5/tset/Xproto/stmdfrmppn/stmdfrmppn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stmdfrmppn/stmdfrmppn.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stmdfrmppn/stmdfrmppn.m,v 1.2 2005-11-03 08:44:21 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/stmdfrmppn/stmdfrmppn.m +>># File: xts5/tset/Xproto/stmdfrmppn/stmdfrmppn.m >># >># Description: >># Tests for SetModifierMapping >># >># Modifications: >># $Log: stmdfrmppn.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:21 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:01 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:08 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/stpntrmppn/stpntrmppn.m b/xts5/tset/Xproto/stpntrmppn/stpntrmppn.m index 54213754..fd481795 100644 --- a/xts5/tset/Xproto/stpntrmppn/stpntrmppn.m +++ b/xts5/tset/Xproto/stpntrmppn/stpntrmppn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stpntrmppn/stpntrmppn.m,v 1.1 2005-02-12 14:37:48 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stpntrmppn/stpntrmppn.m,v 1.2 2005-11-03 08:44:21 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/stpntrmppn/stpntrmppn.m +>># File: xts5/tset/Xproto/stpntrmppn/stpntrmppn.m >># >># Description: >># Tests for SetPointerMapping >># >># Modifications: >># $Log: stpntrmppn.m,v $ ->># Revision 1.1 2005-02-12 14:37:48 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:21 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:01 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:08 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/strclrs/strclrs.m b/xts5/tset/Xproto/strclrs/strclrs.m index ac2cf0aa..537b7535 100644 --- a/xts5/tset/Xproto/strclrs/strclrs.m +++ b/xts5/tset/Xproto/strclrs/strclrs.m @@ -17,7 +17,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/strclrs/strclrs.m,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/strclrs/strclrs.m,v 1.3 2005-11-03 08:44:21 jmichael Exp $ Copyright (c) 2001 The Open Group Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -25,14 +25,17 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/strclrs/strclrs.m +>># File: xts5/tset/Xproto/strclrs/strclrs.m >># >># Description: >># Tests for StoreColors >># >># Modifications: >># $Log: strclrs.m,v $ ->># Revision 1.2 2005-04-21 09:40:42 ajosey +>># Revision 1.3 2005-11-03 08:44:21 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/21 09:40:42 ajosey >># resync to VSW5.1.5 >># >># Revision 8.2 2005/01/21 12:10:18 gwc diff --git a/xts5/tset/Xproto/strnmdclr/strnmdclr.m b/xts5/tset/Xproto/strnmdclr/strnmdclr.m index ccc2880c..9be76134 100644 --- a/xts5/tset/Xproto/strnmdclr/strnmdclr.m +++ b/xts5/tset/Xproto/strnmdclr/strnmdclr.m @@ -17,7 +17,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/strnmdclr/strnmdclr.m,v 1.2 2005-04-21 09:40:42 ajosey Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/strnmdclr/strnmdclr.m,v 1.3 2005-11-03 08:44:21 jmichael Exp $ Copyright (c) 2001 The Open Group Copyright (c) Applied Testing and Technology, Inc. 1995 @@ -25,14 +25,17 @@ All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/strnmdclr/strnmdclr.m +>># File: xts5/tset/Xproto/strnmdclr/strnmdclr.m >># >># Description: >># Tests for StoreNamedColor >># >># Modifications: >># $Log: strnmdclr.m,v $ ->># Revision 1.2 2005-04-21 09:40:42 ajosey +>># Revision 1.3 2005-11-03 08:44:21 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.2 2005/04/21 09:40:42 ajosey >># resync to VSW5.1.5 >># >># Revision 8.2 2005/01/21 12:11:21 gwc diff --git a/xts5/tset/Xproto/stscrnsvr/stscrnsvr.m b/xts5/tset/Xproto/stscrnsvr/stscrnsvr.m index 66b3ec04..591e31cf 100644 --- a/xts5/tset/Xproto/stscrnsvr/stscrnsvr.m +++ b/xts5/tset/Xproto/stscrnsvr/stscrnsvr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stscrnsvr/stscrnsvr.m,v 1.1 2005-02-12 14:37:49 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stscrnsvr/stscrnsvr.m,v 1.2 2005-11-03 08:44:22 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/stscrnsvr/stscrnsvr.m +>># File: xts5/tset/Xproto/stscrnsvr/stscrnsvr.m >># >># Description: >># Tests for SetScreenSaver >># >># Modifications: >># $Log: stscrnsvr.m,v $ ->># Revision 1.1 2005-02-12 14:37:49 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:22 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:02 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:09 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/stslctnown/stslctnown.m b/xts5/tset/Xproto/stslctnown/stslctnown.m index cbf842ca..db74517d 100644 --- a/xts5/tset/Xproto/stslctnown/stslctnown.m +++ b/xts5/tset/Xproto/stslctnown/stslctnown.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stslctnown/stslctnown.m,v 1.1 2005-02-12 14:37:49 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/stslctnown/stslctnown.m,v 1.2 2005-11-03 08:44:22 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/stslctnown/stslctnown.m +>># File: xts5/tset/Xproto/stslctnown/stslctnown.m >># >># Description: >># Tests for SetSelectionOwner >># >># Modifications: >># $Log: stslctnown.m,v $ ->># Revision 1.1 2005-02-12 14:37:49 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:22 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:02 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:10 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/trnsltcrds/trnsltcrds.m b/xts5/tset/Xproto/trnsltcrds/trnsltcrds.m index 8dd86220..1bfec713 100644 --- a/xts5/tset/Xproto/trnsltcrds/trnsltcrds.m +++ b/xts5/tset/Xproto/trnsltcrds/trnsltcrds.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/trnsltcrds/trnsltcrds.m,v 1.1 2005-02-12 14:37:49 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/trnsltcrds/trnsltcrds.m,v 1.2 2005-11-03 08:44:22 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/trnsltcrds/trnsltcrds.m +>># File: xts5/tset/Xproto/trnsltcrds/trnsltcrds.m >># >># Description: >># Tests for TranslateCoords >># >># Modifications: >># $Log: trnsltcrds.m,v $ ->># Revision 1.1 2005-02-12 14:37:49 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:22 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:02 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:10 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/ungrbbttn/ungrbbttn.m b/xts5/tset/Xproto/ungrbbttn/ungrbbttn.m index 7b46c2dc..7a8d6f29 100644 --- a/xts5/tset/Xproto/ungrbbttn/ungrbbttn.m +++ b/xts5/tset/Xproto/ungrbbttn/ungrbbttn.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/ungrbbttn/ungrbbttn.m,v 1.1 2005-02-12 14:37:49 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/ungrbbttn/ungrbbttn.m,v 1.2 2005-11-03 08:44:23 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/ungrbbttn/ungrbbttn.m +>># File: xts5/tset/Xproto/ungrbbttn/ungrbbttn.m >># >># Description: >># Tests for UngrabButton >># >># Modifications: >># $Log: ungrbbttn.m,v $ ->># Revision 1.1 2005-02-12 14:37:49 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:23 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:02 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:11 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/ungrbky/ungrbky.m b/xts5/tset/Xproto/ungrbky/ungrbky.m index 2aa0b677..d7080c40 100644 --- a/xts5/tset/Xproto/ungrbky/ungrbky.m +++ b/xts5/tset/Xproto/ungrbky/ungrbky.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/ungrbky/ungrbky.m,v 1.1 2005-02-12 14:37:49 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/ungrbky/ungrbky.m,v 1.2 2005-11-03 08:44:24 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/ungrbky/ungrbky.m +>># File: xts5/tset/Xproto/ungrbky/ungrbky.m >># >># Description: >># Tests for UngrabKey >># >># Modifications: >># $Log: ungrbky.m,v $ ->># Revision 1.1 2005-02-12 14:37:49 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:24 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:02 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:11 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/ungrbkybrd/ungrbkybrd.m b/xts5/tset/Xproto/ungrbkybrd/ungrbkybrd.m index bcf45a99..16d131aa 100644 --- a/xts5/tset/Xproto/ungrbkybrd/ungrbkybrd.m +++ b/xts5/tset/Xproto/ungrbkybrd/ungrbkybrd.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/ungrbkybrd/ungrbkybrd.m,v 1.1 2005-02-12 14:37:49 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/ungrbkybrd/ungrbkybrd.m,v 1.2 2005-11-03 08:44:24 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/ungrbkybrd/ungrbkybrd.m +>># File: xts5/tset/Xproto/ungrbkybrd/ungrbkybrd.m >># >># Description: >># Tests for UngrabKeyboard >># >># Modifications: >># $Log: ungrbkybrd.m,v $ ->># Revision 1.1 2005-02-12 14:37:49 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:24 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:02 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:12 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/ungrbpntr/ungrbpntr.m b/xts5/tset/Xproto/ungrbpntr/ungrbpntr.m index 4316813d..0a3a55a8 100644 --- a/xts5/tset/Xproto/ungrbpntr/ungrbpntr.m +++ b/xts5/tset/Xproto/ungrbpntr/ungrbpntr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/ungrbpntr/ungrbpntr.m,v 1.1 2005-02-12 14:37:49 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/ungrbpntr/ungrbpntr.m,v 1.2 2005-11-03 08:44:24 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/ungrbpntr/ungrbpntr.m +>># File: xts5/tset/Xproto/ungrbpntr/ungrbpntr.m >># >># Description: >># Tests for UngrabPointer >># >># Modifications: >># $Log: ungrbpntr.m,v $ ->># Revision 1.1 2005-02-12 14:37:49 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:24 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:02 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:12 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/ungrbsrvr/ungrbsrvr.m b/xts5/tset/Xproto/ungrbsrvr/ungrbsrvr.m index cefc3671..008bc694 100644 --- a/xts5/tset/Xproto/ungrbsrvr/ungrbsrvr.m +++ b/xts5/tset/Xproto/ungrbsrvr/ungrbsrvr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/ungrbsrvr/ungrbsrvr.m,v 1.1 2005-02-12 14:37:49 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/ungrbsrvr/ungrbsrvr.m,v 1.2 2005-11-03 08:44:24 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/ungrbsrvr/ungrbsrvr.m +>># File: xts5/tset/Xproto/ungrbsrvr/ungrbsrvr.m >># >># Description: >># Tests for UngrabServer >># >># Modifications: >># $Log: ungrbsrvr.m,v $ ->># Revision 1.1 2005-02-12 14:37:49 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:24 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:02 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:13 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/unmpsbws/unmpsbws.m b/xts5/tset/Xproto/unmpsbws/unmpsbws.m index 88e8d857..3cf792e0 100644 --- a/xts5/tset/Xproto/unmpsbws/unmpsbws.m +++ b/xts5/tset/Xproto/unmpsbws/unmpsbws.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/unmpsbws/unmpsbws.m,v 1.1 2005-02-12 14:37:49 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/unmpsbws/unmpsbws.m,v 1.2 2005-11-03 08:44:24 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/unmpsbws/unmpsbws.m +>># File: xts5/tset/Xproto/unmpsbws/unmpsbws.m >># >># Description: >># Tests for UnmapSubwindows >># >># Modifications: >># $Log: unmpsbws.m,v $ ->># Revision 1.1 2005-02-12 14:37:49 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:24 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:02 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:13 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/unmpwdw/unmpwdw.m b/xts5/tset/Xproto/unmpwdw/unmpwdw.m index 22279918..020af1c6 100644 --- a/xts5/tset/Xproto/unmpwdw/unmpwdw.m +++ b/xts5/tset/Xproto/unmpwdw/unmpwdw.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/unmpwdw/unmpwdw.m,v 1.1 2005-02-12 14:37:49 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/unmpwdw/unmpwdw.m,v 1.2 2005-11-03 08:44:25 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/unmpwdw/unmpwdw.m +>># File: xts5/tset/Xproto/unmpwdw/unmpwdw.m >># >># Description: >># Tests for UnmapWindow >># >># Modifications: >># $Log: unmpwdw.m,v $ ->># Revision 1.1 2005-02-12 14:37:49 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:25 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:02 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:14 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/unnstllclr/unnstllclr.m b/xts5/tset/Xproto/unnstllclr/unnstllclr.m index 0f5f369d..74c2abf0 100644 --- a/xts5/tset/Xproto/unnstllclr/unnstllclr.m +++ b/xts5/tset/Xproto/unnstllclr/unnstllclr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/unnstllclr/unnstllclr.m,v 1.1 2005-02-12 14:37:49 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/unnstllclr/unnstllclr.m,v 1.2 2005-11-03 08:44:25 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/unnstllclr/unnstllclr.m +>># File: xts5/tset/Xproto/unnstllclr/unnstllclr.m >># >># Description: >># Tests for UninstallColormap >># >># Modifications: >># $Log: unnstllclr.m,v $ ->># Revision 1.1 2005-02-12 14:37:49 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:25 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:02 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:14 mar >># Branch point for Release 5.0.2 diff --git a/xts5/tset/Xproto/wrppntr/wrppntr.m b/xts5/tset/Xproto/wrppntr/wrppntr.m index 25344d70..5aa87b32 100644 --- a/xts5/tset/Xproto/wrppntr/wrppntr.m +++ b/xts5/tset/Xproto/wrppntr/wrppntr.m @@ -1,4 +1,4 @@ -Copyright (c) 2005 X.Org Foundation LLC +Copyright (c) 2005 X.Org Foundation L.L.C. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,22 +17,25 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -$Header: /cvs/xtest/xtest/xts5/tset/Xproto/wrppntr/wrppntr.m,v 1.1 2005-02-12 14:37:49 anderson Exp $ +$Header: /cvs/xtest/xtest/xts5/tset/Xproto/wrppntr/wrppntr.m,v 1.2 2005-11-03 08:44:26 jmichael Exp $ Copyright (c) Applied Testing and Technology, Inc. 1995 All Rights Reserved. >># Project: VSW5 >># ->># File: vsw5/tset/Xproto/wrppntr/wrppntr.m +>># File: xts5/tset/Xproto/wrppntr/wrppntr.m >># >># Description: >># Tests for WarpPointer >># >># Modifications: >># $Log: wrppntr.m,v $ ->># Revision 1.1 2005-02-12 14:37:49 anderson ->># Initial revision +>># Revision 1.2 2005-11-03 08:44:26 jmichael +>># clean up all vsw5 paths to use xts5 instead. +>># +>># Revision 1.1.1.2 2005/04/15 14:06:02 anderson +>># Reimport of the base with the legal name in the copyright fixed. >># >># Revision 8.0 1998/12/23 23:33:15 mar >># Branch point for Release 5.0.2 |