Skip to content

Commit fc86ee1

Browse files
committed
Copyright update
1 parent 2c5a10e commit fc86ee1

7 files changed

+13
-1
lines changed

LICENSE.txt

+1-1
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
5+
Copyright (c) 2021 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

azure-pipelines.yml

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#-------------------------------------------------------------------------------------------------------
2+
# Copyright (C) Microsoft. All rights reserved.
3+
# Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved.
4+
# Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
5+
#-------------------------------------------------------------------------------------------------------
6+
17
trigger:
28
- master
39
- release/*

jenkins/check_ascii.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#-------------------------------------------------------------------------------------------------------
22
# Copyright (C) Microsoft. All rights reserved.
3+
# Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved.
34
# Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
45
#-------------------------------------------------------------------------------------------------------
56

jenkins/check_copyright.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#-------------------------------------------------------------------------------------------------------
22
# Copyright (C) Microsoft. All rights reserved.
3+
# Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved.
34
# Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
45
#-------------------------------------------------------------------------------------------------------
56

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

jenkins/check_copyright.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#-------------------------------------------------------------------------------------------------------
22
# Copyright (C) Microsoft. All rights reserved.
3+
# Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved.
34
# Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
45
#-------------------------------------------------------------------------------------------------------
56

jenkins/check_eol.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#-------------------------------------------------------------------------------------------------------
22
# Copyright (C) Microsoft. All rights reserved.
3+
# Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved.
34
# Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
45
#-------------------------------------------------------------------------------------------------------
56

jenkins/check_tabs.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#-------------------------------------------------------------------------------------------------------
22
# Copyright (C) Microsoft. All rights reserved.
3+
# Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved.
34
# Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
45
#-------------------------------------------------------------------------------------------------------
56

0 commit comments

Comments
 (0)