|
1 |
| -using Fclp.Tests.Internals; |
| 1 | +#region License |
| 2 | +// FluentCommandLineParserMSpecTests.cs |
| 3 | +// Copyright (c) 2013, Simon Williams |
| 4 | +// All rights reserved. |
| 5 | +// |
| 6 | +// Redistribution and use in source and binary forms, with or without modification, are permitted provide |
| 7 | +// d that the following conditions are met: |
| 8 | +// |
| 9 | +// Redistributions of source code must retain the above copyright notice, this list of conditions and the |
| 10 | +// following disclaimer. |
| 11 | +// |
| 12 | +// Redistributions in binary form must reproduce the above copyright notice, this list of conditions and |
| 13 | +// the following disclaimer in the documentation and/or other materials provided with the distribution. |
| 14 | +// |
| 15 | +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED |
| 16 | +// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A |
| 17 | +// PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR |
| 18 | +// ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| 19 | +// TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 20 | +// HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 21 | +// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 22 | +// POSSIBILITY OF SUCH DAMAGE. |
| 23 | +#endregion |
| 24 | + |
| 25 | +using Fclp.Tests.Internals; |
2 | 26 | using Machine.Specifications;
|
3 | 27 |
|
4 | 28 | namespace Fclp.Tests
|
|
0 commit comments