Mercurial > hg > orthanc-imagej
changeset 15:8842da72186a
shared copyright with osimis
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 04 Jan 2017 16:17:03 +0100 (2017-01-04) |
parents | 698158e7b691 |
children | 34cb63c05748 |
files | AUTHORS com/orthancserver/DicomDecoder.java com/orthancserver/GridLayout2.java com/orthancserver/HttpsTrustModifier.java com/orthancserver/Orthanc.java com/orthancserver/OrthancConfigurationDialog.java com/orthancserver/OrthancConnection.java com/orthancserver/PreviewPanel.java com/orthancserver/SelectImageDialog.java |
diffstat | 9 files changed, 24 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/AUTHORS Fri Apr 15 12:00:36 2016 +0200 +++ b/AUTHORS Wed Jan 04 16:17:03 2017 +0100 @@ -1,5 +1,20 @@ Orthanc - A Lightweight, RESTful DICOM Server ============================================= + +Authors of Orthanc +------------------ + * Sebastien Jodogne <s.jodogne@gmail.com> - Department of Medical Physics, CHU of Liege, Belgium + + Overall design and lead developer. + +* Department of Medical Physics + University Hospital of Liege + 4000 Liege + Belgium + +* Osimis <info@osimis.io> + Rue des Chasseurs Ardennais 3 + 4031 Liege + Belgium
--- a/com/orthancserver/DicomDecoder.java Fri Apr 15 12:00:36 2016 +0200 +++ b/com/orthancserver/DicomDecoder.java Wed Jan 04 16:17:03 2017 +0100 @@ -2,6 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017 Osimis, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as
--- a/com/orthancserver/GridLayout2.java Fri Apr 15 12:00:36 2016 +0200 +++ b/com/orthancserver/GridLayout2.java Wed Jan 04 16:17:03 2017 +0100 @@ -2,6 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017 Osimis, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as
--- a/com/orthancserver/HttpsTrustModifier.java Fri Apr 15 12:00:36 2016 +0200 +++ b/com/orthancserver/HttpsTrustModifier.java Wed Jan 04 16:17:03 2017 +0100 @@ -2,6 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017 Osimis, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as
--- a/com/orthancserver/Orthanc.java Fri Apr 15 12:00:36 2016 +0200 +++ b/com/orthancserver/Orthanc.java Wed Jan 04 16:17:03 2017 +0100 @@ -2,6 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017 Osimis, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as
--- a/com/orthancserver/OrthancConfigurationDialog.java Fri Apr 15 12:00:36 2016 +0200 +++ b/com/orthancserver/OrthancConfigurationDialog.java Wed Jan 04 16:17:03 2017 +0100 @@ -2,6 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017 Osimis, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as
--- a/com/orthancserver/OrthancConnection.java Fri Apr 15 12:00:36 2016 +0200 +++ b/com/orthancserver/OrthancConnection.java Wed Jan 04 16:17:03 2017 +0100 @@ -2,6 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017 Osimis, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as
--- a/com/orthancserver/PreviewPanel.java Fri Apr 15 12:00:36 2016 +0200 +++ b/com/orthancserver/PreviewPanel.java Wed Jan 04 16:17:03 2017 +0100 @@ -2,6 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017 Osimis, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as
--- a/com/orthancserver/SelectImageDialog.java Fri Apr 15 12:00:36 2016 +0200 +++ b/com/orthancserver/SelectImageDialog.java Wed Jan 04 16:17:03 2017 +0100 @@ -2,6 +2,7 @@ * Orthanc - A Lightweight, RESTful DICOM Store * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics * Department, University Hospital of Liege, Belgium + * Copyright (C) 2017 Osimis, Belgium * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as