From 6de434d3af54555bc53b93cca6f99de773142c37 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sun, 17 Mar 2013 00:41:39 +0100 Subject: nacl scripts: include common header and rename build_nacl.sh Add a uniform header comment to the two scripts as present in other scripts in this repository as well. Also rename build_nacl.sh into nacl_build.sh to stay conform in naming. For this, also update all mentions of build_nacl.sh to nacl_build.sh. Signed-off-by: Daniel Borkmann --- curvetun/nacl_path.sh | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'curvetun/nacl_path.sh') 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 -# 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 +# +# 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" -- cgit v1.2.3-54-g00ecf