aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
-rwxr-xr-xsrc/fs/gnunet-download-manager.scm2
2 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5d570ddad..4295ce0ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,7 @@
14# You should have received a copy of the GNU Affero General Public License 14# You should have received a copy of the GNU Affero General Public License
15# along with this program. If not, see <http://www.gnu.org/licenses/>. 15# along with this program. If not, see <http://www.gnu.org/licenses/>.
16# 16#
17# SPDX-License-Identifier: AGPL3.0-or-later
17# 18#
18# Process this file with autoconf to produce a configure script. 19# Process this file with autoconf to produce a configure script.
19# 20#
diff --git a/src/fs/gnunet-download-manager.scm b/src/fs/gnunet-download-manager.scm
index a7cacffd9..0b4301cc8 100755
--- a/src/fs/gnunet-download-manager.scm
+++ b/src/fs/gnunet-download-manager.scm
@@ -18,6 +18,8 @@ exec guile -e main -s "$0" "$@"
18;;; You should have received a copy of the GNU General Public License 18;;; You should have received a copy of the GNU General Public License
19;;; along with this program; if not, write to the Free Software 19;;; along with this program; if not, write to the Free Software
20;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 20;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21;;;
22;;; SPDX-License-Identifier: GPL-2.0-or-later
21 23
22;;; Remember ongoing GNUnet downloads so as to be able to resume them 24;;; Remember ongoing GNUnet downloads so as to be able to resume them
23;;; later. Typical usage is to define the following alias in your 25;;; later. Typical usage is to define the following alias in your