Skip to content
Snippets Groups Projects

change copyright from Iowa State University to CERN

Merged Nils Erik Krumnack requested to merge krumnack/athena:copyright into 21.2
248 files
+ 1059
2209
Compare changes
  • Side-by-side
  • Inline
Files
248
#ifndef ASG_TOOLS__I_UNIT_TEST_TOOL1_H
#define ASG_TOOLS__I_UNIT_TEST_TOOL1_H
/*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
/// @author Nils Krumnack
// Copyright Iowa State University 2016.
// Author: Nils Krumnack
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// Please feel free to contact me (nils.erik.krumnack@cern.ch) for bug
// reports, feature suggestions, praise and complaints.
#ifndef ASG_TOOLS__I_UNIT_TEST_TOOL1_H
#define ASG_TOOLS__I_UNIT_TEST_TOOL1_H
#include <AsgTools/IAsgTool.h>
#include <AsgTools/MsgLevel.h>
Loading