|
From: <kin...@us...> - 2025-08-16 11:54:18
|
Revision: 7285
http://sourceforge.net/p/teem/code/7285
Author: kindlmann
Date: 2025-08-16 11:54:14 +0000 (Sat, 16 Aug 2025)
Log Message:
-----------
progress (pt 2) on fixing FSF address in preamble
Modified Paths:
--------------
teem/trunk/src/air/754.c
teem/trunk/src/air/GNUmakefile
teem/trunk/src/air/air.h
teem/trunk/src/air/array.c
teem/trunk/src/air/endianAir.c
teem/trunk/src/air/enum.c
teem/trunk/src/air/heap.c
teem/trunk/src/air/math.c
teem/trunk/src/air/miscAir.c
teem/trunk/src/air/mop.c
teem/trunk/src/air/parseAir.c
teem/trunk/src/air/privateAir.h
teem/trunk/src/air/randJSF.c
teem/trunk/src/air/randMT.c
teem/trunk/src/air/sane.c
teem/trunk/src/air/string.c
teem/trunk/src/air/test/bessy.c
teem/trunk/src/air/test/doubleprint.c
teem/trunk/src/air/test/floatprint.c
teem/trunk/src/air/test/fp.c
teem/trunk/src/air/test/logrice.c
teem/trunk/src/air/test/tarr.c
teem/trunk/src/air/test/texp.c
teem/trunk/src/air/test/tline.c
teem/trunk/src/air/test/tmisc.c
teem/trunk/src/air/test/tmop.c
teem/trunk/src/air/test/tok.c
teem/trunk/src/air/test/tprint.c
teem/trunk/src/air/test/trand.c
teem/trunk/src/air/test/trandJSF.c
teem/trunk/src/air/threadAir.c
teem/trunk/src/ell/GNUmakefile
teem/trunk/src/ell/cubicEll.c
teem/trunk/src/ell/eigen.c
teem/trunk/src/ell/ell.h
teem/trunk/src/ell/ellMacros.h
teem/trunk/src/ell/genmat.c
teem/trunk/src/ell/mat.c
teem/trunk/src/ell/miscEll.c
teem/trunk/src/ell/quat.c
teem/trunk/src/ell/test/es6.c
teem/trunk/src/ell/test/inter.c
teem/trunk/src/ell/test/invert.c
teem/trunk/src/ell/test/mmul.c
teem/trunk/src/ell/test/rot2aa.c
teem/trunk/src/ell/test/sort3.c
teem/trunk/src/ell/test/tq.c
teem/trunk/src/ell/test/wheel.c
teem/trunk/src/ell/vecEll.c
teem/trunk/src/gage/GNUmakefile
teem/trunk/src/gage/ctx.c
teem/trunk/src/gage/filter.c
teem/trunk/src/gage/miscGage.c
teem/trunk/src/gage/multiGage.c
teem/trunk/src/gage/print.c
teem/trunk/src/gage/privateGage.h
teem/trunk/src/gage/pvl.c
teem/trunk/src/gage/sclanswer.c
teem/trunk/src/gage/sclprint.c
teem/trunk/src/gage/st.c
teem/trunk/src/gage/stack.c
teem/trunk/src/gage/test/aalias.c
teem/trunk/src/gage/test/ctfix.c
teem/trunk/src/gage/test/demo.c
teem/trunk/src/gage/test/genoptsig.c
teem/trunk/src/gage/test/indx.c
teem/trunk/src/gage/test/maxes.c
teem/trunk/src/gage/test/ssc.c
teem/trunk/src/gage/test/tplot.c
teem/trunk/src/gage/test/vh.c
teem/trunk/src/gage/twovecGage.c
teem/trunk/src/gage/update.c
teem/trunk/src/mite/GNUmakefile
teem/trunk/src/mite/defaultsMite.c
teem/trunk/src/mite/kindnot.c
teem/trunk/src/mite/mite.h
teem/trunk/src/mite/privateMite.h
teem/trunk/src/mite/ray.c
teem/trunk/src/mite/renderMite.c
teem/trunk/src/mite/shade.c
teem/trunk/src/mite/thread.c
teem/trunk/src/mite/txf.c
teem/trunk/src/mite/user.c
teem/trunk/src/pull/binningPull.c
teem/trunk/src/pull/ccPull.c
teem/trunk/src/pull/constraints.c
teem/trunk/src/pull/contextPull.c
teem/trunk/src/pull/corePull.c
teem/trunk/src/pull/defaultsPull.c
teem/trunk/src/pull/enumsPull.c
teem/trunk/src/pull/infoPull.c
teem/trunk/src/pull/parmPull.c
teem/trunk/src/pull/pointPull.c
teem/trunk/src/pull/popcntl.c
teem/trunk/src/pull/privatePull.h
teem/trunk/src/pull/pull.h
teem/trunk/src/pull/test/circ.c
teem/trunk/src/pull/test/eparse.c
Modified: teem/trunk/src/air/754.c
===================================================================
--- teem/trunk/src/air/754.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/754.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "air.h"
Modified: teem/trunk/src/air/GNUmakefile
===================================================================
--- teem/trunk/src/air/GNUmakefile 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/GNUmakefile 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/air/air.h
===================================================================
--- teem/trunk/src/air/air.h 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/air.h 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/>.
*/
#ifndef AIR_HAS_BEEN_INCLUDED
Modified: teem/trunk/src/air/array.c
===================================================================
--- teem/trunk/src/air/array.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/array.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "air.h"
Modified: teem/trunk/src/air/endianAir.c
===================================================================
--- teem/trunk/src/air/endianAir.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/endianAir.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "air.h"
Modified: teem/trunk/src/air/enum.c
===================================================================
--- teem/trunk/src/air/enum.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/enum.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "air.h"
Modified: teem/trunk/src/air/heap.c
===================================================================
--- teem/trunk/src/air/heap.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/heap.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 */
#include "air.h"
Modified: teem/trunk/src/air/math.c
===================================================================
--- teem/trunk/src/air/math.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/math.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/>.
*/
/* clang-format off */
Modified: teem/trunk/src/air/miscAir.c
===================================================================
--- teem/trunk/src/air/miscAir.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/miscAir.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "air.h"
Modified: teem/trunk/src/air/mop.c
===================================================================
--- teem/trunk/src/air/mop.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/mop.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "air.h"
Modified: teem/trunk/src/air/parseAir.c
===================================================================
--- teem/trunk/src/air/parseAir.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/parseAir.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "air.h"
Modified: teem/trunk/src/air/privateAir.h
===================================================================
--- teem/trunk/src/air/privateAir.h 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/privateAir.h 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/air/randJSF.c
===================================================================
--- teem/trunk/src/air/randJSF.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/randJSF.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "air.h"
#include "privateAir.h"
Modified: teem/trunk/src/air/randMT.c
===================================================================
--- teem/trunk/src/air/randMT.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/randMT.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/>.
*/
/*
This file is a modified version of the MersenneTwister.h source file
Modified: teem/trunk/src/air/sane.c
===================================================================
--- teem/trunk/src/air/sane.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/sane.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "air.h"
Modified: teem/trunk/src/air/string.c
===================================================================
--- teem/trunk/src/air/string.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/string.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "air.h"
Modified: teem/trunk/src/air/test/bessy.c
===================================================================
--- teem/trunk/src/air/test/bessy.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/test/bessy.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/air/test/doubleprint.c
===================================================================
--- teem/trunk/src/air/test/doubleprint.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/test/doubleprint.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/air/test/floatprint.c
===================================================================
--- teem/trunk/src/air/test/floatprint.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/test/floatprint.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/air/test/fp.c
===================================================================
--- teem/trunk/src/air/test/fp.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/test/fp.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "../air.h"
Modified: teem/trunk/src/air/test/logrice.c
===================================================================
--- teem/trunk/src/air/test/logrice.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/test/logrice.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/air/test/tarr.c
===================================================================
--- teem/trunk/src/air/test/tarr.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/test/tarr.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/air/test/texp.c
===================================================================
--- teem/trunk/src/air/test/texp.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/test/texp.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/air/test/tline.c
===================================================================
--- teem/trunk/src/air/test/tline.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/test/tline.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/air/test/tmisc.c
===================================================================
--- teem/trunk/src/air/test/tmisc.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/test/tmisc.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/air/test/tmop.c
===================================================================
--- teem/trunk/src/air/test/tmop.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/test/tmop.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/air/test/tok.c
===================================================================
--- teem/trunk/src/air/test/tok.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/test/tok.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/air/test/tprint.c
===================================================================
--- teem/trunk/src/air/test/tprint.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/test/tprint.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "../air.h"
Modified: teem/trunk/src/air/test/trand.c
===================================================================
--- teem/trunk/src/air/test/trand.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/test/trand.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/air/test/trandJSF.c
===================================================================
--- teem/trunk/src/air/test/trandJSF.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/test/trandJSF.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "../air.h"
Modified: teem/trunk/src/air/threadAir.c
===================================================================
--- teem/trunk/src/air/threadAir.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/air/threadAir.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "air.h"
Modified: teem/trunk/src/ell/GNUmakefile
===================================================================
--- teem/trunk/src/ell/GNUmakefile 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/GNUmakefile 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/ell/cubicEll.c
===================================================================
--- teem/trunk/src/ell/cubicEll.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/cubicEll.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "ell.h"
Modified: teem/trunk/src/ell/eigen.c
===================================================================
--- teem/trunk/src/ell/eigen.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/eigen.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "ell.h"
Modified: teem/trunk/src/ell/ell.h
===================================================================
--- teem/trunk/src/ell/ell.h 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/ell.h 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 ELL_HAS_BEEN_INCLUDED
Modified: teem/trunk/src/ell/ellMacros.h
===================================================================
--- teem/trunk/src/ell/ellMacros.h 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/ellMacros.h 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 ELLMACROS_HAS_BEEN_INCLUDED
Modified: teem/trunk/src/ell/genmat.c
===================================================================
--- teem/trunk/src/ell/genmat.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/genmat.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "ell.h"
Modified: teem/trunk/src/ell/mat.c
===================================================================
--- teem/trunk/src/ell/mat.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/mat.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "ell.h"
Modified: teem/trunk/src/ell/miscEll.c
===================================================================
--- teem/trunk/src/ell/miscEll.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/miscEll.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "ell.h"
Modified: teem/trunk/src/ell/quat.c
===================================================================
--- teem/trunk/src/ell/quat.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/quat.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "ell.h"
Modified: teem/trunk/src/ell/test/es6.c
===================================================================
--- teem/trunk/src/ell/test/es6.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/test/es6.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "../ell.h"
Modified: teem/trunk/src/ell/test/inter.c
===================================================================
--- teem/trunk/src/ell/test/inter.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/test/inter.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "../ell.h"
Modified: teem/trunk/src/ell/test/invert.c
===================================================================
--- teem/trunk/src/ell/test/invert.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/test/invert.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "../ell.h"
Modified: teem/trunk/src/ell/test/mmul.c
===================================================================
--- teem/trunk/src/ell/test/mmul.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/test/mmul.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "../ell.h"
Modified: teem/trunk/src/ell/test/rot2aa.c
===================================================================
--- teem/trunk/src/ell/test/rot2aa.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/test/rot2aa.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "../ell.h"
Modified: teem/trunk/src/ell/test/sort3.c
===================================================================
--- teem/trunk/src/ell/test/sort3.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/test/sort3.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/ell/test/tq.c
===================================================================
--- teem/trunk/src/ell/test/tq.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/test/tq.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/ell/test/wheel.c
===================================================================
--- teem/trunk/src/ell/test/wheel.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/test/wheel.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "../ell.h"
Modified: teem/trunk/src/ell/vecEll.c
===================================================================
--- teem/trunk/src/ell/vecEll.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/ell/vecEll.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "ell.h"
Modified: teem/trunk/src/gage/GNUmakefile
===================================================================
--- teem/trunk/src/gage/GNUmakefile 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/gage/GNUmakefile 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/gage/ctx.c
===================================================================
--- teem/trunk/src/gage/ctx.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/gage/ctx.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "gage.h"
Modified: teem/trunk/src/gage/filter.c
===================================================================
--- teem/trunk/src/gage/filter.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/gage/filter.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "gage.h"
Modified: teem/trunk/src/gage/miscGage.c
===================================================================
--- teem/trunk/src/gage/miscGage.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/gage/miscGage.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "gage.h"
Modified: teem/trunk/src/gage/multiGage.c
===================================================================
--- teem/trunk/src/gage/multiGage.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/gage/multiGage.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "gage.h"
Modified: teem/trunk/src/gage/print.c
===================================================================
--- teem/trunk/src/gage/print.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/gage/print.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "gage.h"
Modified: teem/trunk/src/gage/privateGage.h
===================================================================
--- teem/trunk/src/gage/privateGage.h 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/gage/privateGage.h 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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/gage/pvl.c
===================================================================
--- teem/trunk/src/gage/pvl.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/gage/pvl.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "gage.h"
Modified: teem/trunk/src/gage/sclanswer.c
===================================================================
--- teem/trunk/src/gage/sclanswer.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/gage/sclanswer.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "gage.h"
Modified: teem/trunk/src/gage/sclprint.c
===================================================================
--- teem/trunk/src/gage/sclprint.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/gage/sclprint.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "gage.h"
Modified: teem/trunk/src/gage/st.c
===================================================================
--- teem/trunk/src/gage/st.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/gage/st.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "gage.h"
Modified: teem/trunk/src/gage/stack.c
===================================================================
--- teem/trunk/src/gage/stack.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/gage/stack.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "gage.h"
Modified: teem/trunk/src/gage/test/aalias.c
===================================================================
--- teem/trunk/src/gage/test/aalias.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/gage/test/aalias.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "../gage.h"
Modified: teem/trunk/src/gage/test/ctfix.c
===================================================================
--- teem/trunk/src/gage/test/ctfix.c 2025-08-16 11:40:44 UTC (rev 7284)
+++ teem/trunk/src/gage/test/ctfix.c 2025-08-16 11:54:14 UTC (rev 7285)
@@ -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 "../gage.h"
Modified: teem/trunk/...
[truncated message content] |