File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ The MIT License (MIT)
2
2
3
3
Copyright (c) Microsoft Corporation
4
4
All rights reserved.
5
- Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved.
5
+ Copyright (c) ChakraCore Project Contributors. All rights reserved.
6
6
7
7
Permission is hereby granted, free of charge, to any person obtaining a copy
8
8
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
#-------------------------------------------------------------------------------------------------------
2
2
# Copyright (C) Microsoft. All rights reserved.
3
- # Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved.
3
+ # Copyright (c) ChakraCore Project Contributors. All rights reserved.
4
4
# Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
5
5
#-------------------------------------------------------------------------------------------------------
6
6
14
14
copyright_lines = [
15
15
r'-------------------------------------------------------------------------------------------------------' ,
16
16
r' Copyright \(C\) Microsoft( Corporation and contributors)?\. All rights reserved\.' ,
17
- r' Copyright \(c\) 2021 ChakraCore Project Contributors\. All rights reserved\.' ,
17
+ r' Copyright \(c\)( 2022)? ChakraCore Project Contributors\. All rights reserved\.' ,
18
18
r' Licensed under the MIT license\. See LICENSE\.txt file in the project root for full license information\.' ,
19
19
r'.*' # the above should always be followed by at least one other line, so make sure that line is present
20
20
]
You can’t perform that action at this time.
0 commit comments