Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 77cb627

Browse files
committed
Update copyright dates
Based on graphql/graphql-js#1046
1 parent fc44076 commit 77cb627

File tree

10 files changed

+18
-9
lines changed

10 files changed

+18
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ BSD License
22

33
For GraphQL software
44

5-
Copyright (c) 2015, Facebook, Inc. All rights reserved.
5+
Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
66

77
Redistribution and use in source and binary forms, with or without modification,
88
are permitted provided that the following conditions are met:

examples/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/**
2+
* Copyright (c) 2015-present, Facebook, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree. An additional grant
7+
* of patent rights can be found in the PATENTS file in the same directory.
8+
*/
9+
110
import express from 'express';
211
import graphqlHTTP from '../src/';
312
import { buildSchema } from 'graphql';

resources/mocha-bootload.js

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

resources/pretty.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
/**
3-
* Copyright (c) Facebook, Inc.
3+
* Copyright (c) 2015-present, Facebook, Inc.
44
* All rights reserved.
55
*
66
* This source code is licensed under the license found in the

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) 2015, Facebook, Inc.
2+
* Copyright (c) 2015-present, Facebook, Inc.
33
* All rights reserved.
44
*
55
* This source code is licensed under the BSD-style license found in the

src/__tests__/http-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* @flow */
22
/**
3-
* Copyright (c) 2015, Facebook, Inc.
3+
* Copyright (c) 2015-present, Facebook, Inc.
44
* All rights reserved.
55
*
66
* This source code is licensed under the BSD-style license found in the

src/__tests__/usage-test.js

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

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* @flow */
22
/**
3-
* Copyright (c) 2015, Facebook, Inc.
3+
* Copyright (c) 2015-present, Facebook, Inc.
44
* All rights reserved.
55
*
66
* This source code is licensed under the BSD-style license found in the

src/parseBody.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* @flow */
22
/**
3-
* Copyright (c) 2015, Facebook, Inc.
3+
* Copyright (c) 2015-present, Facebook, Inc.
44
* All rights reserved.
55
*
66
* This source code is licensed under the BSD-style license found in the

src/renderGraphiQL.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* @flow */
22
/**
3-
* Copyright (c) 2015, Facebook, Inc.
3+
* Copyright (c) 2015-present, Facebook, Inc.
44
* All rights reserved.
55
*
66
* This source code is licensed under the BSD-style license found in the

0 commit comments

Comments
 (0)