From 5262657f6d5123b3d6e4f2555441047b7afb12b6 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Thu, 20 Jul 2023 11:01:04 +0200 Subject: [PATCH] OF-2611: Add copyright header --- .../session/AbstractRemoteServerDummy.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/xmppserver/src/test/java/org/jivesoftware/openfire/session/AbstractRemoteServerDummy.java b/xmppserver/src/test/java/org/jivesoftware/openfire/session/AbstractRemoteServerDummy.java index 63f52f2a2c..189ac5f680 100644 --- a/xmppserver/src/test/java/org/jivesoftware/openfire/session/AbstractRemoteServerDummy.java +++ b/xmppserver/src/test/java/org/jivesoftware/openfire/session/AbstractRemoteServerDummy.java @@ -1,3 +1,18 @@ +/* + * Copyright (C) 2023 Ignite Realtime Foundation. All rights reserved. + * + * 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.jivesoftware.openfire.session; import org.dom4j.DocumentException;