Skip to content

Commit 72aa11e

Browse files
authored
Licence disclaimer (#217)
* Update README.md * Update LICENSE.md
1 parent 5579924 commit 72aa11e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2020 Tommy Lillehagen
3+
Copyright (c) 2016-2021 Tommy Lillehagen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ In short, this project builds on top of the following components:
99
* The [GraphQL](https://github.com/graphql-dotnet/graphql-dotnet) library written by [Joe McBride](https://github.com/joemcbride) (MIT licence)
1010
* The GraphQL [lexer/parser](http://github.com/graphql-dotnet/parser) originally written by [Marek Magdziak](https://github.com/mkmarek) (MIT licence)
1111

12+
>**Disclaimer:**
13+
>I am providing code in this repository to you under an open source licence ([MIT](LICENSE.md)). Because this is my personal repository, the licence you receive to my code is from me and not my employer (Facebook).
14+
1215
## Installation
1316

1417
Download and install the package from [NuGet](https://www.nuget.org/packages/GraphQL.Conventions):

0 commit comments

Comments
 (0)