Skip to content

Commit e22fea8

Browse files
committed
Merge pull request #12 from enaqx/headers
Add headers where missed and update .gitignore
2 parents 558b9e3 + 6d8002e commit e22fea8

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*~
33
.*.haste_cache.*
44
.DS_Store
5+
.idea
6+
57
lib
68
node_modules
79
npm-debug.log

src/executor/__tests__/directives.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/**
2+
* Copyright (c) 2015, 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 { expect } from 'chai';
211
import { execute } from '../executor';
312
import { describe, it } from 'mocha';

src/type/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, 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
export {
211
GraphQLSchema
312
} from './schema';

0 commit comments

Comments
 (0)