Skip to content

Commit 7127d25

Browse files
committed
Update year in copyright templates
1 parent a376715 commit 7127d25

13 files changed

+16
-16
lines changed

mx.graalpython/copyrights/benchmarks.copyright.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# Copyright 2008-2010 Isaac Gouy
33
# Copyright (c) 2013, 2014, Regents of the University of California
4-
# Copyright (c) 2021, Oracle and/or its affiliates.
4+
# Copyright (c) 2022, Oracle and/or its affiliates.
55
# All rights reserved.
66
#
77
# Revised BSD license

mx.graalpython/copyrights/hpy.copyright.hash

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) 2021, Oracle and/or its affiliates.
3+
# Copyright (c) 2022, 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

mx.graalpython/copyrights/hpy.copyright.star

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) 2021, Oracle and/or its affiliates.
3+
* Copyright (c) 2022, 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

mx.graalpython/copyrights/jython.copyright.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, Oracle and/or its affiliates.
2+
* Copyright (c) 2022, Oracle and/or its affiliates.
33
* Copyright (c) -2016 Jython Developers
44
*
55
* Licensed under PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2

mx.graalpython/copyrights/oracle.copyright.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
22
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33
#
44
# The Universal Permissive License (UPL), Version 1.0

mx.graalpython/copyrights/oracle.copyright.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* The Universal Permissive License (UPL), Version 1.0

mx.graalpython/copyrights/pypy-image-demo.copyright.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021, Oracle and/or its affiliates.
1+
# Copyright (c) 2022, Oracle and/or its affiliates.
22
# Copyright (c) 2013, Pablo Mouzo
33
#
44
# Permission is hereby granted, free of charge, to any person obtaining a copy

mx.graalpython/copyrights/pypy.copyright.hash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding=utf-8
2-
# Copyright (c) 2021, Oracle and/or its affiliates.
3-
# Copyright (c) 2021, The PyPy Project
2+
# Copyright (c) 2022, Oracle and/or its affiliates.
3+
# Copyright (c) 2022, The PyPy Project
44
#
55
# The MIT License
66
# Permission is hereby granted, free of charge, to any person
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021, Oracle and/or its affiliates.
2-
# Copyright (C) 1996-2021 Python Software Foundation
1+
# Copyright (c) 2022, Oracle and/or its affiliates.
2+
# Copyright (C) 1996-2022 Python Software Foundation
33
#
44
# Licensed under the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* Copyright (c) 2021, Oracle and/or its affiliates.
2-
* Copyright (C) 1996-2021 Python Software Foundation
1+
/* Copyright (c) 2022, Oracle and/or its affiliates.
2+
* Copyright (C) 1996-2022 Python Software Foundation
33
*
44
* Licensed under the PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
55
*/

mx.graalpython/copyrights/python3antlr.copyright.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017-2021, Oracle and/or its affiliates.
2+
* Copyright (c) 2017-2022, Oracle and/or its affiliates.
33
* Copyright (c) 2014 by Bart Kiers
44
*
55
* The MIT License (MIT)

mx.graalpython/copyrights/zippy.copyright.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021, Oracle and/or its affiliates.
1+
# Copyright (c) 2022, Oracle and/or its affiliates.
22
# Copyright (c) 2013, Regents of the University of California
33
#
44
# All rights reserved.

mx.graalpython/copyrights/zippy.copyright.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, Oracle and/or its affiliates.
2+
* Copyright (c) 2022, Oracle and/or its affiliates.
33
* Copyright (c) 2013, Regents of the University of California
44
*
55
* All rights reserved.

0 commit comments

Comments
 (0)