Skip to content

Commit

Permalink
Update licensing v1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGeo committed Oct 10, 2023
1 parent 4a2631a commit a5a88bb
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web-app/packages/admin-app/src/store.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (C) Lutra Consulting Limited
//
// SPDX-License-Identifier: LicenseRef-MerginMaps-Commercial
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-MerginMaps-Commercial

import { createPinia, Pinia, PiniaVuePlugin } from 'pinia'
import Vue from 'vue'
Expand Down
4 changes: 4 additions & 0 deletions web-app/packages/admin-app/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (C) Lutra Consulting Limited
//
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-MerginMaps-Commercial

import { NodeGlobalsPolyfillPlugin } from '@esbuild-plugins/node-globals-polyfill'
// import { NodeModulesPolyfillPlugin } from '@esbuild-plugins/node-modules-polyfill'
import vue from '@vitejs/plugin-vue2'
Expand Down
4 changes: 4 additions & 0 deletions web-app/packages/admin-lib/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (C) Lutra Consulting Limited
//
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-MerginMaps-Commercial

import { NodeGlobalsPolyfillPlugin } from '@esbuild-plugins/node-globals-polyfill'
// import { NodeModulesPolyfillPlugin } from '@esbuild-plugins/node-modules-polyfill'
import vue from '@vitejs/plugin-vue2'
Expand Down
2 changes: 1 addition & 1 deletion web-app/packages/app/src/store.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (C) Lutra Consulting Limited
//
// SPDX-License-Identifier: LicenseRef-MerginMaps-Commercial
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-MerginMaps-Commercial

import { createPinia, Pinia, PiniaVuePlugin } from 'pinia'
import Vue from 'vue'
Expand Down
4 changes: 4 additions & 0 deletions web-app/packages/app/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (C) Lutra Consulting Limited
//
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-MerginMaps-Commercial

import { NodeGlobalsPolyfillPlugin } from '@esbuild-plugins/node-globals-polyfill'
// import { NodeModulesPolyfillPlugin } from '@esbuild-plugins/node-modules-polyfill'
import vue from '@vitejs/plugin-vue2'
Expand Down
4 changes: 4 additions & 0 deletions web-app/packages/lib/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (C) Lutra Consulting Limited
//
// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-MerginMaps-Commercial

import { NodeGlobalsPolyfillPlugin } from '@esbuild-plugins/node-globals-polyfill'
import { NodeModulesPolyfillPlugin } from '@esbuild-plugins/node-modules-polyfill'
import vue from '@vitejs/plugin-vue2'
Expand Down

0 comments on commit a5a88bb

Please sign in to comment.