aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/fs/gnunet-download-manager.scm2
1 files changed, 2 insertions, 0 deletions
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