aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-01-14 18:41:36 +0000
committerng0 <ng0@n0.is>2019-01-14 18:41:36 +0000
commit1e9181264407912efca61e0c9a66fd51e0b9b188 (patch)
treeb0739291b53a27ee3be4894a01f399955820ae3a /src/fs
parent31adcb0e020b7861ee7f306a6e2fac0df9b10290 (diff)
downloadgnunet-1e9181264407912efca61e0c9a66fd51e0b9b188.tar.gz
gnunet-1e9181264407912efca61e0c9a66fd51e0b9b188.zip
2 more spdx identifiers
Diffstat (limited to 'src/fs')
-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