Skip to content

Commit

Permalink
Internal: Fixed the license header in pre-hook script. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Jan 23, 2023
1 parent 1fecbe6 commit 719d5e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
# @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
# For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license

. "$(dirname -- "$0")/_/husky.sh"
Expand Down
3 changes: 3 additions & 0 deletions scripts/bump-year.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ require( '@ckeditor/ckeditor5-dev-bump-year' )
]
}
},
{
pattern: '.husky/*'
},
{
pattern: 'packages/*/.eslintrc.js'
}
Expand Down

0 comments on commit 719d5e1

Please sign in to comment.