Skip to content

Commit e25af0d

Browse files
authored
Merge pull request kmesh-net#52 from Eeshu-Yadav/chore/remove-redundant-spdx-headers
chore: standardize license headers and remove redundant SPDX lines
2 parents c227bde + 421097d commit e25af0d

File tree

189 files changed

+189
-756
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+189
-756
lines changed

orion-configuration/examples/convert.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// SPDX-FileCopyrightText: © 2025 kmesh authors
2-
// SPDX-License-Identifier: Apache-2.0
3-
//
4-
// Copyright 2025 kmesh authors
1+
// Copyright 2025 The kmesh Authors
52
//
63
//
74
// Licensed under the Apache License, Version 2.0 (the "License");

orion-configuration/src/config.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// SPDX-FileCopyrightText: © 2025 kmesh authors
2-
// SPDX-License-Identifier: Apache-2.0
3-
//
4-
// Copyright 2025 kmesh authors
1+
// Copyright 2025 The kmesh Authors
52
//
63
//
74
// Licensed under the Apache License, Version 2.0 (the "License");

orion-configuration/src/config/bootstrap.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// SPDX-FileCopyrightText: © 2025 kmesh authors
2-
// SPDX-License-Identifier: Apache-2.0
3-
//
4-
// Copyright 2025 kmesh authors
1+
// Copyright 2025 The kmesh Authors
52
//
63
//
74
// Licensed under the Apache License, Version 2.0 (the "License");

orion-configuration/src/config/cluster.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// SPDX-FileCopyrightText: © 2025 kmesh authors
2-
// SPDX-License-Identifier: Apache-2.0
3-
//
4-
// Copyright 2025 kmesh authors
1+
// Copyright 2025 The kmesh Authors
52
//
63
//
74
// Licensed under the Apache License, Version 2.0 (the "License");

orion-configuration/src/config/cluster/cluster_specifier.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// SPDX-FileCopyrightText: © 2025 kmesh authors
2-
// SPDX-License-Identifier: Apache-2.0
3-
//
4-
// Copyright 2025 kmesh authors
1+
// Copyright 2025 The kmesh Authors
52
//
63
//
74
// Licensed under the Apache License, Version 2.0 (the "License");

orion-configuration/src/config/cluster/health_check.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// SPDX-FileCopyrightText: © 2025 kmesh authors
2-
// SPDX-License-Identifier: Apache-2.0
3-
//
4-
// Copyright 2025 kmesh authors
1+
// Copyright 2025 The kmesh Authors
52
//
63
//
74
// Licensed under the Apache License, Version 2.0 (the "License");

orion-configuration/src/config/cluster/http_protocol_options.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// SPDX-FileCopyrightText: © 2025 kmesh authors
2-
// SPDX-License-Identifier: Apache-2.0
3-
//
4-
// Copyright 2025 kmesh authors
1+
// Copyright 2025 The kmesh Authors
52
//
63
//
74
// Licensed under the Apache License, Version 2.0 (the "License");

orion-configuration/src/config/common.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// SPDX-FileCopyrightText: © 2025 kmesh authors
2-
// SPDX-License-Identifier: Apache-2.0
3-
//
4-
// Copyright 2025 kmesh authors
1+
// Copyright 2025 The kmesh Authors
52
//
63
//
74
// Licensed under the Apache License, Version 2.0 (the "License");

orion-configuration/src/config/core.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// SPDX-FileCopyrightText: © 2025 kmesh authors
2-
// SPDX-License-Identifier: Apache-2.0
3-
//
4-
// Copyright 2025 kmesh authors
1+
// Copyright 2025 The kmesh Authors
52
//
63
//
74
// Licensed under the Apache License, Version 2.0 (the "License");

orion-configuration/src/config/grpc.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// SPDX-FileCopyrightText: © 2025 kmesh authors
2-
// SPDX-License-Identifier: Apache-2.0
3-
//
4-
// Copyright 2025 kmesh authors
1+
// Copyright 2025 The kmesh Authors
52
//
63
//
74
// Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)