Four Java source : /* * 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. * */
For XML files : <?xml version="1.0" encoding="UTF-8"?> <!-- 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. --> For property files : # 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. On Tue, Apr 14, 2015 at 12:00 PM, Farazath Ahamed <[email protected]> wrote: > Whats the license header we are supposed to use? > > On Tue, Apr 14, 2015, 3:01 PM Colm O hEigeartaigh <[email protected]> > wrote: > > > Hi all, > > > > Great that we now have the initial project source code at Apache. Let's > > discuss some next steps: > > > > a) Website: Currently there is nothing at > > http://openaz.incubator.apache.org/. Is someone willing to start adding > > some content here? Some initial description of the project + a link to > the > > incubator proposal should suffice for now. Do we have any architecture > > documents or the like that could be put online as well? Are there > existing > > websites to migrate over? > > > > b) Source code formatting: The source uses tabs + contains some control m > > characters (root pom). The norm at Apache is to use "spaces" indentation > > instead of tabs in my experience, and normally 4 spaces at that. What do > > you all think about changing this? > > > > c) The code that has been merged is the AT&T + JP. Morgan code. What > > remains to be merged? > > > > d) All of the source/test code + poms etc. require the Apache header > > license. Copyright notices should be moved to a NOTICE file in the root > > directory. Use of @author annotations are also generally frowned upon at > > Apache. > > > > If we can get some agreement on initial steps then we can start creating > > JIRAs. Are there existing JIRA/bugzilla tasks to migrate to Apache? > > > > Colm. > > > > > > -- > > Colm O hEigeartaigh > > > > Talend Community Coder > > http://coders.talend.com > > > -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
