From b1b402b144c52de6ca9170a911699cf3e6df277e Mon Sep 17 00:00:00 2001 From: joye Date: Fri, 25 Oct 2013 16:23:42 +0000 Subject: *** empty log message *** --- src/bltChain.C | 5 +++++ src/bltChain.h | 5 +++++ src/bltConfig.C | 5 +++++ src/bltConfig.h | 6 ++++++ src/bltGrAxis.C | 5 +++++ src/bltGrAxis.h | 5 +++++ src/bltGrBind.C | 5 +++++ src/bltGrBind.h | 6 ++++++ src/bltGrElemBar.C | 5 +++++ src/bltGrElemLine.C | 5 +++++ src/bltGrElemLineSpline.C | 6 ++++++ src/bltGrElemOp.C | 5 +++++ src/bltGrElemOp.h | 5 +++++ src/bltGrHairs.C | 5 +++++ src/bltGrLegd.C | 5 +++++ src/bltGrLegd.h | 6 ++++++ src/bltGrMarker.C | 6 ++++++ src/bltGrMisc.C | 6 +++++- src/bltGrPSOutput.C | 6 ++++++ src/bltGrPSOutput.h | 5 +++++ src/bltGrPenOp.C | 5 +++++ src/bltGrText.C | 6 ++++++ src/bltGrText.h | 6 ++++++ src/bltGraph.C | 5 +++++ src/bltGraph.h | 5 +++++ src/bltInt.C | 6 ++++++ src/bltNsUtil.C | 6 ++++++ src/bltNsUtil.h | 6 ++++++ src/bltOp.h | 5 +++++ src/bltParse.C | 6 ++++++ src/bltParse.h | 5 +++++ src/bltSwitch.C | 6 ++++++ src/bltSwitch.h | 5 +++++ src/bltVecCmd.C | 6 ++++++ src/bltVecInt.h | 6 ++++++ src/bltVecMath.C | 5 +++++ src/bltVector.C | 6 ++++++ src/bltVector.h | 5 +++++ 38 files changed, 206 insertions(+), 1 deletion(-) diff --git a/src/bltChain.C b/src/bltChain.C index 54797e1..aad8550 100644 --- a/src/bltChain.C +++ b/src/bltChain.C @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltChain.c -- diff --git a/src/bltChain.h b/src/bltChain.h index 7c7cbb0..e3f6813 100644 --- a/src/bltChain.h +++ b/src/bltChain.h @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltChain.h -- diff --git a/src/bltConfig.C b/src/bltConfig.C index 8ced073..e341145 100644 --- a/src/bltConfig.C +++ b/src/bltConfig.C @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltConfig.c -- diff --git a/src/bltConfig.h b/src/bltConfig.h index aca0e62..40544a2 100644 --- a/src/bltConfig.h +++ b/src/bltConfig.h @@ -1,3 +1,9 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ + /* * bltConfig.h -- * diff --git a/src/bltGrAxis.C b/src/bltGrAxis.C index faa186b..4c6fc4e 100644 --- a/src/bltGrAxis.C +++ b/src/bltGrAxis.C @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltGrAxis.c -- diff --git a/src/bltGrAxis.h b/src/bltGrAxis.h index a009aec..5ce46bb 100644 --- a/src/bltGrAxis.h +++ b/src/bltGrAxis.h @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltGrAxis.h -- diff --git a/src/bltGrBind.C b/src/bltGrBind.C index e9bd3f8..a4bc7fb 100644 --- a/src/bltGrBind.C +++ b/src/bltGrBind.C @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltBind.c -- diff --git a/src/bltGrBind.h b/src/bltGrBind.h index 937e754..dcafd05 100644 --- a/src/bltGrBind.h +++ b/src/bltGrBind.h @@ -1,4 +1,10 @@ /* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ + +/* * bltBind.h -- * * Copyright 1998-2004 George A Howlett. diff --git a/src/bltGrElemBar.C b/src/bltGrElemBar.C index 0caf5ba..3d9bf96 100644 --- a/src/bltGrElemBar.C +++ b/src/bltGrElemBar.C @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltGrBar.c -- diff --git a/src/bltGrElemLine.C b/src/bltGrElemLine.C index d4f6a50..83de015 100644 --- a/src/bltGrElemLine.C +++ b/src/bltGrElemLine.C @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltGrLine.c -- diff --git a/src/bltGrElemLineSpline.C b/src/bltGrElemLineSpline.C index fb1a297..f4deee8 100644 --- a/src/bltGrElemLineSpline.C +++ b/src/bltGrElemLineSpline.C @@ -1,4 +1,10 @@ /* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ + +/* * Copyright 2009 George A Howlett. * * Permission is hereby granted, free of charge, to any person obtaining diff --git a/src/bltGrElemOp.C b/src/bltGrElemOp.C index 9abdc6e..35bae1b 100644 --- a/src/bltGrElemOp.C +++ b/src/bltGrElemOp.C @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltGrElem.c -- diff --git a/src/bltGrElemOp.h b/src/bltGrElemOp.h index 012e071..0ad90b9 100644 --- a/src/bltGrElemOp.h +++ b/src/bltGrElemOp.h @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltGrElem.h -- diff --git a/src/bltGrHairs.C b/src/bltGrHairs.C index 4f1994f..bfcbaa5 100644 --- a/src/bltGrHairs.C +++ b/src/bltGrHairs.C @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltGrHairs.c -- diff --git a/src/bltGrLegd.C b/src/bltGrLegd.C index c0f5b08..1dc44f1 100644 --- a/src/bltGrLegd.C +++ b/src/bltGrLegd.C @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltGrLegd.c -- diff --git a/src/bltGrLegd.h b/src/bltGrLegd.h index e12dd78..7dcb0df 100644 --- a/src/bltGrLegd.h +++ b/src/bltGrLegd.h @@ -1,4 +1,10 @@ /* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ + +/* * bltGrLegd.h -- * * Copyright 1993-2004 George A Howlett. diff --git a/src/bltGrMarker.C b/src/bltGrMarker.C index 89f587b..54b446a 100644 --- a/src/bltGrMarker.C +++ b/src/bltGrMarker.C @@ -1,4 +1,10 @@ /* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ + +/* * bltGrMarker.c -- * * This module implements markers for the BLT graph widget. diff --git a/src/bltGrMisc.C b/src/bltGrMisc.C index db4b178..b1551c7 100644 --- a/src/bltGrMisc.C +++ b/src/bltGrMisc.C @@ -1,4 +1,8 @@ - +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltGrMisc.c -- diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C index b9f4c68..003db92 100644 --- a/src/bltGrPSOutput.C +++ b/src/bltGrPSOutput.C @@ -1,4 +1,10 @@ /* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ + +/* * bltPs.c -- * * This module implements general PostScript conversion routines. diff --git a/src/bltGrPSOutput.h b/src/bltGrPSOutput.h index 93e73ec..0c02078 100644 --- a/src/bltGrPSOutput.h +++ b/src/bltGrPSOutput.h @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltPs.h -- diff --git a/src/bltGrPenOp.C b/src/bltGrPenOp.C index 79973a5..0757a7a 100644 --- a/src/bltGrPenOp.C +++ b/src/bltGrPenOp.C @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltGrPen.c -- diff --git a/src/bltGrText.C b/src/bltGrText.C index eff55e8..093f7c3 100644 --- a/src/bltGrText.C +++ b/src/bltGrText.C @@ -1,4 +1,10 @@ /* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ + +/* * bltText.c -- * * This module implements multi-line, rotate-able text for the BLT toolkit. diff --git a/src/bltGrText.h b/src/bltGrText.h index f59953b..ce069f7 100644 --- a/src/bltGrText.h +++ b/src/bltGrText.h @@ -1,4 +1,10 @@ /* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ + +/* * bltText.h -- * * diff --git a/src/bltGraph.C b/src/bltGraph.C index 4959b79..5dae8c4 100644 --- a/src/bltGraph.C +++ b/src/bltGraph.C @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltGraph.c -- diff --git a/src/bltGraph.h b/src/bltGraph.h index 84688cf..4c9604b 100644 --- a/src/bltGraph.h +++ b/src/bltGraph.h @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltGraph.h -- diff --git a/src/bltInt.C b/src/bltInt.C index 41ad000..fa231f4 100644 --- a/src/bltInt.C +++ b/src/bltInt.C @@ -1,4 +1,10 @@ /* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ + +/* * bltCoreInit.c -- * * This module initials the non-Tk command of the BLT toolkit, registering the diff --git a/src/bltNsUtil.C b/src/bltNsUtil.C index 3598e82..0bea544 100644 --- a/src/bltNsUtil.C +++ b/src/bltNsUtil.C @@ -1,4 +1,10 @@ /* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ + +/* * bltNsUtil.c -- * * This module implements utility namespace procedures for the BLT toolkit. diff --git a/src/bltNsUtil.h b/src/bltNsUtil.h index 63f8ae3..942b841 100644 --- a/src/bltNsUtil.h +++ b/src/bltNsUtil.h @@ -1,4 +1,10 @@ /* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ + +/* * bltNsUtil.h -- * * Copyright 1993-2004 George A Howlett. diff --git a/src/bltOp.h b/src/bltOp.h index ef4c712..c4a01bd 100644 --- a/src/bltOp.h +++ b/src/bltOp.h @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* *--------------------------------------------------------------------------- diff --git a/src/bltParse.C b/src/bltParse.C index 7c188e2..7d31e3d 100644 --- a/src/bltParse.C +++ b/src/bltParse.C @@ -1,4 +1,10 @@ /* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ + +/* * bltParse.c -- * * Contains a collection of procedures that are used to parse Tcl diff --git a/src/bltParse.h b/src/bltParse.h index c56f3d6..fab12c1 100644 --- a/src/bltParse.h +++ b/src/bltParse.h @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltParse.h -- diff --git a/src/bltSwitch.C b/src/bltSwitch.C index 8c4fee0..ff17d60 100644 --- a/src/bltSwitch.C +++ b/src/bltSwitch.C @@ -1,4 +1,10 @@ /* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ + +/* * bltSwitch.c -- * * This module implements command/argument switch parsing procedures for the diff --git a/src/bltSwitch.h b/src/bltSwitch.h index a075d0b..82fc3dd 100644 --- a/src/bltSwitch.h +++ b/src/bltSwitch.h @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltSwitch.h -- diff --git a/src/bltVecCmd.C b/src/bltVecCmd.C index 2fd6beb..d6f7496 100644 --- a/src/bltVecCmd.C +++ b/src/bltVecCmd.C @@ -1,4 +1,10 @@ /* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ + +/* * bltVecCmd.c -- * * This module implements vector data objects. diff --git a/src/bltVecInt.h b/src/bltVecInt.h index a01c8c8..a44282f 100644 --- a/src/bltVecInt.h +++ b/src/bltVecInt.h @@ -1,4 +1,10 @@ /* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ + +/* * bltVecInt.h -- * * Copyright 1995-2004 George A Howlett. diff --git a/src/bltVecMath.C b/src/bltVecMath.C index 8c0ad69..c210c29 100644 --- a/src/bltVecMath.C +++ b/src/bltVecMath.C @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltVecMath.c -- diff --git a/src/bltVector.C b/src/bltVector.C index 35e2d1a..6db0821 100644 --- a/src/bltVector.C +++ b/src/bltVector.C @@ -1,4 +1,10 @@ /* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ + +/* * bltVector.c -- * * This module implements vector data objects. diff --git a/src/bltVector.h b/src/bltVector.h index 2ec03bc..f5b59cd 100644 --- a/src/bltVector.h +++ b/src/bltVector.h @@ -1,3 +1,8 @@ +/* + * Smithsonian Astrophysical Observatory, Cambridge, MA, USA + * This code has been modified under the terms listed below and is made + * available under the same terms. + */ /* * bltVector.h -- -- cgit v0.12