We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4eb77 commit b2f0a0fCopy full SHA for b2f0a0f
1 file changed
src/main/java/com/kosherjava/zmanim/hebrewcalendar/JewishDate.java
@@ -2,6 +2,7 @@
2
* Zmanim Java API
3
* Copyright (C) 2011 - 2026 Eliyahu Hershfeld
4
* Copyright (C) September 2002 Avrom Finkelstien
5
+ * Copyright (C) 2026 Moshe Dicker
6
*
7
* This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General
8
* Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option)
@@ -51,6 +52,7 @@
51
52
* @see java.util.Date
53
* @see java.util.Calendar
54
* @author © Avrom Finkelstien 2002
55
+ * @author © Moshe Dicker 2026
56
* @author © Eliyahu Hershfeld 2011 - 2026
57
*/
58
public class JewishDate implements Comparable<JewishDate>, Cloneable {
0 commit comments