summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ext/trunnel/trunnel-impl.h4
-rw-r--r--src/ext/trunnel/trunnel.c4
-rw-r--r--src/ext/trunnel/trunnel.h4
-rw-r--r--src/trunnel/pwbox.c3
-rw-r--r--src/trunnel/pwbox.h3
5 files changed, 16 insertions, 2 deletions
diff --git a/src/ext/trunnel/trunnel-impl.h b/src/ext/trunnel/trunnel-impl.h
index 4dd710f4a7..c88ee3988e 100644
--- a/src/ext/trunnel/trunnel-impl.h
+++ b/src/ext/trunnel/trunnel-impl.h
@@ -1,3 +1,7 @@
+/* trunnel-impl.h -- copied from Trunnel v1.2
+ * https://gitweb.torproject.org/trunnel.git
+ * You probably shouldn't edit this file.
+ */
/* trunnel-impl.h -- Implementation helpers for trunnel, included by
* generated trunnel files
*
diff --git a/src/ext/trunnel/trunnel.c b/src/ext/trunnel/trunnel.c
index 4bc28e3f04..da4885ca01 100644
--- a/src/ext/trunnel/trunnel.c
+++ b/src/ext/trunnel/trunnel.c
@@ -1,3 +1,7 @@
+/* trunnel.c -- copied from Trunnel v1.2
+ * https://gitweb.torproject.org/trunnel.git
+ * You probably shouldn't edit this file.
+ */
/* trunnel.c -- Helper functions to implement trunnel.
*
* Copyright 2014, The Tor Project, Inc.
diff --git a/src/ext/trunnel/trunnel.h b/src/ext/trunnel/trunnel.h
index 0a78e6cfca..f51cade03f 100644
--- a/src/ext/trunnel/trunnel.h
+++ b/src/ext/trunnel/trunnel.h
@@ -1,3 +1,7 @@
+/* trunnel.h -- copied from Trunnel v1.2
+ * https://gitweb.torproject.org/trunnel.git
+ * You probably shouldn't edit this file.
+ */
/* trunnel.h -- Public declarations for trunnel, to be included
* in trunnel header files.
diff --git a/src/trunnel/pwbox.c b/src/trunnel/pwbox.c
index 0fbbf2eb6a..b70e1d8265 100644
--- a/src/trunnel/pwbox.c
+++ b/src/trunnel/pwbox.c
@@ -1,5 +1,6 @@
-/* pwbox.c -- generated by Trunnel v1.1-dev.
+/* pwbox.c -- generated by Trunnel v1.2.
* https://gitweb.torproject.org/trunnel.git
+ * You probably shouldn't edit this file.
*/
#include <stdlib.h>
#include "trunnel-impl.h"
diff --git a/src/trunnel/pwbox.h b/src/trunnel/pwbox.h
index 84bbdf3a80..5b170eb45e 100644
--- a/src/trunnel/pwbox.h
+++ b/src/trunnel/pwbox.h
@@ -1,5 +1,6 @@
-/* pwbox.h -- generated by by Trunnel v1.1-dev.
+/* pwbox.h -- generated by by Trunnel v1.2.
* https://gitweb.torproject.org/trunnel.git
+ * You probably shouldn't edit this file.
*/
#ifndef TRUNNEL_PWBOX_H
#define TRUNNEL_PWBOX_H