Kaynağa Gözat

Updated copyright statement

Sebastian Stenzel 8 yıl önce
ebeveyn
işleme
0a9fe818dc
21 değiştirilmiş dosya ile 42 ekleme ve 42 silme
  1. 2 2
      main/commons/src/main/java/org/cryptomator/common/SemVerComparator.java
  2. 2 2
      main/commons/src/main/java/org/cryptomator/common/settings/Settings.java
  3. 2 2
      main/commons/src/main/java/org/cryptomator/common/settings/SettingsProvider.java
  4. 2 2
      main/commons/src/test/java/org/cryptomator/common/SemVerComparatorTest.java
  5. 2 2
      main/commons/src/test/java/org/cryptomator/common/settings/VaultSettingsTest.java
  6. 2 2
      main/ui/src/main/java/org/cryptomator/ui/ExitUtil.java
  7. 2 2
      main/ui/src/main/java/org/cryptomator/ui/UiModule.java
  8. 2 2
      main/ui/src/main/java/org/cryptomator/ui/controllers/ChangePasswordController.java
  9. 2 2
      main/ui/src/main/java/org/cryptomator/ui/controllers/InitializeController.java
  10. 2 2
      main/ui/src/main/java/org/cryptomator/ui/controllers/MainController.java
  11. 2 2
      main/ui/src/main/java/org/cryptomator/ui/controllers/SettingsController.java
  12. 2 2
      main/ui/src/main/java/org/cryptomator/ui/controllers/UnlockController.java
  13. 2 2
      main/ui/src/main/java/org/cryptomator/ui/controllers/UnlockedController.java
  14. 2 2
      main/ui/src/main/java/org/cryptomator/ui/controllers/WelcomeController.java
  15. 2 2
      main/ui/src/main/java/org/cryptomator/ui/controls/DirectoryListCell.java
  16. 2 2
      main/ui/src/main/java/org/cryptomator/ui/controls/DraggableListCell.java
  17. 2 2
      main/ui/src/main/java/org/cryptomator/ui/controls/SecPasswordField.java
  18. 2 2
      main/ui/src/main/java/org/cryptomator/ui/model/Vault.java
  19. 2 2
      main/ui/src/main/java/org/cryptomator/ui/model/VaultFactory.java
  20. 2 2
      main/ui/src/main/java/org/cryptomator/ui/util/DialogBuilderUtil.java
  21. 2 2
      main/ui/src/main/java/org/cryptomator/ui/util/PasswordStrengthUtil.java

+ 2 - 2
main/commons/src/main/java/org/cryptomator/common/SemVerComparator.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2016 Sebastian Stenzel and others.
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  *
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/commons/src/main/java/org/cryptomator/common/settings/Settings.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2014, 2016 Sebastian Stenzel
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  * 
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/commons/src/main/java/org/cryptomator/common/settings/SettingsProvider.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2016 Sebastian Stenzel and others.
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  *
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/commons/src/test/java/org/cryptomator/common/SemVerComparatorTest.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2016 Sebastian Stenzel and others.
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  *
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/commons/src/test/java/org/cryptomator/common/settings/VaultSettingsTest.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2016 Sebastian Stenzel and others.
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  *
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/ui/src/main/java/org/cryptomator/ui/ExitUtil.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2016, 2017 Sebastian Stenzel and others.
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  *
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/ui/src/main/java/org/cryptomator/ui/UiModule.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2016, 2017 Sebastian Stenzel and others.
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  *
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/ui/src/main/java/org/cryptomator/ui/controllers/ChangePasswordController.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2016, 2017 Sebastian Stenzel and others.
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  *
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/ui/src/main/java/org/cryptomator/ui/controllers/InitializeController.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2014, 2017 Sebastian Stenzel
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  *
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/ui/src/main/java/org/cryptomator/ui/controllers/MainController.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2014, 2017 Sebastian Stenzel
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  * 
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/ui/src/main/java/org/cryptomator/ui/controllers/SettingsController.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2014, 2017 Sebastian Stenzel
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  * 
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/ui/src/main/java/org/cryptomator/ui/controllers/UnlockController.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2014, 2017 Sebastian Stenzel
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  * 
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/ui/src/main/java/org/cryptomator/ui/controllers/UnlockedController.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2014, 2017 Sebastian Stenzel
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  * 
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/ui/src/main/java/org/cryptomator/ui/controllers/WelcomeController.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2014, 2017 Sebastian Stenzel
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  * 
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/ui/src/main/java/org/cryptomator/ui/controls/DirectoryListCell.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2016, 2017 Sebastian Stenzel and others.
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  *
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/ui/src/main/java/org/cryptomator/ui/controls/DraggableListCell.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2016, 2017 Sebastian Stenzel and others.
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  *
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/ui/src/main/java/org/cryptomator/ui/controls/SecPasswordField.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2014, 2017 Sebastian Stenzel
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  * 
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/ui/src/main/java/org/cryptomator/ui/model/Vault.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2016, 2017 Sebastian Stenzel and others.
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  *
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/ui/src/main/java/org/cryptomator/ui/model/VaultFactory.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2016, 2017 Sebastian Stenzel and others.
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  *
  * Contributors:
  *     Sebastian Stenzel - initial API and implementation

+ 2 - 2
main/ui/src/main/java/org/cryptomator/ui/util/DialogBuilderUtil.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2016, 2017 Sebastian Stenzel and others.
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  *
  * Contributors:
  *     Jean-Noël Charon - initial API and implementation

+ 2 - 2
main/ui/src/main/java/org/cryptomator/ui/util/PasswordStrengthUtil.java

@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2016, 2017 Sebastian Stenzel and others.
- * This file is licensed under the terms of the MIT license.
- * See the LICENSE.txt file for more info.
+ * All rights reserved.
+ * This program and the accompanying materials are made available under the terms of the accompanying LICENSE file.
  *
  * Contributors:
  *     Jean-Noël Charon - initial API and implementation