Skip to content

Commit f9f6a59

Browse files
committed
Update file headers
1 parent 15e7280 commit f9f6a59

681 files changed

Lines changed: 5588 additions & 3142 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Source/Examples/DocumentationExamples/ExampleGenerator/Program.cs

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
namespace ExampleGenerator
1+
// --------------------------------------------------------------------------------------------------------------------
2+
// <copyright file="Program.cs" company="OxyPlot">
3+
// The MIT License (MIT)
4+
//
5+
// Copyright (c) 2014 OxyPlot contributors
6+
//
7+
// Permission is hereby granted, free of charge, to any person obtaining a
8+
// copy of this software and associated documentation files (the
9+
// "Software"), to deal in the Software without restriction, including
10+
// without limitation the rights to use, copy, modify, merge, publish,
11+
// distribute, sublicense, and/or sell copies of the Software, and to
12+
// permit persons to whom the Software is furnished to do so, subject to
13+
// the following conditions:
14+
//
15+
// The above copyright notice and this permission notice shall be included
16+
// in all copies or substantial portions of the Software.
17+
//
18+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19+
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20+
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21+
// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22+
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23+
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24+
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
// </copyright>
26+
// --------------------------------------------------------------------------------------------------------------------
27+
28+
namespace ExampleGenerator
229
{
330
using System;
431
using System.Drawing;
@@ -65,4 +92,4 @@ private static void Export(PlotModel model, string name)
6592
}
6693
}
6794
}
68-
}
95+
}

Source/Examples/DocumentationExamples/ExampleGenerator/Properties/AssemblyInfo.cs

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
using System.Reflection;
1+
// --------------------------------------------------------------------------------------------------------------------
2+
// <copyright file="AssemblyInfo.cs" company="OxyPlot">
3+
// The MIT License (MIT)
4+
//
5+
// Copyright (c) 2014 OxyPlot contributors
6+
//
7+
// Permission is hereby granted, free of charge, to any person obtaining a
8+
// copy of this software and associated documentation files (the
9+
// "Software"), to deal in the Software without restriction, including
10+
// without limitation the rights to use, copy, modify, merge, publish,
11+
// distribute, sublicense, and/or sell copies of the Software, and to
12+
// permit persons to whom the Software is furnished to do so, subject to
13+
// the following conditions:
14+
//
15+
// The above copyright notice and this permission notice shall be included
16+
// in all copies or substantial portions of the Software.
17+
//
18+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19+
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20+
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21+
// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22+
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23+
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24+
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
// </copyright>
26+
// --------------------------------------------------------------------------------------------------------------------
27+
28+
using System.Reflection;
229
using System.Runtime.CompilerServices;
330
using System.Runtime.InteropServices;
431

@@ -33,4 +60,4 @@
3360
// by using the '*' as shown below:
3461
// [assembly: AssemblyVersion("1.0.*")]
3562
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
63+
[assembly: AssemblyFileVersion("1.0.0.0")]

Source/Examples/DocumentationExamples/ExampleGenerator/SeriesExamples.cs

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
namespace ExampleGenerator
1+
// --------------------------------------------------------------------------------------------------------------------
2+
// <copyright file="SeriesExamples.cs" company="OxyPlot">
3+
// The MIT License (MIT)
4+
//
5+
// Copyright (c) 2014 OxyPlot contributors
6+
//
7+
// Permission is hereby granted, free of charge, to any person obtaining a
8+
// copy of this software and associated documentation files (the
9+
// "Software"), to deal in the Software without restriction, including
10+
// without limitation the rights to use, copy, modify, merge, publish,
11+
// distribute, sublicense, and/or sell copies of the Software, and to
12+
// permit persons to whom the Software is furnished to do so, subject to
13+
// the following conditions:
14+
//
15+
// The above copyright notice and this permission notice shall be included
16+
// in all copies or substantial portions of the Software.
17+
//
18+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19+
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20+
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21+
// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22+
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23+
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24+
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
// </copyright>
26+
// --------------------------------------------------------------------------------------------------------------------
27+
28+
namespace ExampleGenerator
229
{
330
using System;
431
using System.Globalization;
@@ -240,4 +267,4 @@ public static PlotModel LineSeriesSmoothed()
240267
return model;
241268
}
242269
}
243-
}
270+
}

Source/Examples/DocumentationExamples/HelloWorld/SilverlightApplication1/App.xaml.cs

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
using System;
1+
// --------------------------------------------------------------------------------------------------------------------
2+
// <copyright file="App.xaml.cs" company="OxyPlot">
3+
// The MIT License (MIT)
4+
//
5+
// Copyright (c) 2014 OxyPlot contributors
6+
//
7+
// Permission is hereby granted, free of charge, to any person obtaining a
8+
// copy of this software and associated documentation files (the
9+
// "Software"), to deal in the Software without restriction, including
10+
// without limitation the rights to use, copy, modify, merge, publish,
11+
// distribute, sublicense, and/or sell copies of the Software, and to
12+
// permit persons to whom the Software is furnished to do so, subject to
13+
// the following conditions:
14+
//
15+
// The above copyright notice and this permission notice shall be included
16+
// in all copies or substantial portions of the Software.
17+
//
18+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19+
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20+
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21+
// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22+
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23+
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24+
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
// </copyright>
26+
// --------------------------------------------------------------------------------------------------------------------
27+
28+
using System;
229
using System.Collections.Generic;
330
using System.Linq;
431
using System.Net;
@@ -65,4 +92,4 @@ private void ReportErrorToDOM(ApplicationUnhandledExceptionEventArgs e)
6592
}
6693
}
6794
}
68-
}
95+
}

Source/Examples/DocumentationExamples/HelloWorld/SilverlightApplication1/MainPage.xaml.cs

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
namespace SilverlightApplication1
1+
// --------------------------------------------------------------------------------------------------------------------
2+
// <copyright file="MainPage.xaml.cs" company="OxyPlot">
3+
// The MIT License (MIT)
4+
//
5+
// Copyright (c) 2014 OxyPlot contributors
6+
//
7+
// Permission is hereby granted, free of charge, to any person obtaining a
8+
// copy of this software and associated documentation files (the
9+
// "Software"), to deal in the Software without restriction, including
10+
// without limitation the rights to use, copy, modify, merge, publish,
11+
// distribute, sublicense, and/or sell copies of the Software, and to
12+
// permit persons to whom the Software is furnished to do so, subject to
13+
// the following conditions:
14+
//
15+
// The above copyright notice and this permission notice shall be included
16+
// in all copies or substantial portions of the Software.
17+
//
18+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19+
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20+
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21+
// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22+
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23+
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24+
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
// </copyright>
26+
// --------------------------------------------------------------------------------------------------------------------
27+
28+
namespace SilverlightApplication1
229
{
330
using System.Windows.Controls;
431

@@ -9,4 +36,4 @@ public MainPage()
936
InitializeComponent();
1037
}
1138
}
12-
}
39+
}

Source/Examples/DocumentationExamples/HelloWorld/SilverlightApplication1/MainViewModel.cs

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
namespace SilverlightApplication1
1+
// --------------------------------------------------------------------------------------------------------------------
2+
// <copyright file="MainViewModel.cs" company="OxyPlot">
3+
// The MIT License (MIT)
4+
//
5+
// Copyright (c) 2014 OxyPlot contributors
6+
//
7+
// Permission is hereby granted, free of charge, to any person obtaining a
8+
// copy of this software and associated documentation files (the
9+
// "Software"), to deal in the Software without restriction, including
10+
// without limitation the rights to use, copy, modify, merge, publish,
11+
// distribute, sublicense, and/or sell copies of the Software, and to
12+
// permit persons to whom the Software is furnished to do so, subject to
13+
// the following conditions:
14+
//
15+
// The above copyright notice and this permission notice shall be included
16+
// in all copies or substantial portions of the Software.
17+
//
18+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19+
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20+
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21+
// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22+
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23+
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24+
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
// </copyright>
26+
// --------------------------------------------------------------------------------------------------------------------
27+
28+
namespace SilverlightApplication1
229
{
330
using System;
431

Source/Examples/DocumentationExamples/HelloWorld/SilverlightApplication1/Properties/AssemblyInfo.cs

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
using System.Reflection;
1+
// --------------------------------------------------------------------------------------------------------------------
2+
// <copyright file="AssemblyInfo.cs" company="OxyPlot">
3+
// The MIT License (MIT)
4+
//
5+
// Copyright (c) 2014 OxyPlot contributors
6+
//
7+
// Permission is hereby granted, free of charge, to any person obtaining a
8+
// copy of this software and associated documentation files (the
9+
// "Software"), to deal in the Software without restriction, including
10+
// without limitation the rights to use, copy, modify, merge, publish,
11+
// distribute, sublicense, and/or sell copies of the Software, and to
12+
// permit persons to whom the Software is furnished to do so, subject to
13+
// the following conditions:
14+
//
15+
// The above copyright notice and this permission notice shall be included
16+
// in all copies or substantial portions of the Software.
17+
//
18+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19+
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20+
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21+
// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22+
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23+
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24+
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
// </copyright>
26+
// --------------------------------------------------------------------------------------------------------------------
27+
28+
using System.Reflection;
229
using System.Runtime.CompilerServices;
330
using System.Runtime.InteropServices;
431

@@ -32,4 +59,4 @@
3259
// You can specify all the values or you can default the Revision and Build Numbers
3360
// by using the '*' as shown below:
3461
[assembly: AssemblyVersion("1.0.0.0")]
35-
[assembly: AssemblyFileVersion("1.0.0.0")]
62+
[assembly: AssemblyFileVersion("1.0.0.0")]

Source/Examples/DocumentationExamples/HelloWorld/WindowsFormsApplication1/Form1.cs

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
namespace WindowsFormsApplication1
1+
// --------------------------------------------------------------------------------------------------------------------
2+
// <copyright file="Form1.cs" company="OxyPlot">
3+
// The MIT License (MIT)
4+
//
5+
// Copyright (c) 2014 OxyPlot contributors
6+
//
7+
// Permission is hereby granted, free of charge, to any person obtaining a
8+
// copy of this software and associated documentation files (the
9+
// "Software"), to deal in the Software without restriction, including
10+
// without limitation the rights to use, copy, modify, merge, publish,
11+
// distribute, sublicense, and/or sell copies of the Software, and to
12+
// permit persons to whom the Software is furnished to do so, subject to
13+
// the following conditions:
14+
//
15+
// The above copyright notice and this permission notice shall be included
16+
// in all copies or substantial portions of the Software.
17+
//
18+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19+
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20+
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21+
// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22+
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23+
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24+
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
// </copyright>
26+
// --------------------------------------------------------------------------------------------------------------------
27+
28+
namespace WindowsFormsApplication1
229
{
330
using System;
431
using System.Windows.Forms;
@@ -16,4 +43,4 @@ public Form1()
1643
this.plot1.Model = myModel;
1744
}
1845
}
19-
}
46+
}

Source/Examples/DocumentationExamples/HelloWorld/WindowsFormsApplication1/Program.cs

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
1-
using System;
1+
// --------------------------------------------------------------------------------------------------------------------
2+
// <copyright file="Program.cs" company="OxyPlot">
3+
// The MIT License (MIT)
4+
//
5+
// Copyright (c) 2014 OxyPlot contributors
6+
//
7+
// Permission is hereby granted, free of charge, to any person obtaining a
8+
// copy of this software and associated documentation files (the
9+
// "Software"), to deal in the Software without restriction, including
10+
// without limitation the rights to use, copy, modify, merge, publish,
11+
// distribute, sublicense, and/or sell copies of the Software, and to
12+
// permit persons to whom the Software is furnished to do so, subject to
13+
// the following conditions:
14+
//
15+
// The above copyright notice and this permission notice shall be included
16+
// in all copies or substantial portions of the Software.
17+
//
18+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19+
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20+
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21+
// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22+
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23+
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24+
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
// </copyright>
26+
// <summary>
27+
// The main entry point for the application.
28+
// </summary>
29+
// --------------------------------------------------------------------------------------------------------------------
30+
31+
using System;
232
using System.Collections.Generic;
333
using System.Linq;
434
using System.Windows.Forms;
@@ -18,4 +48,4 @@ static void Main()
1848
Application.Run(new Form1());
1949
}
2050
}
21-
}
51+
}

Source/Examples/DocumentationExamples/HelloWorld/WindowsFormsApplication1/Properties/AssemblyInfo.cs

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
using System.Reflection;
1+
// --------------------------------------------------------------------------------------------------------------------
2+
// <copyright file="AssemblyInfo.cs" company="OxyPlot">
3+
// The MIT License (MIT)
4+
//
5+
// Copyright (c) 2014 OxyPlot contributors
6+
//
7+
// Permission is hereby granted, free of charge, to any person obtaining a
8+
// copy of this software and associated documentation files (the
9+
// "Software"), to deal in the Software without restriction, including
10+
// without limitation the rights to use, copy, modify, merge, publish,
11+
// distribute, sublicense, and/or sell copies of the Software, and to
12+
// permit persons to whom the Software is furnished to do so, subject to
13+
// the following conditions:
14+
//
15+
// The above copyright notice and this permission notice shall be included
16+
// in all copies or substantial portions of the Software.
17+
//
18+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19+
// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20+
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21+
// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22+
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23+
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24+
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25+
// </copyright>
26+
// --------------------------------------------------------------------------------------------------------------------
27+
28+
using System.Reflection;
229
using System.Runtime.CompilerServices;
330
using System.Runtime.InteropServices;
431

@@ -33,4 +60,4 @@
3360
// by using the '*' as shown below:
3461
// [assembly: AssemblyVersion("1.0.*")]
3562
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
63+
[assembly: AssemblyFileVersion("1.0.0.0")]

0 commit comments

Comments
 (0)