diff --git a/.eslintrc.js b/.eslintrc.js index b171226f5da..da6416fa05a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2020 Intel Corporation +// Copyright (C) 2018-2021 Intel Corporation // // SPDX-License-Identifier: MIT @@ -16,8 +16,8 @@ module.exports = { extends: ['eslint:recommended', 'prettier'], rules: { 'header/header': [2, 'line', [{ - pattern: ' {1}Copyright \\(C\\) (?:20\\d{2}-)?2020 Intel Corporation', - template: ' Copyright (C) 2020 Intel Corporation' + pattern: ' {1}Copyright \\(C\\) (?:20\\d{2}-)?2021 Intel Corporation', + template: ' Copyright (C) 2021 Intel Corporation' }, '', ' SPDX-License-Identifier: MIT']], }, }; diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e735dda7612..6dbf6651f60 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ @@ -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) ```python -# Copyright (C) 2020 Intel Corporation +# Copyright (C) 2021 Intel Corporation # # SPDX-License-Identifier: MIT ``` diff --git a/LICENSE b/LICENSE index 46056e4fd37..e6959cbc514 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2018-2020 Intel Corporation +Copyright (C) 2018-2021 Intel Corporation   Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),