Skip to content

Commit

Permalink
font: add license header
Browse files Browse the repository at this point in the history
Also, add a comment that the .css/scss files are auto generated
  • Loading branch information
XhmikosR committed Mar 24, 2023
1 parent 03d392a commit 7d21c23
Show file tree
Hide file tree
Showing 5 changed files with 33 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
8 changes: 8 additions & 0 deletions build/font/css.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*!
* Bootstrap Icons (https://icons.getbootstrap.com/)
* Copyright 2019-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
*/

/* THIS FILE IS AUTO-GENERATED, DO NOT EDIT MANUALLY */

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

/* THIS FILE IS AUTO-GENERATED, DO NOT EDIT MANUALLY */

${{ name }}-font: "{{ name }}" !default;
${{ name }}-font-dir: "{{ fontsUrl }}" !default;
${{ name }}-font-file: #{${{ name }}-font-dir}/#{${{ name }}-font} !default;
Expand Down
8 changes: 8 additions & 0 deletions font/bootstrap-icons.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*!
* Bootstrap Icons (https://icons.getbootstrap.com/)
* Copyright 2019-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
*/

/* THIS FILE IS AUTO-GENERATED, DO NOT EDIT MANUALLY */

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

/* THIS FILE IS AUTO-GENERATED, DO NOT EDIT MANUALLY */

$bootstrap-icons-font: "bootstrap-icons" !default;
$bootstrap-icons-font-dir: "./fonts" !default;
$bootstrap-icons-font-file: #{$bootstrap-icons-font-dir}/#{$bootstrap-icons-font} !default;
Expand Down

0 comments on commit 7d21c23

Please sign in to comment.