summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjoye <joye>2013-10-25 16:23:42 (GMT)
committerjoye <joye>2013-10-25 16:23:42 (GMT)
commitb1b402b144c52de6ca9170a911699cf3e6df277e (patch)
treebfb4fb755fb35ddf72d7458c54ce3ba4d29d19f0 /src
parentdf17d5e958b30d103eb07c13d269683352d9ccbf (diff)
downloadblt-b1b402b144c52de6ca9170a911699cf3e6df277e.zip
blt-b1b402b144c52de6ca9170a911699cf3e6df277e.tar.gz
blt-b1b402b144c52de6ca9170a911699cf3e6df277e.tar.bz2
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/bltChain.C5
-rw-r--r--src/bltChain.h5
-rw-r--r--src/bltConfig.C5
-rw-r--r--src/bltConfig.h6
-rw-r--r--src/bltGrAxis.C5
-rw-r--r--src/bltGrAxis.h5
-rw-r--r--src/bltGrBind.C5
-rw-r--r--src/bltGrBind.h6
-rw-r--r--src/bltGrElemBar.C5
-rw-r--r--src/bltGrElemLine.C5
-rw-r--r--src/bltGrElemLineSpline.C6
-rw-r--r--src/bltGrElemOp.C5
-rw-r--r--src/bltGrElemOp.h5
-rw-r--r--src/bltGrHairs.C5
-rw-r--r--src/bltGrLegd.C5
-rw-r--r--src/bltGrLegd.h6
-rw-r--r--src/bltGrMarker.C6
-rw-r--r--src/bltGrMisc.C6
-rw-r--r--src/bltGrPSOutput.C6
-rw-r--r--src/bltGrPSOutput.h5
-rw-r--r--src/bltGrPenOp.C5
-rw-r--r--src/bltGrText.C6
-rw-r--r--src/bltGrText.h6
-rw-r--r--src/bltGraph.C5
-rw-r--r--src/bltGraph.h5
-rw-r--r--src/bltInt.C6
-rw-r--r--src/bltNsUtil.C6
-rw-r--r--src/bltNsUtil.h6
-rw-r--r--src/bltOp.h5
-rw-r--r--src/bltParse.C6
-rw-r--r--src/bltParse.h5
-rw-r--r--src/bltSwitch.C6
-rw-r--r--src/bltSwitch.h5
-rw-r--r--src/bltVecCmd.C6
-rw-r--r--src/bltVecInt.h6
-rw-r--r--src/bltVecMath.C5
-rw-r--r--src/bltVector.C6
-rw-r--r--src/bltVector.h5
38 files changed, 206 insertions, 1 deletions
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 --