Skip to content

Commit 93f2765

Browse files
committed
add copyright comment
1 parent 0c9b2c0 commit 93f2765

18 files changed

+72
-0
lines changed

src/main/java/com/chuntung/plugin/gistsnippet/action/AddAction.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 Tony Ho. Some rights reserved.
3+
*/
4+
15
package com.chuntung.plugin.gistsnippet.action;
26

37
import com.intellij.openapi.actionSystem.AnAction;

src/main/java/com/chuntung/plugin/gistsnippet/action/CustomComboBoxAction.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 Tony Ho. Some rights reserved.
3+
*/
4+
15
package com.chuntung.plugin.gistsnippet.action;
26

37
import com.intellij.openapi.actionSystem.AnAction;

src/main/java/com/chuntung/plugin/gistsnippet/action/DeleteAction.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 Tony Ho. Some rights reserved.
3+
*/
4+
15
package com.chuntung.plugin.gistsnippet.action;
26

37
import com.chuntung.plugin.gistsnippet.dto.ScopeEnum;

src/main/java/com/chuntung/plugin/gistsnippet/action/EditAction.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 Tony Ho. Some rights reserved.
3+
*/
4+
15
package com.chuntung.plugin.gistsnippet.action;
26

37
import com.intellij.openapi.actionSystem.AnAction;

src/main/java/com/chuntung/plugin/gistsnippet/action/InsertAction.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 Tony Ho. Some rights reserved.
3+
*/
4+
15
package com.chuntung.plugin.gistsnippet.action;
26

37
import com.chuntung.plugin.gistsnippet.view.InsertGistDialog;

src/main/java/com/chuntung/plugin/gistsnippet/action/OpenInBrowserAction.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 Tony Ho. Some rights reserved.
3+
*/
4+
15
package com.chuntung.plugin.gistsnippet.action;
26

37
import com.chuntung.plugin.gistsnippet.dto.SnippetNodeDTO;

src/main/java/com/chuntung/plugin/gistsnippet/dto/ScopeEnum.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 Tony Ho. Some rights reserved.
3+
*/
4+
15
package com.chuntung.plugin.gistsnippet.dto;
26

37
public enum ScopeEnum {

src/main/java/com/chuntung/plugin/gistsnippet/dto/SnippetNodeDTO.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 Tony Ho. Some rights reserved.
3+
*/
4+
15
package com.chuntung.plugin.gistsnippet.dto;
26

37
import com.chuntung.plugin.gistsnippet.dto.api.GistDTO;

src/main/java/com/chuntung/plugin/gistsnippet/dto/SnippetRootNode.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 Tony Ho. Some rights reserved.
3+
*/
4+
15
package com.chuntung.plugin.gistsnippet.dto;
26

37
import com.chuntung.plugin.gistsnippet.dto.api.GistDTO;

src/main/java/com/chuntung/plugin/gistsnippet/dto/api/GistDTO.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2020 Tony Ho. Some rights reserved.
3+
*/
4+
15
package com.chuntung.plugin.gistsnippet.dto.api;
26

37
import com.fasterxml.jackson.annotation.JsonProperty;

0 commit comments

Comments
 (0)