Skip to content

Commit 2d92aca

Browse files
committed
update copyright notice
Signed-off-by: Jeronimo Irazabal <[email protected]>
1 parent d0db051 commit 2d92aca

File tree

354 files changed

+434
-402
lines changed

Some content is hidden

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

354 files changed

+434
-402
lines changed

ACKNOWLEDGEMENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Readme has been inspired by the amazing Netdata community project.
88
[Netdata](https://github.com/netdata/netdata)
99

1010

11-
immudb uses the following amazing open source projects. Copyright by their respective copyright holders and vChain, Inc.
11+
immudb uses the following amazing open source projects. Copyright by their respective copyright holders and CodeNotary, Inc.
1212

1313
| Project | License |
1414
| ------------------------------------------------------------ | ------------------------------------------------------------ |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /src
33
COPY . .
44
RUN GOOS=linux GOARCH=amd64 make immuadmin-static immudb-static
55
FROM ubuntu:18.04
6-
MAINTAINER vChain, Inc. <info@vchain.us>
6+
MAINTAINER CodeNotary, Inc. <info@codenotary.io>
77

88
COPY --from=build /src/immudb /usr/sbin/immudb
99
COPY --from=build /src/immuadmin /usr/local/bin/immuadmin

Dockerfile.immuadmin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /src
33
COPY . .
44
RUN GOOS=linux GOARCH=amd64 make immuadmin-static
55
FROM ubuntu:18.04
6-
MAINTAINER vChain, Inc. <info@vchain.us>
6+
MAINTAINER CodeNotary, Inc. <info@codenotary.io>
77

88
COPY --from=build /src/immuadmin /usr/local/bin/immuadmin
99

Dockerfile.immuclient

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /src
33
COPY . .
44
RUN GOOS=linux GOARCH=amd64 make immuclient-static
55
FROM ubuntu:18.04
6-
MAINTAINER vChain, Inc. <info@vchain.us>
6+
MAINTAINER CodeNotary, Inc. <info@codenotary.io>
77

88
COPY --from=build /src/immuclient /app/immuclient
99

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2019-2020 vChain, Inc. \
1+
# Copyright 2021 CodeNotary, Inc. All rights reserved. \
22
\
33
Licensed under the Apache License, Version 2.0 (the "License"); \
44
you may not use this file except in compliance with the License. \

cmd/cmdtest/stdout_collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2019-2020 vChain, Inc.
2+
Copyright 2021 CodeNotary, Inc. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

cmd/docs/man/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2019-2020 vChain, Inc.
2+
Copyright 2021 CodeNotary, Inc. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

cmd/docs/man/generate_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2019-2020 vChain, Inc.
2+
Copyright 2021 CodeNotary, Inc. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

cmd/helper/color_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// +build linux darwin freebsd
22

33
/*
4-
Copyright 2019-2020 vChain, Inc.
4+
Copyright 2021 CodeNotary, Inc. All rights reserved.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

cmd/helper/color_unix_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2019-2020 vChain, Inc.
2+
Copyright 2021 CodeNotary, Inc. All rights reserved.
33
44
Licensed under the Apache License, Version 2.0 (the "License");
55
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)