Skip to content

Commit a1f8e65

Browse files
committed
- Build fixes.
- Patch version bump.
1 parent 7ca73a7 commit a1f8e65

File tree

5 files changed

+30
-5
lines changed

5 files changed

+30
-5
lines changed

LICENSE

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Copyright (c) 2002-2020 Xiph.org Foundation
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions
5+
are met:
6+
7+
- Redistributions of source code must retain the above copyright
8+
notice, this list of conditions and the following disclaimer.
9+
10+
- Redistributions in binary form must reproduce the above copyright
11+
notice, this list of conditions and the following disclaimer in the
12+
documentation and/or other materials provided with the distribution.
13+
14+
- Neither the name of the Xiph.org Foundation nor the names of its
15+
contributors may be used to endorse or promote products derived from
16+
this software without specific prior written permission.
17+
18+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19+
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION
22+
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
24+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins { id("io.vacco.oss.gitflow") version "0.9.8" }
22

33
group = "io.vacco.joggvorbis"
4-
version = "1.3.1"
4+
version = "1.3.6"
55

66
configure<io.vacco.oss.gitflow.GsPluginProfileExtension> {
77
addJ8Spec()

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
libGitUrl=https://github.com/vaccovecrana/joggvorbis.git
2-
libDesc=Continuous Wavelet tramsform implementation
2+
libDesc=Java versions of the Ogg Vorbis libraries.
33
libLicense=BSD 3-Clause
44
libLicenseUrl=https://github.com/vaccovecrana/joggvorbis/blob/master/LICENSE

readme_en.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Forked and adapted from http://dmilvdv.narod.ru/Apps/oggvorbis.html
1111

1212
Includes tests, examples, java SPI.
1313

14-
[![Download](https://api.bintray.com/packages/vaccovecrana/vacco-oss/joggvorbis/images/download.svg) ](https://bintray.com/vaccovecrana/vacco-oss/joggvorbis/_latestVersion)
15-
1614
```groovy
1715
dependencies {
1816
compile 'io.vacco.joggvorbis:joggvorbis:<VERSION>'

readme_ru.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Java версия библиотек для работы с Ogg Vorbis.
1717
- `XXX` - метки, отмечающие отладочный код и комментарии.
1818
- `TODO` - java-код, возможно, требующий дополнительной проработки.
1919

20-
2120
## Смотри также
2221

2322
- [Ogg, домашняя страница](http://www.xiph.org/ogg/)

0 commit comments

Comments
 (0)