Skip to content

Commit 62e4377

Browse files
committed
Events: Add Javadocs.
1 parent ef8ebb9 commit 62e4377

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

Events/src/main/java/co/casterlabs/commons/events/MultiEventProvider.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
Copyright 2022 Casterlabs
3+
4+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
See the License for the specific language governing permissions and limitations under the License.
11+
*/
112
package co.casterlabs.commons.events;
213

314
import java.util.HashMap;

Events/src/main/java/co/casterlabs/commons/events/SingleEventProvider.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/*
2+
Copyright 2022 Casterlabs
3+
4+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
See the License for the specific language governing permissions and limitations under the License.
11+
*/
112
package co.casterlabs.commons.events;
213

314
import java.util.HashMap;

0 commit comments

Comments
 (0)