Skip to content

Commit 9989dfe

Browse files
committed
Add license header to protocol_version.py
Change-Id: Ie52c6f322ec779af668be557a2b4bad69d569922
1 parent b47931b commit 9989dfe

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

cmk/utils/licensing/protocol_version.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#!/usr/bin/env python3
2+
# Copyright (C) 2025 Checkmk GmbH - License: GNU General Public License v2
3+
# This file is part of Checkmk (https://checkmk.com). It is subject to the terms and
4+
# conditions defined in the file COPYING, which is part of this source code package.
5+
6+
17
from typing import Literal
28

39
from cmk.ccc.version import Edition, edition

0 commit comments

Comments
 (0)