Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Year to the License #210

Merged
merged 1 commit into from
Jul 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright (C) io.higherkindness <https://github.com/higherkindness/droste>
Copyright (C) 2018-2021 io.higherkindness https://github.com/higherkindness/droste

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import ProjectPlugin.ScalaV
import ProjectPlugin.on
import ProjectPlugin.onVersion

ThisBuild / githubOrganization := "higherkindness"

lazy val coverage = (project in file(".coverage"))
.settings(
noPublishSettings,
Expand Down Expand Up @@ -229,5 +231,5 @@ addCommandAlias(
"ci-test",
"+clean;+test"
)
addCommandAlias("ci-docs", "github; documentation/mdoc")
addCommandAlias("ci-docs", "github; mdoc")
addCommandAlias("ci-publish", "github; ci-release")