Skip to content

Commit 50cd97d

Browse files
authored
add missing header (#42)
1 parent c9e07fc commit 50cd97d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/java/org/gridsuite/notification/server/NotificationServerRuntimeException.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* Copyright (c) 2022, RTE (http://www.rte-france.com)
3+
* This Source Code Form is subject to the terms of the Mozilla Public
4+
* License, v. 2.0. If a copy of the MPL was not distributed with this
5+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
6+
*/
7+
18
package org.gridsuite.notification.server;
29

310
public class NotificationServerRuntimeException extends RuntimeException {

0 commit comments

Comments
 (0)