|
From: <kin...@us...> - 2025-08-16 12:09:20
|
Revision: 7287
http://sourceforge.net/p/teem/code/7287
Author: kindlmann
Date: 2025-08-16 12:09:04 +0000 (Sat, 16 Aug 2025)
Log Message:
-----------
progress (pt 4) on fixing FSF address in preamble
Modified Paths:
--------------
teem/trunk/src/push/GNUmakefile
teem/trunk/src/push/action.c
teem/trunk/src/push/corePush.c
teem/trunk/src/push/defaultsPush.c
teem/trunk/src/push/forces.c
teem/trunk/src/push/methodsPush.c
teem/trunk/src/push/push.h
teem/trunk/src/push/setup.c
teem/trunk/src/push/test/eparse.c
teem/trunk/src/push/test/pusher.c
teem/trunk/src/ten/GNUmakefile
teem/trunk/src/ten/aniso.c
teem/trunk/src/ten/bimod.c
teem/trunk/src/ten/bvec.c
teem/trunk/src/ten/chan.c
teem/trunk/src/ten/defaultsTen.c
teem/trunk/src/ten/epireg.c
teem/trunk/src/ten/estimate.c
teem/trunk/src/ten/experSpec.c
teem/trunk/src/ten/fiber.c
teem/trunk/src/ten/fiberMethods.c
teem/trunk/src/ten/glyph.c
teem/trunk/src/ten/grads.c
teem/trunk/src/ten/miscTen.c
teem/trunk/src/ten/mod.c
teem/trunk/src/ten/model1Cylinder.c
teem/trunk/src/ten/model1Stick.c
teem/trunk/src/ten/model1Tensor2.c
teem/trunk/src/ten/model1Unit2D.c
teem/trunk/src/ten/model1Vector2D.c
teem/trunk/src/ten/model2Unit2D.c
teem/trunk/src/ten/modelB0.c
teem/trunk/src/ten/modelBall.c
teem/trunk/src/ten/modelBall1Stick.c
teem/trunk/src/ten/modelZero.c
teem/trunk/src/ten/path.c
teem/trunk/src/ten/privateTen.h
teem/trunk/src/ten/qglox.c
teem/trunk/src/ten/qseg.c
teem/trunk/src/ten/ten.h
teem/trunk/src/ten/tenDwiGage.c
teem/trunk/src/ten/tenGage.c
teem/trunk/src/ten/tenMacros.h
teem/trunk/src/ten/tenModel.c
teem/trunk/src/ten/tendAbout.c
teem/trunk/src/ten/tendAnhist.c
teem/trunk/src/ten/tendAnplot.c
teem/trunk/src/ten/tendAnscale.c
teem/trunk/src/ten/tendAnvol.c
teem/trunk/src/ten/tendAvg.c
teem/trunk/src/ten/tendBfit.c
teem/trunk/src/ten/tendBmat.c
teem/trunk/src/ten/tendEllipse.c
teem/trunk/src/ten/tendEpireg.c
teem/trunk/src/ten/tendEval.c
teem/trunk/src/ten/tendEvaladd.c
teem/trunk/src/ten/tendEvalclamp.c
teem/trunk/src/ten/tendEvalmult.c
teem/trunk/src/ten/tendEvalpow.c
teem/trunk/src/ten/tendEvecrgb.c
teem/trunk/src/ten/tendEvq.c
teem/trunk/src/ten/tendExp.c
teem/trunk/src/ten/tendExpand.c
teem/trunk/src/ten/tendFiber.c
teem/trunk/src/ten/tendGlyph.c
teem/trunk/src/ten/tendGrads.c
teem/trunk/src/ten/tendHelix.c
teem/trunk/src/ten/tendLog.c
teem/trunk/src/ten/tendMake.c
teem/trunk/src/ten/tendMfit.c
teem/trunk/src/ten/tendMsim.c
teem/trunk/src/ten/tendNorm.c
teem/trunk/src/ten/tendPoint.c
teem/trunk/src/ten/tendSatin.c
teem/trunk/src/ten/tendShrink.c
teem/trunk/src/ten/tendSim.c
teem/trunk/src/ten/tendSlice.c
teem/trunk/src/ten/tendSten.c
teem/trunk/src/ten/tendTconv.c
teem/trunk/src/ten/tendTriple.c
teem/trunk/src/ten/tensor.c
teem/trunk/src/ten/test/cntr.c
teem/trunk/src/ten/test/csim.c
teem/trunk/src/ten/test/geode.c
teem/trunk/src/ten/test/igrt.c
teem/trunk/src/ten/test/odf-hist.c
teem/trunk/src/ten/test/rgbprobe.c
teem/trunk/src/ten/test/roistat.c
teem/trunk/src/ten/test/rotedge.c
teem/trunk/src/ten/test/taniso.c
teem/trunk/src/ten/test/teigen.c
teem/trunk/src/ten/test/tem.c
teem/trunk/src/ten/test/tensorDotDat.c
teem/trunk/src/ten/test/tg.c
teem/trunk/src/ten/test/to.c
teem/trunk/src/ten/test/tqgl.c
teem/trunk/src/ten/test/tsoid.c
teem/trunk/src/ten/test/tt.c
teem/trunk/src/ten/test/ttriple.c
teem/trunk/src/ten/triple.c
Modified: teem/trunk/src/push/GNUmakefile
===================================================================
--- teem/trunk/src/push/GNUmakefile 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/push/GNUmakefile 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,11 +13,9 @@
# This library is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+# You should have received a copy of the GNU Lesser General Public License
+# along with this library; if not, see <https://www.gnu.org/licenses/>.
#
-# You should have received a copy of the GNU Lesser General Public License along with
-# this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
-# Fifth Floor, Boston, MA 02110-1301 USA
-#
#### Library name
####
Modified: teem/trunk/src/push/action.c
===================================================================
--- teem/trunk/src/push/action.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/push/action.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "push.h"
Modified: teem/trunk/src/push/corePush.c
===================================================================
--- teem/trunk/src/push/corePush.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/push/corePush.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "push.h"
Modified: teem/trunk/src/push/defaultsPush.c
===================================================================
--- teem/trunk/src/push/defaultsPush.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/push/defaultsPush.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "push.h"
Modified: teem/trunk/src/push/forces.c
===================================================================
--- teem/trunk/src/push/forces.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/push/forces.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "push.h"
Modified: teem/trunk/src/push/methodsPush.c
===================================================================
--- teem/trunk/src/push/methodsPush.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/push/methodsPush.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "push.h"
Modified: teem/trunk/src/push/push.h
===================================================================
--- teem/trunk/src/push/push.h 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/push/push.h 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef PUSH_HAS_BEEN_INCLUDED
Modified: teem/trunk/src/push/setup.c
===================================================================
--- teem/trunk/src/push/setup.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/push/setup.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "push.h"
Modified: teem/trunk/src/push/test/eparse.c
===================================================================
--- teem/trunk/src/push/test/eparse.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/push/test/eparse.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
Modified: teem/trunk/src/push/test/pusher.c
===================================================================
--- teem/trunk/src/push/test/pusher.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/push/test/pusher.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
Modified: teem/trunk/src/ten/GNUmakefile
===================================================================
--- teem/trunk/src/ten/GNUmakefile 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/GNUmakefile 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,11 +13,9 @@
# This library is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+# You should have received a copy of the GNU Lesser General Public License
+# along with this library; if not, see <https://www.gnu.org/licenses/>.
#
-# You should have received a copy of the GNU Lesser General Public License along with
-# this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
-# Fifth Floor, Boston, MA 02110-1301 USA
-#
#### Library name
####
Modified: teem/trunk/src/ten/aniso.c
===================================================================
--- teem/trunk/src/ten/aniso.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/aniso.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/bimod.c
===================================================================
--- teem/trunk/src/ten/bimod.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/bimod.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/bvec.c
===================================================================
--- teem/trunk/src/ten/bvec.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/bvec.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/chan.c
===================================================================
--- teem/trunk/src/ten/chan.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/chan.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/defaultsTen.c
===================================================================
--- teem/trunk/src/ten/defaultsTen.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/defaultsTen.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/epireg.c
===================================================================
--- teem/trunk/src/ten/epireg.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/epireg.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/estimate.c
===================================================================
--- teem/trunk/src/ten/estimate.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/estimate.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/experSpec.c
===================================================================
--- teem/trunk/src/ten/experSpec.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/experSpec.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/fiber.c
===================================================================
--- teem/trunk/src/ten/fiber.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/fiber.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/fiberMethods.c
===================================================================
--- teem/trunk/src/ten/fiberMethods.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/fiberMethods.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/glyph.c
===================================================================
--- teem/trunk/src/ten/glyph.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/glyph.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/grads.c
===================================================================
--- teem/trunk/src/ten/grads.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/grads.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/miscTen.c
===================================================================
--- teem/trunk/src/ten/miscTen.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/miscTen.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/mod.c
===================================================================
--- teem/trunk/src/ten/mod.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/mod.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/model1Cylinder.c
===================================================================
--- teem/trunk/src/ten/model1Cylinder.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/model1Cylinder.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/model1Stick.c
===================================================================
--- teem/trunk/src/ten/model1Stick.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/model1Stick.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/model1Tensor2.c
===================================================================
--- teem/trunk/src/ten/model1Tensor2.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/model1Tensor2.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/model1Unit2D.c
===================================================================
--- teem/trunk/src/ten/model1Unit2D.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/model1Unit2D.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/model1Vector2D.c
===================================================================
--- teem/trunk/src/ten/model1Vector2D.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/model1Vector2D.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/model2Unit2D.c
===================================================================
--- teem/trunk/src/ten/model2Unit2D.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/model2Unit2D.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/modelB0.c
===================================================================
--- teem/trunk/src/ten/modelB0.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/modelB0.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/modelBall.c
===================================================================
--- teem/trunk/src/ten/modelBall.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/modelBall.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/modelBall1Stick.c
===================================================================
--- teem/trunk/src/ten/modelBall1Stick.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/modelBall1Stick.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/modelZero.c
===================================================================
--- teem/trunk/src/ten/modelZero.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/modelZero.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/path.c
===================================================================
--- teem/trunk/src/ten/path.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/path.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/privateTen.h
===================================================================
--- teem/trunk/src/ten/privateTen.h 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/privateTen.h 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#ifdef __cplusplus
Modified: teem/trunk/src/ten/qglox.c
===================================================================
--- teem/trunk/src/ten/qglox.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/qglox.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/qseg.c
===================================================================
--- teem/trunk/src/ten/qseg.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/qseg.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/ten.h
===================================================================
--- teem/trunk/src/ten/ten.h 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/ten.h 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef TEN_HAS_BEEN_INCLUDED
Modified: teem/trunk/src/ten/tenDwiGage.c
===================================================================
--- teem/trunk/src/ten/tenDwiGage.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tenDwiGage.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tenGage.c
===================================================================
--- teem/trunk/src/ten/tenGage.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tenGage.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tenMacros.h
===================================================================
--- teem/trunk/src/ten/tenMacros.h 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tenMacros.h 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef TENMACROS_HAS_BEEN_INCLUDED
Modified: teem/trunk/src/ten/tenModel.c
===================================================================
--- teem/trunk/src/ten/tenModel.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tenModel.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendAbout.c
===================================================================
--- teem/trunk/src/ten/tendAbout.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendAbout.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendAnhist.c
===================================================================
--- teem/trunk/src/ten/tendAnhist.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendAnhist.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendAnplot.c
===================================================================
--- teem/trunk/src/ten/tendAnplot.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendAnplot.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendAnscale.c
===================================================================
--- teem/trunk/src/ten/tendAnscale.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendAnscale.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendAnvol.c
===================================================================
--- teem/trunk/src/ten/tendAnvol.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendAnvol.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendAvg.c
===================================================================
--- teem/trunk/src/ten/tendAvg.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendAvg.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendBfit.c
===================================================================
--- teem/trunk/src/ten/tendBfit.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendBfit.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendBmat.c
===================================================================
--- teem/trunk/src/ten/tendBmat.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendBmat.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendEllipse.c
===================================================================
--- teem/trunk/src/ten/tendEllipse.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendEllipse.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendEpireg.c
===================================================================
--- teem/trunk/src/ten/tendEpireg.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendEpireg.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendEval.c
===================================================================
--- teem/trunk/src/ten/tendEval.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendEval.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendEvaladd.c
===================================================================
--- teem/trunk/src/ten/tendEvaladd.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendEvaladd.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendEvalclamp.c
===================================================================
--- teem/trunk/src/ten/tendEvalclamp.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendEvalclamp.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendEvalmult.c
===================================================================
--- teem/trunk/src/ten/tendEvalmult.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendEvalmult.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendEvalpow.c
===================================================================
--- teem/trunk/src/ten/tendEvalpow.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendEvalpow.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendEvecrgb.c
===================================================================
--- teem/trunk/src/ten/tendEvecrgb.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendEvecrgb.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendEvq.c
===================================================================
--- teem/trunk/src/ten/tendEvq.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendEvq.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendExp.c
===================================================================
--- teem/trunk/src/ten/tendExp.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendExp.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, write to Free Software Foundation, Inc., 51 Franklin Street,
- Fifth Floor, Boston, MA 02110-1301 USA
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, see <https://www.gnu.org/licenses/>.
*/
#include "ten.h"
Modified: teem/trunk/src/ten/tendExpand.c
===================================================================
--- teem/trunk/src/ten/tendExpand.c 2025-08-16 12:01:31 UTC (rev 7286)
+++ teem/trunk/src/ten/tendExpand.c 2025-08-16 12:09:04 UTC (rev 7287)
@@ -13,10 +13,8 @@
This library is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public License along with
- this library; if not, wri...
[truncated message content] |