Skip to content

Commit 4b0706c

Browse files
authored
Merge pull request #50 from ocaml-wasm/headers
Add copyright headers
2 parents 83b7c68 + fc761ce commit 4b0706c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+1273
-29
lines changed

compiler/bin-wasm_of_ocaml/build_runtime.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
(* Js_of_ocaml compiler
1+
(* Wasm_of_ocaml compiler
22
* http://www.ocsigen.org/js_of_ocaml/
3-
* Copyright (C) 2020 Hugo Heuzard
43
*
54
* This program is free software; you can redistribute it and/or modify
65
* it under the terms of the GNU Lesser General Public License as published by

compiler/bin-wasm_of_ocaml/build_runtime.mli

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
(* Js_of_ocaml compiler
1+
(* Wasm_of_ocaml compiler
22
* http://www.ocsigen.org/js_of_ocaml/
3-
* Copyright (C) 2020 Hugo Heuzard
43
*
54
* This program is free software; you can redistribute it and/or modify
65
* it under the terms of the GNU Lesser General Public License as published by

compiler/bin-wasm_of_ocaml/cmd_arg.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
(* Js_of_ocaml compiler
1+
(* Wasm_of_ocaml compiler
22
* http://www.ocsigen.org/js_of_ocaml/
3-
* Copyright (C) 2014 Hugo Heuzard
43
*
54
* This program is free software; you can redistribute it and/or modify
65
* it under the terms of the GNU Lesser General Public License as published by

compiler/bin-wasm_of_ocaml/cmd_arg.mli

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
(* Js_of_ocaml compiler
1+
(* Wasm_of_ocaml compiler
22
* http://www.ocsigen.org/js_of_ocaml/
3-
* Copyright (C) 2014 Hugo Heuzard
43
*
54
* This program is free software; you can redistribute it and/or modify
65
* it under the terms of the GNU Lesser General Public License as published by

compiler/bin-wasm_of_ocaml/compile.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(* Js_of_ocaml compiler
1+
(* Wasm_of_ocaml compiler
22
* http://www.ocsigen.org/js_of_ocaml/
33
*
44
* This program is free software; you can redistribute it and/or modify

compiler/bin-wasm_of_ocaml/compile.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(* Js_of_ocaml compiler
1+
(* Wasm_of_ocaml compiler
22
* http://www.ocsigen.org/js_of_ocaml/
33
*
44
* This program is free software; you can redistribute it and/or modify

compiler/bin-wasm_of_ocaml/findlib_support.empty.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
(* Js_of_ocaml compiler
1+
(* Wasm_of_ocaml compiler
22
* http://www.ocsigen.org/js_of_ocaml/
3-
* Copyright (C) 2020 Hugo Heuzard
43
*
54
* This program is free software; you can redistribute it and/or modify
65
* it under the terms of the GNU Lesser General Public License as published by

compiler/bin-wasm_of_ocaml/info.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
(* Js_of_ocaml compiler
1+
(* Wasm_of_ocaml compiler
22
* http://www.ocsigen.org/js_of_ocaml/
3-
* Copyright (C) 2020 Hugo Heuzard
43
*
54
* This program is free software; you can redistribute it and/or modify
65
* it under the terms of the GNU Lesser General Public License as published by

compiler/bin-wasm_of_ocaml/info.mli

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
(* Js_of_ocaml compiler
1+
(* Wasm_of_ocaml compiler
22
* http://www.ocsigen.org/js_of_ocaml/
3-
* Copyright (C) 2020 Hugo Heuzard
43
*
54
* This program is free software; you can redistribute it and/or modify
65
* it under the terms of the GNU Lesser General Public License as published by

compiler/bin-wasm_of_ocaml/link.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
(* Js_of_ocaml compiler
1+
(* Wasm_of_ocaml compiler
22
* http://www.ocsigen.org/js_of_ocaml/
3-
* Copyright (C) 2020 Hugo Heuzard
43
*
54
* This program is free software; you can redistribute it and/or modify
65
* it under the terms of the GNU Lesser General Public License as published by

0 commit comments

Comments
 (0)