diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 13:32:08 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 16:27:10 +0200 |
commit | 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 (patch) | |
tree | 457ff511c2ea543e81d90ab1bfa809a48c6d1094 /Tools/scripts/getpatch | |
parent | databases: fix category Makefile after 03cebea45b11 (diff) |
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
Diffstat (limited to '')
-rwxr-xr-x | Tools/scripts/getpatch | 2 | ||||
-rwxr-xr-x | Tools/scripts/getpatch.sh | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Tools/scripts/getpatch b/Tools/scripts/getpatch index 4799c6aa5a4c..806efa32f582 100755 --- a/Tools/scripts/getpatch +++ b/Tools/scripts/getpatch @@ -24,8 +24,6 @@ # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # -# $FreeBSD$ -# # MAINTAINER= sbz@FreeBSD.org import argparse diff --git a/Tools/scripts/getpatch.sh b/Tools/scripts/getpatch.sh index 182bc0619a23..9b7155869138 100755 --- a/Tools/scripts/getpatch.sh +++ b/Tools/scripts/getpatch.sh @@ -24,8 +24,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ -# # MAINTAINER= rodrigo@FreeBSD.org # |