Skip to content

Commit

Permalink
Added some license comments to sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Jusas committed Jan 30, 2022
1 parent ec8e976 commit bbe4994
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 10 deletions.
5 changes: 4 additions & 1 deletion src/WatneyAstrometry.GaiaQuadDatabaseCreator/DbBuilder.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Copyright (c) Jussi Saarivirta.
// Licensed under the Apache License, Version 2.0.

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
Expand Down
5 changes: 4 additions & 1 deletion src/WatneyAstrometry.GaiaQuadDatabaseCreator/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Copyright (c) Jussi Saarivirta.
// Licensed under the Apache License, Version 2.0.

using System;
using System.IO;
using CommandLine;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Copyright (c) Jussi Saarivirta.
// Licensed under the Apache License, Version 2.0.

using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
Expand Down
5 changes: 4 additions & 1 deletion src/WatneyAstrometry.GaiaStarExtractor/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Copyright (c) Jussi Saarivirta.
// Licensed under the Apache License, Version 2.0.

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
Expand Down
5 changes: 4 additions & 1 deletion src/WatneyAstrometry.QuadDatabaseInspector/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System.Globalization;
// Copyright (c) Jussi Saarivirta.
// Licensed under the Apache License, Version 2.0.

using System.Globalization;
using WatneyAstrometry.Core.QuadDb;

namespace WatneyAstrometry.QuadDatabaseInspector
Expand Down
5 changes: 4 additions & 1 deletion src/WatneyAstrometry.SolverApp/BlindOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System.Collections.Generic;
// Copyright (c) Jussi Saarivirta.
// Licensed under the Apache License, Version 2.0.

using System.Collections.Generic;
using CommandLine;
using CommandLine.Text;
using WatneyAstrometry.Core;
Expand Down
5 changes: 4 additions & 1 deletion src/WatneyAstrometry.SolverApp/Configuration.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Copyright (c) Jussi Saarivirta.
// Licensed under the Apache License, Version 2.0.

using System;
using System.IO;
using YamlDotNet.Serialization;

Expand Down
5 changes: 4 additions & 1 deletion src/WatneyAstrometry.SolverApp/GenericOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using CommandLine;
// Copyright (c) Jussi Saarivirta.
// Licensed under the Apache License, Version 2.0.

using CommandLine;

namespace WatneyAstrometry.SolverApp
{
Expand Down
5 changes: 4 additions & 1 deletion src/WatneyAstrometry.SolverApp/NearbyOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System.Collections.Generic;
// Copyright (c) Jussi Saarivirta.
// Licensed under the Apache License, Version 2.0.

using System.Collections.Generic;
using CommandLine;
using CommandLine.Text;

Expand Down
5 changes: 4 additions & 1 deletion src/WatneyAstrometry.SolverApp/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using System;
// Copyright (c) Jussi Saarivirta.
// Licensed under the Apache License, Version 2.0.

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
Expand Down

0 comments on commit bbe4994

Please sign in to comment.