Skip to content

Commit

Permalink
ktap: Change the copyright to Huawei Technologies
Browse files Browse the repository at this point in the history
The ktap project was mainly sponsored by Huawei Technologies, so change
the copyright to Huawei Technologies.

Signed-off-by: Jovi Zhangwei <jovi.zhangwei@gmail.com>
  • Loading branch information
WEI ZHANG authored and WEI ZHANG committed Jul 29, 2016
1 parent 3ca0350 commit d554682
Show file tree
Hide file tree
Showing 34 changed files with 35 additions and 95 deletions.
3 changes: 2 additions & 1 deletion AUTHORS.txt
@@ -1,5 +1,6 @@
Initial author, project lead, target of blame:

Jovi Zhangwei <jovi.zhangwei@gmail.com>
Created by: Huawei Technologies.
Maintainer: Jovi Zhangwei <jovi.zhangwei@gmail.com>


2 changes: 1 addition & 1 deletion COPYRIGHT
@@ -1,5 +1,5 @@

Copyright (C) 2012-2013, Jovi Zhangwei <jovi.zhangwei@gmail.com>.
Copyright (C) 2012-2016, Huawei Technologies.
All rights reserved.

Licensed under the GPL License, Version 2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -138,7 +138,7 @@ http://www.freelists.org/list/ktap

ktap is licensed under GPL v2

Copyright (C) 2012-2013, Jovi Zhangwei <jovi.zhangwei@gmail.com>.
Copyright (C) 2012-2016, Huawei Technologies.
All rights reserved.


Expand Down
3 changes: 1 addition & 2 deletions runtime/amalg.c
@@ -1,9 +1,8 @@
/*
* kp_amalg.c - ktapvm kernel module amalgamation.
*
* This file is part of ktap by Jovi Zhangwei.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions runtime/ffi/call_x86_64.S
@@ -1,9 +1,7 @@
/*
* call_x86_64.S - assembly code to call C function and handle return value
*
* This file is part of ktap by Jovi Zhangwei
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions runtime/ffi/cdata.c
@@ -1,9 +1,7 @@
/*
* cdata.c - support functions for ktap_cdata_t
*
* This file is part of ktap by Jovi Zhangwei
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions runtime/ffi/ffi_call.c
@@ -1,9 +1,7 @@
/*
* ffi_call.c - foreign function calling library support for ktap
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions runtime/ffi/ffi_symbol.c
@@ -1,9 +1,7 @@
/*
* ffi_symbol.c - ktapvm kernel module ffi symbol submodule
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions runtime/ffi/ffi_util.c
@@ -1,9 +1,7 @@
/*
* ffi_util.c - utility function for ffi module
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions runtime/kp_bcread.c
@@ -1,9 +1,7 @@
/*
* Bytecode reader.
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2014 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* Adapted from luajit and lua interpreter.
* Copyright (C) 2005-2014 Mike Pall.
Expand Down
4 changes: 1 addition & 3 deletions runtime/kp_events.c
@@ -1,9 +1,7 @@
/*
* kp_events.c - ktap events management (registry, destroy, event callback)
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions runtime/kp_mempool.c
@@ -1,9 +1,7 @@
/*
* kp_mempool.c - ktap memory pool, service for string allocation
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions runtime/kp_obj.c
@@ -1,9 +1,7 @@
/*
* kp_obj.c - ktap object generic operation
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* Adapted from luajit and lua interpreter.
* Copyright (C) 2005-2014 Mike Pall.
Expand Down
4 changes: 1 addition & 3 deletions runtime/kp_str.c
@@ -1,9 +1,7 @@
/*
* kp_str.c - ktap string data struction manipulation
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* Adapted from luajit and lua interpreter.
* Copyright (C) 2005-2014 Mike Pall.
Expand Down
4 changes: 1 addition & 3 deletions runtime/kp_tab.c
@@ -1,9 +1,7 @@
/*
* kp_tab.c - Table handling.
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* Adapted from luajit and lua interpreter.
* Copyright (C) 2005-2014 Mike Pall.
Expand Down
4 changes: 1 addition & 3 deletions runtime/kp_transport.c
@@ -1,9 +1,7 @@
/*
* kp_transport.c - ktap transport functionality
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions runtime/kp_vm.c
@@ -1,9 +1,7 @@
/*
* kp_vm.c - ktap script virtual machine in Linux kernel
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* Adapted from luajit and lua interpreter.
* Copyright (C) 2005-2014 Mike Pall.
Expand Down
4 changes: 1 addition & 3 deletions runtime/ktap.c
@@ -1,9 +1,7 @@
/*
* ktap.c - ktapvm kernel module main entry
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions runtime/lib_ansi.c
Expand Up @@ -3,9 +3,7 @@
*
* http://en.wikipedia.org/wiki/ANSI_escape_code
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions runtime/lib_base.c
Expand Up @@ -4,9 +4,7 @@
* Caveat: all kernel funtion called by ktap library have to be lock free,
* otherwise system will deadlock.
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions runtime/lib_ffi.c
@@ -1,9 +1,7 @@
/*
* lib_ffi.c - FFI library
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions runtime/lib_kdebug.c
@@ -1,9 +1,7 @@
/*
* lib_kdebug.c - kdebug library support for ktap
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions runtime/lib_net.c
@@ -1,9 +1,7 @@
/*
* lib_base.c - base library
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions runtime/lib_table.c
@@ -1,9 +1,7 @@
/*
* lib_table.c - Table library
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions runtime/lib_timer.c
@@ -1,9 +1,7 @@
/*
* lib_timer.c - timer library support for ktap
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions userspace/kp_bcwrite.c
@@ -1,9 +1,7 @@
/*
* Bytecode writer
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* Copyright (C) 1994-2013 Lua.org, PUC-Rio.
* - The part of code in this file is copied from lua initially.
Expand Down
4 changes: 1 addition & 3 deletions userspace/kp_lex.c
@@ -1,9 +1,7 @@
/*
* Lexical analyzer.
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2014 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* Adapted from luajit and lua interpreter.
* Copyright (C) 2005-2014 Mike Pall.
Expand Down
4 changes: 1 addition & 3 deletions userspace/kp_main.c
@@ -1,9 +1,7 @@
/*
* main.c - ktap compiler and loader entry
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions userspace/kp_parse.c
@@ -1,9 +1,7 @@
/*
* ktap parser (source code -> bytecode).
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2014 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* Adapted from luajit and lua interpreter.
* Copyright (C) 2005-2014 Mike Pall.
Expand Down
4 changes: 1 addition & 3 deletions userspace/kp_parse_events.c
@@ -1,9 +1,7 @@
/*
* parse_events.c - ktap events parser
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions userspace/kp_reader.c
@@ -1,9 +1,7 @@
/*
* reader.c - ring buffer reader in userspace
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions userspace/kp_symbol.c
@@ -1,9 +1,7 @@
/*
* symbol.c
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2013 Azat Khuzhin <a3at.mail@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions userspace/kp_symbol.h
@@ -1,9 +1,7 @@
/*
* symbol.h - extract symbols from DSO.
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2013 Azat Khuzhin <a3at.mail@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* ktap is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
Expand Down
4 changes: 1 addition & 3 deletions userspace/kp_util.c
@@ -1,9 +1,7 @@
/*
* util.c
*
* This file is part of ktap by Jovi Zhangwei.
*
* Copyright (C) 2012-2013 Jovi Zhangwei <jovi.zhangwei@gmail.com>.
* Copyright (C) 2012-2016, Huawei Technologies.
*
* Adapted from luajit and lua interpreter.
* Copyright (C) 2005-2014 Mike Pall.
Expand Down

0 comments on commit d554682

Please sign in to comment.