Skip to content

Commit fa5fe7e

Browse files
authored
chore: update licenses, graphiql 2 as seperate rfc (#1662)
1 parent 3cb92bc commit fa5fe7e

File tree

302 files changed

+17061
-234
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

302 files changed

+17061
-234
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) 2019 GraphQL Contributors
3+
Copyright (c) 2020 GraphQL Contributors
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

examples/graphiql-cdn-subscriptions/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
* Copyright (c) 2019 GraphQL Contributors
2+
* Copyright (c) 2020 GraphQL Contributors
33
* All rights reserved.
44
*
55
* This source code is licensed under the license found in the

examples/graphiql-cdn/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
* Copyright (c) 2019 GraphQL Contributors
2+
* Copyright (c) 2020 GraphQL Contributors
33
* All rights reserved.
44
*
55
* This source code is licensed under the license found in the

packages/codemirror-graphql/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) 2019 GraphQL Contributors
3+
Copyright (c) 2020 GraphQL Contributors
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

packages/codemirror-graphql/resources/watch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2019 GraphQL Contributors
2+
* Copyright (c) 2020 GraphQL Contributors
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-style license found in the

packages/codemirror-graphql/src/__tests__/hint-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2019 GraphQL Contributors
2+
* Copyright (c) 2020 GraphQL Contributors
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-style license found in the

packages/codemirror-graphql/src/__tests__/kitchen-sink.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 GraphQL Contributors
1+
# Copyright (c) 2020 GraphQL Contributors
22
# All rights reserved.
33
#
44
# This source code is licensed under the BSD-style license found in the

packages/codemirror-graphql/src/__tests__/lint-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2019 GraphQL Contributors
2+
* Copyright (c) 2020 GraphQL Contributors
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-style license found in the

packages/codemirror-graphql/src/__tests__/mode-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2019 GraphQL Contributors
2+
* Copyright (c) 2020 GraphQL Contributors
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-style license found in the

packages/codemirror-graphql/src/__tests__/schema-kitchen-sink.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 GraphQL Contributors
1+
# Copyright (c) 2020 GraphQL Contributors
22
# All rights reserved.
33
#
44
# This source code is licensed under the BSD-style license found in the

0 commit comments

Comments
 (0)