Skip to content

Commit cb3d219

Browse files
committed
dual license stringsext: Apache 2.0 or MIT
1 parent db462eb commit cb3d219

File tree

7 files changed

+63
-19
lines changed

7 files changed

+63
-19
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stringsext"
3-
version = "1.4.4"
3+
version = "1.4.5"
44
authors = ["Jens Getreu <[email protected]>"]
55

66
[dependencies]
File renamed without changes.

LICENSE-MIT

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

LICENSE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# License
2+
3+
Licensed under either of
4+
5+
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
6+
http://www.apache.org/licenses/LICENSE-2.0)
7+
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
8+
9+
at your option.
10+
11+
## Contribution
12+
13+
Unless you explicitly state otherwise, any contribution intentionally submitted
14+
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
15+
dual licensed as above, without any additional terms or conditions.

doc/source/index.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
.. Main project page for ``stringsext``
22
33
4-
5-
6-
7-
84
************
95
stringsext
106
************
@@ -15,7 +11,7 @@ stringsext - search for multi-byte encoded strings in binary data.
1511

1612

1713
:Author: Jens Getreu
18-
:Copyright: Apache 2 license
14+
:Copyright: Apache 2 license or MIT license
1915
:Build status:
2016
.. image:: https://travis-ci.org/getreu/stringsext.svg?branch=master
2117
:target: https://travis-ci.org/getreu/stringsext

doc/source/stringsext--man.rst

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,13 @@ search for multi-byte encoded strings in binary data.
3939
:Date: 2017-01-28
4040
:Version: 1.4.3
4141
42+
:Date: 2017-09-03
43+
:Version: 1.4.4
44+
4245
:Author: Jens Getreu
43-
:Date: 2017-09-03
44-
:Version: 1.4.4
45-
:Copyright: Apache License, Version 2.0 (for details see COPYING section)
46+
:Date: 2017-09-23
47+
:Version: 1.4.5
48+
:Copyright: Apache License Version 2.0, or MIT license (for details see COPYING section)
4649
:Manual section: 1
4750
:Manual group: Forensic Tools
4851

@@ -392,16 +395,21 @@ COPYING
392395

393396
Copyright (C) 2016 Jens Getreu
394397

398+
Licensed under either of
399+
400+
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
401+
http://www.apache.org/licenses/LICENSE-2.0)
402+
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
403+
404+
at your option.
405+
406+
Contribution
407+
------------
408+
409+
Unless you explicitly state otherwise, any contribution intentionally submitted
410+
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
411+
dual licensed as above, without any additional terms or conditions.
395412
Licenced under the Apache Licence, Version 2.0 (the "Licence"); you may
396413
not use this file except in compliance with the Licence. You may obtain
397414
a copy of the Licence at
398415

399-
::
400-
401-
http://www.apache.org/licenses/LICENSE-2.0
402-
403-
Unless required by applicable law or agreed to in writing, software
404-
distributed under the Licence is distributed on an "AS IS" BASIS,
405-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
406-
See the Licence for the specific language governing permissions and
407-
limitations under the Licence.

0 commit comments

Comments
 (0)