Fix license

Change license to BSD-3-Clause

Signed-off-by: Rafal Stefanowski <rafal.stefanowski@intel.com>
This commit is contained in:
Rafal Stefanowski 2021-10-28 12:46:42 +02:00
parent 4e9ee56b78
commit acec05060d
304 changed files with 310 additions and 312 deletions

14
LICENSE
View File

@ -1,13 +1,11 @@
The Clear BSD License
Copyright(c) 2019-2021 Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) provided that the following conditions are met:
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the name of Intel Corporation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@ -1,6 +1,6 @@
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
PWD:=$(shell pwd)

View File

@ -1,6 +1,6 @@
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
include ../tools/helpers.mk

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stdbool.h>

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef _ARGP_H

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stdio.h>

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __CAS_LIB_H__

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#define _GNU_SOURCE

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __CAS_LIB_UTILS_H__

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stdio.h>

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stdio.h>

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __CSVPARSE_H_

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stdint.h>

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
const char *cas_strerr(int cas_error_code);

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stdlib.h>

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __INTVECTOR_H

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef OCF_ENV_H_

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __OCF_ENV_HEADERS_H__

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <unistd.h>
#include <errno.h>

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef PSORT_H

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stdio.h>

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stdlib.h>

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __STAT_VIEW

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#define _GNU_SOURCE

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __STATS_VIEW_CSV

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#define _GNU_SOURCE

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __STATS_VIEW_RAW_CSV

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __STATS_VIEW_S_H

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#define _GNU_SOURCE

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __STATS_VIEW_TEXT

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stdlib.h>
#include <string.h>

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
/* General setup */

2
configure vendored
View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
MISSING_TOOLS=0

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
. $(dirname $3)/conf_framework

View File

@ -1,7 +1,7 @@
#!/bin/bash
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
obj-m += test_mod.o

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python3
#
# Copyright(c) 2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
import argparse

View File

@ -1,6 +1,6 @@
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
# If $(M) is defined, we've been invoked from the
# kernel build system and can use its language.

View File

@ -1,6 +1,6 @@
#
# Copyright(c) 2012-2021 Intel Corporation
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause
#
include $(M)/config.mk

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __CAS_CACHE_H__

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2019-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "cas_cache.h"

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2019-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __CLASSIFIER_H__

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2019-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __CLASSIFIER_DEFS_H__

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "cas_cache.h"

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <linux/cdev.h>
#include <linux/fs.h>

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __CAS_CONTROL_H__
#define __CAS_CONTROL_H__

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "cas_cache.h"

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __LAYER_CACHE_MANAGEMENT_H__
#define __LAYER_CACHE_MANAGEMENT_H__

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __LINUX_KERNEL_VERSION_H__

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "cas_cache.h"

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "cas_cache.h"

View File

@ -1,6 +1,6 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause-Clear
* SPDX-License-Identifier: BSD-3-Clause
*/

Some files were not shown because too many files have changed in this diff Show More