# HG changeset patch # User Sebastien Jodogne # Date 1423126243 -3600 # Node ID 63d47b1fa239269ad32187388b86b9fb322c3c57 # Parent 92bc073db7462e4ba1e982e03bc7f62e94a2d2dd upgrade to 2015 in SQLite diff -r 92bc073db746 -r 63d47b1fa239 Core/SQLite/Connection.cpp --- 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 , + * Copyright (C) 2012-2015 Sebastien Jodogne , * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. diff -r 92bc073db746 -r 63d47b1fa239 Core/SQLite/Connection.h --- 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 , + * Copyright (C) 2012-2015 Sebastien Jodogne , * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. diff -r 92bc073db746 -r 63d47b1fa239 Core/SQLite/FunctionContext.cpp --- 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 , + * Copyright (C) 2012-2015 Sebastien Jodogne , * Medical Physics Department, CHU of Liege, Belgium * * Redistribution and use in source and binary forms, with or without diff -r 92bc073db746 -r 63d47b1fa239 Core/SQLite/FunctionContext.h --- 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 , + * Copyright (C) 2012-2015 Sebastien Jodogne , * Medical Physics Department, CHU of Liege, Belgium * * Redistribution and use in source and binary forms, with or without diff -r 92bc073db746 -r 63d47b1fa239 Core/SQLite/IScalarFunction.h --- 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 , + * Copyright (C) 2012-2015 Sebastien Jodogne , * Medical Physics Department, CHU of Liege, Belgium * * Redistribution and use in source and binary forms, with or without diff -r 92bc073db746 -r 63d47b1fa239 Core/SQLite/ITransaction.h --- 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 , + * Copyright (C) 2012-2015 Sebastien Jodogne , * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. diff -r 92bc073db746 -r 63d47b1fa239 Core/SQLite/NonCopyable.h --- 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 , + * Copyright (C) 2012-2015 Sebastien Jodogne , * Medical Physics Department, CHU of Liege, Belgium * * Redistribution and use in source and binary forms, with or without diff -r 92bc073db746 -r 63d47b1fa239 Core/SQLite/OrthancSQLiteException.h --- 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 , + * Copyright (C) 2012-2015 Sebastien Jodogne , * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. diff -r 92bc073db746 -r 63d47b1fa239 Core/SQLite/Statement.cpp --- 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 , + * Copyright (C) 2012-2015 Sebastien Jodogne , * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. diff -r 92bc073db746 -r 63d47b1fa239 Core/SQLite/Statement.h --- 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 , + * Copyright (C) 2012-2015 Sebastien Jodogne , * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. diff -r 92bc073db746 -r 63d47b1fa239 Core/SQLite/StatementId.cpp --- 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 , + * Copyright (C) 2012-2015 Sebastien Jodogne , * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. diff -r 92bc073db746 -r 63d47b1fa239 Core/SQLite/StatementId.h --- 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 , + * Copyright (C) 2012-2015 Sebastien Jodogne , * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. diff -r 92bc073db746 -r 63d47b1fa239 Core/SQLite/StatementReference.cpp --- 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 , + * Copyright (C) 2012-2015 Sebastien Jodogne , * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. diff -r 92bc073db746 -r 63d47b1fa239 Core/SQLite/StatementReference.h --- 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 , + * Copyright (C) 2012-2015 Sebastien Jodogne , * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. diff -r 92bc073db746 -r 63d47b1fa239 Core/SQLite/Transaction.cpp --- 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 , + * Copyright (C) 2012-2015 Sebastien Jodogne , * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved. diff -r 92bc073db746 -r 63d47b1fa239 Core/SQLite/Transaction.h --- 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 , + * Copyright (C) 2012-2015 Sebastien Jodogne , * Medical Physics Department, CHU of Liege, Belgium * * Copyright (c) 2012 The Chromium Authors. All rights reserved.