From 9ffd7c43097ce6faac369fef3f2a6d4ec1da044c Mon Sep 17 00:00:00 2001 From: Yann Regis-Gianas Date: Fri, 10 Mar 2023 09:22:06 +0100 Subject: [PATCH 1/4] docs: Fix typo --- LICENSE | 2 +- README.md | 6 +++--- docs/index.md | 14 +++++++++----- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index bf0d656f7..d8102a2da 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License Copyright (c) 2019-2023 OCaml Software Foundation. -Copyright (c) 2016-2018 OCamlPro. +Copyright (c) 2015-2018 OCamlPro. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index ac23831a1..88b867676 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,11 @@ Learn-OCaml is a free software by the [OCaml Software Foundation](https://ocaml- It was written by OCamlPro from 2015 to 2019. -The current main contributors are Yann-Régis Gianas, Erik Martin-Dorel, and Louis Gesbert. +The current main contributors are Érik Martin-Dorel, Yann Régis-Gianas, and Louis Gesbert. -The initial authors were Benjamin Canou, Çağdaş Bozman and Grégoire Henry. +The initial authors were Benjamin Canou, Çağdaş Bozman, and Grégoire Henry. -It builds on the previous experience of Try OCaml, by Çağdaş Bozman and Fabrice Le Fessant. +It builds on the previous experience of Try OCaml, by Çağdaş Bozman, and Fabrice Le Fessant. We heavily use js_of_ocaml, so thanks to the Ocsigen team. diff --git a/docs/index.md b/docs/index.md index 414ae097d..910486ad2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -74,12 +74,16 @@ Authors and Acknowledgements Learn-OCaml is a free software by the [OCaml Software Foundation](https://ocaml-sf.org). -* The main authors are Benjamin Canou, Çağdaş Bozman and Grégoire Henry. +It was written by OCamlPro from 2015 to 2019. -* It builds on the previous experience of Try OCaml by Çağdaş Bozman. +The current main contributors are Érik Martin-Dorel, Yann Régis-Gianas, and Louis Gesbert. -* We heavily use js_of_ocaml, so thanks to the Ocsigen team. +The initial authors were Benjamin Canou, Çağdaş Bozman, and Grégoire Henry. -* The text editing component is a customized version of ACE. +It builds on the previous experience of Try OCaml, by Çağdaş Bozman, and Fabrice Le Fessant. -* We also include a derivative of ppx_metaquot by Alain Frisch. +We heavily use js_of_ocaml, so thanks to the Ocsigen team. + +The text editing component is a customized version of ACE. + +We also include a derivative of ppx_metaquot by Alain Frisch. From c4efeb33ba3e8b7fc5660cc566ebf7af0cfa6ab5 Mon Sep 17 00:00:00 2001 From: Yann Regis-Gianas Date: Fri, 10 Mar 2023 13:33:56 +0100 Subject: [PATCH 2/4] docs: Adjust starting copyright year for OCamlPro --- src/ace-lib/ace.ml | 2 +- src/ace-lib/ace.mli | 2 +- src/ace-lib/ace_types.mli | 2 +- src/ace-lib/ocaml_mode.ml | 2 +- src/ace-lib/ocaml_mode.mli | 2 +- src/app/learnocaml_common.ml | 2 +- src/app/learnocaml_common.mli | 2 +- src/app/learnocaml_exercise_main.ml | 2 +- src/app/learnocaml_index_main.ml | 2 +- src/app/learnocaml_local_storage.ml | 2 +- src/app/learnocaml_local_storage.mli | 2 +- src/app/learnocaml_partition_view.ml | 2 +- src/app/learnocaml_playground_main.ml | 2 +- src/app/learnocaml_student_view.ml | 2 +- src/app/learnocaml_teacher_tab.ml | 2 +- src/app/learnocaml_teacher_tab.mli | 2 +- src/app/server_caller.ml | 2 +- src/app/server_caller.mli | 2 +- src/grader/grader_cli.ml | 2 +- src/grader/grader_cli.mli | 2 +- src/grader/grader_jsoo_messages.ml | 2 +- src/grader/grader_jsoo_messages.mli | 2 +- src/grader/grader_jsoo_worker.ml | 2 +- src/grader/grading.ml | 2 +- src/grader/grading.mli | 2 +- src/grader/grading_cli.ml | 2 +- src/grader/grading_cli.mli | 2 +- src/grader/grading_jsoo.ml | 2 +- src/grader/grading_jsoo.mli | 2 +- src/grader/introspection.ml | 2 +- src/grader/introspection.mli | 2 +- src/grader/introspection_intf.mli | 2 +- src/grader/learnocaml_report.ml | 2 +- src/grader/learnocaml_report.mli | 2 +- src/grader/mutation_test.mli | 2 +- src/grader/test_lib.ml | 2 +- src/grader/test_lib.mli | 2 +- src/main/learnocaml_client.ml | 2 +- src/main/learnocaml_main.ml | 2 +- src/main/learnocaml_server_args.ml | 2 +- src/main/learnocaml_server_args.mli | 2 +- src/main/learnocaml_server_main.ml | 2 +- src/ppx-metaquot/fun_ty.ml | 2 +- src/ppx-metaquot/fun_ty.mli | 2 +- src/ppx-metaquot/ty.ml | 2 +- src/ppx-metaquot/ty.mli | 2 +- src/repo/learnocaml_exercise.ml | 2 +- src/repo/learnocaml_exercise.mli | 2 +- src/repo/learnocaml_index.ml | 2 +- src/repo/learnocaml_index.mli | 2 +- src/repo/learnocaml_lesson.ml | 2 +- src/repo/learnocaml_lesson.mli | 2 +- src/repo/learnocaml_process_exercise_repository.ml | 2 +- src/repo/learnocaml_process_exercise_repository.mli | 2 +- src/repo/learnocaml_process_playground_repository.ml | 2 +- src/repo/learnocaml_process_playground_repository.mli | 2 +- src/repo/learnocaml_process_tutorial_repository.ml | 2 +- src/repo/learnocaml_process_tutorial_repository.mli | 2 +- src/repo/learnocaml_tutorial.ml | 2 +- src/repo/learnocaml_tutorial.mli | 2 +- src/repo/learnocaml_tutorial_checker_main.ml | 2 +- src/repo/learnocaml_tutorial_parser.ml | 2 +- src/repo/learnocaml_tutorial_parser.mli | 2 +- src/repo/learnocaml_tutorial_reader_main.ml | 2 +- src/server/learnocaml_server.ml | 2 +- src/server/learnocaml_server.mli | 2 +- src/state/learnocaml_api.ml | 2 +- src/state/learnocaml_api.mli | 2 +- src/state/learnocaml_data.ml | 2 +- src/state/learnocaml_data.mli | 2 +- src/state/learnocaml_store.ml | 2 +- src/state/learnocaml_store.mli | 2 +- src/toplevel/learnocaml_toplevel.ml | 2 +- src/toplevel/learnocaml_toplevel.mli | 2 +- src/toplevel/learnocaml_toplevel_history.ml | 2 +- src/toplevel/learnocaml_toplevel_history.mli | 2 +- src/toplevel/learnocaml_toplevel_input.ml | 2 +- src/toplevel/learnocaml_toplevel_input.mli | 2 +- src/toplevel/learnocaml_toplevel_output.ml | 2 +- src/toplevel/learnocaml_toplevel_output.mli | 2 +- src/toplevel/learnocaml_toplevel_pp.ml | 2 +- src/toplevel/learnocaml_toplevel_worker_caller.ml | 2 +- src/toplevel/learnocaml_toplevel_worker_caller.mli | 2 +- src/toplevel/learnocaml_toplevel_worker_main.ml | 2 +- src/toplevel/learnocaml_toplevel_worker_main.mli | 2 +- src/toplevel/learnocaml_toplevel_worker_messages.mli | 2 +- src/toploop/toploop_ext.ml | 2 +- src/toploop/toploop_ext.mli | 2 +- src/toploop/toploop_jsoo.ml | 2 +- src/toploop/toploop_jsoo.mli | 2 +- src/toploop/toploop_results.ml | 2 +- src/toploop/toploop_results.mli | 2 +- src/toploop/toploop_unix.ml | 2 +- src/toploop/toploop_unix.mli | 2 +- src/utils/learnocaml_partition_create.ml | 2 +- src/utils/learnocaml_partition_create.mli | 2 +- src/utils/learnocaml_xor.ml | 2 +- src/utils/learnocaml_xor.mli | 2 +- src/utils/lwt_request.ml | 2 +- src/utils/lwt_request.mli | 2 +- src/utils/lwt_utils.ml | 2 +- src/utils/lwt_utils.mli | 2 +- 102 files changed, 102 insertions(+), 102 deletions(-) diff --git a/src/ace-lib/ace.ml b/src/ace-lib/ace.ml index 951d102c1..00da23396 100644 --- a/src/ace-lib/ace.ml +++ b/src/ace-lib/ace.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019-2022 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/ace-lib/ace.mli b/src/ace-lib/ace.mli index 32bd13b82..8883b0989 100644 --- a/src/ace-lib/ace.mli +++ b/src/ace-lib/ace.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/ace-lib/ace_types.mli b/src/ace-lib/ace_types.mli index 3385f8b64..cc5efd43f 100644 --- a/src/ace-lib/ace_types.mli +++ b/src/ace-lib/ace_types.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/ace-lib/ocaml_mode.ml b/src/ace-lib/ocaml_mode.ml index c5bd1fecb..b3cca0fda 100644 --- a/src/ace-lib/ocaml_mode.ml +++ b/src/ace-lib/ocaml_mode.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/ace-lib/ocaml_mode.mli b/src/ace-lib/ocaml_mode.mli index 035058939..bee693d64 100644 --- a/src/ace-lib/ocaml_mode.mli +++ b/src/ace-lib/ocaml_mode.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/app/learnocaml_common.ml b/src/app/learnocaml_common.ml index 5e106f9a6..8cc865c54 100644 --- a/src/app/learnocaml_common.ml +++ b/src/app/learnocaml_common.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019-2022 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/app/learnocaml_common.mli b/src/app/learnocaml_common.mli index ff7a3e0d6..f94ce7f6b 100644 --- a/src/app/learnocaml_common.mli +++ b/src/app/learnocaml_common.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019-2022 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/app/learnocaml_exercise_main.ml b/src/app/learnocaml_exercise_main.ml index 0651ee828..ad4187c39 100644 --- a/src/app/learnocaml_exercise_main.ml +++ b/src/app/learnocaml_exercise_main.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019-2022 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/app/learnocaml_index_main.ml b/src/app/learnocaml_index_main.ml index 8bf0cbad0..915b3cbf6 100644 --- a/src/app/learnocaml_index_main.ml +++ b/src/app/learnocaml_index_main.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019-2022 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/app/learnocaml_local_storage.ml b/src/app/learnocaml_local_storage.ml index 38ea32409..26522633c 100644 --- a/src/app/learnocaml_local_storage.ml +++ b/src/app/learnocaml_local_storage.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019-2022 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/app/learnocaml_local_storage.mli b/src/app/learnocaml_local_storage.mli index 0469e1019..5dc4a3270 100644 --- a/src/app/learnocaml_local_storage.mli +++ b/src/app/learnocaml_local_storage.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019-2022 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/app/learnocaml_partition_view.ml b/src/app/learnocaml_partition_view.ml index e01e9ce56..e0d421639 100644 --- a/src/app/learnocaml_partition_view.ml +++ b/src/app/learnocaml_partition_view.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/app/learnocaml_playground_main.ml b/src/app/learnocaml_playground_main.ml index 1f53f0695..d0b11074d 100644 --- a/src/app/learnocaml_playground_main.ml +++ b/src/app/learnocaml_playground_main.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/app/learnocaml_student_view.ml b/src/app/learnocaml_student_view.ml index c7b3d1303..bec2ccfd6 100644 --- a/src/app/learnocaml_student_view.ml +++ b/src/app/learnocaml_student_view.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/app/learnocaml_teacher_tab.ml b/src/app/learnocaml_teacher_tab.ml index 28a7e9ab1..d8eb3e344 100644 --- a/src/app/learnocaml_teacher_tab.ml +++ b/src/app/learnocaml_teacher_tab.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/app/learnocaml_teacher_tab.mli b/src/app/learnocaml_teacher_tab.mli index 0d2fbc7c9..5ac39bcd6 100644 --- a/src/app/learnocaml_teacher_tab.mli +++ b/src/app/learnocaml_teacher_tab.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/app/server_caller.ml b/src/app/server_caller.ml index 3631e90df..4ad49b5f4 100644 --- a/src/app/server_caller.ml +++ b/src/app/server_caller.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/app/server_caller.mli b/src/app/server_caller.mli index ee9473af4..10da0bc39 100644 --- a/src/app/server_caller.mli +++ b/src/app/server_caller.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/grader_cli.ml b/src/grader/grader_cli.ml index 709f1a641..19e0149ea 100644 --- a/src/grader/grader_cli.ml +++ b/src/grader/grader_cli.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/grader_cli.mli b/src/grader/grader_cli.mli index e66095ef7..838a3896c 100644 --- a/src/grader/grader_cli.mli +++ b/src/grader/grader_cli.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/grader_jsoo_messages.ml b/src/grader/grader_jsoo_messages.ml index f6b71160a..8a38f204c 100644 --- a/src/grader/grader_jsoo_messages.ml +++ b/src/grader/grader_jsoo_messages.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/grader_jsoo_messages.mli b/src/grader/grader_jsoo_messages.mli index c451a2e8f..93fd55ebc 100644 --- a/src/grader/grader_jsoo_messages.mli +++ b/src/grader/grader_jsoo_messages.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/grader_jsoo_worker.ml b/src/grader/grader_jsoo_worker.ml index 2ed208d97..7f14b8e34 100644 --- a/src/grader/grader_jsoo_worker.ml +++ b/src/grader/grader_jsoo_worker.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/grading.ml b/src/grader/grading.ml index 83b6a1283..b5c8e0cbf 100644 --- a/src/grader/grading.ml +++ b/src/grader/grading.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/grading.mli b/src/grader/grading.mli index a918a6544..4963d90d6 100644 --- a/src/grader/grading.mli +++ b/src/grader/grading.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/grading_cli.ml b/src/grader/grading_cli.ml index 6b3af3cb5..a90f1576b 100644 --- a/src/grader/grading_cli.ml +++ b/src/grader/grading_cli.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/grading_cli.mli b/src/grader/grading_cli.mli index 227f3ac94..bf3e8c6d0 100644 --- a/src/grader/grading_cli.mli +++ b/src/grader/grading_cli.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/grading_jsoo.ml b/src/grader/grading_jsoo.ml index 96da91d61..f60a31b52 100644 --- a/src/grader/grading_jsoo.ml +++ b/src/grader/grading_jsoo.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/grading_jsoo.mli b/src/grader/grading_jsoo.mli index 1c50b5bfe..af4280248 100644 --- a/src/grader/grading_jsoo.mli +++ b/src/grader/grading_jsoo.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/introspection.ml b/src/grader/introspection.ml index 2bd4c0eaf..55370faca 100644 --- a/src/grader/introspection.ml +++ b/src/grader/introspection.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/introspection.mli b/src/grader/introspection.mli index 842fc9d9a..9182f9a48 100644 --- a/src/grader/introspection.mli +++ b/src/grader/introspection.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/introspection_intf.mli b/src/grader/introspection_intf.mli index b1afabf59..eac0d0e29 100644 --- a/src/grader/introspection_intf.mli +++ b/src/grader/introspection_intf.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/learnocaml_report.ml b/src/grader/learnocaml_report.ml index 95b979340..51a5600ed 100644 --- a/src/grader/learnocaml_report.ml +++ b/src/grader/learnocaml_report.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/learnocaml_report.mli b/src/grader/learnocaml_report.mli index 0427cfcdd..e68ad8eeb 100644 --- a/src/grader/learnocaml_report.mli +++ b/src/grader/learnocaml_report.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/mutation_test.mli b/src/grader/mutation_test.mli index 7b60cf890..f01c22027 100644 --- a/src/grader/mutation_test.mli +++ b/src/grader/mutation_test.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/test_lib.ml b/src/grader/test_lib.ml index 1e6690eec..b808c6c25 100644 --- a/src/grader/test_lib.ml +++ b/src/grader/test_lib.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/grader/test_lib.mli b/src/grader/test_lib.mli index 0895d9bee..d8f85c551 100644 --- a/src/grader/test_lib.mli +++ b/src/grader/test_lib.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/main/learnocaml_client.ml b/src/main/learnocaml_client.ml index 1b3496bf8..f5ab864f4 100644 --- a/src/main/learnocaml_client.ml +++ b/src/main/learnocaml_client.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/main/learnocaml_main.ml b/src/main/learnocaml_main.ml index de76edf61..f283330ee 100644 --- a/src/main/learnocaml_main.ml +++ b/src/main/learnocaml_main.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/main/learnocaml_server_args.ml b/src/main/learnocaml_server_args.ml index 6485e407e..8b3c10784 100644 --- a/src/main/learnocaml_server_args.ml +++ b/src/main/learnocaml_server_args.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/main/learnocaml_server_args.mli b/src/main/learnocaml_server_args.mli index 120f73839..a4bfe27f2 100644 --- a/src/main/learnocaml_server_args.mli +++ b/src/main/learnocaml_server_args.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/main/learnocaml_server_main.ml b/src/main/learnocaml_server_main.ml index a6d0d9096..aad5b1199 100644 --- a/src/main/learnocaml_server_main.ml +++ b/src/main/learnocaml_server_main.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/ppx-metaquot/fun_ty.ml b/src/ppx-metaquot/fun_ty.ml index 2c2580d00..2d41330d5 100644 --- a/src/ppx-metaquot/fun_ty.ml +++ b/src/ppx-metaquot/fun_ty.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/ppx-metaquot/fun_ty.mli b/src/ppx-metaquot/fun_ty.mli index 8d0b26f80..ed0bb4767 100644 --- a/src/ppx-metaquot/fun_ty.mli +++ b/src/ppx-metaquot/fun_ty.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/ppx-metaquot/ty.ml b/src/ppx-metaquot/ty.ml index dcbe66328..12beae6b7 100644 --- a/src/ppx-metaquot/ty.ml +++ b/src/ppx-metaquot/ty.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/ppx-metaquot/ty.mli b/src/ppx-metaquot/ty.mli index e000dff50..dca3e7a50 100644 --- a/src/ppx-metaquot/ty.mli +++ b/src/ppx-metaquot/ty.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_exercise.ml b/src/repo/learnocaml_exercise.ml index 7a476fb7b..b010eaa22 100644 --- a/src/repo/learnocaml_exercise.ml +++ b/src/repo/learnocaml_exercise.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_exercise.mli b/src/repo/learnocaml_exercise.mli index 1bb8809a7..a2b1d286e 100644 --- a/src/repo/learnocaml_exercise.mli +++ b/src/repo/learnocaml_exercise.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_index.ml b/src/repo/learnocaml_index.ml index 2c0305780..50e3e8c2b 100644 --- a/src/repo/learnocaml_index.ml +++ b/src/repo/learnocaml_index.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_index.mli b/src/repo/learnocaml_index.mli index 214d63897..d7a2d9320 100644 --- a/src/repo/learnocaml_index.mli +++ b/src/repo/learnocaml_index.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_lesson.ml b/src/repo/learnocaml_lesson.ml index 8adea2c24..4403ab2b2 100644 --- a/src/repo/learnocaml_lesson.ml +++ b/src/repo/learnocaml_lesson.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_lesson.mli b/src/repo/learnocaml_lesson.mli index 3b5c2c8d5..626e2dffa 100644 --- a/src/repo/learnocaml_lesson.mli +++ b/src/repo/learnocaml_lesson.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_process_exercise_repository.ml b/src/repo/learnocaml_process_exercise_repository.ml index df2cbb627..bfe9abc7f 100644 --- a/src/repo/learnocaml_process_exercise_repository.ml +++ b/src/repo/learnocaml_process_exercise_repository.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_process_exercise_repository.mli b/src/repo/learnocaml_process_exercise_repository.mli index 54470acf5..0e16fbdc8 100644 --- a/src/repo/learnocaml_process_exercise_repository.mli +++ b/src/repo/learnocaml_process_exercise_repository.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_process_playground_repository.ml b/src/repo/learnocaml_process_playground_repository.ml index d73f2d808..8b3a54769 100644 --- a/src/repo/learnocaml_process_playground_repository.ml +++ b/src/repo/learnocaml_process_playground_repository.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_process_playground_repository.mli b/src/repo/learnocaml_process_playground_repository.mli index 667bcb4e7..286bfaa8d 100644 --- a/src/repo/learnocaml_process_playground_repository.mli +++ b/src/repo/learnocaml_process_playground_repository.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_process_tutorial_repository.ml b/src/repo/learnocaml_process_tutorial_repository.ml index e6305b518..fa7da5903 100644 --- a/src/repo/learnocaml_process_tutorial_repository.ml +++ b/src/repo/learnocaml_process_tutorial_repository.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_process_tutorial_repository.mli b/src/repo/learnocaml_process_tutorial_repository.mli index 102ea11ab..d953a2bc8 100644 --- a/src/repo/learnocaml_process_tutorial_repository.mli +++ b/src/repo/learnocaml_process_tutorial_repository.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_tutorial.ml b/src/repo/learnocaml_tutorial.ml index 1b428b08c..1eae8e88e 100644 --- a/src/repo/learnocaml_tutorial.ml +++ b/src/repo/learnocaml_tutorial.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_tutorial.mli b/src/repo/learnocaml_tutorial.mli index 731009b59..e14f43e5f 100644 --- a/src/repo/learnocaml_tutorial.mli +++ b/src/repo/learnocaml_tutorial.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_tutorial_checker_main.ml b/src/repo/learnocaml_tutorial_checker_main.ml index 78575f4da..08fb83e18 100644 --- a/src/repo/learnocaml_tutorial_checker_main.ml +++ b/src/repo/learnocaml_tutorial_checker_main.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_tutorial_parser.ml b/src/repo/learnocaml_tutorial_parser.ml index 94b9e536c..b3bb52e38 100644 --- a/src/repo/learnocaml_tutorial_parser.ml +++ b/src/repo/learnocaml_tutorial_parser.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_tutorial_parser.mli b/src/repo/learnocaml_tutorial_parser.mli index 24052d52e..10c53eaae 100644 --- a/src/repo/learnocaml_tutorial_parser.mli +++ b/src/repo/learnocaml_tutorial_parser.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/repo/learnocaml_tutorial_reader_main.ml b/src/repo/learnocaml_tutorial_reader_main.ml index 3e034fda6..5a0a034ad 100644 --- a/src/repo/learnocaml_tutorial_reader_main.ml +++ b/src/repo/learnocaml_tutorial_reader_main.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/server/learnocaml_server.ml b/src/server/learnocaml_server.ml index 2b2c00f88..5e9917f0e 100644 --- a/src/server/learnocaml_server.ml +++ b/src/server/learnocaml_server.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/server/learnocaml_server.mli b/src/server/learnocaml_server.mli index a1b79c7c0..e8153306c 100644 --- a/src/server/learnocaml_server.mli +++ b/src/server/learnocaml_server.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/state/learnocaml_api.ml b/src/state/learnocaml_api.ml index f07866c25..30a084402 100644 --- a/src/state/learnocaml_api.ml +++ b/src/state/learnocaml_api.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/state/learnocaml_api.mli b/src/state/learnocaml_api.mli index 0b77c8c08..4b04ab6f0 100644 --- a/src/state/learnocaml_api.mli +++ b/src/state/learnocaml_api.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/state/learnocaml_data.ml b/src/state/learnocaml_data.ml index e7e009b85..e92a37dbf 100644 --- a/src/state/learnocaml_data.ml +++ b/src/state/learnocaml_data.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/state/learnocaml_data.mli b/src/state/learnocaml_data.mli index bbc6c46f4..5048697c5 100644 --- a/src/state/learnocaml_data.mli +++ b/src/state/learnocaml_data.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019-2022 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/state/learnocaml_store.ml b/src/state/learnocaml_store.ml index 6e1ea61e9..3d10c0f2e 100644 --- a/src/state/learnocaml_store.ml +++ b/src/state/learnocaml_store.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/state/learnocaml_store.mli b/src/state/learnocaml_store.mli index d3934e24b..e0d1356e5 100644 --- a/src/state/learnocaml_store.mli +++ b/src/state/learnocaml_store.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toplevel/learnocaml_toplevel.ml b/src/toplevel/learnocaml_toplevel.ml index 1c6e872a1..e006ca755 100644 --- a/src/toplevel/learnocaml_toplevel.ml +++ b/src/toplevel/learnocaml_toplevel.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toplevel/learnocaml_toplevel.mli b/src/toplevel/learnocaml_toplevel.mli index 4e91cdccb..9753876b5 100644 --- a/src/toplevel/learnocaml_toplevel.mli +++ b/src/toplevel/learnocaml_toplevel.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toplevel/learnocaml_toplevel_history.ml b/src/toplevel/learnocaml_toplevel_history.ml index a75507333..6465b7317 100644 --- a/src/toplevel/learnocaml_toplevel_history.ml +++ b/src/toplevel/learnocaml_toplevel_history.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toplevel/learnocaml_toplevel_history.mli b/src/toplevel/learnocaml_toplevel_history.mli index 72807cd5f..90b37b8e0 100644 --- a/src/toplevel/learnocaml_toplevel_history.mli +++ b/src/toplevel/learnocaml_toplevel_history.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toplevel/learnocaml_toplevel_input.ml b/src/toplevel/learnocaml_toplevel_input.ml index b006d9524..0fb67163d 100644 --- a/src/toplevel/learnocaml_toplevel_input.ml +++ b/src/toplevel/learnocaml_toplevel_input.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toplevel/learnocaml_toplevel_input.mli b/src/toplevel/learnocaml_toplevel_input.mli index 86d8dd1e3..789c75b5f 100644 --- a/src/toplevel/learnocaml_toplevel_input.mli +++ b/src/toplevel/learnocaml_toplevel_input.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toplevel/learnocaml_toplevel_output.ml b/src/toplevel/learnocaml_toplevel_output.ml index d8c4c2597..b2a529c45 100644 --- a/src/toplevel/learnocaml_toplevel_output.ml +++ b/src/toplevel/learnocaml_toplevel_output.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toplevel/learnocaml_toplevel_output.mli b/src/toplevel/learnocaml_toplevel_output.mli index 7145c7dfa..4993fdffc 100644 --- a/src/toplevel/learnocaml_toplevel_output.mli +++ b/src/toplevel/learnocaml_toplevel_output.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toplevel/learnocaml_toplevel_pp.ml b/src/toplevel/learnocaml_toplevel_pp.ml index 8ee1bd6af..b312366fa 100644 --- a/src/toplevel/learnocaml_toplevel_pp.ml +++ b/src/toplevel/learnocaml_toplevel_pp.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toplevel/learnocaml_toplevel_worker_caller.ml b/src/toplevel/learnocaml_toplevel_worker_caller.ml index c33554edd..2c5e52960 100644 --- a/src/toplevel/learnocaml_toplevel_worker_caller.ml +++ b/src/toplevel/learnocaml_toplevel_worker_caller.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toplevel/learnocaml_toplevel_worker_caller.mli b/src/toplevel/learnocaml_toplevel_worker_caller.mli index a9f5e9c0b..b8ed084dd 100644 --- a/src/toplevel/learnocaml_toplevel_worker_caller.mli +++ b/src/toplevel/learnocaml_toplevel_worker_caller.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toplevel/learnocaml_toplevel_worker_main.ml b/src/toplevel/learnocaml_toplevel_worker_main.ml index 50497ce3b..9d2c7f022 100644 --- a/src/toplevel/learnocaml_toplevel_worker_main.ml +++ b/src/toplevel/learnocaml_toplevel_worker_main.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toplevel/learnocaml_toplevel_worker_main.mli b/src/toplevel/learnocaml_toplevel_worker_main.mli index f53cf8310..9d55cc533 100644 --- a/src/toplevel/learnocaml_toplevel_worker_main.mli +++ b/src/toplevel/learnocaml_toplevel_worker_main.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toplevel/learnocaml_toplevel_worker_messages.mli b/src/toplevel/learnocaml_toplevel_worker_messages.mli index 1906d2520..146745817 100644 --- a/src/toplevel/learnocaml_toplevel_worker_messages.mli +++ b/src/toplevel/learnocaml_toplevel_worker_messages.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toploop/toploop_ext.ml b/src/toploop/toploop_ext.ml index 3d318ca5e..7e38a147a 100644 --- a/src/toploop/toploop_ext.ml +++ b/src/toploop/toploop_ext.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toploop/toploop_ext.mli b/src/toploop/toploop_ext.mli index 9dc185353..75f0c3c8b 100644 --- a/src/toploop/toploop_ext.mli +++ b/src/toploop/toploop_ext.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toploop/toploop_jsoo.ml b/src/toploop/toploop_jsoo.ml index e299a48f7..35d36f3c5 100644 --- a/src/toploop/toploop_jsoo.ml +++ b/src/toploop/toploop_jsoo.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toploop/toploop_jsoo.mli b/src/toploop/toploop_jsoo.mli index 43dd927b6..387de8c75 100644 --- a/src/toploop/toploop_jsoo.mli +++ b/src/toploop/toploop_jsoo.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toploop/toploop_results.ml b/src/toploop/toploop_results.ml index d485453c4..cda6be8b5 100644 --- a/src/toploop/toploop_results.ml +++ b/src/toploop/toploop_results.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toploop/toploop_results.mli b/src/toploop/toploop_results.mli index 0ed75d63a..230a1d2d9 100644 --- a/src/toploop/toploop_results.mli +++ b/src/toploop/toploop_results.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toploop/toploop_unix.ml b/src/toploop/toploop_unix.ml index c5168b2e7..27f23201f 100644 --- a/src/toploop/toploop_unix.ml +++ b/src/toploop/toploop_unix.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/toploop/toploop_unix.mli b/src/toploop/toploop_unix.mli index 88fb2a428..7a7c0d736 100644 --- a/src/toploop/toploop_unix.mli +++ b/src/toploop/toploop_unix.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/utils/learnocaml_partition_create.ml b/src/utils/learnocaml_partition_create.ml index 8358c4922..daa967ca4 100644 --- a/src/utils/learnocaml_partition_create.ml +++ b/src/utils/learnocaml_partition_create.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/utils/learnocaml_partition_create.mli b/src/utils/learnocaml_partition_create.mli index cae9ca366..490399364 100644 --- a/src/utils/learnocaml_partition_create.mli +++ b/src/utils/learnocaml_partition_create.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/utils/learnocaml_xor.ml b/src/utils/learnocaml_xor.ml index e34464d52..6f94d5fe0 100644 --- a/src/utils/learnocaml_xor.ml +++ b/src/utils/learnocaml_xor.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/utils/learnocaml_xor.mli b/src/utils/learnocaml_xor.mli index 57606cfe7..d104a495b 100644 --- a/src/utils/learnocaml_xor.mli +++ b/src/utils/learnocaml_xor.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/utils/lwt_request.ml b/src/utils/lwt_request.ml index 7b8dea9ec..8c2eab8b5 100644 --- a/src/utils/lwt_request.ml +++ b/src/utils/lwt_request.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/utils/lwt_request.mli b/src/utils/lwt_request.mli index 3e5f9a1ac..657003128 100644 --- a/src/utils/lwt_request.mli +++ b/src/utils/lwt_request.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/utils/lwt_utils.ml b/src/utils/lwt_utils.ml index 0fe27a22c..df972c6e3 100644 --- a/src/utils/lwt_utils.ml +++ b/src/utils/lwt_utils.ml @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) diff --git a/src/utils/lwt_utils.mli b/src/utils/lwt_utils.mli index 11eecd091..981e0e57b 100644 --- a/src/utils/lwt_utils.mli +++ b/src/utils/lwt_utils.mli @@ -1,7 +1,7 @@ (* This file is part of Learn-OCaml. * * Copyright (C) 2019 OCaml Software Foundation. - * Copyright (C) 2016-2018 OCamlPro. + * Copyright (C) 2015-2018 OCamlPro. * * Learn-OCaml is distributed under the terms of the MIT license. See the * included LICENSE file for details. *) From 921c400de3f0c15b988ccda985f3772487661648 Mon Sep 17 00:00:00 2001 From: Yann Regis-Gianas Date: Fri, 10 Mar 2023 13:41:37 +0100 Subject: [PATCH 3/4] docs: Adjust copyright years in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88b867676..babacbb3b 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Authors and Acknowledgements Learn-OCaml is a free software by the [OCaml Software Foundation](https://ocaml-sf.org). -It was written by OCamlPro from 2015 to 2019. +It was written by OCamlPro from 2015 to 2018. The current main contributors are Érik Martin-Dorel, Yann Régis-Gianas, and Louis Gesbert. From c90868ff618e7ad815bd23e02872aaa1d5184d6f Mon Sep 17 00:00:00 2001 From: Yann Regis-Gianas Date: Fri, 10 Mar 2023 13:47:40 +0100 Subject: [PATCH 4/4] Update index --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 910486ad2..312a281aa 100644 --- a/docs/index.md +++ b/docs/index.md @@ -74,7 +74,7 @@ Authors and Acknowledgements Learn-OCaml is a free software by the [OCaml Software Foundation](https://ocaml-sf.org). -It was written by OCamlPro from 2015 to 2019. +It was written by OCamlPro from 2015 to 2018. The current main contributors are Érik Martin-Dorel, Yann Régis-Gianas, and Louis Gesbert.