Commit 8a5217ce for libheif

commit 8a5217ce40e0262b94c7e2f76f29403db094b771
Author: Dirk Farin <dirk.farin@gmail.com>
Date:   Mon Dec 15 19:09:14 2025 +0100

    fix licenses

diff --git a/examples/SAI_datafile.cc b/examples/SAI_datafile.cc
index ad105bed..072225aa 100644
--- a/examples/SAI_datafile.cc
+++ b/examples/SAI_datafile.cc
@@ -1,16 +1,21 @@
 /*
- * ImageMeter confidential
+ * HEIF codec.
+ * Copyright (c) 2025 Dirk Farin <dirk.farin@gmail.com>
  *
- * Copyright (C) 2025 by Dirk Farin, Kronenstr. 49b, 70174 Stuttgart, Germany
- * All Rights Reserved.
+ * This file is part of libheif.
  *
- * NOTICE:  All information contained herein is, and remains the property
- * of Dirk Farin.  The intellectual and technical concepts contained
- * herein are proprietary to Dirk Farin and are protected by trade secret
- * and copyright law.
- * Dissemination of this information or reproduction of this material
- * is strictly forbidden unless prior written permission is obtained
- * from Dirk Farin.
+ * libheif is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * libheif 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 libheif.  If not, see <http://www.gnu.org/licenses/>.
  */

 #include "SAI_datafile.h"
diff --git a/examples/SAI_datafile.h b/examples/SAI_datafile.h
index 4f68806e..bb95c3a8 100644
--- a/examples/SAI_datafile.h
+++ b/examples/SAI_datafile.h
@@ -1,16 +1,21 @@
 /*
- * ImageMeter confidential
+ * HEIF codec.
+ * Copyright (c) 2025 Dirk Farin <dirk.farin@gmail.com>
  *
- * Copyright (C) 2025 by Dirk Farin, Kronenstr. 49b, 70174 Stuttgart, Germany
- * All Rights Reserved.
+ * This file is part of libheif.
  *
- * NOTICE:  All information contained herein is, and remains the property
- * of Dirk Farin.  The intellectual and technical concepts contained
- * herein are proprietary to Dirk Farin and are protected by trade secret
- * and copyright law.
- * Dissemination of this information or reproduction of this material
- * is strictly forbidden unless prior written permission is obtained
- * from Dirk Farin.
+ * libheif is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of
+ * the License, or (at your option) any later version.
+ *
+ * libheif 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 libheif.  If not, see <http://www.gnu.org/licenses/>.
  */

 #ifndef SAI_DATAFILE_H
diff --git a/scripts/encode-all-sequences.sh b/scripts/encode-all-sequences.sh
index 451d5617..b3f8ad59 100755
--- a/scripts/encode-all-sequences.sh
+++ b/scripts/encode-all-sequences.sh
@@ -1,4 +1,24 @@
 #!/bin/bash
+#
+# HEIF codec.
+# Copyright (c) 2025 Dirk Farin <dirk.farin@gmail.com>
+#
+# This file is part of libheif.
+#
+# libheif is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# libheif 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with libheif.  If not, see <http://www.gnu.org/licenses/>.
+#
+
 if [ "$#" -ne 1 ]; then
     echo "Usage: pass name of first (PNG) image (with alpha) as only argument"
     exit 5