diff options
| author | Mike Baker <mbm@openwrt.org> | 2006-06-27 00:35:46 +0000 |
|---|---|---|
| committer | Mike Baker <mbm@openwrt.org> | 2006-06-27 00:35:46 +0000 |
| commit | d62e8a94859aba609ba944e6a5d33e14780177dc (patch) | |
| tree | 9ce6adf1aada06cb0bf6a8f93ba4130fe2c75b74 /openwrt/scripts | |
| parent | f804d0ea1d131152acccd2a108c231fe07c4196c (diff) | |
| download | mtk-20170518-d62e8a94859aba609ba944e6a5d33e14780177dc.zip mtk-20170518-d62e8a94859aba609ba944e6a5d33e14780177dc.tar.gz mtk-20170518-d62e8a94859aba609ba944e6a5d33e14780177dc.tar.bz2 | |
credit where credit is due
SVN-Revision: 4091
Diffstat (limited to 'openwrt/scripts')
| -rwxr-xr-x | openwrt/scripts/configtest.pl | 7 | ||||
| -rwxr-xr-x | openwrt/scripts/download.pl | 7 | ||||
| -rwxr-xr-x | openwrt/scripts/gen_busybox_config.pl | 7 | ||||
| -rw-r--r-- | openwrt/scripts/gen_busybox_menuconfig.pl | 7 | ||||
| -rwxr-xr-x | openwrt/scripts/gen_deps.pl | 7 | ||||
| -rwxr-xr-x | openwrt/scripts/gen_menuconfig.pl | 7 | ||||
| -rwxr-xr-x | openwrt/scripts/rstrip.sh | 7 | ||||
| -rwxr-xr-x | openwrt/scripts/timestamp.pl | 7 |
8 files changed, 56 insertions, 0 deletions
diff --git a/openwrt/scripts/configtest.pl b/openwrt/scripts/configtest.pl index 476bba7..289b2fe 100755 --- a/openwrt/scripts/configtest.pl +++ b/openwrt/scripts/configtest.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. +# + my %change = ( '^BUSYBOX' => 'make package/busybox-clean', 'OPENVPN_' => 'make package/openvpn-clean', diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl index 794d8ed..40b8d21 100755 --- a/openwrt/scripts/download.pl +++ b/openwrt/scripts/download.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; use warnings; diff --git a/openwrt/scripts/gen_busybox_config.pl b/openwrt/scripts/gen_busybox_config.pl index 0c70b4a..9360052 100755 --- a/openwrt/scripts/gen_busybox_config.pl +++ b/openwrt/scripts/gen_busybox_config.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 $line; diff --git a/openwrt/scripts/gen_busybox_menuconfig.pl b/openwrt/scripts/gen_busybox_menuconfig.pl index 6ce323b..5fe6478 100644 --- a/openwrt/scripts/gen_busybox_menuconfig.pl +++ b/openwrt/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'; diff --git a/openwrt/scripts/gen_deps.pl b/openwrt/scripts/gen_deps.pl index 0499871..0cdcc97 100755 --- a/openwrt/scripts/gen_deps.pl +++ b/openwrt/scripts/gen_deps.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 $name; diff --git a/openwrt/scripts/gen_menuconfig.pl b/openwrt/scripts/gen_menuconfig.pl index c1510b0..e62363e 100755 --- a/openwrt/scripts/gen_menuconfig.pl +++ b/openwrt/scripts/gen_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 $src; diff --git a/openwrt/scripts/rstrip.sh b/openwrt/scripts/rstrip.sh index 619af00..e63ccf0 100755 --- a/openwrt/scripts/rstrip.sh +++ b/openwrt/scripts/rstrip.sh @@ -1,4 +1,11 @@ #!/bin/sh +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + SELF=${0##*/} diff --git a/openwrt/scripts/timestamp.pl b/openwrt/scripts/timestamp.pl index dc47e24..093ced9 100755 --- a/openwrt/scripts/timestamp.pl +++ b/openwrt/scripts/timestamp.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; sub get_ts($$) { |
