Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/core/Anywhere/src/org/litesoft/core/util/ExpirationLine.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.core.util;
2 3
3 4 import org.litesoft.core.simpletypes.nonpublic.*;
  @@ -145,4 +146,4 @@
145 146 {
146 147 return (pExpDate != null) && (pExpDate.getMonth() == pMonth) && (pExpDate.getYear() == pYear);
147 148 }
148 - }
149 + }