Add copyright to files missing Hush copyright lines

This commit is contained in:
Jonathan "Duke" Leto
2022-09-21 08:56:10 -07:00
parent ad3a35fcba
commit ea93a31c09
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// Copyright (c) 2016-2022 The Hush developers
/*
Copyright (c) 2009 Dave Gamble

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2016-2022 The Hush developers
set -ex -o pipefail

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python2
# Copyright (c) 2016-2022 The Hush developers
'''
Test script for security-check.py
'''