|
From: <kin...@us...> - 2025-08-16 12:15:31
|
Revision: 7288
http://sourceforge.net/p/teem/code/7288
Author: kindlmann
Date: 2025-08-16 12:15:28 +0000 (Sat, 16 Aug 2025)
Log Message:
-----------
progress (pt 5) on fixing FSF address in preamble
Modified Paths:
--------------
teem/trunk/src/alan/GNUmakefile
teem/trunk/src/alan/alan.h
teem/trunk/src/alan/coreAlan.c
teem/trunk/src/alan/enumsAlan.c
teem/trunk/src/alan/methodsAlan.c
teem/trunk/src/alan/test/tspot.c
teem/trunk/src/biff/GNUmakefile
teem/trunk/src/biff/biff.h
teem/trunk/src/biff/biffbiff.c
teem/trunk/src/biff/biffmsg.c
teem/trunk/src/biff/privateBiff.h
teem/trunk/src/biff/test/test.c
teem/trunk/src/dye/GNUmakefile
teem/trunk/src/dye/convertDye.c
teem/trunk/src/dye/dye.h
teem/trunk/src/dye/methodsDye.c
teem/trunk/src/dye/test/bow.c
teem/trunk/src/dye/test/conv.c
teem/trunk/src/dye/test/iconv.c
teem/trunk/src/dye/test/mchist.c
teem/trunk/src/elf/ESHEstimElf.c
teem/trunk/src/elf/GNUmakefile
teem/trunk/src/elf/ballStickElf.c
teem/trunk/src/elf/elf.h
teem/trunk/src/elf/glyphElf.c
teem/trunk/src/elf/maximaElf.c
teem/trunk/src/make/README.txt
teem/trunk/src/make/aix.mk
teem/trunk/src/make/boiler.mk
teem/trunk/src/make/compare.sh
teem/trunk/src/make/cygwin.mk
teem/trunk/src/make/darwin.mk
teem/trunk/src/make/errorCheck.mk
teem/trunk/src/make/externals.mk
teem/trunk/src/make/irix6.mk
teem/trunk/src/make/linux.mk
teem/trunk/src/make/solaris.mk
teem/trunk/src/make/template.mk
teem/trunk/src/make/win32.mk
teem/trunk/src/preamble.mk
teem/trunk/src/ten/enumsTen.c
teem/trunk/src/ten/modelBall1Cylinder.c
teem/trunk/src/ten/modelBall1StickEMD.c
teem/trunk/src/ten/tendEstim.c
teem/trunk/src/ten/tendEvec.c
teem/trunk/src/ten/tendFlotsam.c
teem/trunk/src/ten/tendMconv.c
teem/trunk/src/ten/tendUnmf.c
teem/trunk/src/tijk/2dTijk.c
teem/trunk/src/tijk/3dTijk.c
teem/trunk/src/tijk/GNUmakefile
teem/trunk/src/tijk/approxTijk.c
teem/trunk/src/tijk/convertQuietPop.h
teem/trunk/src/tijk/convertQuietPush.h
teem/trunk/src/tijk/enumsTijk.c
teem/trunk/src/tijk/fsTijk.c
teem/trunk/src/tijk/miscTijk.c
teem/trunk/src/tijk/nrrdTijk.c
teem/trunk/src/tijk/privateTijk.h
teem/trunk/src/tijk/shTijk.c
teem/trunk/src/tijk/shtables.h
teem/trunk/src/tijk/tijk.h
Modified: teem/trunk/src/alan/GNUmakefile
===================================================================
--- teem/trunk/src/alan/GNUmakefile 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/alan/GNUmakefile 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/alan/alan.h
===================================================================
--- teem/trunk/src/alan/alan.h 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/alan/alan.h 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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 ALAN_HAS_BEEN_INCLUDED
Modified: teem/trunk/src/alan/coreAlan.c
===================================================================
--- teem/trunk/src/alan/coreAlan.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/alan/coreAlan.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/alan/enumsAlan.c
===================================================================
--- teem/trunk/src/alan/enumsAlan.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/alan/enumsAlan.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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 "alan.h"
Modified: teem/trunk/src/alan/methodsAlan.c
===================================================================
--- teem/trunk/src/alan/methodsAlan.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/alan/methodsAlan.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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 "alan.h"
Modified: teem/trunk/src/alan/test/tspot.c
===================================================================
--- teem/trunk/src/alan/test/tspot.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/alan/test/tspot.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/biff/GNUmakefile
===================================================================
--- teem/trunk/src/biff/GNUmakefile 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/biff/GNUmakefile 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/biff/biff.h
===================================================================
--- teem/trunk/src/biff/biff.h 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/biff/biff.h 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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 BIFF_HAS_BEEN_INCLUDED
Modified: teem/trunk/src/biff/biffbiff.c
===================================================================
--- teem/trunk/src/biff/biffbiff.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/biff/biffbiff.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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 "biff.h"
Modified: teem/trunk/src/biff/biffmsg.c
===================================================================
--- teem/trunk/src/biff/biffmsg.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/biff/biffmsg.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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 "biff.h"
Modified: teem/trunk/src/biff/privateBiff.h
===================================================================
--- teem/trunk/src/biff/privateBiff.h 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/biff/privateBiff.h 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/biff/test/test.c
===================================================================
--- teem/trunk/src/biff/test/test.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/biff/test/test.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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 "../biff.h"
Modified: teem/trunk/src/dye/GNUmakefile
===================================================================
--- teem/trunk/src/dye/GNUmakefile 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/dye/GNUmakefile 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/dye/convertDye.c
===================================================================
--- teem/trunk/src/dye/convertDye.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/dye/convertDye.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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 "dye.h"
Modified: teem/trunk/src/dye/dye.h
===================================================================
--- teem/trunk/src/dye/dye.h 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/dye/dye.h 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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 DYE_HAS_BEEN_INCLUDED
Modified: teem/trunk/src/dye/methodsDye.c
===================================================================
--- teem/trunk/src/dye/methodsDye.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/dye/methodsDye.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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 "dye.h"
Modified: teem/trunk/src/dye/test/bow.c
===================================================================
--- teem/trunk/src/dye/test/bow.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/dye/test/bow.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/dye/test/conv.c
===================================================================
--- teem/trunk/src/dye/test/conv.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/dye/test/conv.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/dye/test/iconv.c
===================================================================
--- teem/trunk/src/dye/test/iconv.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/dye/test/iconv.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/dye/test/mchist.c
===================================================================
--- teem/trunk/src/dye/test/mchist.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/dye/test/mchist.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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 "../dye.h"
Modified: teem/trunk/src/elf/ESHEstimElf.c
===================================================================
--- teem/trunk/src/elf/ESHEstimElf.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/elf/ESHEstimElf.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -11,10 +11,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 "elf.h"
Modified: teem/trunk/src/elf/GNUmakefile
===================================================================
--- teem/trunk/src/elf/GNUmakefile 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/elf/GNUmakefile 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/elf/ballStickElf.c
===================================================================
--- teem/trunk/src/elf/ballStickElf.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/elf/ballStickElf.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -11,10 +11,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 "elf.h"
Modified: teem/trunk/src/elf/elf.h
===================================================================
--- teem/trunk/src/elf/elf.h 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/elf/elf.h 2025-08-16 12:15:28 UTC (rev 7288)
@@ -11,10 +11,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 ELF_HAS_BEEN_INCLUDED
Modified: teem/trunk/src/elf/glyphElf.c
===================================================================
--- teem/trunk/src/elf/glyphElf.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/elf/glyphElf.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -11,10 +11,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 "elf.h"
Modified: teem/trunk/src/elf/maximaElf.c
===================================================================
--- teem/trunk/src/elf/maximaElf.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/elf/maximaElf.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -11,10 +11,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 "elf.h"
Modified: teem/trunk/src/make/README.txt
===================================================================
--- teem/trunk/src/make/README.txt 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/make/README.txt 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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
-#
=========================
User-set environment variables which effect global things:
Modified: teem/trunk/src/make/aix.mk
===================================================================
--- teem/trunk/src/make/aix.mk 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/make/aix.mk 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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
-#
TEEM_SHEXT =
Modified: teem/trunk/src/make/boiler.mk
===================================================================
--- teem/trunk/src/make/boiler.mk 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/make/boiler.mk 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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
-#
#### (this is the template for the individual teem libraries)
Modified: teem/trunk/src/make/compare.sh
===================================================================
--- teem/trunk/src/make/compare.sh 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/make/compare.sh 2025-08-16 12:15:28 UTC (rev 7288)
@@ -14,19 +14,17 @@
# 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
-#
# The sh path set above (#!/usr/bin/sh) is only for debugging this:
-# this shell is not run by make. Its contents are read by the
+# this shell is not run by make. Its contents are read by the
# "." intrinsic command, from the shell that make spawns.
# Little shell script to determine if installed headers and libs
# should be named as prerequisites (thereby triggering their
-# re-install). Before this is run, two variables are set:
+# re-install). Before this is run, two variables are set:
#
# $mes : filenames for "me", library L
# $needs : filenames for every library which L depends on
@@ -34,7 +32,7 @@
# The re-install is needed if:
# (test 0) One of $mes doesn't exist.
# (test 1) A needed file wasn't there. The fact that it will
-# named elsewhere as a prerequisite, and that its prerequisites in turn
+# named elsewhere as a prerequisite, and that its prerequisites in turn
# will also be named, means that the corresponding needed library will be
# built, which means that L will have to re-installed, or
# (test 2) One of the needed files is newer than one of the $mes
Modified: teem/trunk/src/make/cygwin.mk
===================================================================
--- teem/trunk/src/make/cygwin.mk 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/make/cygwin.mk 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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
-#
# Cygwin-free DLLs are not as easy to make as once thought, but at
Modified: teem/trunk/src/make/darwin.mk
===================================================================
--- teem/trunk/src/make/darwin.mk 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/make/darwin.mk 2025-08-16 12:15:28 UTC (rev 7288)
@@ -14,10 +14,8 @@
# 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
+# along with this library; if not, see <https://www.gnu.org/licenses/>.
#
Modified: teem/trunk/src/make/errorCheck.mk
===================================================================
--- teem/trunk/src/make/errorCheck.mk 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/make/errorCheck.mk 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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
-#
####
Modified: teem/trunk/src/make/externals.mk
===================================================================
--- teem/trunk/src/make/externals.mk 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/make/externals.mk 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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
-#
## XTERNS: list of all the identifiers for the various external
## libraries that we can _optionally_ link against. Teem has no
Modified: teem/trunk/src/make/irix6.mk
===================================================================
--- teem/trunk/src/make/irix6.mk 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/make/irix6.mk 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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
-#
TEEM_LITTER = so_locations
Modified: teem/trunk/src/make/linux.mk
===================================================================
--- teem/trunk/src/make/linux.mk 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/make/linux.mk 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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
-#
TEEM_SHEXT = so
Modified: teem/trunk/src/make/solaris.mk
===================================================================
--- teem/trunk/src/make/solaris.mk 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/make/solaris.mk 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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
-#
TEEM_SHEXT = so
Modified: teem/trunk/src/make/template.mk
===================================================================
--- teem/trunk/src/make/template.mk 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/make/template.mk 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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
-#
####
Modified: teem/trunk/src/make/win32.mk
===================================================================
--- teem/trunk/src/make/win32.mk 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/make/win32.mk 2025-08-16 12:15:28 UTC (rev 7288)
@@ -13,14 +13,12 @@
# 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
-#
# Windows project file stuff
-#
+#
# Makes project files for the teem dll, one for each teem binary, and
# one for the workspace containing all these
@@ -81,7 +79,7 @@
# MS Visual Studio 6.0 project files
-project.build.msvc6: teem.dsp.build headers.copy teem.dsw.build bins.dsp.build
+project.build.msvc6: teem.dsp.build headers.copy teem.dsw.build bins.dsp.build
project.clean.msvc6: headers.clean
$(RM) $(WIN32.DEST)/*.dsp $(WIN32.DEST)/*.dsw $(WIN32.DEST)/*.plg
Modified: teem/trunk/src/preamble.mk
===================================================================
--- teem/trunk/src/preamble.mk 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/preamble.mk 2025-08-16 12:15:28 UTC (rev 7288)
@@ -13,8 +13,6 @@
# 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
-#
Modified: teem/trunk/src/ten/enumsTen.c
===================================================================
--- teem/trunk/src/ten/enumsTen.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/ten/enumsTen.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/modelBall1Cylinder.c
===================================================================
--- teem/trunk/src/ten/modelBall1Cylinder.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/ten/modelBall1Cylinder.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/modelBall1StickEMD.c
===================================================================
--- teem/trunk/src/ten/modelBall1StickEMD.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/ten/modelBall1StickEMD.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/tendEstim.c
===================================================================
--- teem/trunk/src/ten/tendEstim.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/ten/tendEstim.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/tendEvec.c
===================================================================
--- teem/trunk/src/ten/tendEvec.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/ten/tendEvec.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/tendFlotsam.c
===================================================================
--- teem/trunk/src/ten/tendFlotsam.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/ten/tendFlotsam.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/tendMconv.c
===================================================================
--- teem/trunk/src/ten/tendMconv.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/ten/tendMconv.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/tendUnmf.c
===================================================================
--- teem/trunk/src/ten/tendUnmf.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/ten/tendUnmf.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/tijk/2dTijk.c
===================================================================
--- teem/trunk/src/tijk/2dTijk.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/tijk/2dTijk.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -12,10 +12,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/>.
*/
/* Implementation of two-dimensional tensors */
Modified: teem/trunk/src/tijk/3dTijk.c
===================================================================
--- teem/trunk/src/tijk/3dTijk.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/tijk/3dTijk.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -12,10 +12,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/>.
*/
/* Implementation of three-dimensional tensors */
Modified: teem/trunk/src/tijk/GNUmakefile
===================================================================
--- teem/trunk/src/tijk/GNUmakefile 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/tijk/GNUmakefile 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/tijk/approxTijk.c
===================================================================
--- teem/trunk/src/tijk/approxTijk.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/tijk/approxTijk.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -14,10 +14,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 "tijk.h"
Modified: teem/trunk/src/tijk/convertQuietPop.h
===================================================================
--- teem/trunk/src/tijk/convertQuietPop.h 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/tijk/convertQuietPop.h 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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 _MSC_VER
Modified: teem/trunk/src/tijk/convertQuietPush.h
===================================================================
--- teem/trunk/src/tijk/convertQuietPush.h 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/tijk/convertQuietPush.h 2025-08-16 12:15:28 UTC (rev 7288)
@@ -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/>.
*/
/* NOTE: these warning suppressions are hopefully
Modified: teem/trunk/src/tijk/enumsTijk.c
===================================================================
--- teem/trunk/src/tijk/enumsTijk.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/tijk/enumsTijk.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -11,10 +11,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/>.
*/
/* clang-format off */
Modified: teem/trunk/src/tijk/fsTijk.c
===================================================================
--- teem/trunk/src/tijk/fsTijk.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/tijk/fsTijk.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -12,10 +12,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/>.
*/
/* Implementation of fourier series and their relation to tensors */
Modified: teem/trunk/src/tijk/miscTijk.c
===================================================================
--- teem/trunk/src/tijk/miscTijk.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/tijk/miscTijk.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -12,10 +12,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 "tijk.h"
Modified: teem/trunk/src/tijk/nrrdTijk.c
===================================================================
--- teem/trunk/src/tijk/nrrdTijk.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/tijk/nrrdTijk.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -11,10 +11,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/>.
*/
/* Reading and setting axis labels to encode Tijk types */
Modified: teem/trunk/src/tijk/privateTijk.h
===================================================================
--- teem/trunk/src/tijk/privateTijk.h 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/tijk/privateTijk.h 2025-08-16 12:15:28 UTC (rev 7288)
@@ -14,10 +14,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/tijk/shTijk.c
===================================================================
--- teem/trunk/src/tijk/shTijk.c 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/tijk/shTijk.c 2025-08-16 12:15:28 UTC (rev 7288)
@@ -12,10 +12,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/>.
*/
/* Implementation of spherical harmonics and their relation to tensors */
Modified: teem/trunk/src/tijk/shtables.h
===================================================================
--- teem/trunk/src/tijk/shtables.h 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/tijk/shtables.h 2025-08-16 12:15:28 UTC (rev 7288)
@@ -12,10 +12,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/>.
*/
/* clang-format off */
/* The idea is that you will #define TIJK_TABLE_TYPE to 0 (double) or 1 (float),
Modified: teem/trunk/src/tijk/tijk.h
===================================================================
--- teem/trunk/src/tijk/tijk.h 2025-08-16 12:09:04 UTC (rev 7287)
+++ teem/trunk/src/tijk/tijk.h 2025-08-16 12:15:28 UTC (rev 7288)
@@ -14,10 +14,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 ...
[truncated message content] |