Skip to content

Commit

Permalink
10614: Update pre-commit config to not add MPL to JS libraries; Remov…
Browse files Browse the repository at this point in the history
…e MPL from the four files which should not have had it
  • Loading branch information
stevejalim committed Oct 22, 2021
1 parent b13efc0 commit dd5d766
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 24 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ repos:
- --comment-style
- "|#|"
- id: insert-license
exclude: media\/.*\/libs\/.*$
files: \.js$
args:
- --license-filepath
Expand Down
6 changes: 0 additions & 6 deletions media/js/ie/libs/html5shiv.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions media/js/libs/classlist.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/

/*
* classList.js: Cross-browser full element.classList implementation.
* 1.2.20171210
Expand Down
6 changes: 0 additions & 6 deletions media/js/libs/modernizr.custom.inputtypes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions media/js/libs/spin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd5d766

Please sign in to comment.