From 292c831c58e2e346a920bc21935b0543ec28aa5d Mon Sep 17 00:00:00 2001 From: gmarz Date: Mon, 7 Mar 2016 13:13:41 -0500 Subject: [PATCH] Bump version to 1.7.2 --- ...ticsearch.Net.Connection.HttpClient.nuspec | 2 +- ...Elasticsearch.Net.Connection.Thrift.nuspec | 2 +- build/Elasticsearch.Net.JsonNET.nuspec | 2 +- build/NEST.nuspec | 2 +- packages/AppDomainToolkit/license.html | 516 ++++++ .../Autofac.Extras.FakeItEasy/license.html | 381 ++++ packages/Autofac/license.html | 381 ++++ packages/CsQuery/license.html | 610 +++++++ packages/FakeItEasy/license.html | 987 ++++++++++ packages/FluentAssertions/license.html | 1594 +++++++++++++++++ packages/FubuCore/license.html | 14 + packages/FubuCsProjFile/license.html | 14 + packages/Moq/license.html | 386 ++++ packages/Newtonsoft.Json/license.html | 20 + packages/RazorMachine/license.html | 149 ++ packages/ShellProgressBar/license.html | 75 + .../Properties/AssemblyInfo.cs | 6 +- .../Properties/AssemblyInfo.cs | 6 +- .../Properties/AssemblyInfo.cs | 6 +- .../Properties/AssemblyInfo.cs | 6 +- .../Properties/AssemblyInfo.cs | 6 +- src/Nest/Properties/AssemblyInfo.cs | 6 +- .../Properties/AssemblyInfo.cs | 6 +- .../Properties/AssemblyInfo.cs | 6 +- .../Properties/AssemblyInfo.cs | 6 +- .../Properties/AssemblyInfo.cs | 6 +- .../Properties/AssemblyInfo.cs | 6 +- .../Properties/AssemblyInfo.cs | 6 +- .../Properties/AssemblyInfo.cs | 6 +- .../Properties/AssemblyInfo.cs | 6 +- 30 files changed, 5173 insertions(+), 46 deletions(-) create mode 100644 packages/AppDomainToolkit/license.html create mode 100644 packages/Autofac.Extras.FakeItEasy/license.html create mode 100644 packages/Autofac/license.html create mode 100644 packages/CsQuery/license.html create mode 100644 packages/FakeItEasy/license.html create mode 100644 packages/FluentAssertions/license.html create mode 100644 packages/FubuCore/license.html create mode 100644 packages/FubuCsProjFile/license.html create mode 100644 packages/Moq/license.html create mode 100644 packages/Newtonsoft.Json/license.html create mode 100644 packages/RazorMachine/license.html create mode 100644 packages/ShellProgressBar/license.html diff --git a/build/Elasticsearch.Net.Connection.HttpClient.nuspec b/build/Elasticsearch.Net.Connection.HttpClient.nuspec index 4896c9c724e..53ce6189224 100644 --- a/build/Elasticsearch.Net.Connection.HttpClient.nuspec +++ b/build/Elasticsearch.Net.Connection.HttpClient.nuspec @@ -13,7 +13,7 @@ false An IConnection implementation that uses System.Net.Http.HttpClient to talk with elasticsearch - + elasticsearch elastic search lucene thrift nest diff --git a/build/Elasticsearch.Net.Connection.Thrift.nuspec b/build/Elasticsearch.Net.Connection.Thrift.nuspec index b8371904bc4..1ae4b392497 100644 --- a/build/Elasticsearch.Net.Connection.Thrift.nuspec +++ b/build/Elasticsearch.Net.Connection.Thrift.nuspec @@ -13,7 +13,7 @@ false An IConnection implementation that utilizes Apache Thrift to talk with elasticsearch - + elasticsearch elastic search lucene thrift nest diff --git a/build/Elasticsearch.Net.JsonNET.nuspec b/build/Elasticsearch.Net.JsonNET.nuspec index bbb1b79a58c..d37a69483d1 100644 --- a/build/Elasticsearch.Net.JsonNET.nuspec +++ b/build/Elasticsearch.Net.JsonNET.nuspec @@ -13,7 +13,7 @@ false This package is only useful if you use the low level client ONLY and do not use NEST but would like to use JSON.NET as your serializer - + elasticsearch elastic search lucene thrift nest diff --git a/build/NEST.nuspec b/build/NEST.nuspec index 230b0ef0264..0b6cf0c2c24 100644 --- a/build/NEST.nuspec +++ b/build/NEST.nuspec @@ -13,7 +13,7 @@ false Elasticsearch client, strongly typed interface to Elasticsearch. Fluent request builder, mapped responses and powerful query dsl. Uses and exposes Elasticsearch.Net - + elasticsearch elastic search lucene nest diff --git a/packages/AppDomainToolkit/license.html b/packages/AppDomainToolkit/license.html new file mode 100644 index 00000000000..77c118354ba --- /dev/null +++ b/packages/AppDomainToolkit/license.html @@ -0,0 +1,516 @@ + + + + + + + + + + + + + + + + + + + + + + + + AppDomainToolkit/LICENSE.md at master · jduv/AppDomainToolkit · GitHub + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Skip to content + + + + + + + + + + + + +
+ +
+
+ + +
+
+
+ + + +
+
+ + + + + + + +
+ +
+ + + +
+ +
+ + Find file + + +
+ +
+ + +
+ Fetching contributors… +
+ +
+ + Cannot retrieve contributors at this time +
+
+
+
+
+ +
+ Raw + Blame + History +
+ + + + +
+ +
+ 19 lines (15 sloc) + + 1.04 KB +
+
+ + +
+

Copyright (c) 2012 Jeremy Duvall

+ +

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.

+
+
+ +
+ + + + +
+ +
+ + +
+
+ +
+ + + + + + + + + +
+ + + Something went wrong with that request. Please try again. +
+ + + + + + + + + + + + + + diff --git a/packages/Autofac.Extras.FakeItEasy/license.html b/packages/Autofac.Extras.FakeItEasy/license.html new file mode 100644 index 00000000000..109926ec48d --- /dev/null +++ b/packages/Autofac.Extras.FakeItEasy/license.html @@ -0,0 +1,381 @@ + + + + + + + + + + + + The MIT License (MIT) | Open Source Initiative + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+
+ + +
+
+ +
+ +
+
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+
+ + +
+
+ + + + + + + + + + + + +
+ + + +
+
+ + + + +
+ + + +
+ + +
+ + + + +
+ +

The MIT License (MIT)

+ + + +
+
+ + + + + +
+
+ + +
+
+ + +
+
+ + +

+ +
+ +The MIT License (MIT) + +

Copyright (c) <year> <copyright holders>

+ +

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.

+
+ + + + +
+
+
+ +
+ + +
+ + +
+ + +
+ +
+
+ + + +
+ + + + + + + \ No newline at end of file diff --git a/packages/Autofac/license.html b/packages/Autofac/license.html new file mode 100644 index 00000000000..109926ec48d --- /dev/null +++ b/packages/Autofac/license.html @@ -0,0 +1,381 @@ + + + + + + + + + + + + The MIT License (MIT) | Open Source Initiative + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+
+ + +
+
+ +
+ +
+
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+
+ + +
+
+ + + + + + + + + + + + +
+ + + +
+
+ + + + +
+ + + +
+ + +
+ + + + +
+ +

The MIT License (MIT)

+ + + +
+
+ + + + + +
+
+ + +
+
+ + +
+
+ + +

+ +
+ +The MIT License (MIT) + +

Copyright (c) <year> <copyright holders>

+ +

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.

+
+ + + + +
+
+
+ +
+ + +
+ + +
+ + +
+ +
+
+ + + +
+ + + + + + + \ No newline at end of file diff --git a/packages/CsQuery/license.html b/packages/CsQuery/license.html new file mode 100644 index 00000000000..05cd92ec8f7 --- /dev/null +++ b/packages/CsQuery/license.html @@ -0,0 +1,610 @@ + + + + + + + + + + + + + + + + + + + + + + + + CsQuery/LICENSE.txt at master · jamietre/CsQuery · GitHub + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Skip to content + + + + + + + + + + + + +
+ +
+
+ + +
+
+
+ + + +
+
+ + + + + + + +
+ +
+ + + +
+ +
+ + Find file + + +
+ +
+ + +
+ + + 57c4614 + + + + + + + + +
+ +
+
+
+ +
+ Raw + Blame + History +
+ + + + +
+ +
+ 22 lines (17 sloc) + + 1.1 KB +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Code use license for CsQuery
+
Copyright (c) 2012 James Treworgy
+
LICENSE (MIT License)
+
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.
+ +
+ +
+ +Jump to Line + + +
+ +
+ +
+
+ +
+ +
+ +
+ + + + + + + +
+ + + Something went wrong with that request. Please try again. +
+ + + + + + + + + + + + + + diff --git a/packages/FakeItEasy/license.html b/packages/FakeItEasy/license.html new file mode 100644 index 00000000000..d61de9e36f5 --- /dev/null +++ b/packages/FakeItEasy/license.html @@ -0,0 +1,987 @@ + + + + + + + + + + + + + + + + + + + + + + + + FakeItEasy/License.txt at master · FakeItEasy/FakeItEasy · GitHub + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Skip to content + + + + + + + + + + + + +
+ +
+
+ + +
+
+
+ + + +
+
+ + + + + + + + + + +
+ + + 08e2535 + + + + + +
+ + @adamralph + @patrik-hagne + + +
+ + +
+ +
+
+
+ +
+ Raw + Blame + History +
+ + + + +
+ +
+ 9 lines (5 sloc) + + 1.09 KB +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
The MIT License (MIT)
Copyright (c) FakeItEasy contributors. (fakeiteasy@hagne.se)
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.
+ +
+ +
+ + + + +
+ +
+ + +
+
+ +
+ + + + + + + + + +
+ + + Something went wrong with that request. Please try again. +
+ + + + + + + + + + + + + + diff --git a/packages/FluentAssertions/license.html b/packages/FluentAssertions/license.html new file mode 100644 index 00000000000..8b6adca4771 --- /dev/null +++ b/packages/FluentAssertions/license.html @@ -0,0 +1,1594 @@ + + + + + + + + + + + + + + + + + + + + + + + + FluentAssertions/LICENSE at master · dennisdoomen/FluentAssertions · GitHub + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Skip to content + + + + + + + + + + + + +
+ +
+
+ + +
+
+
+ + + +
+
+ + + + + + + + + + +
+ + + 096c42a + + + + + +
+ + +
+ + +
+ +
+
+
+ +
+ Raw + Blame + History +
+ + + + +
+ +
+ 192 lines (155 sloc) + + 10 KB +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
1. Definitions.
+
"License" shall mean the terms and conditions for use, reproduction, and
distribution as defined by Sections 1 through 9 of this document.
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright
owner that is granting the License.
+
"Legal Entity" shall mean the union of the acting entity and all other entities
that control, are controlled by, or are under common control with that entity.
For the purposes of this definition, "control" means (i) the power, direct or
indirect, to cause the direction or management of such entity, whether by
contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
+
"You" (or "Your") shall mean an individual or Legal Entity exercising
permissions granted by this License.
+
"Source" form shall mean the preferred form for making modifications, including
but not limited to software source code, documentation source, and configuration
files.
+
"Object" form shall mean any form resulting from mechanical transformation or
translation of a Source form, including but not limited to compiled object code,
generated documentation, and conversions to other media types.
+
"Work" shall mean the work of authorship, whether in Source or Object form, made
available under the License, as indicated by a copyright notice that is included
in or attached to the work (an example is provided in the Appendix below).
+
"Derivative Works" shall mean any work, whether in Source or Object form, that
is based on (or derived from) the Work and for which the editorial revisions,
annotations, elaborations, or other modifications represent, as a whole, an
original work of authorship. For the purposes of this License, Derivative Works
shall not include works that remain separable from, or merely link (or bind by
name) to the interfaces of, the Work and Derivative Works thereof.
+
"Contribution" shall mean any work of authorship, including the original version
of the Work and any modifications or additions to that Work or Derivative Works
thereof, that is intentionally submitted to Licensor for inclusion in the Work
by the copyright owner or by an individual or Legal Entity authorized to submit
on behalf of the copyright owner. For the purposes of this definition,
"submitted" means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems, and
issue tracking systems that are managed by, or on behalf of, the Licensor for
the purpose of discussing and improving the Work, but excluding communication
that is conspicuously marked or otherwise designated in writing by the copyright
owner as "Not a Contribution."
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
of whom a Contribution has been received by Licensor and subsequently
incorporated within the Work.
+
2. Grant of Copyright License.
+
Subject to the terms and conditions of this License, each Contributor hereby
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
irrevocable copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the Work and such
Derivative Works in Source or Object form.
+
3. Grant of Patent License.
+
Subject to the terms and conditions of this License, each Contributor hereby
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,
irrevocable (except as stated in this section) patent license to make, have
made, use, offer to sell, sell, import, and otherwise transfer the Work, where
such license applies only to those patent claims licensable by such Contributor
that are necessarily infringed by their Contribution(s) alone or by combination
of their Contribution(s) with the Work to which such Contribution(s) was
submitted. If You institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work or a
Contribution incorporated within the Work constitutes direct or contributory
patent infringement, then any patent licenses granted to You under this License
for that Work shall terminate as of the date such litigation is filed.
+
4. Redistribution.
+
You may reproduce and distribute copies of the Work or Derivative Works thereof
in any medium, with or without modifications, and in Source or Object form,
provided that You meet the following conditions:
+
You must give any other recipients of the Work or Derivative Works a copy of
this License; and
You must cause any modified files to carry prominent notices stating that You
changed the files; and
You must retain, in the Source form of any Derivative Works that You distribute,
all copyright, patent, trademark, and attribution notices from the Source form
of the Work, excluding those notices that do not pertain to any part of the
Derivative Works; and
If the Work includes a "NOTICE" text file as part of its distribution, then any
Derivative Works that You distribute must include a readable copy of the
attribution notices contained within such NOTICE file, excluding those notices
that do not pertain to any part of the Derivative Works, in at least one of the
following places: within a NOTICE text file distributed as part of the
Derivative Works; within the Source form or documentation, if provided along
with the Derivative Works; or, within a display generated by the Derivative
Works, if and wherever such third-party notices normally appear. The contents of
the NOTICE file are for informational purposes only and do not modify the
License. You may add Your own attribution notices within Derivative Works that
You distribute, alongside or as an addendum to the NOTICE text from the Work,
provided that such additional attribution notices cannot be construed as
modifying the License.
You may add Your own copyright statement to Your modifications and may provide
additional or different license terms and conditions for use, reproduction, or
distribution of Your modifications, or for any such Derivative Works as a whole,
provided Your use, reproduction, and distribution of the Work otherwise complies
with the conditions stated in this License.
+
5. Submission of Contributions.
+
Unless You explicitly state otherwise, any Contribution intentionally submitted
for inclusion in the Work by You to the Licensor shall be under the terms and
conditions of this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify the terms of
any separate license agreement you may have executed with Licensor regarding
such Contributions.
+
6. Trademarks.
+
This License does not grant permission to use the trade names, trademarks,
service marks, or product names of the Licensor, except as required for
reasonable and customary use in describing the origin of the Work and
reproducing the content of the NOTICE file.
+
7. Disclaimer of Warranty.
+
Unless required by applicable law or agreed to in writing, Licensor provides the
Work (and each Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied,
including, without limitation, any warranties or conditions of TITLE,
NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are
solely responsible for determining the appropriateness of using or
redistributing the Work and assume any risks associated with Your exercise of
permissions under this License.
+
8. Limitation of Liability.
+
In no event and under no legal theory, whether in tort (including negligence),
contract, or otherwise, unless required by applicable law (such as deliberate
and grossly negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special, incidental,
or consequential damages of any character arising as a result of this License or
out of the use or inability to use the Work (including but not limited to
damages for loss of goodwill, work stoppage, computer failure or malfunction, or
any and all other commercial damages or losses), even if such Contributor has
been advised of the possibility of such damages.
+
9. Accepting Warranty or Additional Liability.
+
While redistributing the Work or Derivative Works thereof, You may choose to
offer, and charge a fee for, acceptance of support, warranty, indemnity, or
other liability obligations and/or rights consistent with this License. However,
in accepting such obligations, You may act only on Your own behalf and on Your
sole responsibility, not on behalf of any other Contributor, and only if You
agree to indemnify, defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason of your
accepting any such warranty or additional liability.
+
END OF TERMS AND CONDITIONS
+
APPENDIX: How to apply the Apache License to your work
+
To apply the Apache License to your work, attach the following boilerplate
notice, with the fields enclosed by brackets "[]" replaced with your own
identifying information. (Don't include the brackets!) The text should be
enclosed in the appropriate comment syntax for the file format. We also
recommend that a file or class name and description of purpose be included on
the same "printed page" as the copyright notice for easier identification within
third-party archives.
+
Copyright [yyyy] [name of copyright owner]
+
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
+
http://www.apache.org/licenses/LICENSE-2.0
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
+ +
+ +
+ + + + +
+ +
+ + +
+
+ +
+ + + + + + + + + +
+ + + Something went wrong with that request. Please try again. +
+ + + + + + + + + + + + + + diff --git a/packages/FubuCore/license.html b/packages/FubuCore/license.html new file mode 100644 index 00000000000..81acecd700b --- /dev/null +++ b/packages/FubuCore/license.html @@ -0,0 +1,14 @@ +Copyright 2011 Jeremy Miller, Chad Myers, Joshua Flanagan, Robert Greyling, Joshua Arnold, Brandon Behrens, and Josh Arnold +Copyright 2009-2010 Chad Myers, Jeremy Miller, Joshua Flanagan, Mark Nijhof + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/packages/FubuCsProjFile/license.html b/packages/FubuCsProjFile/license.html new file mode 100644 index 00000000000..4808c75fa13 --- /dev/null +++ b/packages/FubuCsProjFile/license.html @@ -0,0 +1,14 @@ +Copyright 2011-2014 Jeremy Miller, Joshua Flanagan, Robert Greyling, Joshua Arnold, Corey Kaylor +Copyright 2009-2010 Chad Myers, Jeremy Miller, Joshua Flanagan, Mark Nijhof + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/packages/Moq/license.html b/packages/Moq/license.html new file mode 100644 index 00000000000..820313bda51 --- /dev/null +++ b/packages/Moq/license.html @@ -0,0 +1,386 @@ + + + + + + + + + + + + The BSD 2-Clause License | Open Source Initiative + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+
+ + +
+
+ +
+ +
+
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+ +
+
+ + +
+
+ + + + + + + + + + + + +
+ + + +
+
+ + + + +
+ + + +
+ + +
+ + + + +
+ +

The BSD 2-Clause License

+ + + +
+
+ + + + + +
+
+ + +
+
+ + +
+
+ + +

+ +
+ +
+

The following is a BSD 2-Clause license template. To generate your own license, change the values of OWNER and YEAR from their original values as given here, and substitute your own.

+ +

Note: see also the BSD-3-Clause license.

+ +

This prelude is not part of the license.

+
+ +

<OWNER> = Regents of the University of California
+ <YEAR> = 1998

+ +

In the original BSD license, both occurrences of the phrase "COPYRIGHT HOLDERS AND CONTRIBUTORS" in the disclaimer read "REGENTS AND CONTRIBUTORS".

+ +

Here is the license template:

+ +

Copyright (c) <YEAR>, <OWNER>
+ All rights reserved.

+ +

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

+ +

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

+ +

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

+ +

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

+ +
+ + + + +
+
+
+ +
+ + +
+ + +
+ + +
+ +
+
+ + + +
+ + + + + + + \ No newline at end of file diff --git a/packages/Newtonsoft.Json/license.html b/packages/Newtonsoft.Json/license.html new file mode 100644 index 00000000000..dfaadbe4938 --- /dev/null +++ b/packages/Newtonsoft.Json/license.html @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2007 James Newton-King + +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. diff --git a/packages/RazorMachine/license.html b/packages/RazorMachine/license.html new file mode 100644 index 00000000000..98c3da0b9ae --- /dev/null +++ b/packages/RazorMachine/license.html @@ -0,0 +1,149 @@ + + + + + + + + + + Microsoft Openness - Building Bridges Across Technologies + + + + + + + + + + + + +
+

Microsoft Openness

+ + + +
+ +
+ + + + + + + +
+ + +
+
+ +
+ +
+ +
+ +

Open Source Licenses

+ +

Microsoft maintains two licenses that have been certified by the Open Source Initiative (OSI). Certification by the OSI means that developers can be confident that the licenses meet the terms of the Open Source Definition. This page contains the text of those licenses; developers are free to use them as they wish within their works.

+ +

On this page:

+ + + +

Microsoft Public License (Ms-PL)

+ +

This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.

+ +
    +
  1. Definitions
    + The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
    + A "contribution" is the original software, or any additions or changes to the software.
    + A "contributor" is any person that distributes its contribution under this license.
    + "Licensed patents" are a contributor's patent claims that read directly on its contribution.
    +
  2. +
  3. Grant of Rights
    + (A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
    + (B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
    +
  4. +
  5. Conditions and Limitations
    + (A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
    + (B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
    + (C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
    + (D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
    + (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
    +
  6. +
+ +

Microsoft Reciprocal License (Ms-RL)

+ +

This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.

+ +
    +
  1. Definitions
    + The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
    + A "contribution" is the original software, or any additions or changes to the software.
    + A "contributor" is any person that distributes its contribution under this license.
    + "Licensed patents" are a contributor's patent claims that read directly on its contribution.
    +
  2. +
  3. Grant of Rights
    + (A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
    + (B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
    +
  4. +
  5. Conditions and Limitations
    + (A) Reciprocal Grants- For any file you distribute that contains code from the software (in source code or binary format), you must provide recipients the source code to that file along with a copy of this license, which license will govern that file. You may license other files that are entirely your own work and do not contain code from the software under any terms you choose.
    + (B) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
    + (C) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
    + (D) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
    + (E) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
    + (F) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees, or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
    +
  6. +
+ +
+ + + + + + \ No newline at end of file diff --git a/packages/ShellProgressBar/license.html b/packages/ShellProgressBar/license.html new file mode 100644 index 00000000000..594ab08e15b --- /dev/null +++ b/packages/ShellProgressBar/license.html @@ -0,0 +1,75 @@ + + + +MIT License + + + + + + + + +
+ +

The MIT License (MIT)

+

Copyright © 2016 Martijn Laarman

+ +

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.

+
+ + + + diff --git a/src/CodeGeneration/CodeGeneration.LowLevelClient/Properties/AssemblyInfo.cs b/src/CodeGeneration/CodeGeneration.LowLevelClient/Properties/AssemblyInfo.cs index e71de06d403..45d4553cd02 100644 --- a/src/CodeGeneration/CodeGeneration.LowLevelClient/Properties/AssemblyInfo.cs +++ b/src/CodeGeneration/CodeGeneration.LowLevelClient/Properties/AssemblyInfo.cs @@ -2,13 +2,13 @@ using System.Reflection; [assembly: AssemblyTitleAttribute("CodeGeneration.LowLevelClient")] -[assembly: AssemblyCopyrightAttribute("Elasticsearch 2015")] +[assembly: AssemblyCopyrightAttribute("Elasticsearch 2016")] [assembly: AssemblyDescriptionAttribute("")] [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("1.0.0")] -[assembly: AssemblyFileVersionAttribute("1.7.1")] -[assembly: AssemblyInformationalVersionAttribute("1.7.1")] +[assembly: AssemblyFileVersionAttribute("1.7.2")] +[assembly: AssemblyInformationalVersionAttribute("1.7.2")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "1.0.0"; diff --git a/src/CodeGeneration/CodeGeneration.YamlTestsRunner/Properties/AssemblyInfo.cs b/src/CodeGeneration/CodeGeneration.YamlTestsRunner/Properties/AssemblyInfo.cs index b667aad2baf..965debb6da7 100644 --- a/src/CodeGeneration/CodeGeneration.YamlTestsRunner/Properties/AssemblyInfo.cs +++ b/src/CodeGeneration/CodeGeneration.YamlTestsRunner/Properties/AssemblyInfo.cs @@ -2,13 +2,13 @@ using System.Reflection; [assembly: AssemblyTitleAttribute("CodeGeneration.YamlTestsRunner")] -[assembly: AssemblyCopyrightAttribute("Elasticsearch 2015")] +[assembly: AssemblyCopyrightAttribute("Elasticsearch 2016")] [assembly: AssemblyDescriptionAttribute("")] [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("1.0.0")] -[assembly: AssemblyFileVersionAttribute("1.7.1")] -[assembly: AssemblyInformationalVersionAttribute("1.7.1")] +[assembly: AssemblyFileVersionAttribute("1.7.2")] +[assembly: AssemblyInformationalVersionAttribute("1.7.2")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "1.0.0"; diff --git a/src/Connections/Elasticsearch.Net.Connection.HttpClient/Properties/AssemblyInfo.cs b/src/Connections/Elasticsearch.Net.Connection.HttpClient/Properties/AssemblyInfo.cs index 47866db9697..e14cbe08b37 100644 --- a/src/Connections/Elasticsearch.Net.Connection.HttpClient/Properties/AssemblyInfo.cs +++ b/src/Connections/Elasticsearch.Net.Connection.HttpClient/Properties/AssemblyInfo.cs @@ -2,13 +2,13 @@ using System.Reflection; [assembly: AssemblyTitleAttribute("Elasticsearch.Net.Connection.HttpClient")] -[assembly: AssemblyCopyrightAttribute("Elasticsearch 2015")] +[assembly: AssemblyCopyrightAttribute("Elasticsearch 2016")] [assembly: AssemblyDescriptionAttribute("IConnection implementation that uses HttpClient (.NET 4.5 only)")] [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("1.0.0")] -[assembly: AssemblyFileVersionAttribute("1.7.1")] -[assembly: AssemblyInformationalVersionAttribute("1.7.1")] +[assembly: AssemblyFileVersionAttribute("1.7.2")] +[assembly: AssemblyInformationalVersionAttribute("1.7.2")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "1.0.0"; diff --git a/src/Connections/Elasticsearch.Net.Connection.Thrift/Properties/AssemblyInfo.cs b/src/Connections/Elasticsearch.Net.Connection.Thrift/Properties/AssemblyInfo.cs index 14d4bada7be..1fbea646444 100644 --- a/src/Connections/Elasticsearch.Net.Connection.Thrift/Properties/AssemblyInfo.cs +++ b/src/Connections/Elasticsearch.Net.Connection.Thrift/Properties/AssemblyInfo.cs @@ -2,13 +2,13 @@ using System.Reflection; [assembly: AssemblyTitleAttribute("Elasticsearch.Net.Connection.Thrift")] -[assembly: AssemblyCopyrightAttribute("Elasticsearch 2015")] +[assembly: AssemblyCopyrightAttribute("Elasticsearch 2016")] [assembly: AssemblyDescriptionAttribute("Add thrift support to elasticsearch.")] [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("1.0.0")] -[assembly: AssemblyFileVersionAttribute("1.7.1")] -[assembly: AssemblyInformationalVersionAttribute("1.7.1")] +[assembly: AssemblyFileVersionAttribute("1.7.2")] +[assembly: AssemblyInformationalVersionAttribute("1.7.2")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "1.0.0"; diff --git a/src/Elasticsearch.Net/Properties/AssemblyInfo.cs b/src/Elasticsearch.Net/Properties/AssemblyInfo.cs index 5f400756aa5..0218d637071 100644 --- a/src/Elasticsearch.Net/Properties/AssemblyInfo.cs +++ b/src/Elasticsearch.Net/Properties/AssemblyInfo.cs @@ -2,13 +2,13 @@ using System.Reflection; [assembly: AssemblyTitleAttribute("Elasticsearch.Net")] -[assembly: AssemblyCopyrightAttribute("Elasticsearch 2015")] +[assembly: AssemblyCopyrightAttribute("Elasticsearch 2016")] [assembly: AssemblyDescriptionAttribute("Elasticsearch.Net - oficial low level elasticsearch client")] [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("1.0.0")] -[assembly: AssemblyFileVersionAttribute("1.7.1")] -[assembly: AssemblyInformationalVersionAttribute("1.7.1")] +[assembly: AssemblyFileVersionAttribute("1.7.2")] +[assembly: AssemblyInformationalVersionAttribute("1.7.2")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "1.0.0"; diff --git a/src/Nest/Properties/AssemblyInfo.cs b/src/Nest/Properties/AssemblyInfo.cs index 684eec16658..3f6e3f35e15 100644 --- a/src/Nest/Properties/AssemblyInfo.cs +++ b/src/Nest/Properties/AssemblyInfo.cs @@ -2,13 +2,13 @@ using System.Reflection; [assembly: AssemblyTitleAttribute("Nest")] -[assembly: AssemblyCopyrightAttribute("Elasticsearch 2015")] +[assembly: AssemblyCopyrightAttribute("Elasticsearch 2016")] [assembly: AssemblyDescriptionAttribute("NEST - oficial high level elasticsearch client")] [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("1.0.0")] -[assembly: AssemblyFileVersionAttribute("1.7.1")] -[assembly: AssemblyInformationalVersionAttribute("1.7.1")] +[assembly: AssemblyFileVersionAttribute("1.7.2")] +[assembly: AssemblyInformationalVersionAttribute("1.7.2")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "1.0.0"; diff --git a/src/Profiling/Profiling.InMemoryConnection/Properties/AssemblyInfo.cs b/src/Profiling/Profiling.InMemoryConnection/Properties/AssemblyInfo.cs index 6c4cf404291..e0ccca4eb64 100644 --- a/src/Profiling/Profiling.InMemoryConnection/Properties/AssemblyInfo.cs +++ b/src/Profiling/Profiling.InMemoryConnection/Properties/AssemblyInfo.cs @@ -2,13 +2,13 @@ using System.Reflection; [assembly: AssemblyTitleAttribute("Profiling.InMemoryConnection")] -[assembly: AssemblyCopyrightAttribute("Elasticsearch 2015")] +[assembly: AssemblyCopyrightAttribute("Elasticsearch 2016")] [assembly: AssemblyDescriptionAttribute("")] [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("1.0.0")] -[assembly: AssemblyFileVersionAttribute("1.7.1")] -[assembly: AssemblyInformationalVersionAttribute("1.7.1")] +[assembly: AssemblyFileVersionAttribute("1.7.2")] +[assembly: AssemblyInformationalVersionAttribute("1.7.2")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "1.0.0"; diff --git a/src/Profiling/Profiling.Indexing/Properties/AssemblyInfo.cs b/src/Profiling/Profiling.Indexing/Properties/AssemblyInfo.cs index fd26aca5ec8..9b4c68799ee 100644 --- a/src/Profiling/Profiling.Indexing/Properties/AssemblyInfo.cs +++ b/src/Profiling/Profiling.Indexing/Properties/AssemblyInfo.cs @@ -2,13 +2,13 @@ using System.Reflection; [assembly: AssemblyTitleAttribute("Profiling.Indexing")] -[assembly: AssemblyCopyrightAttribute("Elasticsearch 2015")] +[assembly: AssemblyCopyrightAttribute("Elasticsearch 2016")] [assembly: AssemblyDescriptionAttribute("")] [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("1.0.0")] -[assembly: AssemblyFileVersionAttribute("1.7.1")] -[assembly: AssemblyInformationalVersionAttribute("1.7.1")] +[assembly: AssemblyFileVersionAttribute("1.7.2")] +[assembly: AssemblyInformationalVersionAttribute("1.7.2")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "1.0.0"; diff --git a/src/Serialization/Elasticsearch.Net.JsonNet/Properties/AssemblyInfo.cs b/src/Serialization/Elasticsearch.Net.JsonNet/Properties/AssemblyInfo.cs index 7c1bd0ce3ff..f85ff108978 100644 --- a/src/Serialization/Elasticsearch.Net.JsonNet/Properties/AssemblyInfo.cs +++ b/src/Serialization/Elasticsearch.Net.JsonNet/Properties/AssemblyInfo.cs @@ -2,13 +2,13 @@ using System.Reflection; [assembly: AssemblyTitleAttribute("Elasticsearch.Net.JsonNet")] -[assembly: AssemblyCopyrightAttribute("Elasticsearch 2015")] +[assembly: AssemblyCopyrightAttribute("Elasticsearch 2016")] [assembly: AssemblyDescriptionAttribute("IElasticsearchSerializer implementation that allows you to use Json.NET with the lowlevel client")] [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("1.0.0")] -[assembly: AssemblyFileVersionAttribute("1.7.1")] -[assembly: AssemblyInformationalVersionAttribute("1.7.1")] +[assembly: AssemblyFileVersionAttribute("1.7.2")] +[assembly: AssemblyInformationalVersionAttribute("1.7.2")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "1.0.0"; diff --git a/src/Tests/Elasticsearch.Net.Integration.Yaml/Properties/AssemblyInfo.cs b/src/Tests/Elasticsearch.Net.Integration.Yaml/Properties/AssemblyInfo.cs index 5334bb0103d..23ece1829ff 100644 --- a/src/Tests/Elasticsearch.Net.Integration.Yaml/Properties/AssemblyInfo.cs +++ b/src/Tests/Elasticsearch.Net.Integration.Yaml/Properties/AssemblyInfo.cs @@ -2,13 +2,13 @@ using System.Reflection; [assembly: AssemblyTitleAttribute("Elasticsearch.Net.Integration.Yaml")] -[assembly: AssemblyCopyrightAttribute("Elasticsearch 2015")] +[assembly: AssemblyCopyrightAttribute("Elasticsearch 2016")] [assembly: AssemblyDescriptionAttribute("")] [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("1.0.0")] -[assembly: AssemblyFileVersionAttribute("1.7.1")] -[assembly: AssemblyInformationalVersionAttribute("1.7.1")] +[assembly: AssemblyFileVersionAttribute("1.7.2")] +[assembly: AssemblyInformationalVersionAttribute("1.7.2")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "1.0.0"; diff --git a/src/Tests/Elasticsearch.Net.Tests.Unit/Properties/AssemblyInfo.cs b/src/Tests/Elasticsearch.Net.Tests.Unit/Properties/AssemblyInfo.cs index 7988512fdf1..52d49f50c6b 100644 --- a/src/Tests/Elasticsearch.Net.Tests.Unit/Properties/AssemblyInfo.cs +++ b/src/Tests/Elasticsearch.Net.Tests.Unit/Properties/AssemblyInfo.cs @@ -2,13 +2,13 @@ using System.Reflection; [assembly: AssemblyTitleAttribute("Elasticsearch.Net.Tests.Unit")] -[assembly: AssemblyCopyrightAttribute("Elasticsearch 2015")] +[assembly: AssemblyCopyrightAttribute("Elasticsearch 2016")] [assembly: AssemblyDescriptionAttribute("")] [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("1.0.0")] -[assembly: AssemblyFileVersionAttribute("1.7.1")] -[assembly: AssemblyInformationalVersionAttribute("1.7.1")] +[assembly: AssemblyFileVersionAttribute("1.7.2")] +[assembly: AssemblyInformationalVersionAttribute("1.7.2")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "1.0.0"; diff --git a/src/Tests/Nest.Tests.Integration/Properties/AssemblyInfo.cs b/src/Tests/Nest.Tests.Integration/Properties/AssemblyInfo.cs index e5bde521d67..e6daf458ddf 100644 --- a/src/Tests/Nest.Tests.Integration/Properties/AssemblyInfo.cs +++ b/src/Tests/Nest.Tests.Integration/Properties/AssemblyInfo.cs @@ -2,13 +2,13 @@ using System.Reflection; [assembly: AssemblyTitleAttribute("Nest.Tests.Integration")] -[assembly: AssemblyCopyrightAttribute("Elasticsearch 2015")] +[assembly: AssemblyCopyrightAttribute("Elasticsearch 2016")] [assembly: AssemblyDescriptionAttribute("")] [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("1.0.0")] -[assembly: AssemblyFileVersionAttribute("1.7.1")] -[assembly: AssemblyInformationalVersionAttribute("1.7.1")] +[assembly: AssemblyFileVersionAttribute("1.7.2")] +[assembly: AssemblyInformationalVersionAttribute("1.7.2")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "1.0.0"; diff --git a/src/Tests/Nest.Tests.MockData/Properties/AssemblyInfo.cs b/src/Tests/Nest.Tests.MockData/Properties/AssemblyInfo.cs index 1f8ae422786..687584ed706 100644 --- a/src/Tests/Nest.Tests.MockData/Properties/AssemblyInfo.cs +++ b/src/Tests/Nest.Tests.MockData/Properties/AssemblyInfo.cs @@ -2,13 +2,13 @@ using System.Reflection; [assembly: AssemblyTitleAttribute("Nest.Tests.MockData")] -[assembly: AssemblyCopyrightAttribute("Elasticsearch 2015")] +[assembly: AssemblyCopyrightAttribute("Elasticsearch 2016")] [assembly: AssemblyDescriptionAttribute("")] [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("1.0.0")] -[assembly: AssemblyFileVersionAttribute("1.7.1")] -[assembly: AssemblyInformationalVersionAttribute("1.7.1")] +[assembly: AssemblyFileVersionAttribute("1.7.2")] +[assembly: AssemblyInformationalVersionAttribute("1.7.2")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "1.0.0"; diff --git a/src/Tests/Nest.Tests.Unit/Properties/AssemblyInfo.cs b/src/Tests/Nest.Tests.Unit/Properties/AssemblyInfo.cs index 30f74dd826a..4cfac39d361 100644 --- a/src/Tests/Nest.Tests.Unit/Properties/AssemblyInfo.cs +++ b/src/Tests/Nest.Tests.Unit/Properties/AssemblyInfo.cs @@ -2,13 +2,13 @@ using System.Reflection; [assembly: AssemblyTitleAttribute("Nest.Tests.Unit")] -[assembly: AssemblyCopyrightAttribute("Elasticsearch 2015")] +[assembly: AssemblyCopyrightAttribute("Elasticsearch 2016")] [assembly: AssemblyDescriptionAttribute("")] [assembly: AssemblyCompanyAttribute("Elasticsearch")] [assembly: AssemblyConfigurationAttribute("Release")] [assembly: AssemblyVersionAttribute("1.0.0")] -[assembly: AssemblyFileVersionAttribute("1.12.0")] -[assembly: AssemblyInformationalVersionAttribute("1.12.0-ci20151229212634")] +[assembly: AssemblyFileVersionAttribute("1.7.2")] +[assembly: AssemblyInformationalVersionAttribute("1.7.2")] namespace System { internal static class AssemblyVersionInformation { internal const string Version = "1.0.0";