X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=scripts%2Fgen_busybox_menuconfig.pl;h=5fe64783eb3d22383cdf9cf8c7a4394d3fe61363;hp=6ce323bb1387ebff2aa61556cfa9158b3d36499b;hb=02cdebbb91a33d8e24da1c94a9d93ac39be168a7;hpb=ed5ef674d100ca0ffa8bc00160718f69af5515c3 diff --git a/scripts/gen_busybox_menuconfig.pl b/scripts/gen_busybox_menuconfig.pl index 6ce323bb13..5fe64783eb 100644 --- a/scripts/gen_busybox_menuconfig.pl +++ b/scripts/gen_busybox_menuconfig.pl @@ -1,4 +1,11 @@ #!/usr/bin/perl +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + use strict; my $PATH = $ARGV[0]; ($PATH and -d $PATH) or die 'invalid path';