We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50244d5 commit 59839adCopy full SHA for 59839ad
index.js
@@ -63,7 +63,7 @@ module.exports = {
63
64
// enforce license header
65
'header/header': [2, 'block', ['',
66
- { pattern: ' * Copyright \\d{4} Adobe\\. All rights reserved\\.', template: ' * Copyright 2021 Adobe. All rights reserved.' },
+ { pattern: ' * Copyright \\d{4} Adobe\\. All rights reserved\\.', template: ' * Copyright 2022 Adobe. All rights reserved.' },
67
' * This file is licensed to you under the Apache License, Version 2.0 (the "License");',
68
' * you may not use this file except in compliance with the License. You may obtain a copy',
69
' * of the License at http://www.apache.org/licenses/LICENSE-2.0',
0 commit comments