Skip to content

Commit aee282f

Browse files
committed
replace vectorized with redpanda in 2020 copyright
find . -type f -exec sed -i 's|Copyright 2020 Vectorized, Inc.|Copyright 2020 Redpanda Data, Inc.|g' {} \;
1 parent b744123 commit aee282f

File tree

1,195 files changed

+1195
-1195
lines changed

Some content is hidden

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

1,195 files changed

+1195
-1195
lines changed

.dir-locals.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; Copyright 2020 Vectorized, Inc.
1+
;; Copyright 2020 Redpanda Data, Inc.
22
;;
33
;; Use of this software is governed by the Business Source License
44
;; included in the file licenses/BSL.md

.github/workflows/homebrew-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Vectorized, Inc.
1+
# Copyright 2020 Redpanda Data, Inc.
22
#
33
# Use of this software is governed by the Business Source License
44
# included in the file licenses/BSL.md

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Vectorized, Inc.
1+
# Copyright 2020 Redpanda Data, Inc.
22
#
33
# Use of this software is governed by the Business Source License
44
# included in the file licenses/BSL.md

.github/workflows/redpanda-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Vectorized, Inc.
1+
# Copyright 2020 Redpanda Data, Inc.
22
#
33
# Use of this software is governed by the Business Source License
44
# included in the file licenses/BSL.md

.github/workflows/rpk-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Vectorized, Inc.
1+
# Copyright 2020 Redpanda Data, Inc.
22
#
33
# Use of this software is governed by the Business Source License
44
# included in the file licenses/BSL.md

.github/workflows/wasm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Vectorized, Inc.
1+
# Copyright 2020 Redpanda Data, Inc.
22
#
33
# Use of this software is governed by the Business Source License
44
# included in the file licenses/BSL.md

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2020 Vectorized, Inc.
2+
# Copyright 2020 Redpanda Data, Inc.
33
#
44
# Use of this software is governed by the Business Source License
55
# included in the file licenses/BSL.md

conf/redpanda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Vectorized, Inc.
1+
# Copyright 2020 Redpanda Data, Inc.
22
#
33
# Use of this software is governed by the Business Source License
44
# included in the file licenses/BSL.md

install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2020 Vectorized, Inc.
2+
# Copyright 2020 Redpanda Data, Inc.
33
#
44
# Use of this software is governed by the Business Source License
55
# included in the file licenses/BSL.md

licenses/bsl_header.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2020 Vectorized, Inc.
1+
Copyright 2020 Redpanda Data, Inc.
22

33
Use of this software is governed by the Business Source License
44
included in the file licenses/BSL.md

0 commit comments

Comments
 (0)