This is an automated email from the ASF dual-hosted git repository. bbannier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git
commit 9d0817f960f4434254b0c744761c47249fea04b1 Author: Benjamin Bannier <[email protected]> AuthorDate: Sat Mar 2 16:21:34 2019 +0100 Fixed garbled license header. Review: https://reviews.apache.org/r/70094 --- src/slave/containerizer/mesos/provisioner/appc/fetcher.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/slave/containerizer/mesos/provisioner/appc/fetcher.cpp b/src/slave/containerizer/mesos/provisioner/appc/fetcher.cpp index f5e9052..80aa2f8 100644 --- a/src/slave/containerizer/mesos/provisioner/appc/fetcher.cpp +++ b/src/slave/containerizer/mesos/provisioner/appc/fetcher.cpp @@ -1,3 +1,5 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the
