Skip to content

Commit

Permalink
fixed copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmaslanka committed May 12, 2021
1 parent b7cd5a9 commit 8cc0fc1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
5 changes: 3 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ Limitations:
2. FILE: Display all leaf nodes as files, has the side-effect that directories cannot be created.
3. HYBRID: Empty nodes are shown as directories. Other nodes, that are leaves, are shown as files.
This mode best translates itself to a OS-like filesystem.
In hybrid mode chmod is always 0777.
/ will always be a directory.
/ will always be a directory. If zookeeper-fuse saw you creating or opening that, it will be a file.
If zookeeper-fuse saw you mkdir'ing it, it will be a directory.
- mv is not yet implemented in any leaf display mode
- cp is not fully supported...
- cp is fully implemented in HYBRID mode
- When leaf display mode is FILE, files can be copied accurately but directories aren't
- When leaf display mode is DIR, nodes are created but contents aren't copied

Expand Down
4 changes: 2 additions & 2 deletions src/ZooFile.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016 Kyle Borowski
* Copyright 2016-2021 Kyle Borowski & Piotr Maślanka
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*
* File: ZooFile.cpp
* Author: kyle
* Author: Kyle Borowski & Piotr Maślanka
*
* Created on July 27, 2016, 7:52 PM
*/
Expand Down
4 changes: 2 additions & 2 deletions src/ZooFile.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016 Kyle Borowski
* Copyright 2016-2021 Kyle Borowski & Piotr Maślanka
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*
* File: ZooFile.h
* Author: kyle
* Author: Kyle Borowski & Piotr Maślanka
*
* Created on July 27, 2016, 7:52 PM
*/
Expand Down
4 changes: 2 additions & 2 deletions src/ZookeeperFuse.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016 Kyle Borowski
* Copyright 2016-2021 Kyle Borowski & Piotr Maślanka
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*
* File: ZookeeperFuse.cpp
* Author: Kyle Borowski
* Author: Kyle Borowski & Piotr Maślanka
*
* Created on July 26, 2016, 8:24 PM
*/
Expand Down
4 changes: 2 additions & 2 deletions src/ZookeeperFuseContext.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016 Kyle Borowski
* Copyright 2016-2021 Kyle Borowski & Piotr Maślanka
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*
* File: ZooContext.cpp
* Author: kyle
* Author: Kyle Borowski & Piotr Maślanka
*
* Created on July 31, 2016, 10:37 AM
*/
Expand Down
4 changes: 2 additions & 2 deletions src/ZookeeperFuseContext.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016 Kyle Borowski
* Copyright 2016-2021 Kyle Borowski & Piotr Maślanka
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -14,7 +14,7 @@
* limitations under the License.
*
* File: ZooContext.h
* Author: kyle
* Author: Kyle Borowski & Piotr Maślanka
*
* Created on July 31, 2016, 10:37 AM
*/
Expand Down

0 comments on commit 8cc0fc1

Please sign in to comment.