From f3ff856f925b6ade8ed3759fbe3d6f6e0f525555 Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Tue, 16 Nov 2021 18:56:09 +0100 Subject: [PATCH] Fixes #1065 - Allow configuring JSON array Java representation. Added license header. Signed-off-by: Simone Bordet --- .../java/org/cometd/tests/JSONContextTest.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/cometd-java/cometd-java-tests/cometd-java-tests-common/src/test/java/org/cometd/tests/JSONContextTest.java b/cometd-java/cometd-java-tests/cometd-java-tests-common/src/test/java/org/cometd/tests/JSONContextTest.java index 2f27e785ce..0204a38131 100644 --- a/cometd-java/cometd-java-tests/cometd-java-tests-common/src/test/java/org/cometd/tests/JSONContextTest.java +++ b/cometd-java/cometd-java-tests/cometd-java-tests-common/src/test/java/org/cometd/tests/JSONContextTest.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2008-2021 the original author or authors. + * + * 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.cometd.tests; import java.util.Arrays;