diff --git a/tests/tsim/inc/sim.h b/tests/tsim/inc/sim.h index 1e37a6aff1b69ce4ab5b187f02e9db776222497d..9d5227ff1e6124d717b1d0877b904666c30e2523 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 5b86e5bbdabf7a35dbb0f44af47c0ca9e881d9ee..d844f3b7860ea51b4a69715ad7d5c476896fbffd 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 be16d1a4fc05f3cb8d3e406c7dfc67714d008677..9cab6fb02b27a6fb45c2a8c3dcec4a9426895cd0 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 3866b2dbc24ca718c8d6c2bbdcb4c3405fca5cdb..62f5c1efb8fcfd713644a35dbf8edbf9aa653319 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 444117d69d04da51e77169de5b9d3ccdb41337d6..73382744cf088c5823db5a76f09c8a11c265694b 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"