Skip to content

Commit

Permalink
License info
Browse files Browse the repository at this point in the history
  • Loading branch information
DMagic1 committed Feb 22, 2017
1 parent a96d4c4 commit ce818c2
Show file tree
Hide file tree
Showing 47 changed files with 647 additions and 93 deletions.
15 changes: 14 additions & 1 deletion SCANsat.Unity/Interfaces/ISCAN_BigMap.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region license
/* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* ISCAN_BigMap - Interface for transfer of big map information
*
* Copyright (c)2013 damny;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 DMagic
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using System;
using System.Collections.Generic;
using UnityEngine;

Expand Down
16 changes: 14 additions & 2 deletions SCANsat.Unity/Interfaces/ISCAN_Color.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
using System;
#region license
/* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* ISCAN_Color - Interface for transfer of color management information
*
* Copyright (c)2013 damny;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 DMagic
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;

namespace SCANsat.Unity.Interfaces
{
Expand Down
15 changes: 14 additions & 1 deletion SCANsat.Unity/Interfaces/ISCAN_Instruments.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region license
/* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* ISCAN_Instruments - Interface for transfer of instruments window information
*
* Copyright (c)2013 damny;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 DMagic
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using System;
using UnityEngine;

namespace SCANsat.Unity.Interfaces
Expand Down
15 changes: 14 additions & 1 deletion SCANsat.Unity/Interfaces/ISCAN_MainMap.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region license
/* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* ISCAN_MainMap - Interface for transfer of main map information
*
* Copyright (c)2013 damny;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 DMagic
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using System;
using System.Collections.Generic;
using UnityEngine;

Expand Down
15 changes: 14 additions & 1 deletion SCANsat.Unity/Interfaces/ISCAN_Overlay.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region license
/* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* ISCAN_Overlay - Interface for transfer of overlay window information
*
* Copyright (c)2013 damny;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 DMagic
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using System;
using System.Collections.Generic;
using UnityEngine;

Expand Down
15 changes: 14 additions & 1 deletion SCANsat.Unity/Interfaces/ISCAN_Settings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region license
/* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* ISCAN_Settings - Interface for transfer of settings information
*
* Copyright (c)2013 damny;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 DMagic
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using System;
using System.Collections.Generic;
using UnityEngine;

Expand Down
15 changes: 14 additions & 1 deletion SCANsat.Unity/Interfaces/ISCAN_Toolbar.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using UnityEngine;
#region license
/* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* ISCAN_Toolbar - Interface for transfer of toolbar menu information
*
* Copyright (c)2013 damny;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 DMagic
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using UnityEngine;

namespace SCANsat.Unity.Interfaces
{
Expand Down
16 changes: 14 additions & 2 deletions SCANsat.Unity/Interfaces/ISCAN_ZoomMap.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
using System;
#region license
/* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* ISCAN_ZoomMap - Interface for transfer of zoom map information
*
* Copyright (c)2013 damny;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 DMagic
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;

namespace SCANsat.Unity.Interfaces
{
Expand Down
14 changes: 13 additions & 1 deletion SCANsat.Unity/MapLabelInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

#region license
/* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* MapLabelInfo - Data object for map icon and labels
*
* Copyright (c)2013 damny;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 DMagic
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using UnityEngine;

namespace SCANsat.Unity
Expand Down
15 changes: 14 additions & 1 deletion SCANsat.Unity/SCAN_DoubleButton.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region license
/* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* SCAN_DoubleButton - Script for handling double click buttons
*
* Copyright (c)2013 damny;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 DMagic
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
Expand Down
15 changes: 14 additions & 1 deletion SCANsat.Unity/SCAN_Toggle.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region license
/* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* SCAN_Toggle - Script to replace the hover sprite for the active toggle state
*
* Copyright (c)2013 damny;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 DMagic
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
Expand Down
15 changes: 14 additions & 1 deletion SCANsat.Unity/SettingsPage.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region license
/* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* SettingsPage - Base behaviour for all settings window pages
*
* Copyright (c)2013 damny;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 DMagic
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using System;
using UnityEngine;
using UnityEngine.EventSystems;

Expand Down
15 changes: 14 additions & 1 deletion SCANsat.Unity/SimpleLabelInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using UnityEngine;
#region license
/* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* SimpleLabelInfo - Data object for simple map icon
*
* Copyright (c)2013 damny;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 DMagic
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using UnityEngine;

namespace SCANsat.Unity
{
Expand Down
33 changes: 10 additions & 23 deletions SCANsat.Unity/TextHandler.cs
Original file line number Diff line number Diff line change
@@ -1,27 +1,14 @@
#region license
/*The MIT License (MIT)
TextHandler - Script for handling Text object replacement with Text Mesh Pro
Copyright (c) 2016 DMagic
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
/* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* TextHandler - Script for handling Text object replacement with Text Mesh Pro
*
* Copyright (c)2013 damny;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 DMagic
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using System;
Expand Down
15 changes: 14 additions & 1 deletion SCANsat.Unity/Unity/SCAN_BackgroundElement.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region license
/*
* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* SCAN_BackgroundElement - Script for controlling background scanning toggle elements
*
* Copyright (c)2014 David Grandy <david.grandy@gmail.com>;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
Expand Down
15 changes: 14 additions & 1 deletion SCANsat.Unity/Unity/SCAN_BigMap.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region license
/*
* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* SCAN_BigMap - Script for controlling the big map UI
*
* Copyright (c)2014 David Grandy <david.grandy@gmail.com>;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using System;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
Expand Down
15 changes: 14 additions & 1 deletion SCANsat.Unity/Unity/SCAN_ColorAltimetry.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region license
/*
* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* SCAN_ColorAltimetry - Script for controlling the altimetry color management UI
*
* Copyright (c)2014 David Grandy <david.grandy@gmail.com>;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
Expand Down
15 changes: 14 additions & 1 deletion SCANsat.Unity/Unity/SCAN_ColorBiome.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region license
/*
* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* SCAN_ColorBiome - Script for controlling the biome color management UI
*
* Copyright (c)2014 David Grandy <david.grandy@gmail.com>;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
Expand Down
15 changes: 14 additions & 1 deletion SCANsat.Unity/Unity/SCAN_ColorControl.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
using System;
#region license
/*
* [Scientific Committee on Advanced Navigation]
* S.C.A.N. Satellite
*
* SCAN_ColorControl - Script for controlling the color management settings tab
*
* Copyright (c)2014 David Grandy <david.grandy@gmail.com>;
* Copyright (c)2014 technogeeky <technogeeky@gmail.com>;
* Copyright (c)2014 (Your Name Here) <your email here>; see LICENSE.txt for licensing details.
*/
#endregion

using System;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
Expand Down
Loading

0 comments on commit ce818c2

Please sign in to comment.