Skip to content

Commit 263f30e

Browse files
committed
fix missing header
1 parent ec92f7e commit 263f30e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/strategies/commands/UpdateThingDefinitionStrategy.java

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*
2+
* Copyright (c) 2025 Contributors to the Eclipse Foundation
3+
*
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information regarding copyright ownership.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
12+
*/
113
package org.eclipse.ditto.things.service.persistence.actors.strategies.commands;
214

315
import java.time.Instant;

0 commit comments

Comments
 (0)