fix: License #20

This commit is contained in:
microshine 2020-11-25 12:40:45 +03:00
parent 47976a9b35
commit 834fa29f86
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
MIT License 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -3,7 +3,7 @@ import pkg from "./package.json";
const banner = [ const banner = [
"/**", "/**",
" * Copyright (c) 2019-2020, Peculiar Ventures, All rights reserved.", " * Copyright (c) 2020 Peculiar Ventures, LLC",
" */", " */",
"", "",
].join("\n"); ].join("\n");