From 0f9f6b9e228508f731f0f313c924ed49f3924b7b Mon Sep 17 00:00:00 2001 From: Marshall Roch Date: Tue, 18 Dec 2018 15:06:43 -0500 Subject: [PATCH] Add copyright header to pkg.ml --- pkg/pkg.ml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/pkg.ml b/pkg/pkg.ml index b3a1bf2..5ea7f0c 100644 --- a/pkg/pkg.ml +++ b/pkg/pkg.ml @@ -1,3 +1,5 @@ +(* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved *) + #use "topfind" #require "topkg-jbuilder"