Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed Copyright Year #954

Merged
merged 1 commit into from Aug 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
@@ -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
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
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