Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refactor] Change the license from StarRocks Limited to StarRocks Inc #10093

Merged
merged 1 commit into from
Aug 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
StarRocks

Copyright 2021-present, StarRocks Limited
Copyright 2021-present, StarRocks Inc.

---------------------------
apache-doris-incubating NOTICE
Expand Down
2 changes: 1 addition & 1 deletion be/src/runtime/sender_queue.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Limited.
// This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Inc.

#include "runtime/sender_queue.h"

Expand Down
2 changes: 1 addition & 1 deletion be/src/runtime/sender_queue.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Limited.
// This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Inc.

#pragma once
#include "column/vectorized_fwd.h"
Expand Down
2 changes: 1 addition & 1 deletion be/src/storage/schema_change_utils.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Limited.
// This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Inc.

#include "storage/schema_change_utils.h"

Expand Down
2 changes: 1 addition & 1 deletion be/src/storage/schema_change_utils.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Limited.
// This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Inc.

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Limited.
// This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Inc.

package com.starrocks.analysis;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Limited.
// This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Inc.

package com.starrocks.external.iceberg.cost;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Limited.
// This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Inc.

package com.starrocks.persist;

Expand Down
2 changes: 1 addition & 1 deletion thirdparty/vars-aarch64.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Limited.
# This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Inc.

#####################################################
# Download url, filename and unpaced filename
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/vars-x86_64.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Limited.
# This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Inc.

#####################################################
# Download url, filename and unpaced filename
Expand Down