fix: License #20
This commit is contained in:
parent
47976a9b35
commit
834fa29f86
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright Peculiar Ventures, Inc. (c) 2019
|
||||
Copyright (c) 2020 Peculiar Ventures, LLC
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -3,7 +3,7 @@ import pkg from "./package.json";
|
|||
|
||||
const banner = [
|
||||
"/**",
|
||||
" * Copyright (c) 2019-2020, Peculiar Ventures, All rights reserved.",
|
||||
" * Copyright (c) 2020 Peculiar Ventures, LLC",
|
||||
" */",
|
||||
"",
|
||||
].join("\n");
|
||||
|
|
Reference in New Issue