Skip to content

Commit 3617ff2

Browse files
bexsoftBenjamin Perez
andauthored
Updated copyright year in all the files (#565)
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net>
1 parent e7f16b4 commit 3617ff2

File tree

718 files changed

+796
-799
lines changed

Some content is hidden

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

718 files changed

+796
-799
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This file is part of MinIO Console Server
2-
Copyright (c) 2020 MinIO, Inc.
2+
Copyright (c) 2021 MinIO, Inc.
33

44
This program is free software: you can redistribute it and/or modify
55
it under the terms of the GNU Affero General Public License as published by

cluster/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of MinIO Kubernetes Cloud
2-
// Copyright (c) 2020 MinIO, Inc.
2+
// Copyright (c) 2021 MinIO, Inc.
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Affero General Public License as published by

cluster/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of MinIO Kubernetes Cloud
2-
// Copyright (c) 2020 MinIO, Inc.
2+
// Copyright (c) 2021 MinIO, Inc.
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Affero General Public License as published by

cluster/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of MinIO Kubernetes Cloud
2-
// Copyright (c) 2020 MinIO, Inc.
2+
// Copyright (c) 2021 MinIO, Inc.
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Affero General Public License as published by

cluster/http_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of MinIO Kubernetes Cloud
2-
// Copyright (c) 2020 MinIO, Inc.
2+
// Copyright (c) 2021 MinIO, Inc.
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Affero General Public License as published by

cmd/console/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of MinIO Console Server
2-
// Copyright (c) 2020 MinIO, Inc.
2+
// Copyright (c) 2021 MinIO, Inc.
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Affero General Public License as published by
@@ -106,7 +106,7 @@ func newApp(name string) *cli.App {
106106
app.Author = "MinIO, Inc."
107107
app.Usage = "MinIO Console Server"
108108
app.Description = `MinIO Console Server`
109-
app.Copyright = "(c) 2020 MinIO, Inc."
109+
app.Copyright = "(c) 2021 MinIO, Inc."
110110
app.Compiled, _ = time.Parse(time.RFC3339, pkg.ReleaseTime)
111111
app.Commands = commands
112112
app.HideHelpCommand = true // Hide `help, h` command, we already have `minio --help`.

cmd/console/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of MinIO Console Server
2-
// Copyright (c) 2020 MinIO, Inc.
2+
// Copyright (c) 2021 MinIO, Inc.
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Affero General Public License as published by

k8s/boilerplate.go.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of MinIO Console Server
2-
// Copyright (c) 2020 MinIO, Inc.
2+
// Copyright (c) 2021 MinIO, Inc.
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Affero General Public License as published by

k8s/tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of MinIO Kubernetes Cloud
2-
// Copyright (c) 2020 MinIO, Inc.
2+
// Copyright (c) 2021 MinIO, Inc.
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU Affero General Public License as published by

models/account_change_password_request.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)