Skip to content

Commit 4e8152e

Browse files
committed
stop checking for 2021
1 parent c4db129 commit 4e8152e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The MIT License (MIT)
22

33
Copyright (c) Microsoft Corporation
44
All rights reserved.
5-
Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved.
5+
Copyright (c) ChakraCore Project Contributors. All rights reserved.
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

tools/StyleChecks/check_copyright.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#-------------------------------------------------------------------------------------------------------
22
# 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.
44
# Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
55
#-------------------------------------------------------------------------------------------------------
66

@@ -14,7 +14,7 @@
1414
copyright_lines = [
1515
r'-------------------------------------------------------------------------------------------------------',
1616
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\.',
1818
r' Licensed under the MIT license\. See LICENSE\.txt file in the project root for full license information\.',
1919
r'.*' # the above should always be followed by at least one other line, so make sure that line is present
2020
]

0 commit comments

Comments
 (0)