Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0052050Openbravo ERPA. Platformpublic2023-04-03 17:152023-05-02 15:48
AugustoMauch 
AugustoMauch 
normalminorhave not tried
closedfixed 
5
 
PR23Q3 
Core
No
0052050: Fix license of ValidateUserPasswordActionHandler.java
src-core files have Apache License for historical reasons.

While not written anywhere at least in src/ (maybe even in src-core) we don't want to grow the set of files with that non-standard license.

ValidateUsePasswordActionHandler
See https://gitlab.com/openbravo/product/openbravo/-/blob/86914f2b3147a925f43ac61e1a222a33bd0bfd7f/src/org/openbravo/common/actionhandler/ValidateUserPasswordActionHandler.java#L3. [^] It is using an Apache License but we want it to use the Openbravo Public License instead.
No tags attached.
depends on backport 0052051PR23Q2 closed AugustoMauch Fix license of ValidateUserPasswordActionHandler.java 
Issue History
2023-04-03 17:15AugustoMauchNew Issue
2023-04-03 17:15AugustoMauchAssigned To => AugustoMauch
2023-04-03 17:15AugustoMauchModules => Core
2023-04-03 17:15AugustoMauchTriggers an Emergency Pack => No
2023-04-03 17:15AugustoMauchStatusnew => scheduled
2023-05-02 15:47hgbotNote Added: 0149143
2023-05-02 15:48hgbotResolutionopen => fixed
2023-05-02 15:48hgbotStatusscheduled => closed
2023-05-02 15:48hgbotNote Added: 0149144
2023-05-02 15:48hgbotFixed in Version => PR23Q3
2023-05-02 15:48hgbotNote Added: 0149145

Notes
(0149143)
hgbot   
2023-05-02 15:47   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/872 [^]
(0149144)
hgbot   
2023-05-02 15:48   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/872 [^]
(0149145)
hgbot   
2023-05-02 15:48   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: da1dc0777fbc1f4bbb7fdc0d756f5a94d8c289e3
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 02-05-2023 15:47:45
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/da1dc0777fbc1f4bbb7fdc0d756f5a94d8c289e3 [^]

Fixes ISSUE-52050: Uses standard license in ValidateUserPasswordActionHandler

---
M src/org/openbravo/common/actionhandler/ValidateUserPasswordActionHandler.java
---