diff options
Diffstat (limited to 'src/usr/cxxtest/makefile')
-rw-r--r-- | src/usr/cxxtest/makefile | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/src/usr/cxxtest/makefile b/src/usr/cxxtest/makefile index 37ae0e43f..c7ab1c1f6 100644 --- a/src/usr/cxxtest/makefile +++ b/src/usr/cxxtest/makefile @@ -1,19 +1,25 @@ -############################################################################# -# $IBMCopyrightBlock: +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. # -# IBM Confidential +# $Source: src/usr/cxxtest/makefile $ # -# Licensed Internal Code Source Materials +# IBM CONFIDENTIAL # -# IBM HostBoot Licensed Internal Code +# COPYRIGHT International Business Machines Corp. 2011 # -# (C) Copyright IBM Corp. 2011 +# p1 # -# The source code for this program is not published or other- -# wise divested of its trade secrets, irrespective of what has -# been deposited with the U.S. Copyright Office. -#$ -############################################################################# +# Object Code Only (OCO) source materials +# Licensed Internal Code Source Materials +# IBM HostBoot Licensed Internal Code +# +# The source code for this program is not published or other- +# wise divested of its trade secrets, irrespective of what has +# been deposited with the U.S. Copyright Office. +# +# Origin: 30 +# +# IBM_PROLOG_END ROOTPATH = ../../.. MODULE = cxxtest |