Skip to content

Commit 9e26141

Browse files
license update inside files
1 parent 6d75264 commit 9e26141

File tree

759 files changed

+2285
-2279
lines changed

Some content is hidden

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

759 files changed

+2285
-2279
lines changed

cmd/cmdtest/random.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
Copyright 2022 Codenotary Inc. All rights reserved.
2+
Copyright 2024 Codenotary Inc. All rights reserved.
33
4-
Licensed under the Apache License, Version 2.0 (the "License");
4+
SPDX-License-Identifier: BUSL-1.1
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
8-
http://www.apache.org/licenses/LICENSE-2.0
8+
https://mariadb.com/bsl11/
99
1010
Unless required by applicable law or agreed to in writing, software
1111
distributed under the License is distributed on an "AS IS" BASIS,

cmd/cmdtest/stdout_collector.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
Copyright 2022 Codenotary Inc. All rights reserved.
2+
Copyright 2024 Codenotary Inc. All rights reserved.
33
4-
Licensed under the Apache License, Version 2.0 (the "License");
4+
SPDX-License-Identifier: BUSL-1.1
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
8-
http://www.apache.org/licenses/LICENSE-2.0
8+
https://mariadb.com/bsl11/
99
1010
Unless required by applicable law or agreed to in writing, software
1111
distributed under the License is distributed on an "AS IS" BASIS,

cmd/docs/man/generate.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
Copyright 2022 Codenotary Inc. All rights reserved.
2+
Copyright 2024 Codenotary Inc. All rights reserved.
33
4-
Licensed under the Apache License, Version 2.0 (the "License");
4+
SPDX-License-Identifier: BUSL-1.1
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
8-
http://www.apache.org/licenses/LICENSE-2.0
8+
https://mariadb.com/bsl11/
99
1010
Unless required by applicable law or agreed to in writing, software
1111
distributed under the License is distributed on an "AS IS" BASIS,

cmd/docs/man/generate_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
Copyright 2022 Codenotary Inc. All rights reserved.
2+
Copyright 2024 Codenotary Inc. All rights reserved.
33
4-
Licensed under the Apache License, Version 2.0 (the "License");
4+
SPDX-License-Identifier: BUSL-1.1
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
8-
http://www.apache.org/licenses/LICENSE-2.0
8+
https://mariadb.com/bsl11/
99
1010
Unless required by applicable law or agreed to in writing, software
1111
distributed under the License is distributed on an "AS IS" BASIS,

cmd/helper/color_unix.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
// +build linux darwin freebsd
33

44
/*
5-
Copyright 2022 Codenotary Inc. All rights reserved.
5+
Copyright 2024 Codenotary Inc. All rights reserved.
66
7-
Licensed under the Apache License, Version 2.0 (the "License");
7+
SPDX-License-Identifier: BUSL-1.1
88
you may not use this file except in compliance with the License.
99
You may obtain a copy of the License at
1010
11-
http://www.apache.org/licenses/LICENSE-2.0
11+
https://mariadb.com/bsl11/
1212
1313
Unless required by applicable law or agreed to in writing, software
1414
distributed under the License is distributed on an "AS IS" BASIS,

cmd/helper/color_unix_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
Copyright 2022 Codenotary Inc. All rights reserved.
2+
Copyright 2024 Codenotary Inc. All rights reserved.
33
4-
Licensed under the Apache License, Version 2.0 (the "License");
4+
SPDX-License-Identifier: BUSL-1.1
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
8-
http://www.apache.org/licenses/LICENSE-2.0
8+
https://mariadb.com/bsl11/
99
1010
Unless required by applicable law or agreed to in writing, software
1111
distributed under the License is distributed on an "AS IS" BASIS,

cmd/helper/color_windows.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
// +build windows
33

44
/*
5-
Copyright 2022 Codenotary Inc. All rights reserved.
5+
Copyright 2024 Codenotary Inc. All rights reserved.
66
7-
Licensed under the Apache License, Version 2.0 (the "License");
7+
SPDX-License-Identifier: BUSL-1.1
88
you may not use this file except in compliance with the License.
99
You may obtain a copy of the License at
1010
11-
http://www.apache.org/licenses/LICENSE-2.0
11+
https://mariadb.com/bsl11/
1212
1313
Unless required by applicable law or agreed to in writing, software
1414
distributed under the License is distributed on an "AS IS" BASIS,

cmd/helper/config.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*
2-
Copyright 2022 Codenotary Inc. All rights reserved.
2+
Copyright 2024 Codenotary Inc. All rights reserved.
33
4-
Licensed under the Apache License, Version 2.0 (the "License");
4+
SPDX-License-Identifier: BUSL-1.1
55
you may not use this file except in compliance with the License.
66
You may obtain a copy of the License at
77
8-
http://www.apache.org/licenses/LICENSE-2.0
8+
https://mariadb.com/bsl11/
99
1010
Unless required by applicable law or agreed to in writing, software
1111
distributed under the License is distributed on an "AS IS" BASIS,

cmd/helper/config_pathmanager_unix.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
// +build linux darwin freebsd
33

44
/*
5-
Copyright 2022 Codenotary Inc. All rights reserved.
5+
Copyright 2024 Codenotary Inc. All rights reserved.
66
7-
Licensed under the Apache License, Version 2.0 (the "License");
7+
SPDX-License-Identifier: BUSL-1.1
88
you may not use this file except in compliance with the License.
99
You may obtain a copy of the License at
1010
11-
http://www.apache.org/licenses/LICENSE-2.0
11+
https://mariadb.com/bsl11/
1212
1313
Unless required by applicable law or agreed to in writing, software
1414
distributed under the License is distributed on an "AS IS" BASIS,

cmd/helper/config_pathmanager_windows.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
// +build windows
33

44
/*
5-
Copyright 2022 Codenotary Inc. All rights reserved.
5+
Copyright 2024 Codenotary Inc. All rights reserved.
66
7-
Licensed under the Apache License, Version 2.0 (the "License");
7+
SPDX-License-Identifier: BUSL-1.1
88
you may not use this file except in compliance with the License.
99
You may obtain a copy of the License at
1010
11-
http://www.apache.org/licenses/LICENSE-2.0
11+
https://mariadb.com/bsl11/
1212
1313
Unless required by applicable law or agreed to in writing, software
1414
distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)