|
@@ -1,6 +1,6 @@
|
|
|
#!/usr/bin/env node
|
|
|
|
|
|
-// Copyright 2019-2023 Tauri Programme within The Commons Conservancy
|
|
|
+// Copyright 2019-2024 Tauri Programme within The Commons Conservancy
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
|
@@ -8,7 +8,7 @@ const fs = require('fs')
|
|
|
const path = require('path')
|
|
|
const readline = require('readline')
|
|
|
|
|
|
-const header = `Copyright 2019-2023 Tauri Programme within The Commons Conservancy
|
|
|
+const header = `Copyright 2019-2024 Tauri Programme within The Commons Conservancy
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
|
SPDX-License-Identifier: MIT`
|
|
|
const bundlerLicense =
|