Skip to content
Snippets Groups Projects
Commit 95d636c7 authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-13365: Updated copyright comments in lib-transactional-file-system

parent e099e1f5
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
Showing
with 20 additions and 40 deletions
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.api;
import ch.ethz.sis.afs.api.dto.File;
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.api;
public interface TransactionalFileSystem extends TwoPhaseTransactionAPI, OperationsAPI {
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.api;
import java.util.List;
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.api.dto;
import lombok.Value;
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.api.dto;
public enum ExceptionType {
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.api.dto;
import lombok.AccessLevel;
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.dto;
import lombok.Value;
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.dto;
public enum LockType {
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.dto;
import ch.ethz.sis.afs.dto.operation.Operation;
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.dto.operation;
import ch.ethz.sis.shared.io.IOUtils;
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.dto.operation;
import ch.ethz.sis.afs.dto.Lock;
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.dto.operation;
import ch.ethz.sis.afs.dto.Lock;
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.dto.operation;
import ch.ethz.sis.shared.io.IOUtils;
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.dto.operation;
import ch.ethz.sis.afs.dto.Lock;
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.dto.operation;
public enum OperationName {
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.dto.operation;
import ch.ethz.sis.afs.dto.Lock;
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.dto.operation;
import ch.ethz.sis.afs.dto.Lock;
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.exception;
import ch.ethz.sis.afs.api.dto.ExceptionType;
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.exception;
import ch.ethz.sis.afs.api.dto.ExceptionReason;
......
/*
* Copyright 2022 ETH Zürich, SIS
* Copyright ETH 2022 - 2023 Zürich, Scientific IT Services
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ch.ethz.sis.afs.manager;
import ch.ethz.sis.afs.dto.Lock;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment