Skip to content

Commit c473cf6

Browse files
committed
copyright update in tests
1 parent a6c0731 commit c473cf6

15 files changed

+15
-15
lines changed

tests/ConsulManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php namespace DCarbone\PHPConsulAPITests;
22

33
/*
4-
Copyright 2016-2018 Daniel Carbone ([email protected])
4+
Copyright 2016-2021 Daniel Carbone ([email protected])
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.

tests/Usage/ACL/ACLClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php namespace DCarbone\PHPConsulAPITests\Usage\ACL;
22

33
/*
4-
Copyright 2016-2018 Daniel Carbone ([email protected])
4+
Copyright 2016-2021 Daniel Carbone ([email protected])
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.

tests/Usage/AbstractUsageTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php namespace DCarbone\PHPConsulAPITests\Usage;
22

33
/*
4-
Copyright 2016-2018 Daniel Carbone ([email protected])
4+
Copyright 2016-2021 Daniel Carbone ([email protected])
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.

tests/Usage/Agent/AgentClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php namespace DCarbone\PHPConsulAPITests\Usage\Agent;
22

33
/*
4-
Copyright 2016-2018 Daniel Carbone ([email protected])
4+
Copyright 2016-2021 Daniel Carbone ([email protected])
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.

tests/Usage/Catalog/CatalogClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php namespace DCarbone\PHPConsulAPITests\Usage\Catalog;
22

33
/*
4-
Copyright 2016-2018 Daniel Carbone ([email protected])
4+
Copyright 2016-2021 Daniel Carbone ([email protected])
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.

tests/Usage/ConfigUsageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use PHPUnit\Framework\TestCase;
77

88
/*
9-
Copyright 2016-2018 Daniel Carbone ([email protected])
9+
Copyright 2016-2021 Daniel Carbone ([email protected])
1010
1111
Licensed under the Apache License, Version 2.0 (the "License");
1212
you may not use this file except in compliance with the License.

tests/Usage/Coordinate/CoordinateClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php namespace DCarbone\PHPConsulAPITests\Usage\Coordinate;
22

33
/*
4-
Copyright 2016-2018 Daniel Carbone ([email protected])
4+
Copyright 2016-2021 Daniel Carbone ([email protected])
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.

tests/Usage/Event/EventClientUsageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php namespace DCarbone\PHPConsulAPITests\Usage\Event;
22

33
/*
4-
Copyright 2016-2018 Daniel Carbone ([email protected])
4+
Copyright 2016-2021 Daniel Carbone ([email protected])
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.

tests/Usage/KV/KVCRUDTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace DCarbone\PHPConsulAPITests\Usage\KV;
33

44
/*
5-
Copyright 2016-2018 Daniel Carbone ([email protected])
5+
Copyright 2016-2021 Daniel Carbone ([email protected])
66
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.

tests/Usage/KV/KVClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php namespace DCarbone\PHPConsulAPITests\Usage\KV;
22

33
/*
4-
Copyright 2016-2018 Daniel Carbone ([email protected])
4+
Copyright 2016-2021 Daniel Carbone ([email protected])
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.

0 commit comments

Comments
 (0)