Skip to content

Commit

Permalink
reverted changes to license text. issue #2167
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Oct 27, 2023
1 parent 540a218 commit 4f85a51
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* source code to the public.
*
* The GNU Affero General Public License is designed specifically to
* ensure that, in such addressCases, the modified source code becomes available
* ensure that, in such cases, the modified source code becomes available
* to the community. It requires the operator of a network server to
* provide the source code of the modified version running there to the
* users of that server. Therefore, public use of a modified version, on
Expand Down Expand Up @@ -287,7 +287,7 @@
* tangible personal property which is normally used for personal, family,
* or household purposes, or (2) anything designed or sold for incorporation
* into a dwelling. In determining whether a product is a consumer product,
* doubtful addressCases shall be resolved in favor of coverage. For a particular
* doubtful cases shall be resolved in favor of coverage. For a particular
* product received by a particular user, "normally used" refers to a
* typical or common use of that class of product, regardless of the status
* of the particular user or of the way in which the particular user
Expand Down Expand Up @@ -343,7 +343,7 @@
* When you convey a copy of a covered work, you may at your option
* remove any additional permissions from that copy, or from any part of
* it. (Additional permissions may be written to require their own
* removal in certain addressCases when you modify the work.) You may place
* removal in certain cases when you modify the work.) You may place
* additional permissions on material, added by you to a covered work,
* for which you have or can give appropriate copyright permission.
*
Expand Down Expand Up @@ -679,6 +679,7 @@
import com.jdimension.jlawyer.client.launcher.ReadOnlyDocumentStore;
import com.jdimension.jlawyer.client.mail.oauth.MsExchangeUtils;
import com.jdimension.jlawyer.client.mail.sidebar.CreateNewAddressPanel;
import com.jdimension.jlawyer.client.mail.sidebar.CreateNewCasePanel;
import com.jdimension.jlawyer.client.mail.sidebar.ExtractedPhoneNumbersPanel;
import com.jdimension.jlawyer.client.mail.sidebar.NavigateToAddressPanel;
import com.jdimension.jlawyer.client.mail.sidebar.SaveToCasePanel;
Expand Down Expand Up @@ -2452,6 +2453,9 @@ private void displayMessage() {
}
}

CreateNewCasePanel cncp=new CreateNewCasePanel(this.getClass().getName());
actionPanelEntries.add(cncp);

ArrayList<ArchiveFileBean> addressRelatedCases=new ArrayList<>();
Address[] senders = msgC.getMessage().getFrom();
if (senders != null) {
Expand Down

0 comments on commit 4f85a51

Please sign in to comment.