Skip to content

Fix opal_progress.h copyright header. #8910

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 24 additions & 31 deletions opal/runtime/opal_progress.h
Original file line number Diff line number Diff line change
@@ -1,34 +1,27 @@
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */ /*
* Copyright (c) 2004-2005 The
* Trustees of Indiana University and
* Indiana University Research and
* Technology Corporation. All
* rights reserved. Copyright (c)
* 2004-2006 The University of
* Tennessee and The University of
* Tennessee Research Foundation. All
* rights reserved. Copyright (c)
* 2004-2005 High Performance
* Computing Center Stuttgart,
* University
* of Stuttgart. All rights
* reserved. Copyright (c) 2004-2005
* The Regents of the University of
* California. All rights reserved.
* Copyright (c) 2006-2014 Los Alamos
* National Security, LLC. All
* rights reserved. Copyright (c)
* 2018 Triad National Security,
* LLC. All rights reserved.
*
* Copyright (c) 2020 Intel,
* Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */
/*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2006 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights
* reserved.
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2006-2014 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2018 Triad National Security, LLC. All rights
* reserved.
*
* Copyright (c) 2020 Intel, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/

/**
* @file
Expand Down