ycw 1 year ago
parent
commit
9a0137af62
2 changed files with 2 additions and 2 deletions
  1. 1 1
      LICENSE
  2. 1 1
      utils/build/rollup.config.js

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 The MIT License
 
-Copyright © 2010-2024 three.js authors
+Copyright © 2010-2025 three.js 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

+ 1 - 1
utils/build/rollup.config.js

@@ -45,7 +45,7 @@ function header() {
 
 			code.prepend( `/**
  * @license
- * Copyright 2010-2024 Three.js Authors
+ * Copyright 2010-2025 Three.js Authors
  * SPDX-License-Identifier: MIT
  */\n` );
 

粤ICP备19079148号