Skip to content
This repository was archived by the owner on Nov 9, 2021. It is now read-only.

Commit 585dd47

Browse files
committed
Release 1.0.1 - Licensing cleanup - Code formatting
1 parent 1d34302 commit 585dd47

22 files changed

+1610
-1694
lines changed

Assembly/AssemblyInfo.cs

Lines changed: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,36 @@
1-
// Commons.GetOptions Assembly Information
1+
// Commons.GetOptions
22
//
3-
// Copyright ©2002-2014 Rafael 'Monoman' Teixeira, Managed Commons Team
3+
// Copyright (c) 2002-2015 Rafael 'Monoman' Teixeira, Managed Commons Team
44
//
5-
// Permission is hereby granted, free of charge, to any person obtaining
6-
// a copy of this software and associated documentation files (the
7-
// "Software"), to deal in the Software without restriction, including
8-
// without limitation the rights to use, copy, modify, merge, publish,
9-
// distribute, sublicense, and/or sell copies of the Software, and to
10-
// permit persons to whom the Software is furnished to do so, subject to
11-
// the following conditions:
12-
//
13-
// The above copyright notice and this permission notice shall be
14-
// included in all copies or substantial portions of the Software.
15-
//
16-
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17-
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18-
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19-
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20-
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21-
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22-
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5+
// Permission is hereby granted, free of charge, to any person obtaining a copy
6+
// of this software and associated documentation files (the "Software"), to deal
7+
// in the Software without restriction, including without limitation the rights
8+
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
// copies of the Software, and to permit persons to whom the Software is
10+
// furnished to do so, subject to the following conditions:
2311
//
12+
// The above copyright notice and this permission notice shall be included in all
13+
// copies or substantial portions of the Software.
14+
//
15+
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
// SOFTWARE.
2422

2523
using System;
2624
using System.Reflection;
27-
using System.Runtime.CompilerServices;
2825

2926
[assembly: AssemblyTitle("Commons.GetOptions")]
3027
[assembly: AssemblyDescription("Command line arguments parsing library")]
3128
[assembly: AssemblyConfiguration("")]
32-
[assembly: AssemblyCompany("Managed Commons Team")]
33-
[assembly: AssemblyCopyright("Copyright ©2002-2014 Rafael 'Monoman' Teixeira, Managed Commons Team")]
29+
[assembly: AssemblyCompany("Rafael 'Monoman' Teixeira, Managed Commons Team")]
30+
[assembly: AssemblyCopyright("Copyright ©2002-2015 Rafael 'Monoman' Teixeira, Managed Commons Team")]
3431
[assembly: AssemblyTrademark("")]
3532
[assembly: AssemblyCulture("")]
3633
[assembly: CLSCompliant(true)]
37-
38-
[assembly: AssemblyVersion("1.0.2014.1")]
34+
[assembly: AssemblyVersion("1.0.2015.1")]
3935
[assembly: AssemblyProduct("Managed.Commons.GetOptions")]
40-
[assembly: AssemblyInformationalVersion("1.0")]
36+
[assembly: AssemblyInformationalVersion("1.0.1")]

Commons.GetOptions-license.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Commons.GetOptions
33

44
----------
55

6-
**Copyright (c) 2014 Managed Commons Team**
6+
**Copyright (c) 2002-2015 Rafael 'Monoman' Teixeira, Managed Commons Team**
77

88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
@@ -23,5 +23,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2323
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2424
THE SOFTWARE.
2525

26-
27-
----------
26+
----------

0 commit comments

Comments
 (0)