Fix copyright headers

This commit is contained in:
Tony Garnock-Jones 2021-12-11 17:23:48 +01:00
parent 101ba0dc4a
commit a0dc76e4e2
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
/// SPDX-License-Identifier: GPL-3.0-or-later
/// SPDX-FileCopyrightText: Copyright © 2021 Tony Garnock-Jones <tonyg@leastfixedpoint.com>
import { AnyValue, Ref } from './actor.js';
import { Pattern, fromPattern } from '../gen/dataspacePatterns.js';
import * as P from './pattern.js';

View File

@ -1,3 +1,6 @@
/// SPDX-License-Identifier: GPL-3.0-or-later
/// SPDX-FileCopyrightText: Copyright © 2021 Tony Garnock-Jones <tonyg@leastfixedpoint.com>
export * as dataspacePatterns from './gen/dataspacePatterns.js';
export * as dataspace from './gen/dataspace.js';
export * as gatekeeper from './gen/gatekeeper.js';