Skip to content

Commit

Permalink
Removed misplaced license templates
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniruTEC committed May 8, 2020
1 parent c07a563 commit a11aa0e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
package dev.dokan.dokan_java.constants.dokan_java;

/**
* [TO BE REPLACED WITH LICENSE NOTE]
*/
public enum DefaultFileTimePolicy {

STATIC_YEAR_1601,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

import dev.dokan.dokan_java.constants.EnumInteger;

/**
* [TO BE REPLACED WITH LICENSE NOTE]
*/
public enum DokanFileInfoFlag implements EnumInteger {

DELETE_ON_CLOSE(1),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

import dev.dokan.dokan_java.constants.EnumInteger;

/**
* [TO BE REPLACED WITH LICENSE NOTE]
*/
public enum MicrosoftReparsePointTag implements EnumInteger {

IO_REPARSE_TAG_CSV(0x80000009),
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/dev/dokan/dokan_java/wrappers/EasyFileInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

import java.nio.file.Path;

/**
* [TO BE REPLACED WITH LICENSE NOTE]
*/
public class EasyFileInfo extends AbstractFileInfo {

private final Path path;
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/dev/dokan/dokan_java/wrappers/FindFileInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
import java.util.Objects;
import java.util.function.Function;

/**
* [TO BE REPLACED WITH LICENSE NOTE]
*/
public class FindFileInfo extends AbstractFileInfo {

private static final int MAX_ALTERNATIVE_NAME_LENGTH = 14;
Expand Down

0 comments on commit a11aa0e

Please sign in to comment.