Skip to content

Commit

Permalink
Updated copyright year in license
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Apr 21, 2019
1 parent 145fa60 commit 3d71435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2018 Kim J. Nordmo
Copyright (c) 2017-2019 Kim J. Nordmo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.Transifex/Cake.Transifex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Cake.Transifex is a addin for the Cake Build script adding support for working w
This addin requires that the transifex client is already installed and is available as `tx`.
To install the transifex client, install python, then run `pip install transifex-client`.
</Description>
<Copyright>Copyright 2017-2018 - Kim J. Nordmo</Copyright>
<Copyright>Copyright 2017-$([System.DateTime]::Now.Year) - Kim J. Nordmo</Copyright>
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics@49c3b71def749b86416d773f1ead0c0da2d590ea/png/cake-contrib-medium.png</PackageIconUrl>
<RepositoryUrl>https://github.com/cake-contrib/Cake.Transifex</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 3d71435

Please sign in to comment.