Skip to content

Commit

Permalink
Fix the license header. (#4306)
Browse files Browse the repository at this point in the history
* Fix the license header.

* Fix license header.
  • Loading branch information
Shylock-Hg authored Jun 8, 2022
1 parent 35b6e20 commit 51e15c3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 24 deletions.
8 changes: 3 additions & 5 deletions src/common/base/Arena.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/* Copyright (c) 2021 vesoft inc. All rights reserved.
*
* This source code is licensed under Apache 2.0 License,
* attached with Common Clause Condition 1.0, found in the LICENSES directory.
*/
// Copyright (c) 2022 vesoft inc. All rights reserved.
//
// This source code is licensed under Apache 2.0 License.

#include "common/base/Arena.h"

Expand Down
8 changes: 3 additions & 5 deletions src/common/base/Arena.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/* Copyright (c) 2021 vesoft inc. All rights reserved.
*
* This source code is licensed under Apache 2.0 License,
* attached with Common Clause Condition 1.0, found in the LICENSES directory.
*/
// Copyright (c) 2022 vesoft inc. All rights reserved.
//
// This source code is licensed under Apache 2.0 License.

#pragma once

Expand Down
8 changes: 3 additions & 5 deletions src/common/base/test/ArenaBenchmark.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/* Copyright (c) 2021 vesoft inc. All rights reserved.
*
* This source code is licensed under Apache 2.0 License,
* attached with Common Clause Condition 1.0, found in the LICENSES directory.
*/
// Copyright (c) 2022 vesoft inc. All rights reserved.
//
// This source code is licensed under Apache 2.0 License.

#include <folly/Benchmark.h>
#include <folly/init/Init.h>
Expand Down
8 changes: 3 additions & 5 deletions src/common/base/test/ArenaTest.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/* Copyright (c) 2021 vesoft inc. All rights reserved.
*
* This source code is licensed under Apache 2.0 License,
* attached with Common Clause Condition 1.0, found in the LICENSES directory.
*/
// Copyright (c) 2022 vesoft inc. All rights reserved.
//
// This source code is licensed under Apache 2.0 License.

#include <gtest/gtest.h>

Expand Down
3 changes: 1 addition & 2 deletions src/common/id/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (c) 2021 vesoft inc. All rights reserved.
#
# This source code is licensed under Apache 2.0 License,
# attached with Common Clause Condition 1.0, found in the LICENSES directory.
# This source code is licensed under Apache 2.0 License.

nebula_add_library(
snowflake_obj OBJECT
Expand Down
3 changes: 1 addition & 2 deletions tests/tck/features/bugfix/VariableExpression.feature
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright (c) 2021 vesoft inc. All rights reserved.
#
# This source code is licensed under Apache 2.0 License,
# attached with Common Clause Condition 1.0, found in the LICENSES directory.
# This source code is licensed under Apache 2.0 License.
Feature: Variable usage

Background:
Expand Down

0 comments on commit 51e15c3

Please sign in to comment.