# HG changeset patch # User Tomas Zeman # Date 1608977770 -3600 # Node ID 2b907c14fdcb314e8eba4c3460b88080ed833ffc # Parent 53da843ccd58ce156ff18e217bc4736e6a339126 Updated organization, (c) notice. diff -r 53da843ccd58 -r 2b907c14fdcb build.sc --- a/build.sc Sat Dec 26 11:12:13 2020 +0100 +++ b/build.sc Sat Dec 26 11:16:10 2020 +0100 @@ -49,7 +49,7 @@ def pomSettings: T[PomSettings] = PomSettings( description = "FontAwesome Scala DSL (tags)", - organization = "net.tz", + organization = "cz.functionals", url = "https://hg.functionals.cz/fatags", licenses = Seq(License.`Apache-2.0`), versionControl = VersionControl(developerConnection = Some( diff -r 53da843ccd58 -r 2b907c14fdcb js/src/main/scala/fontawesome/jsdom/FA.scala --- a/js/src/main/scala/fontawesome/jsdom/FA.scala Sat Dec 26 11:12:13 2020 +0100 +++ b/js/src/main/scala/fontawesome/jsdom/FA.scala Sat Dec 26 11:16:10 2020 +0100 @@ -1,5 +1,5 @@ /* - * Copyright 2017 Tomas Zeman + * Copyright 2017-2020 Tomas Zeman * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff -r 53da843ccd58 -r 2b907c14fdcb shared/src/main/scala/fontawesome/text/FA.scala --- a/shared/src/main/scala/fontawesome/text/FA.scala Sat Dec 26 11:12:13 2020 +0100 +++ b/shared/src/main/scala/fontawesome/text/FA.scala Sat Dec 26 11:16:10 2020 +0100 @@ -1,5 +1,5 @@ /* - * Copyright 2017 Tomas Zeman + * Copyright 2017-2020 Tomas Zeman * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.