debrief / limpet

Placeholder for materials related to the Limpet project (http://limpet.info)
Eclipse Public License 1.0
3 stars 4 forks source link

Add license headers to source files #176

Open IanMayo opened 8 years ago

IanMayo commented 8 years ago

@kumarbabu - this task is like the one you did for Debrief.

We'll use the Eclipse license.

kumarbabu commented 8 years ago

Hi Ian, Thanks for assigning the issue, please find the license header. if you are OK with that.. I wll proceed to apply all our limpet project classes.

/***

I have used following plugin for adding the copyrights.

https://wiki.eclipse.org/Development_Resources/How_to_Use_Eclipse_Copyright_Tool

Regards, Kumar.

copyrights

IanMayo commented 8 years ago

Yes, that looks fine. Have you found a tool to use?

kumarbabu commented 8 years ago

Ok, Thanks .. I am using following plugin for adding the copyrights. https://wiki.eclipse.org/Development_Resources/How_to_Use_Eclipse_Copyright_Tool

kumarbabu commented 8 years ago

Could you please tell me what are the other files (e.g properties, xml etc.) should I generate the license header followed by Java files.

IanMayo commented 8 years ago

Let's just do it for Java files, for now.

kumarbabu commented 8 years ago

Ok, if you want I can include the followign files.

otherfiles It's look like below.

propertyfile

pecko commented 8 years ago

@IanMayo @kumarbabu

I believe you want to use Deep Blue C in copyright and initial implementation instead of IBM.

IanMayo commented 8 years ago

Good advice @pecko . Would you mind providing us with a correctly worded comment block?

pecko commented 8 years ago

Something similar the following:

/*******************************************************************************
 * Copyright (c) 2015 Deep Blue C and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *    Deep Blue C - initial API and implementation
 *******************************************************************************/

Someone can add his/her name or company in the Contributors part.