mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 11:17:45 +02:00
* Add license header
This commit is contained in:
parent
e9df862a56
commit
87631018bc
@ -1,3 +1,18 @@
|
||||
{
|
||||
This file is part of the Free Component Library
|
||||
|
||||
Webassembly RegExp API - Demo program
|
||||
Copyright (c) 2024 by Michael Van Canneyt michael@freepascal.org
|
||||
|
||||
See the file COPYING.FPC, included in this distribution,
|
||||
for details about the copyright.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
program regexphost;
|
||||
|
||||
{$mode objfpc}
|
||||
|
@ -1,3 +1,18 @@
|
||||
{
|
||||
This file is part of the Free Component Library
|
||||
|
||||
Webassembly Websocket API demo.
|
||||
Copyright (c) 2024 by Michael Van Canneyt michael@freepascal.org
|
||||
|
||||
See the file COPYING.FPC, included in this distribution,
|
||||
for details about the copyright.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
program wasmwebsocket;
|
||||
|
||||
{$mode objfpc}
|
||||
|
@ -1,3 +1,18 @@
|
||||
{
|
||||
This file is part of the Free Component Library
|
||||
|
||||
Webassembly RegExp API - Provide API to webassembly program
|
||||
Copyright (c) 2024 by Michael Van Canneyt michael@freepascal.org
|
||||
|
||||
See the file COPYING.FPC, included in this distribution,
|
||||
for details about the copyright.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
unit wasm.pas2js.regexp;
|
||||
|
||||
{$mode ObjFPC}
|
||||
|
@ -1,3 +1,18 @@
|
||||
{
|
||||
This file is part of the Free Component Library
|
||||
|
||||
Webassembly Websocket API - Provide the API to a webassembly module.
|
||||
Copyright (c) 2024 by Michael Van Canneyt michael@freepascal.org
|
||||
|
||||
See the file COPYING.FPC, included in this distribution,
|
||||
for details about the copyright.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
unit wasm.pas2js.websocketapi;
|
||||
|
||||
{$mode ObjFPC}
|
||||
|
@ -1,3 +1,17 @@
|
||||
{
|
||||
This file is part of the Free Component Library
|
||||
|
||||
Webassembly RegExp API - Shared definitions
|
||||
Copyright (c) 2024 by Michael Van Canneyt michael@freepascal.org
|
||||
|
||||
See the file COPYING.FPC, included in this distribution,
|
||||
for details about the copyright.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
||||
unit wasm.regexp.shared;
|
||||
|
||||
{$mode ObjFPC}{$H+}
|
||||
|
Loading…
Reference in New Issue
Block a user