Skip to content

Commit

Permalink
Fix file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mahilleb-msft committed Nov 3, 2015
1 parent 690cc42 commit bd06036
Show file tree
Hide file tree
Showing 27 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions DataReader/HTKMLFReader/HTKMLFWriter.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="HTKMLFReader.cpp" company="Microsoft">
// <copyright file="HTKMLFWriter.cpp" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down Expand Up @@ -182,4 +182,4 @@ namespace Microsoft { namespace MSR { namespace CNTK {
template class HTKMLFWriter<float>;
template class HTKMLFWriter<double>;

}}}
}}}
4 changes: 2 additions & 2 deletions DataReader/HTKMLFReader/HTKMLFWriter.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="HTKMLFReader.h" company="Microsoft">
// <copyright file="HTKMLFWriter.h" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down Expand Up @@ -44,4 +44,4 @@ class HTKMLFWriter : public IDataWriter<ElemType>
virtual void SaveMapping(std::wstring saveId, const std::map<LabelIdType, LabelType>& labelMapping);
};

}}}
}}}
2 changes: 1 addition & 1 deletion DataReader/Kaldi2Reader/HTKMLFWriter.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="HTKMLFReader.cpp" company="Microsoft">
// <copyright file="HTKMLFWriter.cpp" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
2 changes: 1 addition & 1 deletion DataReader/Kaldi2Reader/HTKMLFWriter.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="HTKMLFReader.h" company="Microsoft">
// <copyright file="HTKMLFWriter.h" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
2 changes: 1 addition & 1 deletion DataReader/KaldiReader/HTKMLFWriter.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="HTKMLFReader.cpp" company="Microsoft">
// <copyright file="HTKMLFWriter.cpp" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
2 changes: 1 addition & 1 deletion DataReader/KaldiReader/HTKMLFWriter.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="HTKMLFReader.h" company="Microsoft">
// <copyright file="HTKMLFWriter.h" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
2 changes: 1 addition & 1 deletion DataReader/KaldiReader/basetypes.old.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// TODO: This is a dup, we should get back to the shared one. But this one has some stuff the other doesn't.

//
// <copyright file="basetypes.h" company="Microsoft">
// <copyright file="basetypes.old.h" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
2 changes: 1 addition & 1 deletion DataReader/KaldiReader/fileutil.old.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// TODO: this is a dup; use the one in Include/ instead

//
// <copyright file="fileutil.h" company="Microsoft">
// <copyright file="fileutil.old.h" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
4 changes: 2 additions & 2 deletions DataReader/LMSequenceReader/SequenceWriter.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="LMSequenceWriter.cpp" company="Microsoft">
// <copyright file="SequenceWriter.cpp" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down Expand Up @@ -195,4 +195,4 @@ namespace Microsoft {

}
}
}
}
4 changes: 2 additions & 2 deletions DataReader/LMSequenceReader/SequenceWriter.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="LMSequenceWriter.h" company="Microsoft">
// <copyright file="SequenceWriter.h" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down Expand Up @@ -78,4 +78,4 @@ namespace Microsoft {

}
}
}
}
2 changes: 1 addition & 1 deletion MachineLearning/CNTK/CNTK.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="cn.cpp" company="Microsoft">
// <copyright file="CNTK.cpp" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
2 changes: 1 addition & 1 deletion MachineLearning/CNTK/ModelEditLanguage.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="NetworkDescriptionLanguage.h" company="Microsoft">
// <copyright file="ModelEditLanguage.h" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
4 changes: 2 additions & 2 deletions MachineLearning/CNTK/NDLNetworkBuilder.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="NDLBuilder.h" company="Microsoft">
// <copyright file="NDLNetworkBuilder.h" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down Expand Up @@ -235,4 +235,4 @@ namespace Microsoft { namespace MSR { namespace CNTK {
template class NDLBuilder<float>;
template class NDLBuilder<double>;

}}}
}}}
2 changes: 1 addition & 1 deletion MachineLearning/CNTK/SimpleNetworkBuilder.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="ComputationNode.cpp" company="Microsoft">
// <copyright file="SimpleNetworkBuilder.cpp" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
2 changes: 1 addition & 1 deletion MachineLearning/CNTK/SynchronousExecutionEngine.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="SynchronousExecutionEngine.h" company="Microsoft">
// <copyright file="SynchronousExecutionEngine.cpp" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
2 changes: 1 addition & 1 deletion MachineLearning/CNTK/tests.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="cn.cpp" company="Microsoft">
// <copyright file="tests.cpp" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ComputationNetworkBuilder -- helper class for constructing ComputationNetworks and ComputationNodes from C++ (internal and external)
//
// <copyright file="ComputationNode.cpp" company="Microsoft">
// <copyright file="ComputationNetworkBuilder.cpp" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="ComputationNetwork.cpp" company="Microsoft">
// <copyright file="ComputationNetworkEditing.cpp" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="ComputationNetwork.cpp" company="Microsoft">
// <copyright file="ComputationNetworkEvaluation.cpp" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
2 changes: 1 addition & 1 deletion MachineLearning/CNTKComputationNetworkLib/ReshapingNodes.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ReshapingNodes.h -- collection of nodes that reshape or sub-sample matrices leading to layout changes
//
// <copyright file="NonlinearityNodes.h" company="Microsoft">
// <copyright file="ReshapingNodes.h" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
2 changes: 1 addition & 1 deletion MachineLearning/CNTKSGDLib/MultiNetworksEvaluator.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// MultiNetworksEvaluator/SGD -- This represents earlier efforts to use CNTK for sequence-to-sequence modeling. This is no longer the intended design.
//
// <copyright file="SimpleEvaluator.h" company="Microsoft">
// <copyright file="MultiNetworksEvaluator.h" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
2 changes: 1 addition & 1 deletion MachineLearning/CNTKSGDLib/MultiNetworksSGD.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// MultiNetworksEvaluator/SGD -- This represents earlier efforts to use CNTK for sequence-to-sequence modeling. This is no longer the intended design.
//
// <copyright file="SGD.h" company="Microsoft">
// <copyright file="MultiNetworksSGD.h" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
2 changes: 1 addition & 1 deletion Math/CNTKMathTest/GPUWatcherTests.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="MatrixUnitTests.cpp" company="Microsoft">
// <copyright file="GPUWatcherTests.cpp" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
2 changes: 1 addition & 1 deletion Math/CNTKMathTest/MatrixQuantizerTests.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="CPUMatrixUnitTests.cpp" company="Microsoft">
// <copyright file="MatrixQuantizerTests.cpp" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
4 changes: 2 additions & 2 deletions Math/CNTKMathTest/MatrixSparseDenseInteractionsTests.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="MatrixUnitTests.cpp" company="Microsoft">
// <copyright file="MatrixSparseDenseInteractionsTests.cpp" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down Expand Up @@ -261,4 +261,4 @@ namespace CNTKMathTest
Assert::IsTrue(Bd.IsEqualTo(Bs,0.0001));
}
};
}
}
2 changes: 1 addition & 1 deletion Math/Math/CPUSparseMatrix.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="GPUMatrixUnitTests.cpp" company="Microsoft">
// <copyright file="CPUSparseMatrix.h" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down
2 changes: 1 addition & 1 deletion Math/Math/GPUMatrixCUDAKernels.cu
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// <copyright file="GPUMatrixCUDAKernels.cpp" company="Microsoft">
// <copyright file="GPUMatrixCUDAKernels.cu" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//
Expand Down

0 comments on commit bd06036

Please sign in to comment.