Skip to content

Commit 01cdace

Browse files
committed
Update LICENSE and README
Replicates graphql/graphql-js@35c68d4
1 parent 0832f0a commit 01cdace

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

LICENSE

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

3-
Copyright (c) Facebook, Inc. and its affiliates (GraphQL.js)
3+
Copyright (c) GraphQL Contributors (GraphQL.js)
44
Copyright (c) Syrus Akbary (GraphQL-core)
55
Copyright (c) Christoph Zwerschke (GraphQL-core-next)
66

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,16 +227,24 @@ Changes are tracked as
227227
[GitHub releases](https://github.com/graphql-python/graphql-core-next/releases).
228228

229229

230-
## Credits
230+
## Credits and history
231231

232232
The GraphQL-core-next library
233233
* has been created and is maintained by Christoph Zwerschke
234234
* uses ideas and code from GraphQL-core, a prior work by Syrus Akbary
235-
* is a Python port of GraphQL.js which has been created and is maintained
236-
by Facebook, Inc.
235+
* is a Python port of GraphQL.js which has been developed by Lee Byron and others
236+
at Facebook, Inc. and is now maintained
237+
by the [GraphQL foundation](https://gql.foundation/join/)
238+
239+
Please watch the recording of Lee Byron's short keynote on the
240+
[history of GraphQL](https://www.youtube.com/watch?v=VjHWkBr3tjI)
241+
at the open source leadership summit 2019 to better understand
242+
how and why GraphQL was created at Facebook and then became open sourced
243+
and ported to many different programming languages.
237244

238245

239246
## License
240247

241248
GraphQL-core-next is
242-
[MIT-licensed](https://github.com/graphql-python/graphql-core-next/blob/master/LICENSE).
249+
[MIT-licensed](https://github.com/graphql-python/graphql-core-next/blob/master/LICENSE),
250+
just like GraphQL.js.

0 commit comments

Comments
 (0)