Updated license year. (#4157)

* Updated license year

* Update year

Co-authored-by: dvkruchinin <dvkruchinin@gmail.com>
main
Dmitry Kruchinin 4 years ago committed by GitHub
parent b85a4ad77c
commit f1241fe6b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
// Copyright (C) 2018-2021 Intel Corporation // Copyright (C) 2018-2022 Intel Corporation
// //
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
@ -25,8 +25,8 @@ module.exports = {
], ],
rules: { rules: {
'header/header': [2, 'line', [{ 'header/header': [2, 'line', [{
pattern: ' {1}Copyright \\(C\\) (?:20\\d{2}-)?2021 Intel Corporation', pattern: ' {1}Copyright \\(C\\) (?:20\\d{2}-)?2022 Intel Corporation',
template: ' Copyright (C) 2021 Intel Corporation' template: ' Copyright (C) 2022 Intel Corporation'
}, '', ' SPDX-License-Identifier: MIT']], }, '', ' SPDX-License-Identifier: MIT']],
'no-plusplus': 0, 'no-plusplus': 0,
'no-continue': 0, 'no-continue': 0,

@ -1,5 +1,5 @@
<!--- <!---
Copyright (C) 2020-2021 Intel Corporation Copyright (C) 2020-2022 Intel Corporation
SPDX-License-Identifier: MIT SPDX-License-Identifier: MIT
--> -->
@ -45,7 +45,7 @@ If you're unsure about any of these, don't hesitate to ask. We're here to help!
- [ ] I have updated the license header for each file (see an example below) - [ ] I have updated the license header for each file (see an example below)
```python ```python
# Copyright (C) 2021 Intel Corporation # Copyright (C) 2022 Intel Corporation
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
``` ```

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (C) 2018-2021 Intel Corporation Copyright (C) 2018-2022 Intel Corporation
   
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), of this software and associated documentation files (the "Software"),

Loading…
Cancel
Save