Skip to content

Commit 7285e86

Browse files
committed
docs: Add/Update copyright headers
1 parent 501a14a commit 7285e86

File tree

82 files changed

+185
-66
lines changed

Some content is hidden

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

82 files changed

+185
-66
lines changed

src/ace-lib/ace.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(* This file is part of Learn-OCaml.
22
*
3-
* Copyright (C) 2019-2022 OCaml Software Foundation.
3+
* Copyright (C) 2019-2023 OCaml Software Foundation.
44
* Copyright (C) 2015-2018 OCamlPro.
55
*
66
* Learn-OCaml is distributed under the terms of the MIT license. See the

src/ace-lib/ocaml_mode.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(* This file is part of Learn-OCaml.
22
*
3-
* Copyright (C) 2019 OCaml Software Foundation.
3+
* Copyright (C) 2019-2023 OCaml Software Foundation.
44
* Copyright (C) 2015-2018 OCamlPro.
55
*
66
* Learn-OCaml is distributed under the terms of the MIT license. See the

src/app/learnocaml_common.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(* This file is part of Learn-OCaml.
22
*
3-
* Copyright (C) 2019-2022 OCaml Software Foundation.
3+
* Copyright (C) 2019-2023 OCaml Software Foundation.
44
* Copyright (C) 2015-2018 OCamlPro.
55
*
66
* Learn-OCaml is distributed under the terms of the MIT license. See the

src/app/learnocaml_description_main.ml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
(* This file is part of Learn-OCaml.
2+
*
3+
* Copyright (C) 2022-2023 OCaml Software Foundation.
4+
*
5+
* Learn-OCaml is distributed under the terms of the MIT license. See the
6+
* included LICENSE file for details. *)
7+
18
open Js_of_ocaml
29
open Js_of_ocaml_tyxml
310
open Js_utils

src/app/learnocaml_exercise_main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(* This file is part of Learn-OCaml.
22
*
3-
* Copyright (C) 2019-2022 OCaml Software Foundation.
3+
* Copyright (C) 2019-2023 OCaml Software Foundation.
44
* Copyright (C) 2015-2018 OCamlPro.
55
*
66
* Learn-OCaml is distributed under the terms of the MIT license. See the

src/app/learnocaml_index_main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(* This file is part of Learn-OCaml.
22
*
3-
* Copyright (C) 2019-2022 OCaml Software Foundation.
3+
* Copyright (C) 2019-2023 OCaml Software Foundation.
44
* Copyright (C) 2015-2018 OCamlPro.
55
*
66
* Learn-OCaml is distributed under the terms of the MIT license. See the

src/app/learnocaml_local_storage.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(* This file is part of Learn-OCaml.
22
*
3-
* Copyright (C) 2019-2022 OCaml Software Foundation.
3+
* Copyright (C) 2019-2023 OCaml Software Foundation.
44
* Copyright (C) 2015-2018 OCamlPro.
55
*
66
* Learn-OCaml is distributed under the terms of the MIT license. See the

src/app/learnocaml_partition_view.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(* This file is part of Learn-OCaml.
22
*
3-
* Copyright (C) 2019 OCaml Software Foundation.
3+
* Copyright (C) 2019-2023 OCaml Software Foundation.
44
* Copyright (C) 2015-2018 OCamlPro.
55
*
66
* Learn-OCaml is distributed under the terms of the MIT license. See the

src/app/learnocaml_playground_main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(* This file is part of Learn-OCaml.
22
*
3-
* Copyright (C) 2019 OCaml Software Foundation.
3+
* Copyright (C) 2019-2023 OCaml Software Foundation.
44
* Copyright (C) 2015-2018 OCamlPro.
55
*
66
* Learn-OCaml is distributed under the terms of the MIT license. See the

src/app/learnocaml_student_view.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(* This file is part of Learn-OCaml.
22
*
3-
* Copyright (C) 2019 OCaml Software Foundation.
3+
* Copyright (C) 2019-2023 OCaml Software Foundation.
44
* Copyright (C) 2015-2018 OCamlPro.
55
*
66
* Learn-OCaml is distributed under the terms of the MIT license. See the

0 commit comments

Comments
 (0)