Skip to content

Commit

Permalink
Add copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Aug 20, 2024
1 parent 07f4667 commit 31a675a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion library/fixed_point/src/Polynomial.qs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.


import Facts.IdenticalFormatFactFxP, Facts.AssertAllZeroFxP;
import Types.FixedPoint;
import Init.PrepareFxP;
Expand Down
1 change: 0 additions & 1 deletion library/fixed_point/src/Reciprocal.qs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.


import Types.FixedPoint;
import Signed.Operations.ComputeReciprocalI, Signed.Operations.Invert2sSI;
import Std.Diagnostics.Fact;
Expand Down
3 changes: 3 additions & 0 deletions library/fixed_point/src/Tests.qs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

import Init.PrepareFxP;
import Types.FixedPoint;
import Measurement.MeasureFxP;
Expand Down

0 comments on commit 31a675a

Please sign in to comment.