Skip to content

Commit

Permalink
Changed Copyright Year (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstaib committed Aug 5, 2019
1 parent 47a4b6f commit a267993
Show file tree
Hide file tree
Showing 3 changed files with 4 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) 2018 ChilliCream (Michael & Rafael Staib)
Copyright (c) 2019 ChilliCream (Michael & Rafael Staib)

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: 2 additions & 0 deletions src/DataLoader/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<RootNamespace>GreenDonut</RootNamespace>
<PackageId>GreenDonut</PackageId>
<Description>Green Donut is a port of facebook's DataLoader utility, written in C# for .NET Core and .NET Framework.</Description>
<PackageTags>DataLoader Batching Caching GraphQL ChilliCream Facebook</PackageTags>
<PackageIconUrl>https://cdn.rawgit.com/ChilliCream/greendonut-logo/master/img/greendonut-signet.png</PackageIconUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
2 changes: 1 addition & 1 deletion src/Package.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Product>Hot Chocolate</Product>
<Authors>ChilliCream authors and contributors</Authors>
<Company>ChilliCream</Company>
<Copyright>Copyright © 2018 ChilliCream (Michael &amp; Rafael Staib)</Copyright>
<Copyright>Copyright © 2019 ChilliCream (Michael &amp; Rafael Staib)</Copyright>
<PackageLicenseUrl>https://github.com/ChilliCream/hotchocolate/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/ChilliCream/hotchocolate</PackageProjectUrl>
<PackageReleaseNotes>Release notes: https://github.com/ChilliCream/hotchocolate/releases/$(PackageVersion)</PackageReleaseNotes>
Expand Down

0 comments on commit a267993

Please sign in to comment.