Skip to content

Commit

Permalink
stop checking for 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuanjl committed Sep 28, 2022
1 parent c4db129 commit 4e8152e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The MIT License (MIT)

Copyright (c) Microsoft Corporation
All rights reserved.
Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved.
Copyright (c) ChakraCore Project Contributors. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions tools/StyleChecks/check_copyright.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#-------------------------------------------------------------------------------------------------------
# Copyright (C) Microsoft. All rights reserved.
# Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved.
# Copyright (c) ChakraCore Project Contributors. All rights reserved.
# Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
#-------------------------------------------------------------------------------------------------------

Expand All @@ -14,7 +14,7 @@
copyright_lines = [
r'-------------------------------------------------------------------------------------------------------',
r' Copyright \(C\) Microsoft( Corporation and contributors)?\. All rights reserved\.',
r' Copyright \(c\) 2021 ChakraCore Project Contributors\. All rights reserved\.',
r' Copyright \(c\)( 2022)? ChakraCore Project Contributors\. All rights reserved\.',
r' Licensed under the MIT license\. See LICENSE\.txt file in the project root for full license information\.',
r'.*' # the above should always be followed by at least one other line, so make sure that line is present
]
Expand Down

0 comments on commit 4e8152e

Please sign in to comment.