Skip to content

Commit

Permalink
Make license headers consistent in Calibrations/ and Geometry/
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Jan 2, 2025
1 parent 4e58163 commit 83c187f
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 41 deletions.
4 changes: 3 additions & 1 deletion src/libraries/JANA/Calibrations/JCalibration.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

// Copyright 2020, Jefferson Science Associates, LLC.

// Copyright 2007-2025, Jefferson Science Associates, LLC.
// Subject to the terms in the LICENSE file found in the top-level directory.
// Author: David Lawrence

#include <JANA/JLogger.h>
#include "JCalibration.h"
Expand Down
3 changes: 2 additions & 1 deletion src/libraries/JANA/Calibrations/JCalibration.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

// Copyright 2020, Jefferson Science Associates, LLC.
// Copyright 2007-2025, Jefferson Science Associates, LLC.
// Subject to the terms in the LICENSE file found in the top-level directory.
// Author: David Lawrence

#pragma once
#include <JANA/JException.h>
Expand Down
3 changes: 2 additions & 1 deletion src/libraries/JANA/Calibrations/JCalibrationCCDB.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright 2020, Jefferson Science Associates, LLC.

// Copyright 2020-2025, Jefferson Science Associates, LLC.
// Subject to the terms in the LICENSE file found in the top-level directory.

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/libraries/JANA/Calibrations/JCalibrationFile.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

// Copyright 2020, Jefferson Science Associates, LLC.
// Copyright 2012-2025, Jefferson Science Associates, LLC.
// Subject to the terms in the LICENSE file found in the top-level directory.
// Author: David Lawrence

#include "JCalibrationFile.h"
#include <JANA/JLogger.h>
Expand Down
3 changes: 2 additions & 1 deletion src/libraries/JANA/Calibrations/JCalibrationFile.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

// Copyright 2020, Jefferson Science Associates, LLC.
// Copyright 2012-2025, Jefferson Science Associates, LLC.
// Subject to the terms in the LICENSE file found in the top-level directory.
// Author: David Lawrence

#pragma once
#include "JCalibration.h"
Expand Down
3 changes: 2 additions & 1 deletion src/libraries/JANA/Calibrations/JCalibrationGenerator.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

// Copyright 2020, Jefferson Science Associates, LLC.
// Copyright 2007-2025, Jefferson Science Associates, LLC.
// Subject to the terms in the LICENSE file found in the top-level directory.
// Author: David Lawrence

#pragma once
#include <stdint.h>
Expand Down
3 changes: 2 additions & 1 deletion src/libraries/JANA/Calibrations/JCalibrationGeneratorCCDB.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright 2020, Jefferson Science Associates, LLC.

// Copyright 2020-2025, Jefferson Science Associates, LLC.
// Subject to the terms in the LICENSE file found in the top-level directory.

#pragma once
Expand Down
4 changes: 3 additions & 1 deletion src/libraries/JANA/Calibrations/JCalibrationManager.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright 2020, Jefferson Science Associates, LLC.

// Copyright 2007-2025, Jefferson Science Associates, LLC.
// Subject to the terms in the LICENSE file found in the top-level directory.
// Author: David Lawrence

#pragma once
#include <JANA/Calibrations/JCalibration.h>
Expand Down
4 changes: 4 additions & 0 deletions src/libraries/JANA/Calibrations/JLargeCalibration.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

// Copyright 2020-2025, Jefferson Science Associates, LLC.
// Subject to the terms in the LICENSE file found in the top-level directory.
// Author: Nathan Brei

#pragma once
#include <JANA/Calibrations/JResource.h>

Expand Down
10 changes: 4 additions & 6 deletions src/libraries/JANA/Calibrations/JResource.cc
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// $Id$
//
// File: JResource.cc
// Created: Mon Oct 15 07:36:44 EDT 2012
// Creator: davidl (on Darwin eleanor.jlab.org 12.2.0 i386)
//

// Copyright 2012-2025, Jefferson Science Associates, LLC.
// Subject to the terms in the LICENSE file found in the top-level directory.
// Author: David Lawrence

#include <JANA/JLogger.h>
#include <JANA/Services/JParameterManager.h>
Expand Down
10 changes: 4 additions & 6 deletions src/libraries/JANA/Calibrations/JResource.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// $Id$
//
// File: JResource.h
// Created: Mon Oct 15 07:36:44 EDT 2012
// Creator: davidl (on Darwin eleanor.jlab.org 12.2.0 i386)
//

// Copyright 2012-2025, Jefferson Science Associates, LLC.
// Subject to the terms in the LICENSE file found in the top-level directory.
// Author: David Lawrence

#pragma once
#include <string>
Expand Down
9 changes: 3 additions & 6 deletions src/libraries/JANA/Geometry/JGeometry.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// $Id$
//
// File: JGeometry.h
// Created: Fri Jul 6 16:24:24 EDT 2007
// Creator: davidl (on Darwin fwing-dhcp61.jlab.org 8.10.1 i386)
//

// Copyright 2007-2025, Jefferson Science Associates, LLC.
// Subject to the terms in the LICENSE file found in the top-level directory.

#pragma once

Expand Down
4 changes: 2 additions & 2 deletions src/libraries/JANA/Geometry/JGeometryManager.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

// Copyright 2020, Jefferson Science Associates, LLC.
// Copyright 2007-2025, Jefferson Science Associates, LLC.
// Subject to the terms in the LICENSE file found in the top-level directory.

// Author: David Lawrence

#include "JGeometryManager.h"

Expand Down
3 changes: 2 additions & 1 deletion src/libraries/JANA/Geometry/JGeometryManager.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

// Copyright 2020, Jefferson Science Associates, LLC.
// Copyright 2007-2025, Jefferson Science Associates, LLC.
// Subject to the terms in the LICENSE file found in the top-level directory.
// Author: David Lawrence

#pragma once
#include <JANA/Services/JServiceLocator.h>
Expand Down
10 changes: 4 additions & 6 deletions src/libraries/JANA/Geometry/JGeometryXML.cc
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// $Id$
//
// File: JGeometryXML.cc
// Created: Tues Jan 15, 2008
// Creator: davidl
//

// Copyright 2008-2025, Jefferson Science Associates, LLC.
// Subject to the terms in the LICENSE file found in the top-level directory.
// Author: David Lawrence

#include <unistd.h>

Expand Down
10 changes: 4 additions & 6 deletions src/libraries/JANA/Geometry/JGeometryXML.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// $Id$
//
// File: JGeometryXML.h
// Created: Tues Jan 15 2008
// Creator: davidl
//

// Copyright 2008-2025, Jefferson Science Associates, LLC.
// Subject to the terms in the LICENSE file found in the top-level directory.
// Author: David Lawrence

#pragma once
#include <iostream>
Expand Down

0 comments on commit 83c187f

Please sign in to comment.