Skip to content

Commit d61be40

Browse files
committed
Release 2.0.0; copyright and license year update
1 parent 0f98d18 commit d61be40

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The MIT License (MIT)
22
=====================
33

4-
Copyright (C) 2014–2018 by LogList authors
4+
Copyright (C) 2014–2020 by LogList authors
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ThisBuild / version := "1.5.2"
1+
ThisBuild / version := "2.0.0"
22
ThisBuild / scalaVersion := "2.13.3"
33

44
lazy val scalajs = (project in file("scalajs"))

scalajvm/app/views/main.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<a href="@routes.Licenses.listLicenses()">Лицензии сторонних компонентов</a>
4444
</li>
4545
<li><a href="https://github.com/codingteam/loglist/blob/master/docs/API.md">API сайта</a></li>
46-
<li><span class="highlight"><a href="https://github.com/codingteam/loglist">codingteam</a> ©</span> 2014&ndash;2018</li>
46+
<li><span class="highlight"><a href="https://github.com/codingteam/loglist">codingteam</a> ©</span> 2014&ndash;2020</li>
4747
</ul>
4848
</body>
4949
</html>

0 commit comments

Comments
 (0)