From 6ba0593e4bd6358f74f8e0087f42e8f917d81df4 Mon Sep 17 00:00:00 2001 From: Brendan Gregg Date: Fri, 11 Aug 2017 16:00:20 -0700 Subject: [PATCH] update header --- pkgsplit-perf.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgsplit-perf.pl b/pkgsplit-perf.pl index 601edeb3..3a9902da 100755 --- a/pkgsplit-perf.pl +++ b/pkgsplit-perf.pl @@ -18,6 +18,9 @@ # just saying: run "perf script", and B) the option to choose fields itself # changed between kernel versions! -f became -F. # +# Copyright 2017 Netflix, Inc. +# Licensed under the Apache License, Version 2.0 (the "License") +# # 20-Sep-2016 Brendan Gregg Created this. use strict;