diff --git a/jicofo-common/src/main/kotlin/org/jitsi/jicofo/xmpp/XmppConnectionEnum.kt b/jicofo-common/src/main/kotlin/org/jitsi/jicofo/xmpp/XmppConnectionEnum.kt index c92347c125..e1c4dcd002 100644 --- a/jicofo-common/src/main/kotlin/org/jitsi/jicofo/xmpp/XmppConnectionEnum.kt +++ b/jicofo-common/src/main/kotlin/org/jitsi/jicofo/xmpp/XmppConnectionEnum.kt @@ -1,3 +1,18 @@ +/* + * Copyright @ 2018 - present 8x8, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jitsi.jicofo.xmpp enum class XmppConnectionEnum { Client, Service } diff --git a/jicofo-selector/src/main/java/org/jitsi/jicofo/bridge/BridgeSelectionStrategy.java b/jicofo-selector/src/main/java/org/jitsi/jicofo/bridge/BridgeSelectionStrategy.java index 8a81720234..02b2e55e36 100644 --- a/jicofo-selector/src/main/java/org/jitsi/jicofo/bridge/BridgeSelectionStrategy.java +++ b/jicofo-selector/src/main/java/org/jitsi/jicofo/bridge/BridgeSelectionStrategy.java @@ -1,3 +1,18 @@ +/* + * Copyright @ 2018 - present 8x8, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jitsi.jicofo.bridge; import org.jetbrains.annotations.*; diff --git a/jicofo-selector/src/main/kotlin/org/jitsi/jicofo/bridge/Util.kt b/jicofo-selector/src/main/kotlin/org/jitsi/jicofo/bridge/Util.kt index 383d308221..143fd72127 100644 --- a/jicofo-selector/src/main/kotlin/org/jitsi/jicofo/bridge/Util.kt +++ b/jicofo-selector/src/main/kotlin/org/jitsi/jicofo/bridge/Util.kt @@ -1,3 +1,18 @@ +/* + * Copyright @ 2018 - present 8x8, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jitsi.jicofo.bridge import org.jitsi.xmpp.extensions.colibri.ColibriStatsExtension diff --git a/jicofo-selector/src/main/kotlin/org/jitsi/jicofo/bridge/colibri/ColibriAllocation.kt b/jicofo-selector/src/main/kotlin/org/jitsi/jicofo/bridge/colibri/ColibriAllocation.kt index 7135df488d..e67698669e 100644 --- a/jicofo-selector/src/main/kotlin/org/jitsi/jicofo/bridge/colibri/ColibriAllocation.kt +++ b/jicofo-selector/src/main/kotlin/org/jitsi/jicofo/bridge/colibri/ColibriAllocation.kt @@ -1,3 +1,18 @@ +/* + * Copyright @ 2018 - present 8x8, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jitsi.jicofo.bridge.colibri import org.jitsi.jicofo.conference.source.ConferenceSourceMap diff --git a/jicofo-selector/src/main/kotlin/org/jitsi/jicofo/bridge/colibri/Exceptions.kt b/jicofo-selector/src/main/kotlin/org/jitsi/jicofo/bridge/colibri/Exceptions.kt index e152574e9f..eefb674f81 100644 --- a/jicofo-selector/src/main/kotlin/org/jitsi/jicofo/bridge/colibri/Exceptions.kt +++ b/jicofo-selector/src/main/kotlin/org/jitsi/jicofo/bridge/colibri/Exceptions.kt @@ -1,3 +1,18 @@ +/* + * Copyright @ 2018 - present 8x8, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jitsi.jicofo.bridge.colibri /** Bridge selection failed, i.e. there were no bridges available. */ diff --git a/jicofo/src/main/java/org/jitsi/jicofo/util/ErrorResponse.java b/jicofo/src/main/java/org/jitsi/jicofo/util/ErrorResponse.java index 1122b07839..d42906057f 100644 --- a/jicofo/src/main/java/org/jitsi/jicofo/util/ErrorResponse.java +++ b/jicofo/src/main/java/org/jitsi/jicofo/util/ErrorResponse.java @@ -1,3 +1,18 @@ +/* + * Copyright @ 2018 - present 8x8, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jitsi.jicofo.util; import org.jivesoftware.smack.packet.*; diff --git a/jicofo/src/test/kotlin/org/jitsi/jicofo/JicofoHarnessTest.kt b/jicofo/src/test/kotlin/org/jitsi/jicofo/JicofoHarnessTest.kt index c5a5280eaf..acb607b41b 100644 --- a/jicofo/src/test/kotlin/org/jitsi/jicofo/JicofoHarnessTest.kt +++ b/jicofo/src/test/kotlin/org/jitsi/jicofo/JicofoHarnessTest.kt @@ -1,3 +1,18 @@ +/* + * Copyright @ 2018 - present 8x8, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jitsi.jicofo import io.kotest.core.spec.Spec diff --git a/jicofo/src/test/kotlin/org/jitsi/jicofo/ValidatingConferenceSourceMapTest.kt b/jicofo/src/test/kotlin/org/jitsi/jicofo/ValidatingConferenceSourceMapTest.kt index 31bfed33be..39f59b9db8 100644 --- a/jicofo/src/test/kotlin/org/jitsi/jicofo/ValidatingConferenceSourceMapTest.kt +++ b/jicofo/src/test/kotlin/org/jitsi/jicofo/ValidatingConferenceSourceMapTest.kt @@ -1,3 +1,18 @@ +/* + * Copyright @ 2018 - present 8x8, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jitsi.jicofo import io.kotest.assertions.throwables.shouldThrow diff --git a/jicofo/src/test/kotlin/org/jitsi/jicofo/conference/source/SourceSignalingTest.kt b/jicofo/src/test/kotlin/org/jitsi/jicofo/conference/source/SourceSignalingTest.kt index 469754a72b..ca50ff35ff 100644 --- a/jicofo/src/test/kotlin/org/jitsi/jicofo/conference/source/SourceSignalingTest.kt +++ b/jicofo/src/test/kotlin/org/jitsi/jicofo/conference/source/SourceSignalingTest.kt @@ -1,3 +1,18 @@ +/* + * Copyright @ 2018 - present 8x8, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jitsi.jicofo.conference.source import io.kotest.core.spec.IsolationMode diff --git a/jicofo/src/test/kotlin/org/jitsi/jicofo/jibri/JibriDetectorTest.kt b/jicofo/src/test/kotlin/org/jitsi/jicofo/jibri/JibriDetectorTest.kt index d1ecb49ac4..27f638f0cf 100644 --- a/jicofo/src/test/kotlin/org/jitsi/jicofo/jibri/JibriDetectorTest.kt +++ b/jicofo/src/test/kotlin/org/jitsi/jicofo/jibri/JibriDetectorTest.kt @@ -1,3 +1,18 @@ +/* + * Copyright @ 2018 - present 8x8, Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * 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. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.jitsi.jicofo.jibri import io.kotest.core.spec.IsolationMode