Skip to content

Commit

Permalink
build: add license preamble for distributable code (#2537)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco authored and driskull committed Oct 18, 2021
1 parent 10edd19 commit cf647ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export const create: () => Config = () => ({
selector: "attribute",
name: "calcite-hydrated"
},
preamble: `All material copyright ESRI, All Rights Reserved, unless otherwise specified.\nSee https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.`,
extras: {
scriptDataOpts: true
}
Expand Down

0 comments on commit cf647ca

Please sign in to comment.