Add the copyright header that disappeared during pre-commit
editing. Spotted by: hrs Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
43ae531ad1
commit
63e253f62a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45527
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
#!/bin/sh
|
||||
#-
|
||||
# Copyright (c) 2014 The FreeBSD Foundation
|
||||
# All rights reserved.
|
||||
#
|
||||
# This software was developed by Glen Barber under sponsorship
|
||||
# from the FreeBSD Foundation.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions
|
||||
# are met:
|
||||
|
|
Loading…
Reference in a new issue