Browse Source

Add copyright to files missing Hush copyright lines

pull/217/head
Jonathan "Duke" Leto 2 years ago
parent
commit
ea93a31c09
  1. 1
      src/hush_cJSON.c
  2. 1
      util/afl/hush-wrapper
  3. 1
      util/test-security-check.py

1
src/hush_cJSON.c

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

1
util/afl/hush-wrapper

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

1
util/test-security-check.py

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

Loading…
Cancel
Save