Skip to content

Commit

Permalink
Clean up copyright info
Browse files Browse the repository at this point in the history
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
  • Loading branch information
lzufalcon committed Apr 27, 2020
1 parent 4b3f576 commit 2ac24ff
Show file tree
Hide file tree
Showing 70 changed files with 137 additions and 103 deletions.
10 changes: 10 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
owner:
- Wu Zhangijn (@lzufalcon)

maintainers:
- Wu Zhangijn (@lzufalcon)

contributors:
- LastRitter (@lastritter)
- Ping Wu (@pingwuu)
- unicornx (@unicornx)
5 changes: 5 additions & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Linux Lab is Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>.

The Linux Lab files are licensed under GPL v2 for the non-commercial users,
the commercial users must get license from Wu Zhangjin <lzufalcon@163.com>.

---
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
# Core Makefile
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

TOP_DIR := $(CURDIR)

Expand Down
1 change: 1 addition & 0 deletions boards/aarch64/raspi3/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
# Raspberry Pi 3
_BASE = 1
ARCH = arm64
Expand Down
2 changes: 1 addition & 1 deletion boards/aarch64/raspi3/bsp
Submodule bsp updated from a3cb1c to e6c2a8
1 change: 1 addition & 0 deletions boards/aarch64/virt/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
_BASE = 1
ARCH = arm64
XARCH = aarch64
Expand Down
2 changes: 1 addition & 1 deletion boards/aarch64/virt/bsp
Submodule bsp updated from 0ee350 to b2d22a
1 change: 1 addition & 0 deletions boards/arm/versatilepb/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
_BASE = 1
ARCH = arm
XARCH = $(ARCH)
Expand Down
2 changes: 1 addition & 1 deletion boards/arm/versatilepb/bsp
Submodule bsp updated from 8139bd to 7251f1
1 change: 1 addition & 0 deletions boards/arm/vexpress-a9/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
_BASE = 1
ARCH = arm
XARCH = $(ARCH)
Expand Down
2 changes: 1 addition & 1 deletion boards/arm/vexpress-a9/bsp
Submodule bsp updated from a790c0 to 76b9a1
1 change: 1 addition & 0 deletions boards/i386/pc/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
_BASE = 1
ARCH = x86
XARCH = i386
Expand Down
2 changes: 1 addition & 1 deletion boards/i386/pc/bsp
Submodule bsp updated from beffd8 to a95f92
1 change: 1 addition & 0 deletions boards/mipsel/malta/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
_BASE = 1
ARCH = mips
XARCH = mipsel
Expand Down
1 change: 1 addition & 0 deletions boards/ppc/g3beige/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
_BASE = 1
ARCH = powerpc
XARCH = ppc
Expand Down
2 changes: 1 addition & 1 deletion boards/ppc/g3beige/bsp
Submodule bsp updated from c30513 to 46717f
1 change: 1 addition & 0 deletions boards/riscv32/virt/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
_BASE = 1
ARCH = riscv
XARCH = riscv32
Expand Down
2 changes: 1 addition & 1 deletion boards/riscv32/virt/bsp
Submodule bsp updated from 96c147 to 2f4f65
1 change: 1 addition & 0 deletions boards/riscv64/virt/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
_BASE = 1
ARCH = riscv
XARCH = riscv64
Expand Down
2 changes: 1 addition & 1 deletion boards/riscv64/virt/bsp
Submodule bsp updated from c6c47f to e2963d
1 change: 1 addition & 0 deletions boards/x86_64/pc/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
_BASE = 1
ARCH = x86
XARCH = x86_64
Expand Down
2 changes: 1 addition & 1 deletion boards/x86_64/pc/bsp
Submodule bsp updated from 522f00 to a1c040
Empty file added system/tools/abc
Empty file.
2 changes: 2 additions & 0 deletions system/tools/module/test_guest_bottom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# test.sh -- test module, see Documentation/
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

MODULES="$(cat /proc/cmdline | tr ' ' '\n' | grep ^module= | cut -d'=' -f2 | tr ',' ' ')"

Expand Down
2 changes: 2 additions & 0 deletions system/tools/module/test_guest_top.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# test.sh -- test module, see Documentation/
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

MODULES="$(cat /proc/cmdline | tr ' ' '\n' | grep ^module= | cut -d'=' -f2 | tr ',' ' ')"

Expand Down
2 changes: 2 additions & 0 deletions system/tools/sharing/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# start.sh -- mount the hostshare directory to guest
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

SHARE_TAG="$(cat /proc/cmdline | tr ' ' '\n' | grep ^sharetag= | cut -d'=' -f2 | tr ',' ' ')"
SHARE_DIR="$(cat /proc/cmdline | tr ' ' '\n' | grep ^sharedir= | cut -d'=' -f2 | tr ',' ' ')"
Expand Down
2 changes: 2 additions & 0 deletions system/tools/sharing/stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# stop.sh -- umount the hostshare directory from guest
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

SHARE_DIR="$(cat /proc/cmdline | tr ' ' '\n' | grep ^sharedir= | cut -d'=' -f2 | tr ',' ' ')"
SHARE_TAG="$(cat /proc/cmdline | tr ' ' '\n' | grep ^sharetag= | cut -d'=' -f2 | tr ',' ' ')"
Expand Down
2 changes: 2 additions & 0 deletions system/tools/testing/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# start.sh -- start testing of a kernel feature
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

[ -r /etc/default/testing ] && . /etc/default/testing

Expand Down
2 changes: 2 additions & 0 deletions system/tools/testing/stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# stop.sh -- stop testing of a kernel feature
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

[ -r /etc/default/testing ] && . /etc/default/testing

Expand Down
4 changes: 4 additions & 0 deletions tools/board/config.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/bash
#
# config.sh -- configure board variables
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>

VS=$1
Makefile=$2
Expand Down
2 changes: 2 additions & 0 deletions tools/docker/tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# tags.sh -- list tags of all specified docker image
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

image=$1

Expand Down
2 changes: 2 additions & 0 deletions tools/gcc/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# version.sh -- get the real gcc version used currently
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

ccpre=$1
ccpath=$2
Expand Down
2 changes: 2 additions & 0 deletions tools/git/bisect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# bisect.sh -- find out the first bad change quickly
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#
# Usage:
#
# $ cd linux-lab
Expand Down
2 changes: 2 additions & 0 deletions tools/git/clone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# clone.sh -- clone a remote repo via git init + git fetch, update it if exist
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

git_repo_url=$1
git_repo_dir=$2
Expand Down
1 change: 1 addition & 0 deletions tools/kernel/calltrace-helper.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
# Author: Wu Zhangjin <wuzhangjin@gmail.com>, wechat: lzufalcon, 2019-05-28
#
# calltrace-helper.sh -- analyze calltrace result, find out the issue lines and changes.
Expand Down
1 change: 1 addition & 0 deletions tools/kernel/extract-ikconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# extract-ikconfig -- a more human readable script to extract kernel config.gz
#
# Author: Wu Zhangjin <lzufalcon@163.com>, 2019.07.19
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#
# ref: kernel/configs.c: .rodata ( ... IKCFG_ST.........................IKCFG_ED ... )
# ^ kernel/config_data.gz ^
Expand Down
2 changes: 2 additions & 0 deletions tools/kernel/feature.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# kernel-feature.sh -- Apply the available kernel features
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

ARCH=$1
XARCH=$2
Expand Down
2 changes: 2 additions & 0 deletions tools/kernel/olddefconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# olddefconfig.sh -- get available olddefconfig target
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

makefile=$1

Expand Down
2 changes: 2 additions & 0 deletions tools/kernel/patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# kernel-patch.sh -- Apply the available kernel patchs
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

BOARD=$1
LINUX=$2
Expand Down
5 changes: 5 additions & 0 deletions tools/module/clean.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/bin/bash
#
# clean.sh -- clean modules
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

KERNEL_OUTPUT=$1
MODULE_PATH=$2
Expand Down
2 changes: 2 additions & 0 deletions tools/qemu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# build.sh -- build all of the supported qemu-system-$(XARCH) and $(XARCH)-linux-user
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#
# Usage: build.sh VERSION QEMU_ALL ARCH_LIST
#

Expand Down
5 changes: 5 additions & 0 deletions tools/qemu/macaddr.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/bin/bash
#
# macaddr.sh
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

dd bs=1 count=6 if=/dev/random 2>/dev/null | od -h | head -1 | cut -d' ' -f2,3,4 | sed -e "s/\(.\)[0-9a-f]\(..\) \(..\)\(..\) \(..\)\(..\)/\10:\2:\3:\4:\5:\6/g" | tr -d '\n'
2 changes: 2 additions & 0 deletions tools/qemu/patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# qemu/patch.sh -- Apply the available qemu patchs
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

BOARD=$1
QEMU=$2
Expand Down
2 changes: 2 additions & 0 deletions tools/qemu/reader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# reader -- read fifo in backround
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

pipe_file=$1
log_file=$2
Expand Down
93 changes: 0 additions & 93 deletions tools/qemu/timeout.sh

This file was deleted.

2 changes: 2 additions & 0 deletions tools/root/dir2hd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#
# dir2hd.sh rootdir hrootfs fstype -- directory to harddisk fs image
#
# Copyright (C) 2016-2020 Wu Zhangjin <lzufalcon@163.com>
#

[ -z "$ROOTDIR" ] && ROOTDIR=$1
[ -z "$HROOTFS" ] && HROOTFS=$2
Expand Down
Loading

0 comments on commit 2ac24ff

Please sign in to comment.