Skip to content

Commit

Permalink
Add contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Jun 13, 2018
1 parent b90aa89 commit 888399e
Show file tree
Hide file tree
Showing 101 changed files with 101 additions and 101 deletions.
2 changes: 1 addition & 1 deletion packages/api-format/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ISC License (ISC)

Copyright 2017-2018 @polkadot/api-format authors
Copyright 2017-2018 @polkadot/api-format authors & contributors

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
2 changes: 1 addition & 1 deletion packages/api-format/src/echo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-format authors
// Copyright 2017-2018 @polkadot/api-format authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-format/src/echo.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-format authors
// Copyright 2017-2018 @polkadot/api-format authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-format/src/format.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-format authors
// Copyright 2017-2018 @polkadot/api-format authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-format/src/format.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-format authors
// Copyright 2017-2018 @polkadot/api-format authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-format/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-format authors
// Copyright 2017-2018 @polkadot/api-format authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-format/src/input.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-format authors
// Copyright 2017-2018 @polkadot/api-format authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-format/src/input.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-format authors
// Copyright 2017-2018 @polkadot/api-format authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-format/src/output.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-format authors
// Copyright 2017-2018 @polkadot/api-format authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-format/src/output.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-format authors
// Copyright 2017-2018 @polkadot/api-format authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-format/src/types.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-format authors
// Copyright 2017-2018 @polkadot/api-format authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ISC License (ISC)

Copyright 2017-2018 @polkadot/api-provider authors
Copyright 2017-2018 @polkadot/api-provider authors & contributors

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/coder/json/decodeResponse.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/coder/json/encodeJson.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/coder/json/encodeJson.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/coder/json/encodeObject.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/coder/json/encodeObject.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/coder/json/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/coder/json/types.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/http/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/http/index.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/http/on.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/http/polyfill.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/http/polyfill.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/http/send.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/http/send.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/http/state.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/http/state.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/http/subscribe.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/http/types.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/http/unsubscribe.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/mock/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/mock/mocks.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/mock/on.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/mock/send.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/mock/state.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/mock/state.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/mock/subscribe.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/mock/subscribe.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/mock/types.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/mock/unsubscribe.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/mock/unsubscribe.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/types.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/connect.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/connect.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/index.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/on.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/onClose.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/onClose.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/onError.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/onError.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/onMessage.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/onMessageResult.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/onMessageResult.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/onMessageSubscribe.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/onMessageSubscribe.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/onOpen.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/onOpen.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/polyfill.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/polyfill.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/send.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/send.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.

Expand Down
2 changes: 1 addition & 1 deletion packages/api-provider/src/ws/state.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2018 @polkadot/api-provider authors
// Copyright 2017-2018 @polkadot/api-provider authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
// @flow
Expand Down
Loading

0 comments on commit 888399e

Please sign in to comment.