diff options
Diffstat (limited to 'curvetun/nacl_path.sh')
-rwxr-xr-x | curvetun/nacl_path.sh | 14 |
1 files changed, 9 insertions, 5 deletions
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" |