Mercurial > hg > orthanc
changeset 1291:63d47b1fa239
upgrade to 2015 in SQLite
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 05 Feb 2015 09:50:43 +0100 |
parents | 92bc073db746 |
children | ce236a43e695 |
files | Core/SQLite/Connection.cpp Core/SQLite/Connection.h Core/SQLite/FunctionContext.cpp Core/SQLite/FunctionContext.h Core/SQLite/IScalarFunction.h Core/SQLite/ITransaction.h Core/SQLite/NonCopyable.h Core/SQLite/OrthancSQLiteException.h Core/SQLite/Statement.cpp Core/SQLite/Statement.h Core/SQLite/StatementId.cpp Core/SQLite/StatementId.h Core/SQLite/StatementReference.cpp Core/SQLite/StatementReference.h Core/SQLite/Transaction.cpp Core/SQLite/Transaction.h |
diffstat | 16 files changed, 16 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/SQLite/Connection.cpp Thu Feb 05 09:47:54 2015 +0100 +++ b/Core/SQLite/Connection.cpp Thu Feb 05 09:50:43 2015 +0100 @@ -1,7 +1,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store * - * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>, + * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>, * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/Connection.h Thu Feb 05 09:47:54 2015 +0100 +++ b/Core/SQLite/Connection.h Thu Feb 05 09:50:43 2015 +0100 @@ -1,7 +1,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store * - * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>, + * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>, * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/FunctionContext.cpp Thu Feb 05 09:47:54 2015 +0100 +++ b/Core/SQLite/FunctionContext.cpp Thu Feb 05 09:50:43 2015 +0100 @@ -1,7 +1,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store * - * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>, + * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>, * Medical Physics Department, CHU of Liege, Belgium * * Redistribution and use in source and binary forms, with or without
--- a/Core/SQLite/FunctionContext.h Thu Feb 05 09:47:54 2015 +0100 +++ b/Core/SQLite/FunctionContext.h Thu Feb 05 09:50:43 2015 +0100 @@ -1,7 +1,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store * - * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>, + * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>, * Medical Physics Department, CHU of Liege, Belgium * * Redistribution and use in source and binary forms, with or without
--- a/Core/SQLite/IScalarFunction.h Thu Feb 05 09:47:54 2015 +0100 +++ b/Core/SQLite/IScalarFunction.h Thu Feb 05 09:50:43 2015 +0100 @@ -1,7 +1,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store * - * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>, + * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>, * Medical Physics Department, CHU of Liege, Belgium * * Redistribution and use in source and binary forms, with or without
--- a/Core/SQLite/ITransaction.h Thu Feb 05 09:47:54 2015 +0100 +++ b/Core/SQLite/ITransaction.h Thu Feb 05 09:50:43 2015 +0100 @@ -1,7 +1,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store * - * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>, + * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>, * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/NonCopyable.h Thu Feb 05 09:47:54 2015 +0100 +++ b/Core/SQLite/NonCopyable.h Thu Feb 05 09:50:43 2015 +0100 @@ -1,7 +1,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store * - * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>, + * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>, * Medical Physics Department, CHU of Liege, Belgium * * Redistribution and use in source and binary forms, with or without
--- a/Core/SQLite/OrthancSQLiteException.h Thu Feb 05 09:47:54 2015 +0100 +++ b/Core/SQLite/OrthancSQLiteException.h Thu Feb 05 09:50:43 2015 +0100 @@ -1,7 +1,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store * - * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>, + * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>, * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/Statement.cpp Thu Feb 05 09:47:54 2015 +0100 +++ b/Core/SQLite/Statement.cpp Thu Feb 05 09:50:43 2015 +0100 @@ -1,7 +1,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store * - * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>, + * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>, * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/Statement.h Thu Feb 05 09:47:54 2015 +0100 +++ b/Core/SQLite/Statement.h Thu Feb 05 09:50:43 2015 +0100 @@ -1,7 +1,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store * - * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>, + * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>, * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/StatementId.cpp Thu Feb 05 09:47:54 2015 +0100 +++ b/Core/SQLite/StatementId.cpp Thu Feb 05 09:50:43 2015 +0100 @@ -1,7 +1,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store * - * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>, + * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>, * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/StatementId.h Thu Feb 05 09:47:54 2015 +0100 +++ b/Core/SQLite/StatementId.h Thu Feb 05 09:50:43 2015 +0100 @@ -1,7 +1,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store * - * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>, + * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>, * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/StatementReference.cpp Thu Feb 05 09:47:54 2015 +0100 +++ b/Core/SQLite/StatementReference.cpp Thu Feb 05 09:50:43 2015 +0100 @@ -1,7 +1,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store * - * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>, + * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>, * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/StatementReference.h Thu Feb 05 09:47:54 2015 +0100 +++ b/Core/SQLite/StatementReference.h Thu Feb 05 09:50:43 2015 +0100 @@ -1,7 +1,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store * - * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>, + * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>, * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/Transaction.cpp Thu Feb 05 09:47:54 2015 +0100 +++ b/Core/SQLite/Transaction.cpp Thu Feb 05 09:50:43 2015 +0100 @@ -1,7 +1,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store * - * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>, + * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>, * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved.
--- a/Core/SQLite/Transaction.h Thu Feb 05 09:47:54 2015 +0100 +++ b/Core/SQLite/Transaction.h Thu Feb 05 09:50:43 2015 +0100 @@ -1,7 +1,7 @@ /** * Orthanc - A Lightweight, RESTful DICOM Store * - * Copyright (C) 2012-2014 Sebastien Jodogne <s.jodogne@gmail.com>, + * Copyright (C) 2012-2015 Sebastien Jodogne <s.jodogne@gmail.com>, * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved.