X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ffs%2Ffs_uri.c;h=48fabc1fbf24a73b87a02741f443654b6518a034;hb=83b19539f4d322b43683f5838b72e9ec2c8e6073;hp=10ffe13504d3560ca941a4485cf886acecec5864;hpb=645767a8803ddfee212fc77bc80dd35fe2be1b0a;p=oweals%2Fgnunet.git diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c index 10ffe1350..48fabc1fb 100644 --- a/src/fs/fs_uri.c +++ b/src/fs/fs_uri.c @@ -4,7 +4,7 @@ GNUnet 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 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but @@ -26,10 +26,10 @@ * GNUnet URIs are of the general form "gnunet://MODULE/IDENTIFIER". * The specific structure of "IDENTIFIER" depends on the module and * maybe differenciated into additional subcategories if applicable. - * This module only deals with ecrs identifiers (MODULE = "ecrs"). + * This module only deals with fs identifiers (MODULE = "fs"). *

* - * This module only parses URIs for the AFS module. The ECRS URIs fall + * This module only parses URIs for the AFS module. The FS URIs fall * into four categories, "chk", "sks", "ksk" and "loc". The first three * categories were named in analogy (!) to Freenet, but they do NOT * work in exactly the same way. They are very similar from the user's @@ -40,7 +40,7 @@ *