Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 754 Bytes

File metadata and controls

45 lines (34 loc) · 754 Bytes

Templates for Source File Headers

java

/*
/* Copyright 2018-2025 contributors to the OpenLineage project
/* SPDX-License-Identifier: Apache-2.0
*/

bash

#!/bin/bash
#
# Copyright 2018-2025 contributors to the OpenLineage project
# SPDX-License-Identifier: Apache-2.0

py

# Copyright 2018-2025 contributors to the OpenLineage project
# SPDX-License-Identifier: Apache-2.0

rust

// Copyright 2018-2025 contributors to the OpenLineage project
// SPDX-License-Identifier: Apache-2.0

md (footer)

----
SPDX-License-Identifier: Apache-2.0\
Copyright 2018-2025 contributors to the OpenLineage project

SPDX-License-Identifier: Apache-2.0
Copyright 2018-2025 contributors to the OpenLineage project