You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JEditorPanet1 = SwingUtils.createClickableHtml("I understand that the academic license provides with a non-exclusive,<br>"
99
-
+ "non-transferable right to use MSFragger, IonQuant, and diaTracer solely<br>"
100
-
+ "for academic research, non-commercial or educational purposes within the<br>"
101
-
+ "licensee's department. I acknowledge that commercial use of any kind<br>"
102
-
+ "under the terms of the academic licenses is strictly prohibited.");
97
+
JEditorPanet1 = SwingUtils.createClickableHtml("I have read the academic licenses. I understand that the licenses provide<br>"
98
+
+ "with a non-exclusive, non-transferable right to use the tools solely for<br>"
99
+
+ "academic research, non-commercial or educational purposes within the<br>"
100
+
+ "licensee’s department. If I am a non-academic user, I will contact the<br>"
101
+
+ "University of Michigan Office of Technology Transfer (Drew Bennett,<br>"
102
+
+ "andbenne@umich.edu) to obtain a commercial license to use the tools.");
103
103
license1 = newJCheckBox();
104
104
105
-
JEditorPanet5 = SwingUtils.createClickableHtml("I understand that use by any commercial entity (beyond the 60-day<br>"
106
-
+ "evaluation period) requires a separately executed, paid license from<br>"
107
-
+ "the University of Michigan Office of Technology Transfer (Drew Bennett,<br>"
108
-
+ "andbenne@umich.edu). For questions, you may also contact Prof. Alexey<br>"
109
-
+ "Nesvizhskii (nesvi@med.umich.edu).");
110
-
license0 = newJCheckBox();
111
-
112
105
JEditorPanet2 = SwingUtils.createClickableHtml("I agree to the terms of <a href=\"https://msfragger-upgrader.nesvilab.org/upgrader/RawFileRdr_License_Agreement_RevA.pdf\" target=\"blank_\">Thermo (c) Raw File Reader License Agreement</a>.");
113
106
license2 = newJCheckBox();
114
107
@@ -141,9 +134,6 @@ private void initMore() {
141
134
mu.add(panelTextboxes, license1, mu.ccR());
142
135
mu.add(panelTextboxes, t1).spanX().wrap();
143
136
144
-
mu.add(panelTextboxes, license0, mu.ccR());
145
-
mu.add(panelTextboxes, t5).spanX().wrap();
146
-
147
137
mu.add(panelTextboxes, license2, mu.ccR());
148
138
mu.add(panelTextboxes, t2).spanX().wrap();
149
139
@@ -184,10 +174,10 @@ public String getInstitution() {
0 commit comments