Merge branch 'master' into rewrite_of_cadet_test
[oweals/gnunet.git] / src / include / gnunet_os_lib.h
index a6188c1cae6ef30018f0ce5b70cf6a9b0e1117a5..b583cc493afdb9e2d3e995f8a3731c2442a68f93 100644 (file)
@@ -287,6 +287,14 @@ struct GNUNET_OS_ProjectData
    * If this field is NULL, the path is automatically inferred.
    */
   char *gettext_path;
+
+  /**
+   * URL pointing to the source code of the application.  Required for AGPL.
+   * Setting this to NULL disables the built-in mechanism, but you must
+   * provide it in some other way.  If non-NULL, message type 1 and 2 are
+   * reserved.
+   */
+  char *agpl_url;
 };