Skip to content

Commit e720e9d

Browse files
committed
Fix copyrights
1 parent bf25636 commit e720e9d

33 files changed

+57
-57
lines changed

graalpython/com.oracle.graal.python.hpy.llvm/include/hpy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* MIT License
22
*
3-
* Copyright (c) 2020, 2022, Oracle and/or its affiliates.
3+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates.
44
* Copyright (c) 2019 pyhandle
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy

graalpython/com.oracle.graal.python.hpy.llvm/include/hpy/autogen_hpyfunc_declare.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* MIT License
22
*
3-
* Copyright (c) 2020, 2022, Oracle and/or its affiliates.
3+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates.
44
* Copyright (c) 2019 pyhandle
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy

graalpython/com.oracle.graal.python.hpy.llvm/include/hpy/autogen_hpyslot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* MIT License
22
*
3-
* Copyright (c) 2020, 2022, Oracle and/or its affiliates.
3+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates.
44
* Copyright (c) 2019 pyhandle
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy

graalpython/com.oracle.graal.python.hpy.llvm/include/hpy/cpy_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* MIT License
22
*
3-
* Copyright (c) 2020, 2022, Oracle and/or its affiliates.
3+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates.
44
* Copyright (c) 2019 pyhandle
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy

graalpython/com.oracle.graal.python.hpy.llvm/include/hpy/cpython/autogen_api_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* MIT License
22
*
3-
* Copyright (c) 2020, 2022, Oracle and/or its affiliates.
3+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates.
44
* Copyright (c) 2019 pyhandle
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy

graalpython/com.oracle.graal.python.hpy.llvm/include/hpy/cpython/autogen_hpyfunc_trampolines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* MIT License
22
*
3-
* Copyright (c) 2020, 2022, Oracle and/or its affiliates.
3+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates.
44
* Copyright (c) 2019 pyhandle
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy

graalpython/com.oracle.graal.python.hpy.llvm/include/hpy/cpython/misc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* MIT License
22
*
3-
* Copyright (c) 2020, 2022, Oracle and/or its affiliates.
3+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates.
44
* Copyright (c) 2019 pyhandle
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy

graalpython/com.oracle.graal.python.hpy.llvm/include/hpy/hpydef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* MIT License
22
*
3-
* Copyright (c) 2020, 2022, Oracle and/or its affiliates.
3+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates.
44
* Copyright (c) 2019 pyhandle
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy

graalpython/com.oracle.graal.python.hpy.llvm/include/hpy/hpyfunc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* MIT License
22
*
3-
* Copyright (c) 2020, 2022, Oracle and/or its affiliates.
3+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates.
44
* Copyright (c) 2019 pyhandle
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy

graalpython/com.oracle.graal.python.hpy.llvm/include/hpy/hpymodule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* MIT License
22
*
3-
* Copyright (c) 2020, 2022, Oracle and/or its affiliates.
3+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates.
44
* Copyright (c) 2019 pyhandle
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)