Browse Source

upd: copyright 2022

richard1015 3 years ago
parent
commit
751877aaaa

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2021 京东前端
+Copyright (c) 2022 京东前端
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
vite.config.build.css.ts

@@ -3,7 +3,7 @@ import config from './package.json';
 
 const banner = `/*!
 * ${config.name} v${config.version} ${new Date()}
-* (c) 2021 @jdf2e.
+* (c) 2022 @jdf2e.
 * Released under the MIT License.
 */`;
 

+ 1 - 1
vite.config.build.disperse.ts

@@ -6,7 +6,7 @@ import configPkg from './src/config.json';
 
 const banner = `/*!
 * ${config.name} v${config.version} ${new Date()}
-* (c) 2021 @jdf2e.
+* (c) 2022 @jdf2e.
 * Released under the MIT License.
 */`;
 

+ 1 - 1
vite.config.build.taro.vue.disperse.ts

@@ -6,7 +6,7 @@ import configPkg from './src/config.json';
 
 const banner = `/*!
 * ${config.name} v${config.version} ${new Date()}
-* (c) 2021 @jdf2e.
+* (c) 2022 @jdf2e.
 * Released under the MIT License.
 */`;
 

+ 1 - 1
vite.config.build.taro.vue.ts

@@ -5,7 +5,7 @@ import config from './package.json';
 
 const banner = `/*!
 * ${config.name} v${config.version} ${new Date()}
-* (c) 2021 @jdf2e.
+* (c) 2022 @jdf2e.
 * Released under the MIT License.
 */`;
 

+ 1 - 1
vite.config.build.ts

@@ -5,7 +5,7 @@ import config from './package.json';
 
 const banner = `/*!
 * ${config.name} v${config.version} ${new Date()}
-* (c) 2021 @jdf2e.
+* (c) 2022 @jdf2e.
 * Released under the MIT License.
 */`;