update DAOS and DFS markings.

Signed-off-by: Mohamad Chaarawi <mohamad.chaarawi@intel.com>
master
Mohamad Chaarawi 2019-06-25 22:41:30 +00:00
parent 262d35d87e
commit 960005351d
2 changed files with 21 additions and 25 deletions

View File

@ -3,18 +3,18 @@
* vim:expandtab:shiftwidth=8:tabstop=8: * vim:expandtab:shiftwidth=8:tabstop=8:
*/ */
/* /*
* SPECIAL LICENSE RIGHTS-OPEN SOURCE SOFTWARE * Copyright (C) 2018-2019 Intel Corporation
*
* GOVERNMENT LICENSE RIGHTS-OPEN SOURCE SOFTWARE
* The Government's rights to use, modify, reproduce, release, perform, display, * The Government's rights to use, modify, reproduce, release, perform, display,
* or disclose this software are subject to the terms of Contract No. B599860, * or disclose this software are subject to the terms of the Apache License as
* and the terms of the GNU General Public License version 2. * provided in Contract No. 8F-30005.
* Any reproduction of computer software, computer software documentation, or * Any reproduction of computer software, computer software documentation, or
* portions thereof marked with this legend must also reproduce the markings. * portions thereof marked with this legend must also reproduce the markings.
*/ */
/* /*
* Copyright (c) 2013, 2016 Intel Corporation. * This file implements the abstract I/O interface for DAOS Array API.
*/
/*
* This file implements the abstract I/O interface for DAOS.
*/ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

View File

@ -1,24 +1,20 @@
/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
* vim:expandtab:shiftwidth=8:tabstop=8: * vim:expandtab:shiftwidth=8:tabstop=8:
*/ */
/******************************************************************************\ /*
* * * Copyright (C) 2018-2019 Intel Corporation
* Copyright (c) 2003, The Regents of the University of California * *
* See the file COPYRIGHT for a complete copyright notice and license. * * GOVERNMENT LICENSE RIGHTS-OPEN SOURCE SOFTWARE
* * * The Government's rights to use, modify, reproduce, release, perform, display,
* Copyright (C) 2018 Intel Corporation * or disclose this software are subject to the terms of the Apache License as
* * provided in Contract No. 8F-30005.
* GOVERNMENT LICENSE RIGHTS-OPEN SOURCE SOFTWARE * Any reproduction of computer software, computer software documentation, or
* The Government's rights to use, modify, reproduce, release, perform, display, * portions thereof marked with this legend must also reproduce the markings.
* or disclose this software are subject to the terms of the Apache License as */
* provided in Contract No. 8F-30005.
* Any reproduction of computer software, computer software documentation, or /*
* portions thereof marked with this legend must also reproduce the markings. * This file implements the abstract I/O interface for DAOS FS API.
******************************************************************************** */
*
* Implement of abstract I/O interface for DFS.
*
\******************************************************************************/
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"