Copyright message added to all cs-files
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
|
||||
///
|
||||
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
||||
///
|
||||
namespace TBF.BenchControl.Generic
|
||||
{
|
||||
interface IChildComponentCfg : IComponentCfg
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
|
||||
///
|
||||
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
||||
///
|
||||
namespace TBF.BenchControl.Generic
|
||||
{
|
||||
public interface IComponent
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
///
|
||||
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
||||
///
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace TBF.BenchControl.Generic
|
||||
{
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
|
||||
///
|
||||
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
||||
///
|
||||
namespace TBF.BenchControl.Generic
|
||||
{
|
||||
public interface IComponentCfgCtrl
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
///
|
||||
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
||||
///
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace TBF.BenchControl.Generic
|
||||
{
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
namespace TBF.BenchControl.Generic
|
||||
///
|
||||
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
||||
///
|
||||
namespace TBF.BenchControl.Generic
|
||||
{
|
||||
public interface IDevice
|
||||
{
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
|
||||
///
|
||||
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
||||
///
|
||||
namespace TBF.BenchControl.Generic
|
||||
{
|
||||
public interface IParamsProvider
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
|
||||
///
|
||||
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
||||
///
|
||||
namespace TBF.BenchControl.Generic
|
||||
{
|
||||
public interface IProcedureParams
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
|
||||
///
|
||||
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
||||
///
|
||||
namespace TBF.BenchControl.Generic
|
||||
{
|
||||
public interface ITestParams
|
||||
|
||||
Reference in New Issue
Block a user