Skip to content

Commit 4c2e4e8

Browse files
committed
Fix copyrights (again).
1 parent d5b0fd3 commit 4c2e4e8

Some content is hidden

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

61 files changed

+123
-123
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014 The Uucp programmers
1+
Copyright (c) 2014 The uucp programmers
22

33
Permission to use, copy, modify, and/or distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above

opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "2.0"
22
maintainer: "Daniel Bünzli <daniel.buenzl [email protected]>"
3-
authors: [ "The Uucp programmers" ]
3+
authors: [ "The uucp programmers" ]
44
homepage: "https://erratique.ch/software/uucp"
55
doc: "https://erratique.ch/software/uucp/doc/Uucp"
66
dev-repo: "git+https://erratique.ch/repos/uucp.git"
@@ -26,4 +26,4 @@ build: [[
2626
"--with-uutf" "%{uutf:installed}%"
2727
"--with-uunf" "%{uunf:installed}%"
2828
"--with-cmdliner" "%{cmdliner:installed}%"
29-
]]
29+
]]

src/uucp.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2014 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2014 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -36,7 +36,7 @@ module Tmapbool = Uucp_tmapbool
3636
module Tmapbyte = Uucp_tmapbyte
3737

3838
(*---------------------------------------------------------------------------
39-
Copyright (c) 2014 The Uucp programmers
39+
Copyright (c) 2014 The uucp programmers
4040
4141
Permission to use, copy, modify, and/or distribute this software for any
4242
purpose with or without fee is hereby granted, provided that the above

src/uucp.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2014 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2014 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -1893,7 +1893,7 @@ end
18931893
(**/**)
18941894

18951895
(*---------------------------------------------------------------------------
1896-
Copyright (c) 2014 The Uucp programmers
1896+
Copyright (c) 2014 The uucp programmers
18971897
18981898
Permission to use, copy, modify, and/or distribute this software for any
18991899
purpose with or without fee is hereby granted, provided that the above

src/uucp_age.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2014 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2014 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -14,7 +14,7 @@ let pp ppf = function
1414
let age u = Uucp_rmap.get Uucp_age_data.age_map (Uchar.to_int u)
1515

1616
(*---------------------------------------------------------------------------
17-
Copyright (c) 2014 The Uucp programmers
17+
Copyright (c) 2014 The uucp programmers
1818
1919
Permission to use, copy, modify, and/or distribute this software for any
2020
purpose with or without fee is hereby granted, provided that the above

src/uucp_alpha.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2014 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2014 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -8,7 +8,7 @@ let is_alphabetic u =
88
Uucp_tmapbool.get Uucp_alpha_data.alphabetic_map (Uchar.to_int u)
99

1010
(*---------------------------------------------------------------------------
11-
Copyright (c) 2014 The Uucp programmers
11+
Copyright (c) 2014 The uucp programmers
1212
1313
Permission to use, copy, modify, and/or distribute this software for any
1414
purpose with or without fee is hereby granted, provided that the above

src/uucp_block.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2014 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2014 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -11,7 +11,7 @@ let blocks = Uucp_block_data.block_list
1111
let block u = Uucp_rmap.get Uucp_block_data.block_map (Uchar.to_int u)
1212

1313
(*---------------------------------------------------------------------------
14-
Copyright (c) 2014 The Uucp programmers
14+
Copyright (c) 2014 The uucp programmers
1515
1616
Permission to use, copy, modify, and/or distribute this software for any
1717
purpose with or without fee is hereby granted, provided that the above

src/uucp_block_base.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2014 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2014 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -626,7 +626,7 @@ let pp ppf b = Format.fprintf ppf "%s" begin match b with
626626
end
627627

628628
(*---------------------------------------------------------------------------
629-
Copyright (c) 2014 The Uucp programmers
629+
Copyright (c) 2014 The uucp programmers
630630
631631
Permission to use, copy, modify, and/or distribute this software for any
632632
purpose with or without fee is hereby granted, provided that the above

src/uucp_break.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2014 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2014 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -64,7 +64,7 @@ let tty_width_hint =
6464
| _ -> 1
6565

6666
(*---------------------------------------------------------------------------
67-
Copyright (c) 2014 The Uucp programmers
67+
Copyright (c) 2014 The uucp programmers
6868
6969
Permission to use, copy, modify, and/or distribute this software for any
7070
purpose with or without fee is hereby granted, provided that the above

src/uucp_break_base.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2014 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2014 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -122,7 +122,7 @@ let pp_east_asian_width ppf v = Format.pp_print_string ppf begin match v with
122122
end
123123

124124
(*---------------------------------------------------------------------------
125-
Copyright (c) 2014 The Uucp programmers
125+
Copyright (c) 2014 The uucp programmers
126126
127127
Permission to use, copy, modify, and/or distribute this software for any
128128
purpose with or without fee is hereby granted, provided that the above

src/uucp_case.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2013 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2013 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -19,7 +19,7 @@ module Fold = Uucp_case_fold
1919
module Nfkc_fold = Uucp_case_nfkc
2020

2121
(*---------------------------------------------------------------------------
22-
Copyright (c) 2013 The Uucp programmers
22+
Copyright (c) 2013 The uucp programmers
2323
2424
Permission to use, copy, modify, and/or distribute this software for any
2525
purpose with or without fee is hereby granted, provided that the above

src/uucp_case_fold.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2013 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2013 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -10,7 +10,7 @@ let untagged_get m u = match Uucp_tmap.get m u with
1010
let fold u = untagged_get Uucp_case_fold_data.fold_map_map (Uchar.to_int u)
1111

1212
(*---------------------------------------------------------------------------
13-
Copyright (c) 2013 The Uucp programmers
13+
Copyright (c) 2013 The uucp programmers
1414
1515
Permission to use, copy, modify, and/or distribute this software for any
1616
purpose with or without fee is hereby granted, provided that the above

src/uucp_case_map.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2013 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2013 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -12,7 +12,7 @@ let to_lower u = untagged_get Uucp_case_map_data.lower_map_map (Uchar.to_int u)
1212
let to_title u = untagged_get Uucp_case_map_data.title_map_map (Uchar.to_int u)
1313

1414
(*---------------------------------------------------------------------------
15-
Copyright (c) 2013 The Uucp programmers
15+
Copyright (c) 2013 The uucp programmers
1616
1717
Permission to use, copy, modify, and/or distribute this software for any
1818
purpose with or without fee is hereby granted, provided that the above

src/uucp_case_nfkc.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2013 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2013 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -8,7 +8,7 @@ let fold u =
88
Uucp_tmap.get Uucp_case_nfkc_data.nfkc_fold_map_map (Uchar.to_int u)
99

1010
(*---------------------------------------------------------------------------
11-
Copyright (c) 2013 The Uucp programmers
11+
Copyright (c) 2013 The uucp programmers
1212
1313
Permission to use, copy, modify, and/or distribute this software for any
1414
purpose with or without fee is hereby granted, provided that the above

src/uucp_cjk.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2014 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2014 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -20,7 +20,7 @@ let is_unified_ideograph u =
2020
Uucp_tmapbool.get Uucp_cjk_data.unified_ideograph_map (Uchar.to_int u)
2121

2222
(*---------------------------------------------------------------------------
23-
Copyright (c) 2014 The Uucp programmers
23+
Copyright (c) 2014 The uucp programmers
2424
2525
Permission to use, copy, modify, and/or distribute this software for any
2626
purpose with or without fee is hereby granted, provided that the above

src/uucp_cmap.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2014 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2014 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -76,7 +76,7 @@ let rec dump pp_v ppf m =
7676

7777

7878
(*---------------------------------------------------------------------------
79-
Copyright (c) 2014 The Uucp programmers
79+
Copyright (c) 2014 The uucp programmers
8080
8181
Permission to use, copy, modify, and/or distribute this software for any
8282
purpose with or without fee is hereby granted, provided that the above

src/uucp_emoji.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2020 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2020 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -23,7 +23,7 @@ let is_extended_pictographic u =
2323
Uucp_tmapbool.get Uucp_emoji_data.extended_pictographic_map (Uchar.to_int u)
2424

2525
(*---------------------------------------------------------------------------
26-
Copyright (c) 2020 The Uucp programmers
26+
Copyright (c) 2020 The uucp programmers
2727
2828
Permission to use, copy, modify, and/or distribute this software for any
2929
purpose with or without fee is hereby granted, provided that the above

src/uucp_fmt.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2020 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2020 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -48,7 +48,7 @@ let record record ppf =
4848
go ignore record
4949

5050
(*---------------------------------------------------------------------------
51-
Copyright (c) 2020 The Uucp programmers.
51+
Copyright (c) 2020 The uucp programmers.
5252
5353
Permission to use, copy, modify, and/or distribute this software for any
5454
purpose with or without fee is hereby granted, provided that the above

src/uucp_func.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2014 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2014 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -38,7 +38,7 @@ let is_join_control u =
3838
Uucp_tmapbool.get Uucp_func_data.join_control_map (Uchar.to_int u)
3939

4040
(*---------------------------------------------------------------------------
41-
Copyright (c) 2014 The Uucp programmers
41+
Copyright (c) 2014 The uucp programmers
4242
4343
Permission to use, copy, modify, and/or distribute this software for any
4444
purpose with or without fee is hereby granted, provided that the above

src/uucp_gc.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2014 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2014 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -11,7 +11,7 @@ let general_category u =
1111
Uucp_rmap.get Uucp_gc_data.general_category_map (Uchar.to_int u)
1212

1313
(*---------------------------------------------------------------------------
14-
Copyright (c) 2014 The Uucp programmers
14+
Copyright (c) 2014 The uucp programmers
1515
1616
Permission to use, copy, modify, and/or distribute this software for any
1717
purpose with or without fee is hereby granted, provided that the above

src/uucp_gc_base.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2014 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2014 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -70,7 +70,7 @@ let pp ppf c = Format.fprintf ppf "%s" begin match c with
7070
end
7171

7272
(*---------------------------------------------------------------------------
73-
Copyright (c) 2014 The Uucp programmers
73+
Copyright (c) 2014 The uucp programmers
7474
7575
Permission to use, copy, modify, and/or distribute this software for any
7676
purpose with or without fee is hereby granted, provided that the above

src/uucp_gen.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2014 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2014 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -22,7 +22,7 @@ let is_variation_selector u =
2222
Uucp_tmapbool.get Uucp_gen_data.variation_selector_map (Uchar.to_int u)
2323

2424
(*---------------------------------------------------------------------------
25-
Copyright (c) 2014 The Uucp programmers
25+
Copyright (c) 2014 The uucp programmers
2626
2727
Permission to use, copy, modify, and/or distribute this software for any
2828
purpose with or without fee is hereby granted, provided that the above

src/uucp_hangul.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2018 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2018 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -10,7 +10,7 @@ let syllable_type u =
1010
Uucp_rmap.get Uucp_hangul_data.syllable_type_map (Uchar.to_int u)
1111

1212
(*---------------------------------------------------------------------------
13-
Copyright (c) 2018 The Uucp programmers
13+
Copyright (c) 2018 The uucp programmers
1414
1515
Permission to use, copy, modify, and/or distribute this software for any
1616
purpose with or without fee is hereby granted, provided that the above

src/uucp_hangul_base.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2018 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2018 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -16,7 +16,7 @@ let pp_syllable_type ppf v = Format.fprintf ppf "%s" begin match v with
1616
end
1717

1818
(*---------------------------------------------------------------------------
19-
Copyright (c) 2018 The Uucp programmers
19+
Copyright (c) 2018 The uucp programmers
2020
2121
Permission to use, copy, modify, and/or distribute this software for any
2222
purpose with or without fee is hereby granted, provided that the above

src/uucp_id.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(*---------------------------------------------------------------------------
2-
Copyright (c) 2014 The Uucp programmers. All rights reserved.
2+
Copyright (c) 2014 The uucp programmers. All rights reserved.
33
Distributed under the ISC license, see terms at the end of the file.
44
%%NAME%% %%VERSION%%
55
---------------------------------------------------------------------------*)
@@ -23,7 +23,7 @@ let is_pattern_white_space u =
2323
Uucp_tmapbool.get Uucp_id_data.pattern_white_space_map (Uchar.to_int u)
2424

2525
(*---------------------------------------------------------------------------
26-
Copyright (c) 2014 The Uucp programmers
26+
Copyright (c) 2014 The uucp programmers
2727
2828
Permission to use, copy, modify, and/or distribute this software for any
2929
purpose with or without fee is hereby granted, provided that the above

0 commit comments

Comments
 (0)