Skip to content

Commit

Permalink
doc: copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Apr 11, 2023
1 parent f5e8a36 commit c56a28c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
6 changes: 3 additions & 3 deletions src/algorithms/digi/PhotoMultiplierHitDigi.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
// Copyright (C) 2023 Chao Peng, Christopher Dilks
// Copyright (C) 2023 Chao Peng, Thomas Britton, Christopher Dilks

/* General PhotoMultiplier Digitization
*
Expand All @@ -8,10 +8,10 @@
*
* Author: Chao Peng (ANL)
* Date: 10/02/2020
*
* Ported from Juggler by Thomas Britton (JLab)
*/

//Ported by Thomas Britton (JLab)


#include "PhotoMultiplierHitDigi.h"

Expand Down
5 changes: 3 additions & 2 deletions src/algorithms/digi/PhotoMultiplierHitDigi.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
// Copyright (C) 2023 Chao Peng, Christopher Dilks
// Copyright (C) 2023 Chao Peng, Thomas Britton, Christopher Dilks

/* General PhotoMultiplier Digitization
*
Expand All @@ -8,9 +8,10 @@
*
* Author: Chao Peng (ANL)
* Date: 10/02/2020
*
* Ported from Juggler by Thomas Britton (JLab)
*/

//Ported by Thomas Britton (JLab)

#pragma once

Expand Down
6 changes: 2 additions & 4 deletions src/global/digi/PhotoMultiplierHitDigi_factory.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Created by Christopher Dilks
// Based on SiliconTrackerDigi_factory
// Subject to the terms in the LICENSE file found in the top-level directory.
//
// SPDX-License-Identifier: LGPL-3.0-or-later
// Copyright (C) 2023 Christopher Dilks

#include "PhotoMultiplierHitDigi_factory.h"

Expand Down
6 changes: 2 additions & 4 deletions src/global/digi/PhotoMultiplierHitDigi_factory.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Created by Christopher Dilks
// Based on SiliconTrackerDigi_factory
// Subject to the terms in the LICENSE file found in the top-level directory.
//
// SPDX-License-Identifier: LGPL-3.0-or-later
// Copyright (C) 2023 Christopher Dilks

#pragma once

Expand Down

0 comments on commit c56a28c

Please sign in to comment.