Skip to content

Commit cc3172e

Browse files
committed
Add boilerplate copyright/licence message.
1 parent 7ad9fc7 commit cc3172e

File tree

236 files changed

+1417
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+1417
-1
lines changed

src/main/java/org/byteskript/skript/api/AsyncEvent.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2021 ByteSkript org (Moderocky)
3+
* View the full licence information and permissions:
4+
* https://github.com/Moderocky/ByteSkript/blob/master/LICENSE
5+
*/
6+
17
package org.byteskript.skript.api;
28

39
public abstract class AsyncEvent extends Event {

src/main/java/org/byteskript/skript/api/DataStore.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2021 ByteSkript org (Moderocky)
3+
* View the full licence information and permissions:
4+
* https://github.com/Moderocky/ByteSkript/blob/master/LICENSE
5+
*/
6+
17
package org.byteskript.skript.api;
28

39
public interface DataStore {

src/main/java/org/byteskript/skript/api/Event.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2021 ByteSkript org (Moderocky)
3+
* View the full licence information and permissions:
4+
* https://github.com/Moderocky/ByteSkript/blob/master/LICENSE
5+
*/
6+
17
package org.byteskript.skript.api;
28

39
import org.byteskript.skript.runtime.Skript;

src/main/java/org/byteskript/skript/api/ExecutionHandler.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2021 ByteSkript org (Moderocky)
3+
* View the full licence information and permissions:
4+
* https://github.com/Moderocky/ByteSkript/blob/master/LICENSE
5+
*/
6+
17
package org.byteskript.skript.api;
28

39
import java.util.concurrent.Future;

src/main/java/org/byteskript/skript/api/FunctionalEntrySection.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2021 ByteSkript org (Moderocky)
3+
* View the full licence information and permissions:
4+
* https://github.com/Moderocky/ByteSkript/blob/master/LICENSE
5+
*/
6+
17
package org.byteskript.skript.api;
28

39
import org.byteskript.skript.compiler.Context;

src/main/java/org/byteskript/skript/api/HandlerType.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2021 ByteSkript org (Moderocky)
3+
* View the full licence information and permissions:
4+
* https://github.com/Moderocky/ByteSkript/blob/master/LICENSE
5+
*/
6+
17
package org.byteskript.skript.api;
28

39
public interface HandlerType {

src/main/java/org/byteskript/skript/api/LanguageElement.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2021 ByteSkript org (Moderocky)
3+
* View the full licence information and permissions:
4+
* https://github.com/Moderocky/ByteSkript/blob/master/LICENSE
5+
*/
6+
17
package org.byteskript.skript.api;
28

39
import org.byteskript.skript.lang.element.StandardElements;

src/main/java/org/byteskript/skript/api/Library.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2021 ByteSkript org (Moderocky)
3+
* View the full licence information and permissions:
4+
* https://github.com/Moderocky/ByteSkript/blob/master/LICENSE
5+
*/
6+
17
package org.byteskript.skript.api;
28

39
import mx.kenzie.foundation.Type;

src/main/java/org/byteskript/skript/api/ModifiableLibrary.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2021 ByteSkript org (Moderocky)
3+
* View the full licence information and permissions:
4+
* https://github.com/Moderocky/ByteSkript/blob/master/LICENSE
5+
*/
6+
17
package org.byteskript.skript.api;
28

39
import mx.kenzie.foundation.Type;

src/main/java/org/byteskript/skript/api/Property.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* Copyright (c) 2021 ByteSkript org (Moderocky)
3+
* View the full licence information and permissions:
4+
* https://github.com/Moderocky/ByteSkript/blob/master/LICENSE
5+
*/
6+
17
package org.byteskript.skript.api;
28

39
import mx.kenzie.foundation.MethodBuilder;

0 commit comments

Comments
 (0)