From 5fb1dd5e3d8120a794c3e2fffd531f08f052236b Mon Sep 17 00:00:00 2001 From: slguan Date: Tue, 31 Mar 2020 00:47:17 +0800 Subject: [PATCH] [TD-73] --- tests/tsim/inc/sim.h | 20 ++++++++++++-------- tests/tsim/src/simExe.c | 21 +++++++++++++-------- tests/tsim/src/simMain.c | 20 ++++++++++++-------- tests/tsim/src/simParse.c | 20 ++++++++++++-------- tests/tsim/src/simSystem.c | 15 +++++++++++++++ 5 files changed, 64 insertions(+), 32 deletions(-) diff --git a/tests/tsim/inc/sim.h b/tests/tsim/inc/sim.h index 1e37a6aff1..9d5227ff1e 100644 --- a/tests/tsim/inc/sim.h +++ b/tests/tsim/inc/sim.h @@ -1,13 +1,17 @@ -/******************************************************************* - * Copyright (c) 2001 by TAOS Networks, Inc. - * All rights reserved. +/* + * Copyright (c) 2019 TAOS Data, Inc. * - * This file is proprietary and confidential to TAOS Networks, Inc. - * No part of this file may be reproduced, stored, transmitted, - * disclosed or used in any form or by any means other than as - * expressly provided by the written permission from Jianhui Tao + * This program is free software: you can use, redistribute, and/or modify + * it under the terms of the GNU Affero General Public License, version 3 + * or later ("AGPL"), as published by the Free Software Foundation. * - * ****************************************************************/ + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ #ifndef __SIM_H__ #define __SIM_H__ diff --git a/tests/tsim/src/simExe.c b/tests/tsim/src/simExe.c index 5b86e5bbda..d844f3b786 100644 --- a/tests/tsim/src/simExe.c +++ b/tests/tsim/src/simExe.c @@ -1,13 +1,18 @@ -/******************************************************************* - * Copyright (c) 2001 by TAOS Networks, Inc. - * All rights reserved. +/* + * Copyright (c) 2019 TAOS Data, Inc. * - * This file is proprietary and confidential to TAOS Networks, Inc. - * No part of this file may be reproduced, stored, transmitted, - * disclosed or used in any form or by any means other than as - * expressly provided by the written permission from Jianhui Tao + * This program is free software: you can use, redistribute, and/or modify + * it under the terms of the GNU Affero General Public License, version 3 + * or later ("AGPL"), as published by the Free Software Foundation. * - * ****************************************************************/ + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + #include "os.h" #include "sim.h" #include "taos.h" diff --git a/tests/tsim/src/simMain.c b/tests/tsim/src/simMain.c index be16d1a4fc..9cab6fb02b 100644 --- a/tests/tsim/src/simMain.c +++ b/tests/tsim/src/simMain.c @@ -1,13 +1,17 @@ -/******************************************************************* - * Copyright (c) 2001 by TAOS Networks, Inc. - * All rights reserved. +/* + * Copyright (c) 2019 TAOS Data, Inc. * - * This file is proprietary and confidential to TAOS Networks, Inc. - * No part of this file may be reproduced, stored, transmitted, - * disclosed or used in any form or by any means other than as - * expressly provided by the written permission from Jianhui Tao + * This program is free software: you can use, redistribute, and/or modify + * it under the terms of the GNU Affero General Public License, version 3 + * or later ("AGPL"), as published by the Free Software Foundation. * - * ****************************************************************/ + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ #include "sim.h" #include diff --git a/tests/tsim/src/simParse.c b/tests/tsim/src/simParse.c index 3866b2dbc2..62f5c1efb8 100644 --- a/tests/tsim/src/simParse.c +++ b/tests/tsim/src/simParse.c @@ -1,13 +1,17 @@ -/******************************************************************* - * Copyright (c) 2001 by TAOS Networks, Inc. - * All rights reserved. +/* + * Copyright (c) 2019 TAOS Data, Inc. * - * This file is proprietary and confidential to TAOS Networks, Inc. - * No part of this file may be reproduced, stored, transmitted, - * disclosed or used in any form or by any means other than as - * expressly provided by the written permission from Jianhui Tao + * This program is free software: you can use, redistribute, and/or modify + * it under the terms of the GNU Affero General Public License, version 3 + * or later ("AGPL"), as published by the Free Software Foundation. * - * ****************************************************************/ + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ /* Thi file is to parse the simScriptPos, function file and default file, * diff --git a/tests/tsim/src/simSystem.c b/tests/tsim/src/simSystem.c index 444117d69d..73382744cf 100644 --- a/tests/tsim/src/simSystem.c +++ b/tests/tsim/src/simSystem.c @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2019 TAOS Data, Inc. + * + * This program is free software: you can use, redistribute, and/or modify + * it under the terms of the GNU Affero General Public License, version 3 + * or later ("AGPL"), as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + #include "os.h" #include "sim.h" #include "taos.h" -- GitLab