Updated organization, (c) notice.
authorTomas Zeman <tomas@functionals.cz>
Sat, 26 Dec 2020 11:16:10 +0100
changeset 34 2b907c14fdcb
parent 33 53da843ccd58
child 35 b7cfac7cff27
Updated organization, (c) notice.
build.sc
js/src/main/scala/fontawesome/jsdom/FA.scala
shared/src/main/scala/fontawesome/text/FA.scala
--- 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(
--- 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 <tzeman@volny.cz>
+ * Copyright 2017-2020 Tomas Zeman <tomas@functionals.cz>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
--- 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 <tzeman@volny.cz>
+ * Copyright 2017-2020 Tomas Zeman <tomas@functionals.cz>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.