Skip to content

Commit 8e97ea9

Browse files
committed
Update copyrights
1 parent c20bf6a commit 8e97ea9

File tree

73 files changed

+80
-76
lines changed

Some content is hidden

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

73 files changed

+80
-76
lines changed

README.md

Lines changed: 1 addition & 1 deletion

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 ThoughtWorks, Inc.
2+
* Copyright 2022 Thoughtworks, Inc.
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.
@@ -23,7 +23,7 @@ gocdPlugin {
2323
goCdVersion = '20.9.0'
2424
name = 'Docker Elastic Agent Plugin'
2525
description = 'Docker Based Elastic Agent Plugins for GoCD'
26-
vendorName = 'ThoughtWorks, Inc.'
26+
vendorName = 'Thoughtworks, Inc.'
2727
vendorUrl = 'https://github.com/gocd-contrib/docker-elastic-agents-plugin'
2828

2929
githubRepo {

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 ThoughtWorks, Inc.
2+
* Copyright 2022 Thoughtworks, Inc.
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.

src/main/java/cd/go/contrib/elasticagents/docker/Agent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 ThoughtWorks, Inc.
2+
* Copyright 2018 Thoughtworks, Inc.
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.

src/main/java/cd/go/contrib/elasticagents/docker/AgentInstances.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 ThoughtWorks, Inc.
2+
* Copyright 2022 Thoughtworks, Inc.
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.

src/main/java/cd/go/contrib/elasticagents/docker/Agents.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 ThoughtWorks, Inc.
2+
* Copyright 2022 Thoughtworks, Inc.
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.

src/main/java/cd/go/contrib/elasticagents/docker/Clock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 ThoughtWorks, Inc.
2+
* Copyright 2022 Thoughtworks, Inc.
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.

src/main/java/cd/go/contrib/elasticagents/docker/ClusterProfile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 ThoughtWorks, Inc.
2+
* Copyright 2022 Thoughtworks, Inc.
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.

src/main/java/cd/go/contrib/elasticagents/docker/ClusterProfileProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 ThoughtWorks, Inc.
2+
* Copyright 2022 Thoughtworks, Inc.
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.

src/main/java/cd/go/contrib/elasticagents/docker/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 ThoughtWorks, Inc.
2+
* Copyright 2018 Thoughtworks, Inc.
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)