diff --git a/indexedDb/implementation.go b/indexedDb/implementation.go index a3a32530a156d6d24ea262ccb0534ad79034d34c..a1cd0efc21ae659c3e66e4cd851fe0b46caa56b2 100644 --- a/indexedDb/implementation.go +++ b/indexedDb/implementation.go @@ -1,7 +1,8 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 Privategrity Corporation / -// / -// All rights reserved. / +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/indexedDb/init.go b/indexedDb/init.go index 4dcbfcdb898d16fdf18bd0ca17e1ca3ff65924bc..452f7795113b341d27793eee59ec6f622e5f2db7 100644 --- a/indexedDb/init.go +++ b/indexedDb/init.go @@ -1,7 +1,8 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 Privategrity Corporation / -// / -// All rights reserved. / +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm diff --git a/indexedDb/model.go b/indexedDb/model.go index eb5734da445abc9badf345d3f19b5dac4e367faf..bda03789c30a0e7edbd418ed696e5f97f295b25b 100644 --- a/indexedDb/model.go +++ b/indexedDb/model.go @@ -1,7 +1,8 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 Privategrity Corporation / -// / -// All rights reserved. / +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file // //////////////////////////////////////////////////////////////////////////////// //go:build js && wasm