locationtech / geotrellis

GeoTrellis is a geographic data processing engine for high performance applications.
http://geotrellis.io
Other
1.34k stars 360 forks source link

Insert copywrite headers on all source files. #721

Closed lossyrob closed 10 years ago

lossyrob commented 10 years ago

As part of submitting to location tech, we need to put copywrite notifications on all source files: http://eclipse.org/legal/copyrightandlicensenotice.php

So each file should start with the following:

/*******************************************************************************
 * Copyright (c) 2014 Azavea Inc
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Apache License, Version 2.0
 * which accompanies this distribution, and is available at
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Contributors:
 *    {INITIAL AUTHOR} - initial API and implementation and/or initial documentation
 *******************************************************************************/

The INITIAL AUTHOR section is confusing. I'm going to get more information about it and update this issue with the result.

ameetkini-zz commented 10 years ago

I'll update the files under geotrellis-spark with DigitalGlobe as copyright owner. I'll add this as a separate pull request in case you wanted to combine this with your edits and merge to master as a single commit. If there's any guidance on the initial author, that'd also help. Otherwise, I'll go ahead and add that as well.

lossyrob commented 10 years ago

@ameetkini, wait on it for a bit, I'm contacting Eclipse to get the specification of what we need to put in; I'll let you know what they respond with.