diff --git a/.eslintrc.js b/.eslintrc.js index be4f8a9c..9487f423 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,4 @@ -// Copyright (C) 2018-2021 Intel Corporation +// Copyright (C) 2018-2022 Intel Corporation // // SPDX-License-Identifier: MIT @@ -25,8 +25,8 @@ module.exports = { ], rules: { 'header/header': [2, 'line', [{ - pattern: ' {1}Copyright \\(C\\) (?:20\\d{2}-)?2021 Intel Corporation', - template: ' Copyright (C) 2021 Intel Corporation' + pattern: ' {1}Copyright \\(C\\) (?:20\\d{2}-)?2022 Intel Corporation', + template: ' Copyright (C) 2022 Intel Corporation' }, '', ' SPDX-License-Identifier: MIT']], 'no-plusplus': 0, 'no-continue': 0, diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b638c720..f2425456 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) 2021 Intel Corporation +# Copyright (C) 2022 Intel Corporation # # SPDX-License-Identifier: MIT ``` diff --git a/LICENSE b/LICENSE index b4bd6823..10dca562 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ 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 of this software and associated documentation files (the "Software"), @@ -28,4 +28,4 @@ See https://www.ffmpeg.org/legal.html. You are solely responsible for determining if your use of FFmpeg requires any additional licenses. Intel is not responsible for obtaining any such licenses, nor liable for any licensing fees due in -connection with your use of FFmpeg. \ No newline at end of file +connection with your use of FFmpeg.