Skip to content

Commit

Permalink
Add the copyright notice at the top of Stanford's files
Browse files Browse the repository at this point in the history
  • Loading branch information
SaravShah committed Nov 21, 2018
1 parent 11a60dd commit c1667d6
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __tests__/components/editor/Editor.test.js
@@ -1,3 +1,5 @@
// Copyright 2018 Stanford University see Apache2.txt for license

import React from 'react'
import { shallow } from 'enzyme'
import Editor from '../../../src/components/editor/Editor'
Expand Down
1 change: 1 addition & 0 deletions __tests__/components/editor/FormWrapper.test.js
@@ -1,4 +1,5 @@
// Copyright 2018 Stanford University see Apache2.txt for license

import React from 'react'
import { shallow } from 'enzyme'
import InputLiteral from '../../../src/components/editor/InputLiteral'
Expand Down
1 change: 1 addition & 0 deletions __tests__/components/editor/InputLiteral.test.js
@@ -1,4 +1,5 @@
// Copyright 2018 Stanford University see Apache2.txt for license

import React from 'react'
import { shallow } from 'enzyme'
import InputLiteral from '../../../src/components/editor/InputLiteral'
Expand Down
2 changes: 2 additions & 0 deletions __tests__/components/editor/PropertyTemplate.test.js
@@ -1,3 +1,5 @@
// Copyright 2018 Stanford University see Apache2.txt for license

import React from 'react'
import { shallow } from 'enzyme'
import PropertyTemplate from '../../../src/components/editor/PropertyTemplate'
Expand Down
1 change: 1 addition & 0 deletions __tests__/components/editor/ResourceTemplate.test.js
@@ -1,4 +1,5 @@
// Copyright 2018 Stanford University see Apache2.txt for license

import React from 'react'
import { shallow } from 'enzyme'
import ResourceTemplate from '../../../src/components/editor/ResourceTemplate'
Expand Down
2 changes: 2 additions & 0 deletions __tests__/components/editor/StartingPoints.test.js
@@ -1,3 +1,5 @@
// Copyright 2018 Stanford University see Apache2.txt for license

import React from 'react'
import { shallow } from 'enzyme'
import StartingPoints from '../../../src/components/editor/StartingPoints'
Expand Down
2 changes: 2 additions & 0 deletions __tests__/components/editor/ValueConstraints.test.js
@@ -1,3 +1,5 @@
// Copyright 2018 Stanford University see Apache2.txt for license

import React from 'react'
import { mount } from 'enzyme';
import ValueConstraints from '../../../src/components/editor/ValueConstraints'
Expand Down
1 change: 1 addition & 0 deletions src/components/editor/FormWrapper.jsx
@@ -1,4 +1,5 @@
// Copyright 2018 Stanford University see Apache2.txt for license

import React, { Component } from 'react'
import InputLiteral from './InputLiteral'

Expand Down
2 changes: 2 additions & 0 deletions src/components/editor/InputLiteral.jsx
@@ -1,3 +1,5 @@
// Copyright 2018 Stanford University see Apache2.txt for license

import React, {Component} from 'react';

class InputLiteral extends Component {
Expand Down
2 changes: 2 additions & 0 deletions src/components/editor/StartingPoints.jsx
@@ -1,3 +1,5 @@
// Copyright 2018 Stanford University see Apache2.txt for license

import React, { Component } from 'react'

class StartingPoints extends Component {
Expand Down

0 comments on commit c1667d6

Please sign in to comment.