Skip to content

Commit

Permalink
font: add license header
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 25, 2023
1 parent 35139b2 commit a49200d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019-2021 The Bootstrap Authors
Copyright (c) 2019-2023 The Bootstrap Authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 6 additions & 0 deletions build/font/css.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*!
* Bootstrap Icons (https://icons.getbootstrap.com/)
* Copyright 2019-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE.md)
*/

@font-face {
font-display: block;
font-family: "{{ name }}";
Expand Down
6 changes: 6 additions & 0 deletions build/font/scss.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*!
* Bootstrap Icons (https://icons.getbootstrap.com/)
* Copyright 2019-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE.md)
*/

${{ name }}-font: "{{ name }}" !default;
${{ name }}-font-dir: "{{ fontsUrl }}" !default;
${{ name }}-font-file: #{${{ name }}-font-dir}/#{${{ name }}-font} !default;
Expand Down

0 comments on commit a49200d

Please sign in to comment.