Skip to content

Commit 4eef9d2

Browse files
authored
Update Zman.java - License clarification
1 parent 8ecbc56 commit 4eef9d2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

  • src/main/java/com/kosherjava/zmanim/util

src/main/java/com/kosherjava/zmanim/util/Zman.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/*
22
* Zmanim Java API
3-
* Copyright (C) 2004-2026 Eliyahu Hershfeld
3+
* Copyright © 2004-2026 Eliyahu Hershfeld
44
*
55
* This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General
6-
* Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option)
7-
* any later version.
6+
* Public License as published by the Free Software Foundation; version 2.1 of the License.
87
*
98
* This library is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied
109
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
@@ -57,7 +56,7 @@
5756
* // will sort shaah 1.6, shaah GRA, sunrise, sunset
5857
* </pre>
5958
*
60-
* @author &copy; Eliyahu Hershfeld 2007-2026
59+
* @author © Eliyahu Hershfeld 2007-2026
6160
* @todo Add secondary sorting. As of now the {@code Comparator}s in this class do not sort by secondary order. This means that when sorting a
6261
* {@link java.util.Collection} of <em>zmanim</em> and using the {@link #DATE_ORDER} {@code Comparator} will have the duration based <em>zmanim</em>
6362
* at the end, but they will not be sorted by duration. This should be N/A for label based sorting.

0 commit comments

Comments
 (0)