Skip to content

Commit

Permalink
(cake-buildGH-1595) Added Alistair and Martin names
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 authored and bjorkstromm committed Jun 9, 2017
1 parent 5736e17 commit 9a71cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Make sure you've read the [contribution guidelines](http://cakebuild.net/docs/co

## License

Copyright © .NET Foundation, Patrik Svensson, Mattias Karlsson, Gary Ewan Park, Alistair Chapman and contributors.
Copyright © .NET Foundation, Patrik Svensson, Mattias Karlsson, Gary Ewan Park, Alistair Chapman, Martin Björkström and contributors.

Cake is provided as-is under the MIT license. For more information see [LICENSE](https://github.com/cake-build/cake/blob/develop/LICENSE).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void Should_Read_Configuration(string value, string expected)
}

[Theory]
[InlineData("Copyright (c) Patrik Svensson, Mattias Karlsson, Gary Ewan Park and contributors", "Copyright (c) Patrik Svensson, Mattias Karlsson, Gary Ewan Park and contributors")]
[InlineData("Copyright (c) Patrik Svensson, Mattias Karlsson, Gary Ewan Park, Alistair Chapman, Martin Björkström and contributors", "Copyright (c) Patrik Svensson, Mattias Karlsson, Gary Ewan Park, Alistair Chapman, Martin Björkström and contributors")]
[InlineData(null, "")]
public void Should_Read_Copyright(string value, string expected)
{
Expand Down

0 comments on commit 9a71cb7

Please sign in to comment.