summaryrefslogtreecommitdiff
path: root/curvetun
diff options
context:
space:
mode:
Diffstat (limited to 'curvetun')
-rw-r--r--curvetun/.gitignore2
-rwxr-xr-xcurvetun/nacl_build.sh (renamed from curvetun/build_nacl.sh)15
-rwxr-xr-xcurvetun/nacl_path.sh14
3 files changed, 20 insertions, 11 deletions
diff --git a/curvetun/.gitignore b/curvetun/.gitignore
index d834aa2..ad9d744 100644
--- a/curvetun/.gitignore
+++ b/curvetun/.gitignore
@@ -3,5 +3,5 @@
!.gitignore
!Makefile
!abiname.c
-!build_nacl.sh
+!nacl_build.sh
!nacl_path.sh
diff --git a/curvetun/build_nacl.sh b/curvetun/nacl_build.sh
index 7a97302..df6027a 100755
--- a/curvetun/build_nacl.sh
+++ b/curvetun/nacl_build.sh
@@ -1,9 +1,14 @@
#!/bin/bash
-
-# netsniff-ng - the packet sniffing beast
-# By Emmanuel Roullit <emmanuel@netsniff-ng.org>
-# Copyright 2009, 2011 Emmanuel Roullit.
-# Subject to the GPL, version 2.
+# -*- coding: utf-8 -*-
+#
+# nacl_build.sh -- NaCl library build script
+#
+# Copyright (C) 2011 Daniel Borkmann <borkmann@redhat.com>
+# Copyright (C) 2009-2011 Emmanuel Roullit <emmanuel@netsniff-ng.org>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License version 2 as
+# published by the Free Software Foundation.
cc="gcc"
nacl_dir="/tmp"
diff --git a/curvetun/nacl_path.sh b/curvetun/nacl_path.sh
index 1afc6d2..9f492ba 100755
--- a/curvetun/nacl_path.sh
+++ b/curvetun/nacl_path.sh
@@ -1,9 +1,13 @@
#!/bin/bash
-
-# netsniff-ng - the packet sniffing beast
-# By Emmanuel Roullit <emmanuel@netsniff-ng.org>
-# Copyright 2009, 2011 Emmanuel Roullit.
-# Subject to the GPL, version 2.
+# -*- coding: utf-8 -*-
+#
+# nacl_path.sh -- NaCl path export script
+#
+# Copyright (C) 2009-2011 Emmanuel Roullit <emmanuel@netsniff-ng.org>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License version 2 as
+# published by the Free Software Foundation.
nacl_include_path="$1"
nacl_lib_path="$2"