Replace to blob/master/LICENSE.md

This commit is contained in:
Daniel Karski
2021-03-16 12:39:28 +01:00
parent ee8ae569bb
commit 363b1c04be
822 changed files with 822 additions and 822 deletions

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { Calendar } from "Renderer/models/calendar/calendar.interfaces"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { Call, CallStatus } from "Renderer/models/calls/calls.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { GoogleCalendar } from "Renderer/models/external-providers/google/google.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
export const mockedGoogleContacts = {

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { GoogleEvent } from "Renderer/models/external-providers/google/google.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import moment, { DurationInputArg2, Moment } from "moment"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
export const mockedBackupItems = [

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { Thread } from "App/messages/store/messages.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { Thread } from "App/messages/store/messages.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { EntryCollection, SyncCollection } from "contentful"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { Client } from "App/api/mudita-center-server/client"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { EntryCollection, SyncCollection } from "contentful"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { Client } from "App/api/mudita-center-server/client"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
export * from "./create-client"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
export enum MuditaCenterServerRoutes {

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import ElectronAppAdapter from "Backend/adapters/electron-app/electron-app-adapter.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import {

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import AppSettingsAdapter from "./app-settings-adapter.class"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import AppSettingsAdapter from "Backend/adapters/app-settings/app-settings-adapter.class"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import DeviceResponse from "Backend/adapters/device-response.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import DeviceResponse, {

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import DeviceResponse, {

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { DeviceUpdateError as PureDeviceUpdateError } from "@mudita/pure"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { App } from "electron"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import ElectronAppAdapter from "Backend/adapters/electron-app/electron-app-adapter.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import ElectronAppAdapter from "Backend/adapters/electron-app/electron-app-adapter.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import DeviceResponse from "Backend/adapters/device-response.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import PhonebookAdapter from "Backend/adapters/phonebook/phonebook-adapter.class"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import {

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import BackupItemInfo from "Common/interfaces/backup-item-info.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import PurePhoneBackupAdapter from "Backend/adapters/pure-phone-backups/pure-phone-backups-adapter.class"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import PurePhoneBackupAdapter from "Backend/adapters/pure-phone-backups/pure-phone-backups-adapter.class"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import DeviceResponse from "Backend/adapters/device-response.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import PurePhoneBatteryServiceAdapter from "Backend/adapters/pure-phone-battery-service/pure-phone-battery-service-adapter.class"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import PurePhoneBatteryServiceAdapter from "Backend/adapters/pure-phone-battery-service/pure-phone-battery-service-adapter.class"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import PurePhoneMessagesAdapter from "Backend/adapters/pure-phone-messages/pure-phone-messages.class"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import DeviceResponse from "Backend/adapters/device-response.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { SimCard } from "Renderer/models/basic-info/basic-info.typings"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import PurePhoneNetworkAdapter from "Backend/adapters/pure-phone-network/pure-phone-network-adapter.class"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import PurePhoneNetworkAdapter from "Backend/adapters/pure-phone-network/pure-phone-network-adapter.class"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import StorageCategoryInfo from "Common/interfaces/storage-category-info.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import PurePhoneStorageAdapter from "Backend/adapters/pure-phone-storage/pure-phone-storage-adapter.class"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import PurePhoneStorageAdapter from "Backend/adapters/pure-phone-storage/pure-phone-storage-adapter.class"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import DeviceResponse from "Backend/adapters/device-response.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import PurePhoneAdapter from "Backend/adapters/pure-phone/pure-phone-adapter.class"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { Endpoint, Method } from "@mudita/pure"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import Adapters from "Backend/adapters/adapters.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
export type EndpointRemover = () => void

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { MainProcessIpc } from "electron-better-ipc"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import {

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import getFakeAdapters from "App/tests/get-fake-adapters"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import Adapters from "Backend/adapters/adapters.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import Adapters from "Backend/adapters/adapters.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import {

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import getFakeAdapters from "App/tests/get-fake-adapters"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import Adapters from "Backend/adapters/adapters.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import getFakeAdapters from "App/tests/get-fake-adapters"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import Adapters from "Backend/adapters/adapters.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import getFakeAdapters from "App/tests/get-fake-adapters"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import Adapters from "Backend/adapters/adapters.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import getFakeAdapters from "App/tests/get-fake-adapters"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import Adapters from "Backend/adapters/adapters.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import PureDeviceManager from "@mudita/pure"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import Adapters from "Backend/adapters/adapters.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import Adapters from "Backend/adapters/adapters.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import getFakeAdapters from "App/tests/get-fake-adapters"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import Adapters from "Backend/adapters/adapters.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import getFakeAdapters from "App/tests/get-fake-adapters"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import Adapters from "Backend/adapters/adapters.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import PureDeviceManager from "@mudita/pure"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import Adapters from "Backend/adapters/adapters.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import getFakeAdapters from "App/tests/get-fake-adapters"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import Adapters from "Backend/adapters/adapters.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import createEndpoint from "Backend/endpoints/create-endpoint"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import getFakeAdapters from "App/tests/get-fake-adapters"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import createEndpoint from "Backend/endpoints/create-endpoint"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import getFakeAdapters from "App/tests/get-fake-adapters"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import PureDeviceManager from "@mudita/pure"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import Adapters from "Backend/adapters/adapters.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import createEndpoint from "Backend/endpoints/create-endpoint"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { ipcMain } from "electron-better-ipc"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import createEndpoint from "Backend/endpoints/create-endpoint"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { ipcMain } from "electron-better-ipc"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import createEndpoint from "Backend/endpoints/create-endpoint"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { ipcMain } from "electron-better-ipc"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import createEndpoint from "Backend/endpoints/create-endpoint"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { ipcMain } from "electron-better-ipc"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import createPhonebook from "Backend/adapters/phonebook/phonebook.adapter"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import PureDeviceManager from "@mudita/pure"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import Adapters from "Backend/adapters/adapters.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import getFakeAdapters from "App/tests/get-fake-adapters"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import Adapters from "Backend/adapters/adapters.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
/**

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { ipcMain } from "electron-better-ipc"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
export enum ExportErrorModalTestIds {

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { FunctionComponent } from "Renderer/types/function-component.interface"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { renderWithThemeAndIntl } from "Renderer/utils/render-with-theme-and-intl"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
export enum ImportEventsModalTestIds {

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import React from "react"

View File

@@ -1,6 +1,6 @@
/**
* Copyright (c) Mudita sp. z o.o. All rights reserved.
* For licensing, see https://github.com/mudita/mudita-center/LICENSE.md
* For licensing, see https://github.com/mudita/mudita-center/blob/master/LICENSE.md
*/
import { renderWithThemeAndIntl } from "Renderer/utils/render-with-theme-and-intl"

Some files were not shown because too many files have changed in this diff Show More