Skip to content

Commit 16e1210

Browse files
committed
Add copyright notice to new code files
Signed-off-by: Dennis Gove <[email protected]>
1 parent 7d24c5f commit 16e1210

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

quickstart/construct-build-details.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# Copyright 2019 Contributors to the Parsec project.
4+
# SPDX-License-Identifier: Apache-2.0
5+
36
cat << EOF
47
----------------------------------------
58
-- Parsec Quickstart Build Details

quickstart/quickstart.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2019 Contributors to the Parsec project.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# ---------------------------------------------
25
# Docker Stage: Base builder used for both parsec service and tools
36
FROM rust:latest AS base_builder

0 commit comments

Comments
 (0)