[jboss-jira] [JBoss JIRA] (DROOLS-1006) License header: replace Jboss Inc by Red Hat, Inc. and/or its affiliates.
Geoffrey De Smet (JIRA)
issues at jboss.org
Tue Dec 15 04:26:00 EST 2015
[ https://issues.jboss.org/browse/DROOLS-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141082#comment-13141082 ]
Geoffrey De Smet edited comment on DROOLS-1006 at 12/15/15 4:25 AM:
--------------------------------------------------------------------
Fixed for optaplanner repositories (not optaplanner-wb, please do that one too):
http://github.com/droolsjbpm/optaplanner/compare/a41d1d6...44b58ca
http://github.com/droolsjbpm/optaplanner-training/commit/d508daf11
http://github.com/droolsjbpm/optaplanner-website/compare/bb3ff86...5283a15
and also
http://github.com/droolsjbpm/optaplanner/commit/4bf25c709
was (Author: ge0ffrey):
Fixed for optaplanner repositories (not optaplanner-wb, please do that one too):
http://github.com/droolsjbpm/optaplanner/compare/a41d1d6...44b58ca
http://github.com/droolsjbpm/optaplanner-training/commit/d508daf11
http://github.com/droolsjbpm/optaplanner-website/compare/bb3ff86...5283a15
> License header: replace Jboss Inc by Red Hat, Inc. and/or its affiliates.
> -------------------------------------------------------------------------
>
> Key: DROOLS-1006
> URL: https://issues.jboss.org/browse/DROOLS-1006
> Project: Drools
> Issue Type: Task
> Affects Versions: 6.3.0.Final
> Reporter: Geoffrey De Smet
> Assignee: Michael Biarnes Kiefer
>
> All developers have been notified to change their header, so all new files will use the new header.
> This jira is to fix the existing files.
> 1) In java, drl, js and css files, replace in path this Case Sensitive Regular Expression in IntelliJ:
> {code}
> ^/\*\n \* Copyright (\d{4}) JBoss Inc\n
> {code}
> by with this
> {code}
> /*\n * Copyright $1 Red Hat, Inc. and/or its affiliates.\n
> {code}
> To understand the regex, read this:
> https://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html
> Commit that already before starting step 2. I even recommend doing a separate commit per file type. (But wait with pushing until all are fixed.)
> 2) Then look for the string "JBoss Inc" in all files, case insensitive. Fix those too if applicable. Either by another smart regex find-replace or manually.
> 3) Do step 1) and step 2) again for "JBoss by Red Hat." instead of "JBoss Inc"
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list