aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-09-09 12:51:09 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-09-09 12:51:09 +0200
commitc9bda21875ea1775f88b71de735d527132e45922 (patch)
treefea2b45f2f8a05025df34f4dcf75c6213397b35c
parented4d9bc33987c42cdb861230395d8bdb240deae7 (diff)
downloadgana-c9bda21875ea1775f88b71de735d527132e45922.tar.gz
gana-c9bda21875ea1775f88b71de735d527132e45922.zip
add proper header generation with policy and info for html
-rw-r--r--dot-alt/Makefile9
-rw-r--r--dot-alt/POLICY4
-rw-r--r--dot-alt/README1
-rw-r--r--dot-alt/rst.header.template (renamed from dot-alt/rst.header)0
-rw-r--r--gnu-name-system-default-tlds/Makefile9
-rw-r--r--gnu-name-system-default-tlds/POLICY4
-rw-r--r--gnu-name-system-default-tlds/README1
-rw-r--r--gnu-name-system-default-tlds/rst.header.template (renamed from gnu-name-system-default-tlds/rst.header)0
-rw-r--r--gnu-name-system-record-flags/Makefile9
-rw-r--r--gnu-name-system-record-flags/POLICY4
-rw-r--r--gnu-name-system-record-flags/README1
-rw-r--r--gnu-name-system-record-flags/rst.header.template (renamed from gnu-name-system-record-flags/rst.header)0
-rw-r--r--gnu-name-system-record-types/Makefile9
-rw-r--r--gnu-name-system-record-types/POLICY4
-rw-r--r--gnu-name-system-record-types/README1
-rw-r--r--gnu-name-system-record-types/rst.header.template (renamed from gnu-name-system-record-types/rst.header)0
-rw-r--r--gnunet-dht-block-types/Makefile9
-rw-r--r--gnunet-dht-block-types/POLICY11
-rw-r--r--gnunet-dht-block-types/README1
-rw-r--r--gnunet-dht-block-types/rst.header.template (renamed from gnunet-dht-block-types/rst.header)0
-rw-r--r--gnunet-error-codes/Makefile9
-rw-r--r--gnunet-error-codes/POLICY11
-rw-r--r--gnunet-error-codes/README2
-rw-r--r--gnunet-error-codes/rst.header.template (renamed from gnunet-error-codes/rst.header)0
-rw-r--r--gnunet-protocols/Makefile9
-rw-r--r--gnunet-protocols/POLICY4
-rw-r--r--gnunet-protocols/README1
-rw-r--r--gnunet-protocols/rst.header.template (renamed from gnunet-protocols/rst.header)0
-rw-r--r--gnunet-signatures/Makefile9
-rw-r--r--gnunet-signatures/POLICY4
-rw-r--r--gnunet-signatures/README1
-rw-r--r--gnunet-signatures/rst.header.template (renamed from gnunet-signatures/rst.header)0
32 files changed, 111 insertions, 16 deletions
diff --git a/dot-alt/Makefile b/dot-alt/Makefile
index 8e8aecb..acfea79 100644
--- a/dot-alt/Makefile
+++ b/dot-alt/Makefile
@@ -13,7 +13,12 @@ clean:
13dot_alt.rst.tmp: registry.rec rst.template 13dot_alt.rst.tmp: registry.rec rst.template
14 ../format.sh rst.template < registry.rec > $@ 14 ../format.sh rst.template < registry.rec > $@
15 15
16dot_alt.rst: rst.header dot_alt.rst.tmp 16rst.header.tmp:
17 cat rst.header dot_alt.rst.tmp > $@ 17 cat rst.header.template README POLICY > $@
18 echo "Entries" >> $@
19 echo "^^^^^^^" >> $@
20
21dot_alt.rst: rst.header.tmp dot_alt.rst.tmp
22 cat rst.header.tmp dot_alt.rst.tmp > $@
18 23
19.PHONY: check 24.PHONY: check
diff --git a/dot-alt/POLICY b/dot-alt/POLICY
index 9844b7d..1a6f13e 100644
--- a/dot-alt/POLICY
+++ b/dot-alt/POLICY
@@ -1,3 +1,6 @@
1Policy
2^^^^^^
3
1[REFERENCE .ALT RFC once published here!] 4[REFERENCE .ALT RFC once published here!]
2 5
3The "Label" must be unique in the entire registry. The value must be a 6The "Label" must be unique in the entire registry. The value must be a
@@ -9,3 +12,4 @@ committer review.
9 12
10The current contact(s) for review are reachable at 13The current contact(s) for review are reachable at
11alt-registry@gnunet.org. 14alt-registry@gnunet.org.
15
diff --git a/dot-alt/README b/dot-alt/README
index 26a0e4e..80b4adc 100644
--- a/dot-alt/README
+++ b/dot-alt/README
@@ -2,3 +2,4 @@ This registry is for the .ALT Top-Level-Domains (TLDs) of the Domain Name System
2 2
3This registry is used to ensure that names of alternative name systems 3This registry is used to ensure that names of alternative name systems
4do not conflict with DNS names or with each other. 4do not conflict with DNS names or with each other.
5
diff --git a/dot-alt/rst.header b/dot-alt/rst.header.template
index b482b6a..b482b6a 100644
--- a/dot-alt/rst.header
+++ b/dot-alt/rst.header.template
diff --git a/gnu-name-system-default-tlds/Makefile b/gnu-name-system-default-tlds/Makefile
index 157a80e..9603b2e 100644
--- a/gnu-name-system-default-tlds/Makefile
+++ b/gnu-name-system-default-tlds/Makefile
@@ -19,8 +19,13 @@ tlds.conf: tlds.header tlds.conf.tmp
19tlds.rst.tmp: registry.rec rst.template 19tlds.rst.tmp: registry.rec rst.template
20 ../format.sh rst.template < registry.rec > $@ 20 ../format.sh rst.template < registry.rec > $@
21 21
22tlds.rst: rst.header tlds.rst.tmp 22rst.header.tmp:
23 cat rst.header tlds.rst.tmp > $@ 23 cat rst.header.template README POLICY > $@
24 echo "Entries" >> $@
25 echo "^^^^^^^" >> $@
26
27tlds.rst: rst.header.tmp tlds.rst.tmp
28 cat rst.header.tmp tlds.rst.tmp > $@
24 29
25 30
26.PHONY: check clean distclean 31.PHONY: check clean distclean
diff --git a/gnu-name-system-default-tlds/POLICY b/gnu-name-system-default-tlds/POLICY
index f27599c..a7a863c 100644
--- a/gnu-name-system-default-tlds/POLICY
+++ b/gnu-name-system-default-tlds/POLICY
@@ -1,3 +1,6 @@
1Policy
2^^^^^^
3
1Each registry entry should contain three values: the "Key" of the 4Each registry entry should contain three values: the "Key" of the
2authoritative zone of a TLD, the "Name" of the TLDS, an optional 5authoritative zone of a TLD, the "Name" of the TLDS, an optional
3"Contact", and a "Reference" with links to further information about the 6"Contact", and a "Reference" with links to further information about the
@@ -11,3 +14,4 @@ GNUnet who will define appropriate bribes on a case-by-case basis.
11 14
12The current contact(s) for expert review are reachable at 15The current contact(s) for expert review are reachable at
13gns-registry@gnunet.org. 16gns-registry@gnunet.org.
17
diff --git a/gnu-name-system-default-tlds/README b/gnu-name-system-default-tlds/README
index b2a9d4f..3c13b3e 100644
--- a/gnu-name-system-default-tlds/README
+++ b/gnu-name-system-default-tlds/README
@@ -2,3 +2,4 @@ This registry is the default Top-Level-Domains (TLDs) for the GNU Name System.
2 2
3This registry is used to ensure that GNS resolvers ship with a default 3This registry is used to ensure that GNS resolvers ship with a default
4configuration of TLDs in order to ease transition and enable instant use. 4configuration of TLDs in order to ease transition and enable instant use.
5
diff --git a/gnu-name-system-default-tlds/rst.header b/gnu-name-system-default-tlds/rst.header.template
index a172030..a172030 100644
--- a/gnu-name-system-default-tlds/rst.header
+++ b/gnu-name-system-default-tlds/rst.header.template
diff --git a/gnu-name-system-record-flags/Makefile b/gnu-name-system-record-flags/Makefile
index 372a6d5..42fdc7f 100644
--- a/gnu-name-system-record-flags/Makefile
+++ b/gnu-name-system-record-flags/Makefile
@@ -18,8 +18,13 @@ gnu_name_system_record_flags.h: h.header gnu_name_system_record_flags.h.tmp h.fo
18gnu_name_system_record_flags.rst.tmp: registry.rec rst.template 18gnu_name_system_record_flags.rst.tmp: registry.rec rst.template
19 ../format.sh rst.template < registry.rec > $@ 19 ../format.sh rst.template < registry.rec > $@
20 20
21gnu_name_system_record_flags.rst: rst.header gnu_name_system_record_flags.rst.tmp rst.footer 21rst.header.tmp:
22 cat rst.header gnu_name_system_record_flags.rst.tmp rst.footer > $@ 22 cat rst.header.template README POLICY > $@
23 echo "Entries" >> $@
24 echo "^^^^^^^" >> $@
25
26gnu_name_system_record_flags.rst: rst.header.tmp gnu_name_system_record_flags.rst.tmp rst.footer
27 cat rst.header.tmp gnu_name_system_record_flags.rst.tmp rst.footer > $@
23 28
24 29
25.PHONY: check clean distclean 30.PHONY: check clean distclean
diff --git a/gnu-name-system-record-flags/POLICY b/gnu-name-system-record-flags/POLICY
index 5ece049..f9607ee 100644
--- a/gnu-name-system-record-flags/POLICY
+++ b/gnu-name-system-record-flags/POLICY
@@ -1,3 +1,6 @@
1Policy
2^^^^^^
3
1Each registry entry should contain three values: the "Number" of the 4Each registry entry should contain three values: the "Number" of the
2record flags, which must be between 0 and 15, 5record flags, which must be between 0 and 15,
3the "Name" of the record flag, and a "Reference" with links 6the "Name" of the record flag, and a "Reference" with links
@@ -14,3 +17,4 @@ appropriate for the record flag.
14 17
15The current contact(s) for expert review are reachable at 18The current contact(s) for expert review are reachable at
16gns-registry@gnunet.org. 19gns-registry@gnunet.org.
20
diff --git a/gnu-name-system-record-flags/README b/gnu-name-system-record-flags/README
index fa953b2..64a4519 100644
--- a/gnu-name-system-record-flags/README
+++ b/gnu-name-system-record-flags/README
@@ -7,3 +7,4 @@ This registry is used to ensure that the names and numeric values
7used to identify record flags are uniquely defined and to 7used to identify record flags are uniquely defined and to
8allow GNS resolvers implementors to find out details about the 8allow GNS resolvers implementors to find out details about the
9respective semantics and human-readable syntax. 9respective semantics and human-readable syntax.
10
diff --git a/gnu-name-system-record-flags/rst.header b/gnu-name-system-record-flags/rst.header.template
index 9d7bd54..9d7bd54 100644
--- a/gnu-name-system-record-flags/rst.header
+++ b/gnu-name-system-record-flags/rst.header.template
diff --git a/gnu-name-system-record-types/Makefile b/gnu-name-system-record-types/Makefile
index 1c8d168..9ae765a 100644
--- a/gnu-name-system-record-types/Makefile
+++ b/gnu-name-system-record-types/Makefile
@@ -18,8 +18,13 @@ gnu_name_system_record_types.h: h.header gnu_name_system_record_types.h.tmp h.fo
18gnu_name_system_record_types.rst.tmp: registry.rec rst.template 18gnu_name_system_record_types.rst.tmp: registry.rec rst.template
19 ../format.sh rst.template < registry.rec > $@ 19 ../format.sh rst.template < registry.rec > $@
20 20
21gnu_name_system_record_types.rst: rst.header gnu_name_system_record_types.rst.tmp rst.footer 21rst.header.tmp:
22 cat rst.header gnu_name_system_record_types.rst.tmp rst.footer > $@ 22 cat rst.header.template README POLICY > $@
23 echo "Entries" >> $@
24 echo "^^^^^^^" >> $@
25
26gnu_name_system_record_types.rst: rst.header.tmp gnu_name_system_record_types.rst.tmp rst.footer
27 cat rst.header.tmp gnu_name_system_record_types.rst.tmp rst.footer > $@
23 28
24 29
25.PHONY: check clean distclean 30.PHONY: check clean distclean
diff --git a/gnu-name-system-record-types/POLICY b/gnu-name-system-record-types/POLICY
index 89edf47..38d3791 100644
--- a/gnu-name-system-record-types/POLICY
+++ b/gnu-name-system-record-types/POLICY
@@ -1,3 +1,6 @@
1Policy
2^^^^^^
3
1Each registry entry should contain three values: the "Number" of the 4Each registry entry should contain three values: the "Number" of the
2record type, which must be above 65535 (to avoid conflicts with legacy 5record type, which must be above 65535 (to avoid conflicts with legacy
3DNS record types), the "Name" of the record type, and a "Reference" with links 6DNS record types), the "Name" of the record type, and a "Reference" with links
@@ -14,3 +17,4 @@ appropriate for the record type.
14 17
15The current contact(s) for expert review are reachable at 18The current contact(s) for expert review are reachable at
16gns-registry@gnunet.org. 19gns-registry@gnunet.org.
20
diff --git a/gnu-name-system-record-types/README b/gnu-name-system-record-types/README
index c67e01d..5c7a61f 100644
--- a/gnu-name-system-record-types/README
+++ b/gnu-name-system-record-types/README
@@ -7,3 +7,4 @@ This registry is used to ensure that the names and numeric values
7used to identify record types are uniquely defined and to 7used to identify record types are uniquely defined and to
8allow GNS resolvers implementors to find out details about the 8allow GNS resolvers implementors to find out details about the
9respective semantics and human-readable syntax. 9respective semantics and human-readable syntax.
10
diff --git a/gnu-name-system-record-types/rst.header b/gnu-name-system-record-types/rst.header.template
index a9c29a1..a9c29a1 100644
--- a/gnu-name-system-record-types/rst.header
+++ b/gnu-name-system-record-types/rst.header.template
diff --git a/gnunet-dht-block-types/Makefile b/gnunet-dht-block-types/Makefile
index cf2d503..7aeab47 100644
--- a/gnunet-dht-block-types/Makefile
+++ b/gnunet-dht-block-types/Makefile
@@ -18,8 +18,13 @@ gnunet_dht_block_types.h: h.header gnunet_dht_block_types.h.tmp h.footer
18gnunet_dht_block_types.rst.tmp: registry.rec rst.template 18gnunet_dht_block_types.rst.tmp: registry.rec rst.template
19 ../format.sh rst.template < registry.rec > $@ 19 ../format.sh rst.template < registry.rec > $@
20 20
21gnunet_dht_block_types.rst: rst.header gnunet_dht_block_types.rst.tmp rst.footer 21rst.header.tmp:
22 cat rst.header gnunet_dht_block_types.rst.tmp rst.footer > $@ 22 cat rst.header.template README POLICY > $@
23 echo "Entries" >> $@
24 echo "^^^^^^^" >> $@
25
26gnunet_dht_block_types.rst: rst.header.tmp gnunet_dht_block_types.rst.tmp rst.footer
27 cat rst.header.tmp gnunet_dht_block_types.rst.tmp rst.footer > $@
23 28
24 29
25.PHONY: check clean distclean 30.PHONY: check clean distclean
diff --git a/gnunet-dht-block-types/POLICY b/gnunet-dht-block-types/POLICY
new file mode 100644
index 0000000..4308df6
--- /dev/null
+++ b/gnunet-dht-block-types/POLICY
@@ -0,0 +1,11 @@
1Policy
2^^^^^^
3
4Developers working on GNUnet or packages based on GNUnet should
5feel free to extend this registry. Entries may be deleted if
6no code using them is still expected to be in production anywhere.
7
8Updating the name of the package or subsystem is allowed provided
9that the code using the signature is being moved, as those fields
10are merely informational or used for code generation.
11
diff --git a/gnunet-dht-block-types/README b/gnunet-dht-block-types/README
index e11fe42..b4b326b 100644
--- a/gnunet-dht-block-types/README
+++ b/gnunet-dht-block-types/README
@@ -7,3 +7,4 @@ This registry is used to ensure that the names and numeric values
7used to identify block types are uniquely defined and to 7used to identify block types are uniquely defined and to
8allow DHT implementors to find out details about the 8allow DHT implementors to find out details about the
9respective semantics and human-readable syntax. 9respective semantics and human-readable syntax.
10
diff --git a/gnunet-dht-block-types/rst.header b/gnunet-dht-block-types/rst.header.template
index 0e686c2..0e686c2 100644
--- a/gnunet-dht-block-types/rst.header
+++ b/gnunet-dht-block-types/rst.header.template
diff --git a/gnunet-error-codes/Makefile b/gnunet-error-codes/Makefile
index a82f156..221a0ee 100644
--- a/gnunet-error-codes/Makefile
+++ b/gnunet-error-codes/Makefile
@@ -62,7 +62,12 @@ gnunet_error_codes.go: go.header gnunet_error_codes.go.tmp go.footer
62gnunet_error_codes.rst.tmp: combined.tmp rst.template 62gnunet_error_codes.rst.tmp: combined.tmp rst.template
63 ../format.sh rst.template < combined.tmp > $@ 63 ../format.sh rst.template < combined.tmp > $@
64 64
65gnunet_error_codes.rst: rst.header gnunet_error_codes.rst.tmp rst.footer 65rst.header.tmp:
66 cat rst.header gnunet_error_codes.rst.tmp rst.footer > $@ 66 cat rst.header.template README POLICY > $@
67 echo "Entries" >> $@
68 echo "^^^^^^^" >> $@
69
70gnunet_error_codes.rst: rst.header.tmp gnunet_error_codes.rst.tmp rst.footer
71 cat rst.header.tmp gnunet_error_codes.rst.tmp rst.footer > $@
67 72
68.PHONY: check clean distclean prep 73.PHONY: check clean distclean prep
diff --git a/gnunet-error-codes/POLICY b/gnunet-error-codes/POLICY
new file mode 100644
index 0000000..4308df6
--- /dev/null
+++ b/gnunet-error-codes/POLICY
@@ -0,0 +1,11 @@
1Policy
2^^^^^^
3
4Developers working on GNUnet or packages based on GNUnet should
5feel free to extend this registry. Entries may be deleted if
6no code using them is still expected to be in production anywhere.
7
8Updating the name of the package or subsystem is allowed provided
9that the code using the signature is being moved, as those fields
10are merely informational or used for code generation.
11
diff --git a/gnunet-error-codes/README b/gnunet-error-codes/README
new file mode 100644
index 0000000..d6bfe61
--- /dev/null
+++ b/gnunet-error-codes/README
@@ -0,0 +1,2 @@
1GNUnet error code registry.
2
diff --git a/gnunet-error-codes/rst.header b/gnunet-error-codes/rst.header.template
index ad05d39..ad05d39 100644
--- a/gnunet-error-codes/rst.header
+++ b/gnunet-error-codes/rst.header.template
diff --git a/gnunet-protocols/Makefile b/gnunet-protocols/Makefile
index c146c30..f87c482 100644
--- a/gnunet-protocols/Makefile
+++ b/gnunet-protocols/Makefile
@@ -18,8 +18,13 @@ gnunet_overlay_protocols.h: h.header gnunet_overlay_protocols.h.tmp h.footer
18gnunet_overlay_protocols.rst.tmp: registry.rec rst.template 18gnunet_overlay_protocols.rst.tmp: registry.rec rst.template
19 ../format.sh rst.template < registry.rec > $@ 19 ../format.sh rst.template < registry.rec > $@
20 20
21gnunet_overlay_protocols.rst: rst.header gnunet_overlay_protocols.rst.tmp rst.footer 21rst.header.tmp:
22 cat rst.header gnunet_overlay_protocols.rst.tmp rst.footer > $@ 22 cat rst.header.template README POLICY > $@
23 echo "Entries" >> $@
24 echo "^^^^^^^" >> $@
25
26gnunet_overlay_protocols.rst: rst.header.tmp gnunet_overlay_protocols.rst.tmp rst.footer
27 cat rst.header.tmp gnunet_overlay_protocols.rst.tmp rst.footer > $@
23 28
24 29
25.PHONY: check clean distclean 30.PHONY: check clean distclean
diff --git a/gnunet-protocols/POLICY b/gnunet-protocols/POLICY
index e7d06f9..24ebdf3 100644
--- a/gnunet-protocols/POLICY
+++ b/gnunet-protocols/POLICY
@@ -1,3 +1,6 @@
1Policy
2^^^^^^
3
1Each registry entry should contain three values: the "Number" of the 4Each registry entry should contain three values: the "Number" of the
2protocol, which must be above 255 (to avoid conflicts with legacy 5protocol, which must be above 255 (to avoid conflicts with legacy
3Internet protocols), the "Name" of the protocol, and a "Reference" with links 6Internet protocols), the "Name" of the protocol, and a "Reference" with links
@@ -14,3 +17,4 @@ appropriate for the record type.
14 17
15The current contact(s) for expert review are reachable at 18The current contact(s) for expert review are reachable at
16gns-registry@gnunet.org. 19gns-registry@gnunet.org.
20
diff --git a/gnunet-protocols/README b/gnunet-protocols/README
index df23711..e335357 100644
--- a/gnunet-protocols/README
+++ b/gnunet-protocols/README
@@ -7,3 +7,4 @@ This registry is used to ensure that the names and numeric values
7used to identify the protocols are uniquely defined and to 7used to identify the protocols are uniquely defined and to
8allow implementors to find out details about the respective semantics and 8allow implementors to find out details about the respective semantics and
9specifications. 9specifications.
10
diff --git a/gnunet-protocols/rst.header b/gnunet-protocols/rst.header.template
index f6e68fa..f6e68fa 100644
--- a/gnunet-protocols/rst.header
+++ b/gnunet-protocols/rst.header.template
diff --git a/gnunet-signatures/Makefile b/gnunet-signatures/Makefile
index 56640e5..3b51612 100644
--- a/gnunet-signatures/Makefile
+++ b/gnunet-signatures/Makefile
@@ -15,8 +15,13 @@ gnunet_signatures.h: h.header gnunet_signatures.h.tmp h.footer
15gnunet_signatures.rst.tmp: registry.rec rst.template 15gnunet_signatures.rst.tmp: registry.rec rst.template
16 ../format.sh rst.template 'Package = "GNUnet"' < registry.rec > $@ 16 ../format.sh rst.template 'Package = "GNUnet"' < registry.rec > $@
17 17
18gnunet_signatures.rst: rst.header gnunet_signatures.rst.tmp rst.footer 18rst.header.tmp:
19 cat rst.header gnunet_signatures.rst.tmp rst.footer > $@ 19 cat rst.header.template README POLICY > $@
20 echo "Entries" >> $@
21 echo "^^^^^^^" >> $@
22
23gnunet_signatures.rst: rst.header.tmp gnunet_signatures.rst.tmp rst.footer
24 cat rst.header.tmp gnunet_signatures.rst.tmp rst.footer > $@
20 25
21 26
22.PHONY: check clean distclean 27.PHONY: check clean distclean
diff --git a/gnunet-signatures/POLICY b/gnunet-signatures/POLICY
index f917e46..4308df6 100644
--- a/gnunet-signatures/POLICY
+++ b/gnunet-signatures/POLICY
@@ -1,3 +1,6 @@
1Policy
2^^^^^^
3
1Developers working on GNUnet or packages based on GNUnet should 4Developers working on GNUnet or packages based on GNUnet should
2feel free to extend this registry. Entries may be deleted if 5feel free to extend this registry. Entries may be deleted if
3no code using them is still expected to be in production anywhere. 6no code using them is still expected to be in production anywhere.
@@ -5,3 +8,4 @@ no code using them is still expected to be in production anywhere.
5Updating the name of the package or subsystem is allowed provided 8Updating the name of the package or subsystem is allowed provided
6that the code using the signature is being moved, as those fields 9that the code using the signature is being moved, as those fields
7are merely informational or used for code generation. 10are merely informational or used for code generation.
11
diff --git a/gnunet-signatures/README b/gnunet-signatures/README
index 99587b7..e6580d2 100644
--- a/gnunet-signatures/README
+++ b/gnunet-signatures/README
@@ -5,3 +5,4 @@ signature functions, the signer must provide a "purpose" that provides
5the context for the signature. By signing over the "purpose", it is 5the context for the signature. By signing over the "purpose", it is
6not possible for an adversary to use a signature made in one context 6not possible for an adversary to use a signature made in one context
7in another context. 7in another context.
8
diff --git a/gnunet-signatures/rst.header b/gnunet-signatures/rst.header.template
index f34f890..f34f890 100644
--- a/gnunet-signatures/rst.header
+++ b/gnunet-signatures/rst.header.template