Licensing: add license headers to source files.
parent
c00f4d79c7
commit
0b18cac914
@ -0,0 +1,7 @@
|
||||
Tom Hacohen <tom@stosb.com>
|
||||
Tal Leibman <leibman2@gmail.com>
|
||||
Tom Hacohen <tasn@users.noreply.github.com>
|
||||
rugk <rugk@posteo.de>
|
||||
Andrew P Maney <amaney@usc.edu>
|
||||
Bryce McNab <betsythefc@users.noreply.github.com>
|
||||
Claus Niesen <cniesen@users.noreply.github.com>
|
@ -1 +1,4 @@
|
||||
// SPDX-FileCopyrightText: © 2017 EteSync Authors
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
/// <reference types="react-scripts" />
|
||||
|
@ -1,3 +1,6 @@
|
||||
// SPDX-FileCopyrightText: © 2017 EteSync Authors
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
declare module 'redux-persist';
|
||||
declare module 'redux-persist/lib/storage/session';
|
||||
declare module 'redux-persist/es/integration/react';
|
||||
|
Loading…
Reference in New Issue