diff --git a/LICENSE.md b/LICENSE.md index 47f06b69af..3f97be60e4 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/build/font/css.hbs b/build/font/css.hbs index b6de062cba..6f2aa3057b 100644 --- a/build/font/css.hbs +++ b/build/font/css.hbs @@ -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 }}"; diff --git a/build/font/scss.hbs b/build/font/scss.hbs index e4d77aa30d..160aeb32aa 100644 --- a/build/font/scss.hbs +++ b/build/font/scss.hbs @@ -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;