diff --git a/src/sqlite3.ml b/src/sqlite3.ml index 67e9a1d..ae87499 100644 --- a/src/sqlite3.ml +++ b/src/sqlite3.ml @@ -1,8 +1,7 @@ (**************************************************************************) -(* Copyright (c) 2003 Christian Szegedy *) -(* *) -(* Copyright (c) 2007 Jane Street Holding, LLC *) -(* Author: Markus Mottl *) +(* Copyright © 2010- Markus Mottl *) +(* Copyright © 2007-2010 Jane Street Holding, LLC *) +(* Copyright © 2005-2007 Christian Szegedy *) (* *) (* Permission is hereby granted, free of charge, to any person *) (* obtaining a copy of this software and associated documentation files *) diff --git a/src/sqlite3.mli b/src/sqlite3.mli index 9ceb00c..68c27b0 100644 --- a/src/sqlite3.mli +++ b/src/sqlite3.mli @@ -1,8 +1,7 @@ (**************************************************************************) -(* Copyright (c) 2005 Christian Szegedy *) -(* *) -(* Copyright (c) 2007 Jane Street Holding, LLC *) -(* Author: Markus Mottl *) +(* Copyright © 2010- Markus Mottl *) +(* Copyright © 2007-2010 Jane Street Holding, LLC *) +(* Copyright © 2005-2007 Christian Szegedy *) (* *) (* Permission is hereby granted, free of charge, to any person *) (* obtaining a copy of this software and associated documentation files *) diff --git a/src/sqlite3_stubs.c b/src/sqlite3_stubs.c index dff8001..79360e6 100644 --- a/src/sqlite3_stubs.c +++ b/src/sqlite3_stubs.c @@ -1,8 +1,7 @@ /**************************************************************************/ -/* Copyright (c) 2005 Christian Szegedy */ -/* */ -/* Copyright (c) 2007 Jane Street Holding, LLC */ -/* Author: Markus Mottl */ +/* Copyright © 2010- Markus Mottl */ +/* Copyright © 2007-2010 Jane Street Holding, LLC */ +/* Copyright © 2005-2007 Christian Szegedy */ /* */ /* Permission is hereby granted, free of charge, to any person */ /* obtaining a copy of this software and associated documentation files */