Skip to content

Commit da57e46

Browse files
remove duplicate license headers
1 parent 869405a commit da57e46

22 files changed

+0
-66
lines changed

p-isa_tools/common/config.h.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
// Copyright (C) 2025 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

4-
// Copyright (C) 2024 Intel Corporation
5-
// SPDX-License-Identifier: Apache-2.0
6-
74
#cmakedefine01 ENABLE_DATA_FORMATS

p-isa_tools/common/p_isa/isa_instruction.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (C) 2025 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

4-
// Copyright (C) 2024 Intel Corporation
5-
// SPDX-License-Identifier: Apache-2.0
6-
74
#pragma once
85

96
/**

p-isa_tools/common/p_isa/p_isa.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (C) 2025 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

4-
// Copyright (C) 2024 Intel Corporation
5-
// SPDX-License-Identifier: Apache-2.0
6-
74
#pragma once
85

96
#include "p_isa_instructions.h"

p-isa_tools/common/p_isa/p_isa_hardware_models.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (C) 2025 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

4-
// Copyright (C) 2024 Intel Corporation
5-
// SPDX-License-Identifier: Apache-2.0
6-
74
#pragma once
85

96
#include <common/p_isa/p_isa_instructions.h>

p-isa_tools/common/p_isa/p_isa_instruction.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (C) 2025 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

4-
// Copyright (C) 2024 Intel Corporation
5-
// SPDX-License-Identifier: Apache-2.0
6-
74
#include "p_isa_instruction.h"
85

96
namespace pisa {

p-isa_tools/common/p_isa/p_isa_instruction.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (C) 2025 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

4-
// Copyright (C) 2024 Intel Corporation
5-
// SPDX-License-Identifier: Apache-2.0
6-
74
#pragma once
85

96
#include <algorithm>

p-isa_tools/common/p_isa/p_isa_instructions.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (C) 2025 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

4-
// Copyright (C) 2024 Intel Corporation
5-
// SPDX-License-Identifier: Apache-2.0
6-
74
#pragma once
85

96
#include "p_isa_instruction.h"

p-isa_tools/common/p_isa/p_isa_performance_modeler.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (C) 2025 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

4-
// Copyright (C) 2024 Intel Corporation
5-
// SPDX-License-Identifier: Apache-2.0
6-
74
#include "p_isa_performance_modeler.h"
85

96
using namespace pisa::performance;

p-isa_tools/common/p_isa/p_isa_performance_modeler.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (C) 2025 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

4-
// Copyright (C) 2024 Intel Corporation
5-
// SPDX-License-Identifier: Apache-2.0
6-
74
#pragma once
85

96
#include <chrono>

p-isa_tools/common/p_isa/parser/p_isa_parser.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright (C) 2025 Intel Corporation
22
// SPDX-License-Identifier: Apache-2.0
33

4-
// Copyright (C) 2024 Intel Corporation
5-
// SPDX-License-Identifier: Apache-2.0
6-
74
#include <algorithm>
85
#include <fstream>
96
#include <iostream>

0 commit comments

Comments
 (0)