Skip to content

Commit

Permalink
Copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
ghenry committed Oct 21, 2023
1 parent fdef8d9 commit a6639f9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# SPDX-License-Identifier: AGPL-3.0
# Copyright (c) 2023 Gavin Henry <[email protected]>
#
# _____ _ _____
# / ____| | | | __ \
# | (___ ___ _ __ | |_ _ __ _ _| |__) |__ ___ _ __
# \___ \ / _ \ '_ \| __| '__| | | | ___/ _ \/ _ \ '__|
# ____) | __/ | | | |_| | | |_| | | | __/ __/ |
# |_____/ \___|_| |_|\__|_| \__, |_| \___|\___|_|
# __/ |
# |___/
#
name: CI

on:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# SPDX-License-Identifier: AGPL-3.0
# Copyright (c) 2023 Gavin Henry <[email protected]>
#
# _____ _ _____
# / ____| | | | __ \
# | (___ ___ _ __ | |_ _ __ _ _| |__) |__ ___ _ __
# \___ \ / _ \ '_ \| __| '__| | | | ___/ _ \/ _ \ '__|
# ____) | __/ | | | |_| | | |_| | | | __/ __/ |
# |_____/ \___|_| |_|\__|_| \__, |_| \___|\___|_|
# __/ |
# |___/
#
name: gitleaks
on:
pull_request:
Expand Down

0 comments on commit a6639f9

Please sign in to comment.