Skip to content

Commit 6a28821

Browse files
committed
update licenses
1 parent 87c4ba2 commit 6a28821

File tree

77 files changed

+191
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+191
-161
lines changed

graalpython/com.oracle.graal.python.cext/include/internal/pycore_bitutils.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/* Copyright (c) 2025, Oracle and/or its affiliates.
2+
* Copyright (C) 1996-2025 Python Software Foundation
3+
*
4+
* Licensed under the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
5+
*/
16
/* Bit and bytes utilities.
27
38
Bytes swap functions, reverse order of bytes:

graalpython/com.oracle.graal.python.cext/include/internal/pycore_fileutils_windows.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/* Copyright (c) 2025, Oracle and/or its affiliates.
2+
* Copyright (C) 1996-2025 Python Software Foundation
3+
*
4+
* Licensed under the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
5+
*/
16
#ifndef Py_INTERNAL_FILEUTILS_WINDOWS_H
27
#define Py_INTERNAL_FILEUTILS_WINDOWS_H
38
#ifdef __cplusplus

graalpython/com.oracle.graal.python.cext/include/internal/pycore_format.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/* Copyright (c) 2025, Oracle and/or its affiliates.
2+
* Copyright (C) 1996-2025 Python Software Foundation
3+
*
4+
* Licensed under the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
5+
*/
16
#ifndef Py_INTERNAL_FORMAT_H
27
#define Py_INTERNAL_FORMAT_H
38
#ifdef __cplusplus

graalpython/com.oracle.graal.python.cext/include/internal/pycore_long.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2022, 2024, Oracle and/or its affiliates.
1+
/* Copyright (c) 2022, 2025, Oracle and/or its affiliates.
22
* Copyright (C) 1996-2022 Python Software Foundation
33
*
44
* Licensed under the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2

graalpython/com.oracle.graal.python.cext/modules/_hacl/Hacl_Hash_SHA3.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* MIT License
22
*
3+
* Copyright (c) 2025 Oracle and/or its affiliates.
34
* Copyright (c) 2016-2022 INRIA, CMU and Microsoft Corporation
45
* Copyright (c) 2022-2023 HACL* Contributors
56
*

graalpython/com.oracle.graal.python.cext/modules/_hacl/Hacl_Hash_SHA3.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* MIT License
22
*
3+
* Copyright (c) 2025 Oracle and/or its affiliates.
34
* Copyright (c) 2016-2022 INRIA, CMU and Microsoft Corporation
45
* Copyright (c) 2022-2023 HACL* Contributors
56
*

graalpython/com.oracle.graal.python.cext/modules/_hacl/Hacl_Streaming_Types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* MIT License
22
*
3+
* Copyright (c) 2025 Oracle and/or its affiliates.
34
* Copyright (c) 2016-2022 INRIA, CMU and Microsoft Corporation
45
* Copyright (c) 2022-2023 HACL* Contributors
56
*

graalpython/com.oracle.graal.python.cext/modules/_hacl/include/krml/types.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/* Copyright (c) 2024, Oracle and/or its affiliates.
2-
* Copyright (C) 1996-2024 Python Software Foundation
3-
*
4-
* Licensed under the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
5-
*/
61
#pragma once
72

83
#include <inttypes.h>

graalpython/com.oracle.graal.python.cext/modules/_hacl/internal/Hacl_Hash_SHA3.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* MIT License
22
*
3+
* Copyright (c) 2025 Oracle and/or its affiliates.
34
* Copyright (c) 2016-2022 INRIA, CMU and Microsoft Corporation
45
* Copyright (c) 2022-2023 HACL* Contributors
56
*

graalpython/com.oracle.graal.python.cext/modules/_sha3/kcp/KeccakHash.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/* Copyright (c) 2024, Oracle and/or its affiliates.
2-
* Copyright (C) 1996-2024 Python Software Foundation
3-
*
4-
* Licensed under the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
5-
*/
61
/*
72
Implementation by the Keccak, Keyak and Ketje Teams, namely, Guido Bertoni,
83
Joan Daemen, Michaël Peeters, Gilles Van Assche and Ronny Van Keer, hereby

0 commit comments

Comments
 (0)