Skip to content

Commit 8ac05f8

Browse files
authored
chore: update copyright for 2021 (#1766)
2020 -> 2021 add `LICENSE` file to `graphql-language-service` as well
1 parent 6ee3dca commit 8ac05f8

270 files changed

Lines changed: 290 additions & 269 deletions

File tree

Some content is hidden

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

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) 2020 GraphQL Contributors
3+
Copyright (c) 2021 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/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
* Copyright (c) 2020 GraphQL Contributors
2+
* Copyright (c) 2021 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) 2020 GraphQL Contributors
3+
Copyright (c) 2021 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/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) 2020 GraphQL Contributors
2+
* Copyright (c) 2021 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) 2020 GraphQL Contributors
1+
# Copyright (c) 2021 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) 2020 GraphQL Contributors
2+
* Copyright (c) 2021 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) 2020 GraphQL Contributors
2+
* Copyright (c) 2021 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) 2020 GraphQL Contributors
1+
# Copyright (c) 2021 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__/testSchema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2020 GraphQL Contributors
2+
* Copyright (c) 2021 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/hint.js

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

0 commit comments

Comments
 (0)