Browse Source

lwm2m_fix_buf_Negative_Integer_values: license

pull/15962/head
nickAS21 2 months ago
parent
commit
8f645671dc
  1. 24
      application/src/test/java/org/thingsboard/server/transport/lwm2m/client/LwM2mTestObject.java

24
application/src/test/java/org/thingsboard/server/transport/lwm2m/client/LwM2mTestObject.java

@ -1,18 +1,18 @@
/******************************************************************************* /**
* Copyright (c) 2021 Sierra Wireless and others. * Copyright © 2016-2026 The Thingsboard Authors
* *
* All rights reserved. This program and the accompanying materials * Licensed under the Apache License, Version 2.0 (the "License");
* are made available under the terms of the Eclipse Public License v2.0 * you may not use this file except in compliance with the License.
* and Eclipse Distribution License v1.0 which accompany this distribution. * You may obtain a copy of the License at
* *
* The Eclipse Public License is available at * http://www.apache.org/licenses/LICENSE-2.0
* http://www.eclipse.org/legal/epl-v20.html
* and the Eclipse Distribution License is available at
* http://www.eclipse.org/org/documents/edl-v10.html.
* *
* Contributors: * Unless required by applicable law or agreed to in writing, software
* Sierra Wireless - initial API and implementation * 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.thingsboard.server.transport.lwm2m.client; package org.thingsboard.server.transport.lwm2m.client;
import org.eclipse.leshan.client.resource.SimpleInstanceEnabler; import org.eclipse.leshan.client.resource.SimpleInstanceEnabler;

Loading…
Cancel
Save