Skip to content

Commit 04bb39f

Browse files
authored
docs: Fix date in README.md and Copyright headers (#517)
1 parent a4f9425 commit 04bb39f

File tree

105 files changed

+116
-112
lines changed

Some content is hidden

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

105 files changed

+116
-112
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22

33
Copyright (c) 2019-2023 OCaml Software Foundation.
4-
Copyright (c) 2016-2018 OCamlPro.
4+
Copyright (c) 2015-2018 OCamlPro.
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 4 deletions

docs/index.md

Lines changed: 9 additions & 5 deletions

src/ace-lib/ace.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* This file is part of Learn-OCaml.
22
*
33
* Copyright (C) 2019-2022 OCaml Software Foundation.
4-
* Copyright (C) 2016-2018 OCamlPro.
4+
* Copyright (C) 2015-2018 OCamlPro.
55
*
66
* Learn-OCaml is distributed under the terms of the MIT license. See the
77
* included LICENSE file for details. *)

src/ace-lib/ace.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* This file is part of Learn-OCaml.
22
*
33
* Copyright (C) 2019 OCaml Software Foundation.
4-
* Copyright (C) 2016-2018 OCamlPro.
4+
* Copyright (C) 2015-2018 OCamlPro.
55
*
66
* Learn-OCaml is distributed under the terms of the MIT license. See the
77
* included LICENSE file for details. *)

src/ace-lib/ace_types.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* This file is part of Learn-OCaml.
22
*
33
* Copyright (C) 2019 OCaml Software Foundation.
4-
* Copyright (C) 2016-2018 OCamlPro.
4+
* Copyright (C) 2015-2018 OCamlPro.
55
*
66
* Learn-OCaml is distributed under the terms of the MIT license. See the
77
* included LICENSE file for details. *)

src/ace-lib/ocaml_mode.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* This file is part of Learn-OCaml.
22
*
33
* Copyright (C) 2019 OCaml Software Foundation.
4-
* Copyright (C) 2016-2018 OCamlPro.
4+
* Copyright (C) 2015-2018 OCamlPro.
55
*
66
* Learn-OCaml is distributed under the terms of the MIT license. See the
77
* included LICENSE file for details. *)

src/ace-lib/ocaml_mode.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* This file is part of Learn-OCaml.
22
*
33
* Copyright (C) 2019 OCaml Software Foundation.
4-
* Copyright (C) 2016-2018 OCamlPro.
4+
* Copyright (C) 2015-2018 OCamlPro.
55
*
66
* Learn-OCaml is distributed under the terms of the MIT license. See the
77
* included LICENSE file for details. *)

src/app/learnocaml_common.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* This file is part of Learn-OCaml.
22
*
33
* Copyright (C) 2019-2022 OCaml Software Foundation.
4-
* Copyright (C) 2016-2018 OCamlPro.
4+
* Copyright (C) 2015-2018 OCamlPro.
55
*
66
* Learn-OCaml is distributed under the terms of the MIT license. See the
77
* included LICENSE file for details. *)

src/app/learnocaml_common.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* This file is part of Learn-OCaml.
22
*
33
* Copyright (C) 2019-2022 OCaml Software Foundation.
4-
* Copyright (C) 2016-2018 OCamlPro.
4+
* Copyright (C) 2015-2018 OCamlPro.
55
*
66
* Learn-OCaml is distributed under the terms of the MIT license. See the
77
* included LICENSE file for details. *)

0 commit comments

Comments
 (0)