diff --git a/NEWS b/NEWS index 09dd6e6..d275f8a 100644 --- a/NEWS +++ b/NEWS @@ -347,7 +347,7 @@ Overview of changes in 0.0.1 ---- -Copyright © 2018 – 2020 Red Hat, Inc. +Copyright © 2018 – 2021 Red Hat, Inc. All rights reserved. Copying and distribution of this file, with or without modification, diff --git a/gen-docs-list b/gen-docs-list index 9dbb3f5..4e69615 100755 --- a/gen-docs-list +++ b/gen-docs-list @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright © 2019 - 2020 Red Hat, Inc. +# Copyright © 2019 - 2021 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/cmd/create.go b/src/cmd/create.go index 74e90b1..1d5b1ee 100644 --- a/src/cmd/create.go +++ b/src/cmd/create.go @@ -1,5 +1,5 @@ /* - * Copyright © 2019 – 2020 Red Hat Inc. + * Copyright © 2019 – 2021 Red Hat Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/cmd/enter.go b/src/cmd/enter.go index 43b630c..4050c5f 100644 --- a/src/cmd/enter.go +++ b/src/cmd/enter.go @@ -1,5 +1,5 @@ /* - * Copyright © 2019 – 2020 Red Hat Inc. + * Copyright © 2019 – 2021 Red Hat Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/cmd/help.go b/src/cmd/help.go index 1749e0a..fd61351 100644 --- a/src/cmd/help.go +++ b/src/cmd/help.go @@ -1,5 +1,5 @@ /* - * Copyright © 2019 – 2020 Red Hat Inc. + * Copyright © 2019 – 2021 Red Hat Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/cmd/initContainer.go b/src/cmd/initContainer.go index 0b6a2fa..e23e669 100644 --- a/src/cmd/initContainer.go +++ b/src/cmd/initContainer.go @@ -1,5 +1,5 @@ /* - * Copyright © 2019 – 2020 Red Hat Inc. + * Copyright © 2019 – 2021 Red Hat Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/cmd/list.go b/src/cmd/list.go index 88201b8..cf3fe31 100644 --- a/src/cmd/list.go +++ b/src/cmd/list.go @@ -1,5 +1,5 @@ /* - * Copyright © 2019 – 2020 Red Hat Inc. + * Copyright © 2019 – 2021 Red Hat Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/cmd/rm.go b/src/cmd/rm.go index d89199c..851d2e8 100644 --- a/src/cmd/rm.go +++ b/src/cmd/rm.go @@ -1,5 +1,5 @@ /* - * Copyright © 2019 – 2020 Red Hat Inc. + * Copyright © 2019 – 2021 Red Hat Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/cmd/rmi.go b/src/cmd/rmi.go index a715434..719fb63 100644 --- a/src/cmd/rmi.go +++ b/src/cmd/rmi.go @@ -1,5 +1,5 @@ /* - * Copyright © 2019 – 2020 Red Hat Inc. + * Copyright © 2019 – 2021 Red Hat Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/cmd/root.go b/src/cmd/root.go index 5c2234a..f9036e5 100644 --- a/src/cmd/root.go +++ b/src/cmd/root.go @@ -1,5 +1,5 @@ /* - * Copyright © 2019 – 2020 Red Hat Inc. + * Copyright © 2019 – 2021 Red Hat Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/cmd/run.go b/src/cmd/run.go index 82356dc..61a100b 100644 --- a/src/cmd/run.go +++ b/src/cmd/run.go @@ -1,5 +1,5 @@ /* - * Copyright © 2019 – 2020 Red Hat Inc. + * Copyright © 2019 – 2021 Red Hat Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/go-build-wrapper b/src/go-build-wrapper index 515e1d8..0d27120 100755 --- a/src/go-build-wrapper +++ b/src/go-build-wrapper @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright © 2020 Red Hat, Inc. +# Copyright © 2020 – 2021 Red Hat Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/src/libc-wrappers/libc-wrappers.c b/src/libc-wrappers/libc-wrappers.c index bde5c2f..7b402bc 100644 --- a/src/libc-wrappers/libc-wrappers.c +++ b/src/libc-wrappers/libc-wrappers.c @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Red Hat Inc. + * Copyright © 2020 – 2021 Red Hat Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/pkg/podman/podman.go b/src/pkg/podman/podman.go index ebabcf7..9099df1 100644 --- a/src/pkg/podman/podman.go +++ b/src/pkg/podman/podman.go @@ -1,5 +1,5 @@ /* - * Copyright © 2019 – 2020 Red Hat Inc. + * Copyright © 2019 – 2021 Red Hat Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/pkg/shell/shell.go b/src/pkg/shell/shell.go index 45ac92d..272dcc9 100644 --- a/src/pkg/shell/shell.go +++ b/src/pkg/shell/shell.go @@ -1,5 +1,5 @@ /* - * Copyright © 2019 – 2020 Red Hat Inc. + * Copyright © 2019 – 2021 Red Hat Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/pkg/utils/utils.go b/src/pkg/utils/utils.go index 60df79c..dfe971f 100644 --- a/src/pkg/utils/utils.go +++ b/src/pkg/utils/utils.go @@ -1,5 +1,5 @@ /* - * Copyright © 2019 – 2020 Red Hat Inc. + * Copyright © 2019 – 2021 Red Hat Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/pkg/version/version.go b/src/pkg/version/version.go index 2aa6cad..5e30d2a 100644 --- a/src/pkg/version/version.go +++ b/src/pkg/version/version.go @@ -1,5 +1,5 @@ /* - * Copyright © 2019 – 2020 Red Hat Inc. + * Copyright © 2019 – 2021 Red Hat Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/toolbox.go b/src/toolbox.go index f6f3ce7..4a04735 100644 --- a/src/toolbox.go +++ b/src/toolbox.go @@ -1,5 +1,5 @@ /* - * Copyright © 2019 – 2020 Red Hat Inc. + * Copyright © 2019 – 2021 Red Hat Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/toolbox b/toolbox index c6ae396..cb9e112 100755 --- a/toolbox +++ b/toolbox @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright © 2018 – 2020 Red Hat, Inc. +# Copyright © 2018 – 2021 Red Hat, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.