[Openmp-commits] [openmp] r356962 - [OpenMP] Add LLVM license header to file
Jonathan Peyton via Openmp-commits
openmp-commits at lists.llvm.org
Mon Mar 25 15:36:31 PDT 2019
Author: jlpeyton
Date: Mon Mar 25 15:36:31 2019
New Revision: 356962
URL: http://llvm.org/viewvc/llvm-project?rev=356962&view=rev
Log:
[OpenMP] Add LLVM license header to file
This file was missing the LLVM license header
Modified:
openmp/trunk/runtime/src/kmp_dispatch_hier.h
Modified: openmp/trunk/runtime/src/kmp_dispatch_hier.h
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/src/kmp_dispatch_hier.h?rev=356962&r1=356961&r2=356962&view=diff
==============================================================================
--- openmp/trunk/runtime/src/kmp_dispatch_hier.h (original)
+++ openmp/trunk/runtime/src/kmp_dispatch_hier.h Mon Mar 25 15:36:31 2019
@@ -1,3 +1,15 @@
+/*
+ * kmp_dispatch_hier.h -- hierarchical scheduling methods and data structures
+ */
+
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
#ifndef KMP_DISPATCH_HIER_H
#define KMP_DISPATCH_HIER_H
#include "kmp.h"
More information about the Openmp-commits
mailing list