Skip to content

Commit a73629d

Browse files
committed
Improved copyright notices
1 parent 98d1d64 commit a73629d

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

src/sqlite3.ml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
(**************************************************************************)
2-
(* Copyright (c) 2003 Christian Szegedy <[email protected]> *)
3-
(* *)
4-
(* Copyright (c) 2007 Jane Street Holding, LLC *)
5-
(* Author: Markus Mottl <[email protected]> *)
2+
(* Copyright © 2010- Markus Mottl *)
3+
(* Copyright © 2007-2010 Jane Street Holding, LLC *)
4+
(* Copyright © 2005-2007 Christian Szegedy *)
65
(* *)
76
(* Permission is hereby granted, free of charge, to any person *)
87
(* obtaining a copy of this software and associated documentation files *)

src/sqlite3.mli

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
(**************************************************************************)
2-
(* Copyright (c) 2005 Christian Szegedy <[email protected]> *)
3-
(* *)
4-
(* Copyright (c) 2007 Jane Street Holding, LLC *)
5-
(* Author: Markus Mottl <[email protected]> *)
2+
(* Copyright © 2010- Markus Mottl *)
3+
(* Copyright © 2007-2010 Jane Street Holding, LLC *)
4+
(* Copyright © 2005-2007 Christian Szegedy *)
65
(* *)
76
(* Permission is hereby granted, free of charge, to any person *)
87
(* obtaining a copy of this software and associated documentation files *)

src/sqlite3_stubs.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**************************************************************************/
2-
/* Copyright (c) 2005 Christian Szegedy <[email protected]> */
3-
/* */
4-
/* Copyright (c) 2007 Jane Street Holding, LLC */
5-
/* Author: Markus Mottl <[email protected]> */
2+
/* Copyright © 2010- Markus Mottl */
3+
/* Copyright © 2007-2010 Jane Street Holding, LLC */
4+
/* Copyright © 2005-2007 Christian Szegedy */
65
/* */
76
/* Permission is hereby granted, free of charge, to any person */
87
/* obtaining a copy of this software and associated documentation files */

0 commit comments

Comments
 (0)