|
From: <kin...@us...> - 2025-08-16 12:02:29
|
Revision: 7286
http://sourceforge.net/p/teem/code/7286
Author: kindlmann
Date: 2025-08-16 12:01:31 +0000 (Sat, 16 Aug 2025)
Log Message:
-----------
progress (pt 3) on fixing FSF address in preamble
Modified Paths:
--------------
teem/trunk/src/gage/deconvolve.c
teem/trunk/src/gage/defaultsGage.c
teem/trunk/src/gage/gage.h
teem/trunk/src/gage/kind.c
teem/trunk/src/gage/optimsig.c
teem/trunk/src/gage/scl.c
teem/trunk/src/gage/scl3pfilterbody.c
teem/trunk/src/gage/sclfilter.c
teem/trunk/src/gage/shape.c
teem/trunk/src/gage/stackBlur.c
teem/trunk/src/gage/vecGage.c
teem/trunk/src/gage/vecprint.c
teem/trunk/src/nrrd/GNUmakefile
teem/trunk/src/nrrd/accessors.c
teem/trunk/src/nrrd/apply1D.c
teem/trunk/src/nrrd/apply2D.c
teem/trunk/src/nrrd/arith.c
teem/trunk/src/nrrd/arraysNrrd.c
teem/trunk/src/nrrd/axis.c
teem/trunk/src/nrrd/bsplKernel.c
teem/trunk/src/nrrd/cc.c
teem/trunk/src/nrrd/ccmethods.c
teem/trunk/src/nrrd/comment.c
teem/trunk/src/nrrd/convertNrrd.c
teem/trunk/src/nrrd/defaultsNrrd.c
teem/trunk/src/nrrd/deringNrrd.c
teem/trunk/src/nrrd/encoding.c
teem/trunk/src/nrrd/encodingAscii.c
teem/trunk/src/nrrd/encodingBzip2.c
teem/trunk/src/nrrd/encodingGzip.c
teem/trunk/src/nrrd/encodingHex.c
teem/trunk/src/nrrd/encodingRaw.c
teem/trunk/src/nrrd/encodingZRL.c
teem/trunk/src/nrrd/endianNrrd.c
teem/trunk/src/nrrd/enumsNrrd.c
teem/trunk/src/nrrd/fftNrrd.c
teem/trunk/src/nrrd/filt.c
teem/trunk/src/nrrd/format.c
teem/trunk/src/nrrd/formatEPS.c
teem/trunk/src/nrrd/formatNRRD.c
teem/trunk/src/nrrd/formatPNG.c
teem/trunk/src/nrrd/formatPNM.c
teem/trunk/src/nrrd/formatText.c
teem/trunk/src/nrrd/formatVTK.c
teem/trunk/src/nrrd/gzio.c
teem/trunk/src/nrrd/hestNrrd.c
teem/trunk/src/nrrd/histogram.c
teem/trunk/src/nrrd/iter.c
teem/trunk/src/nrrd/kernel.c
teem/trunk/src/nrrd/keyvalue.c
teem/trunk/src/nrrd/map.c
teem/trunk/src/nrrd/measure.c
teem/trunk/src/nrrd/methodsNrrd.c
teem/trunk/src/nrrd/nrrdDefines.h
teem/trunk/src/nrrd/nrrdEnums.h
teem/trunk/src/nrrd/nrrdMacros.h
teem/trunk/src/nrrd/parseNrrd.c
teem/trunk/src/nrrd/privateNrrd.h
teem/trunk/src/nrrd/range.c
teem/trunk/src/nrrd/read.c
teem/trunk/src/nrrd/reorder.c
teem/trunk/src/nrrd/resampleContext.c
teem/trunk/src/nrrd/resampleNrrd.c
teem/trunk/src/nrrd/simple.c
teem/trunk/src/nrrd/subset.c
teem/trunk/src/nrrd/superset.c
teem/trunk/src/nrrd/test/ax.c
teem/trunk/src/nrrd/test/convo.c
teem/trunk/src/nrrd/test/dnorm.c
teem/trunk/src/nrrd/test/genvol.c
teem/trunk/src/nrrd/test/histrad.c
teem/trunk/src/nrrd/test/io.c
teem/trunk/src/nrrd/test/kv.c
teem/trunk/src/nrrd/test/minmax.c
teem/trunk/src/nrrd/test/morph.c
teem/trunk/src/nrrd/test/otsu.c
teem/trunk/src/nrrd/test/phrnd.c
teem/trunk/src/nrrd/test/quadvol.c
teem/trunk/src/nrrd/test/reuse.c
teem/trunk/src/nrrd/test/strio.c
teem/trunk/src/nrrd/test/texp.c
teem/trunk/src/nrrd/test/tkernel.c
teem/trunk/src/nrrd/test/tline.c
teem/trunk/src/nrrd/test/trand.c
teem/trunk/src/nrrd/test/tread.c
teem/trunk/src/nrrd/test/typestest.c
teem/trunk/src/nrrd/tmf/fix1.pl
teem/trunk/src/nrrd/tmf/fix2.pl
teem/trunk/src/nrrd/tmf/fix3.pl
teem/trunk/src/nrrd/tmf/tmFilters_raw.c
teem/trunk/src/nrrd/tmfKernel.c
teem/trunk/src/nrrd/winKernel.c
teem/trunk/src/nrrd/write.c
teem/trunk/src/push/binning.c
teem/trunk/src/push/privatePush.h
Modified: teem/trunk/src/gage/deconvolve.c
===================================================================
--- teem/trunk/src/gage/deconvolve.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/gage/deconvolve.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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/defaultsGage.c
===================================================================
--- teem/trunk/src/gage/defaultsGage.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/gage/defaultsGage.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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/gage.h
===================================================================
--- teem/trunk/src/gage/gage.h 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/gage/gage.h 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 GAGE_HAS_BEEN_INCLUDED
Modified: teem/trunk/src/gage/kind.c
===================================================================
--- teem/trunk/src/gage/kind.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/gage/kind.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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/optimsig.c
===================================================================
--- teem/trunk/src/gage/optimsig.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/gage/optimsig.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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/scl.c
===================================================================
--- teem/trunk/src/gage/scl.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/gage/scl.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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/scl3pfilterbody.c
===================================================================
--- teem/trunk/src/gage/scl3pfilterbody.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/gage/scl3pfilterbody.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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/gage/sclfilter.c
===================================================================
--- teem/trunk/src/gage/sclfilter.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/gage/sclfilter.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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/shape.c
===================================================================
--- teem/trunk/src/gage/shape.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/gage/shape.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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/stackBlur.c
===================================================================
--- teem/trunk/src/gage/stackBlur.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/gage/stackBlur.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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/vecGage.c
===================================================================
--- teem/trunk/src/gage/vecGage.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/gage/vecGage.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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/vecprint.c
===================================================================
--- teem/trunk/src/gage/vecprint.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/gage/vecprint.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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/nrrd/GNUmakefile
===================================================================
--- teem/trunk/src/nrrd/GNUmakefile 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/GNUmakefile 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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/nrrd/accessors.c
===================================================================
--- teem/trunk/src/nrrd/accessors.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/accessors.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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/nrrd/apply1D.c
===================================================================
--- teem/trunk/src/nrrd/apply1D.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/apply1D.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/apply2D.c
===================================================================
--- teem/trunk/src/nrrd/apply2D.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/apply2D.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/arith.c
===================================================================
--- teem/trunk/src/nrrd/arith.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/arith.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/arraysNrrd.c
===================================================================
--- teem/trunk/src/nrrd/arraysNrrd.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/arraysNrrd.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/axis.c
===================================================================
--- teem/trunk/src/nrrd/axis.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/axis.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/bsplKernel.c
===================================================================
--- teem/trunk/src/nrrd/bsplKernel.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/bsplKernel.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/cc.c
===================================================================
--- teem/trunk/src/nrrd/cc.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/cc.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/ccmethods.c
===================================================================
--- teem/trunk/src/nrrd/ccmethods.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/ccmethods.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/comment.c
===================================================================
--- teem/trunk/src/nrrd/comment.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/comment.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/convertNrrd.c
===================================================================
--- teem/trunk/src/nrrd/convertNrrd.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/convertNrrd.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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/nrrd/defaultsNrrd.c
===================================================================
--- teem/trunk/src/nrrd/defaultsNrrd.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/defaultsNrrd.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/deringNrrd.c
===================================================================
--- teem/trunk/src/nrrd/deringNrrd.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/deringNrrd.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/encoding.c
===================================================================
--- teem/trunk/src/nrrd/encoding.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/encoding.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/encodingAscii.c
===================================================================
--- teem/trunk/src/nrrd/encodingAscii.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/encodingAscii.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/encodingBzip2.c
===================================================================
--- teem/trunk/src/nrrd/encodingBzip2.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/encodingBzip2.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/encodingGzip.c
===================================================================
--- teem/trunk/src/nrrd/encodingGzip.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/encodingGzip.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/encodingHex.c
===================================================================
--- teem/trunk/src/nrrd/encodingHex.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/encodingHex.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/encodingRaw.c
===================================================================
--- teem/trunk/src/nrrd/encodingRaw.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/encodingRaw.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/encodingZRL.c
===================================================================
--- teem/trunk/src/nrrd/encodingZRL.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/encodingZRL.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/endianNrrd.c
===================================================================
--- teem/trunk/src/nrrd/endianNrrd.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/endianNrrd.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/enumsNrrd.c
===================================================================
--- teem/trunk/src/nrrd/enumsNrrd.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/enumsNrrd.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/fftNrrd.c
===================================================================
--- teem/trunk/src/nrrd/fftNrrd.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/fftNrrd.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/filt.c
===================================================================
--- teem/trunk/src/nrrd/filt.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/filt.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/format.c
===================================================================
--- teem/trunk/src/nrrd/format.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/format.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/formatEPS.c
===================================================================
--- teem/trunk/src/nrrd/formatEPS.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/formatEPS.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/formatNRRD.c
===================================================================
--- teem/trunk/src/nrrd/formatNRRD.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/formatNRRD.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/formatPNG.c
===================================================================
--- teem/trunk/src/nrrd/formatPNG.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/formatPNG.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/formatPNM.c
===================================================================
--- teem/trunk/src/nrrd/formatPNM.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/formatPNM.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/formatText.c
===================================================================
--- teem/trunk/src/nrrd/formatText.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/formatText.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/formatVTK.c
===================================================================
--- teem/trunk/src/nrrd/formatVTK.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/formatVTK.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/gzio.c
===================================================================
--- teem/trunk/src/nrrd/gzio.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/gzio.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 'gzio.c' and 'zutil.h' source
Modified: teem/trunk/src/nrrd/hestNrrd.c
===================================================================
--- teem/trunk/src/nrrd/hestNrrd.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/hestNrrd.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/histogram.c
===================================================================
--- teem/trunk/src/nrrd/histogram.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/histogram.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/iter.c
===================================================================
--- teem/trunk/src/nrrd/iter.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/iter.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/kernel.c
===================================================================
--- teem/trunk/src/nrrd/kernel.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/kernel.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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/nrrd/keyvalue.c
===================================================================
--- teem/trunk/src/nrrd/keyvalue.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/keyvalue.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/map.c
===================================================================
--- teem/trunk/src/nrrd/map.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/map.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/measure.c
===================================================================
--- teem/trunk/src/nrrd/measure.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/measure.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/methodsNrrd.c
===================================================================
--- teem/trunk/src/nrrd/methodsNrrd.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/methodsNrrd.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/nrrdDefines.h
===================================================================
--- teem/trunk/src/nrrd/nrrdDefines.h 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/nrrdDefines.h 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 NRRD_DEFINES_HAS_BEEN_INCLUDED
Modified: teem/trunk/src/nrrd/nrrdEnums.h
===================================================================
--- teem/trunk/src/nrrd/nrrdEnums.h 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/nrrdEnums.h 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 NRRD_ENUMS_HAS_BEEN_INCLUDED
Modified: teem/trunk/src/nrrd/nrrdMacros.h
===================================================================
--- teem/trunk/src/nrrd/nrrdMacros.h 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/nrrdMacros.h 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 NRRD_MACROS_HAS_BEEN_INCLUDED
Modified: teem/trunk/src/nrrd/parseNrrd.c
===================================================================
--- teem/trunk/src/nrrd/parseNrrd.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/parseNrrd.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/privateNrrd.h
===================================================================
--- teem/trunk/src/nrrd/privateNrrd.h 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/privateNrrd.h 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 _WIN32
Modified: teem/trunk/src/nrrd/range.c
===================================================================
--- teem/trunk/src/nrrd/range.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/range.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/read.c
===================================================================
--- teem/trunk/src/nrrd/read.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/read.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/reorder.c
===================================================================
--- teem/trunk/src/nrrd/reorder.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/reorder.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/resampleContext.c
===================================================================
--- teem/trunk/src/nrrd/resampleContext.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/resampleContext.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 "nrrd.h"
Modified: teem/trunk/src/nrrd/resampleNrrd.c
===================================================================
--- teem/trunk/src/nrrd/resampleNrrd.c 2025-08-16 11:54:14 UTC (rev 7285)
+++ teem/trunk/src/nrrd/resampleNrrd.c 2025-08-16 12:01:31 UTC (rev 7286)
@@ -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 FIT...
[truncated message content] |