added copyright statement

This commit is contained in:
Sebastian Stenzel 2017-06-21 11:41:34 +02:00
parent 0a9fe818dc
commit d446541f34
34 changed files with 150 additions and 5 deletions

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.common; package org.cryptomator.common;
import java.util.Comparator; import java.util.Comparator;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.common; package org.cryptomator.common;
@FunctionalInterface @FunctionalInterface

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.common; package org.cryptomator.common;
import java.util.concurrent.atomic.AtomicReference; import java.util.concurrent.atomic.AtomicReference;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.common; package org.cryptomator.common;
import java.util.Optional; import java.util.Optional;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.common; package org.cryptomator.common;
@FunctionalInterface @FunctionalInterface

View File

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2016 Sebastian Stenzel and others. * Copyright (c) 2016, 2017 Sebastian Stenzel and others.
* All rights reserved. * All rights reserved.
* This program and the accompanying materials are made available under the terms of the accompanying LICENSE file. * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
* *

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.common; package org.cryptomator.common;
@FunctionalInterface @FunctionalInterface

View File

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2014, 2016 Sebastian Stenzel * Copyright (c) 2014, 2017 Sebastian Stenzel
* All rights reserved. * All rights reserved.
* This program and the accompanying materials are made available under the terms of the accompanying LICENSE file. * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
* *

View File

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2016 Sebastian Stenzel and others. * Copyright (c) 2016, 2017 Sebastian Stenzel and others.
* All rights reserved. * All rights reserved.
* This program and the accompanying materials are made available under the terms of the accompanying LICENSE file. * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
* *

View File

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2016 Sebastian Stenzel and others. * Copyright (c) 2016, 2017 Sebastian Stenzel and others.
* All rights reserved. * All rights reserved.
* This program and the accompanying materials are made available under the terms of the accompanying LICENSE file. * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
* *

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.common.settings; package org.cryptomator.common.settings;
import java.io.IOException; import java.io.IOException;

View File

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2016 Sebastian Stenzel and others. * Copyright (c) 2016, 2017 Sebastian Stenzel and others.
* All rights reserved. * All rights reserved.
* This program and the accompanying materials are made available under the terms of the accompanying LICENSE file. * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
* *

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.keychain; package org.cryptomator.keychain;
public interface KeychainAccess { public interface KeychainAccess {

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.keychain; package org.cryptomator.keychain;
interface KeychainAccessStrategy extends KeychainAccess { interface KeychainAccessStrategy extends KeychainAccess {

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.keychain; package org.cryptomator.keychain;
import java.util.Optional; import java.util.Optional;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.keychain; package org.cryptomator.keychain;
import java.util.Optional; import java.util.Optional;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.keychain; package org.cryptomator.keychain;
import static java.nio.charset.StandardCharsets.UTF_8; import static java.nio.charset.StandardCharsets.UTF_8;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.keychain; package org.cryptomator.keychain;
import java.util.Optional; import java.util.Optional;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.keychain; package org.cryptomator.keychain;
import java.util.HashMap; import java.util.HashMap;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.keychain; package org.cryptomator.keychain;
import java.util.Optional; import java.util.Optional;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.keychain; package org.cryptomator.keychain;
import java.util.Optional; import java.util.Optional;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.keychain; package org.cryptomator.keychain;
import java.util.Set; import java.util.Set;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.keychain; package org.cryptomator.keychain;
import java.io.IOException; import java.io.IOException;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.launcher; package org.cryptomator.launcher;
import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentHashMap;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.launcher; package org.cryptomator.launcher;
import java.io.IOException; import java.io.IOException;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.launcher; package org.cryptomator.launcher;
public interface InterProcessCommunicationProtocol { public interface InterProcessCommunicationProtocol {

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.launcher; package org.cryptomator.launcher;
import java.io.Closeable; import java.io.Closeable;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.launcher; package org.cryptomator.launcher;
import javax.inject.Singleton; import javax.inject.Singleton;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.launcher; package org.cryptomator.launcher;
import java.nio.file.Path; import java.nio.file.Path;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.launcher; package org.cryptomator.launcher;
import org.cryptomator.ui.controllers.MainController; import org.cryptomator.ui.controllers.MainController;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.logging; package org.cryptomator.logging;
import java.io.File; import java.io.File;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.launcher; package org.cryptomator.launcher;
import java.io.IOException; import java.io.IOException;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.launcher; package org.cryptomator.launcher;
import java.io.IOException; import java.io.IOException;

View File

@ -1,3 +1,8 @@
/*******************************************************************************
* Copyright (c) 2017 Skymatic UG (haftungsbeschränkt).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the accompanying LICENSE file.
*******************************************************************************/
package org.cryptomator.logging; package org.cryptomator.logging;
import java.io.File; import java.io.File;