Skip to content

Commit

Permalink
Merge pull request #5810 from nextcloud-libraries/chore/remove-spdx-h…
Browse files Browse the repository at this point in the history
…eader-from-docs

chore(docs): remove SPDX header from component docs
  • Loading branch information
susnux authored Jul 17, 2024
2 parents c0a0eb0 + 8ea8a21 commit 2853901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mixins/actionGlobal.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

// An empty comment below is needed to prevent styleguidist from using SPDX header as a mixin=component description in docs
/** */
export default {
beforeUpdate() {
this.text = this.getText()
Expand Down
2 changes: 2 additions & 0 deletions src/mixins/clickOutsideOptions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

// An empty comment below is needed to prevent styleguidist from using SPDX header as a mixin=component description in docs
/** */
export default {
props: {
/**
Expand Down

0 comments on commit 2853901

Please sign in to comment.