Skip to content

Commit bbf145a

Browse files
committed
Update copyright
1 parent f1aa0be commit bbf145a

File tree

8 files changed

+25
-1
lines changed

8 files changed

+25
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2024, Cisco Systems, Inc.
2+
# All rights reserved.
3+
14
cmake_minimum_required(VERSION 3.10)
25

36
project(flow-core VERSION 1.1.1 LANGUAGES CXX)

src/Module.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024, Cisco Systems, Inc.
2+
// All rights reserved.
3+
14
#include "flow/core/Module.hpp"
25

36
#include "flow/core/NodeFactory.hpp"

tests/factory_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024, Cisco Systems, Inc.
2+
// All rights reserved.
3+
14
#include "flow/core/Env.hpp"
25
#include "flow/core/Node.hpp"
36
#include "flow/core/NodeFactory.hpp"

tests/graph_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024, Cisco Systems, Inc.
2+
// All rights reserved.
3+
14
#include "flow/core/Env.hpp"
25
#include "flow/core/Graph.hpp"
36
#include "flow/core/Node.hpp"

tests/indexable_name_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024, Cisco Systems, Inc.
2+
// All rights reserved.
3+
14
#include "IndexableName.hpp"
25

36
#include <gtest/gtest.h>

tests/module_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024, Cisco Systems, Inc.
2+
// All rights reserved.
3+
14
#include "flow/core/Env.hpp"
25
#include "flow/core/Module.hpp"
36
#include "flow/core/NodeFactory.hpp"

tests/node_test.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) 2024, Cisco Systems, Inc.
2+
// All rights reserved.
3+
14
#include "flow/core/Env.hpp"
25
#include "flow/core/FunctionNode.hpp"
36
#include "flow/core/Node.hpp"

tests/type_name_test.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
#include <gtest/gtest.h>
1+
// Copyright (c) 2024, Cisco Systems, Inc.
2+
// All rights reserved.
23

34
#include "TypeName.hpp"
45

6+
#include <gtest/gtest.h>
7+
58
using flow::TypeName;
69

710
TEST(TypeNameTest, LanguageTypes)

0 commit comments

Comments
 (0)