Skip to content

Commit

Permalink
Updated copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Nov 13, 2023
1 parent 6a35975 commit efc0e49
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 12 deletions.
6 changes: 6 additions & 0 deletions .idea/copyright/BSD_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Maven Central](https://img.shields.io/maven-central/v/net.thauvin.erik/bitly-shorten.svg?color=blue)](https://central.sonatype.com/artifact/net.thauvin.erik/bitly-shorten)

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ethauvin_bitly-shorten&metric=alert_status)](https://sonarcloud.io/dashboard?id=ethauvin_bitly-shorten)
[![GitHub CI](https://github.com/ethauvin/bitly-shorten/actions/workflows/gradle.yml/badge.svg)](https://github.com/ethauvin/bitly-shorten/actions/workflows/gradle.yml)
[![GitHub CI](https://github.com/ethauvin/bitly-shorten/actions/workflows/bld.yml/badge.svg)](https://github.com/ethauvin/bitly-shorten/actions/workflows/bld.yml)
[![CircleCI](https://circleci.com/gh/ethauvin/bitly-shorten/tree/master.svg?style=shield)](https://circleci.com/gh/ethauvin/bitly-shorten/tree/master)

# [Bitly](https://dev.bitly.com/v4/) Shortener for Kotlin, Java & Android
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
<div class="breadcrumbs"><a href="../../index.html">Bitly Shorten</a><span class="delimiter">/</span><span class="current">net.thauvin.erik.bitly.config</span></div>
<div class="cover ">
<h1 class="cover"><span><span>Package-level</span></span> <span><span>declarations</span></span></h1>
<div class="platform-hinted UnderCoverText" data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable="root/main"><p class="paragraph">Provides configuration builders.</p></div></div>
</div>
<div class="tabbedcontent">
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="TYPE">Types</button></div>
Expand Down
1 change: 0 additions & 1 deletion docs/-bitly -shorten/net.thauvin.erik.bitly/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
<div class="breadcrumbs"><a href="../../index.html">Bitly Shorten</a><span class="delimiter">/</span><span class="current">net.thauvin.erik.bitly</span></div>
<div class="cover ">
<h1 class="cover"><span><span>Package-level</span></span> <span><span>declarations</span></span></h1>
<div class="platform-hinted UnderCoverText" data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable="root/main"><p class="paragraph">Provides the classes necessary to access the <a href="https://dev.bitly.com/api-reference">Bitly API v4</a>.</p></div></div>
</div>
<div class="tabbedcontent">
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="TYPE">Types</button></div>
Expand Down
8 changes: 2 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ <h2 class="">Packages</h2>
</div>
</div>
</div>
<div><span class="brief-comment"><a data-name="-2110431063%2FPackages%2F-1617659094" anchor-label="net.thauvin.erik.bitly" id="-2110431063%2FPackages%2F-1617659094" data-filterable-set="root/main"></a>
<p class="paragraph">Provides the classes necessary to access the <a href="https://dev.bitly.com/api-reference">Bitly API v4</a>.</p>
</span></div>
<div></div>
</div>
</div>
<a data-name="-1366052821%2FPackages%2F-1617659094" anchor-label="net.thauvin.erik.bitly.config" id="-1366052821%2FPackages%2F-1617659094" data-filterable-set="root/main"></a>
Expand All @@ -102,9 +100,7 @@ <h2 class="">Packages</h2>
</div>
</div>
</div>
<div><span class="brief-comment"><a data-name="-1366052821%2FPackages%2F-1617659094" anchor-label="net.thauvin.erik.bitly.config" id="-1366052821%2FPackages%2F-1617659094" data-filterable-set="root/main"></a>
<p class="paragraph">Provides configuration builders.</p>
</span></div>
<div></div>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions examples/gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("application")
id("com.github.ben-manes.versions") version "0.48.0"
kotlin("jvm") version "1.9.10"
id("com.github.ben-manes.versions") version "0.49.0"
kotlin("jvm") version "1.9.20"
}

// ./gradlew run --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
Expand Down
32 changes: 31 additions & 1 deletion src/bld/java/net/thauvin/erik/bitly/BitlyShortenBuild.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
/*
* BitlyShortenBuild.java
*
* Copyright 2020-2023 Erik C. Thauvin (erik@thauvin.net)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
*
* 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.
*
* Neither the name of this project nor the names of its contributors may be
* used to endorse or promote products derived from this software without
* specific prior written permission.
*
* 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.
*/

package net.thauvin.erik.bitly;

import rife.bld.BuildCommand;
Expand Down Expand Up @@ -102,7 +133,6 @@ public void docs() throws ExitStatusException, IOException, InterruptedException
.moduleVersion(version.toString())
.outputDir("docs")
.outputFormat(OutputFormat.HTML)
.includes("config/dokka/packages.md")
.sourceSet(
new SourceSet()
.src(kotlin)
Expand Down

0 comments on commit efc0e49

Please sign in to comment.