You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2014/12/18 14:07:13 UTC

[jira] [Reopened] (ACTIVEMQ6-43) Replace License Headers on codebase

     [ https://issues.apache.org/jira/browse/ACTIVEMQ6-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully reopened ACTIVEMQ6-43:
---------------------------------

Can I get a second set of eyes on this. We may have the wrong license.

We seem to have: http://www.apache.org/legal/src-headers.html
but from: http://www.apache.org/licenses/LICENSE-2.0.html#apply
the expectation is something else. I wonder which is correct?

Also,
I ran:{code}mvn org.apache.rat:apache-rat-plugin:0.11:check{code}
on https://git-wip-us.apache.org/repos/asf/activemq-6.git
and there are 811 files that don't have a license.

>From http://www.apache.org/legal/src-headers.html - all human readable files should have a copyright header but there are exceptions, if the content is too simple to mandate a copyright - http://www.apache.org/legal/src-headers.html#faq-exceptions

I think the xml config from the examples and starts scripts from the distro do fall under that category. 
But all of the documentation does not.
The documentation in .md will need a license header me thinks, hence the reopen.


> Replace License Headers on codebase
> -----------------------------------
>
>                 Key: ACTIVEMQ6-43
>                 URL: https://issues.apache.org/jira/browse/ACTIVEMQ6-43
>             Project: Apache ActiveMQ 6
>          Issue Type: Task
>            Reporter: clebert suconic
>            Assignee: Howard Gao
>            Priority: Critical
>             Fix For: 6.0.0
>
>
> The code was relicensed / donated to Apache, hence we need to replace the old license headers.
> I suggest we use this one, taken / copied from Apollo... I think it's a no brainer and nobody would object it.. but if anyone objects is please let us know here:
> /**
>  * Licensed to the Apache Software Foundation (ASF) under one or more
>  * contributor license agreements.  See the NOTICE file distributed with
>  * this work for additional information regarding copyright ownership.
>  * The ASF licenses this file to You under the Apache License, Version 2.0
>  * (the "License"); you may not use this file except in compliance with
>  * the License.  You may obtain a copy of the License at
>  *
>  * http://www.apache.org/licenses/LICENSE-2.0
>  *
>  * Unless required by applicable law or agreed to in writing, software
>  * distributed under the License is distributed on an "AS IS" BASIS,
>  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
>  * See the License for the specific language governing permissions and
>  * limitations under the License.
>  */



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)