Just commit the code to your laboratory. The package name sound right for now but if you also like to we may find a name that matches the intent and is also fun. For copyright we use to do this: /* * Copyright 2009 Alin Dreghiciu. * * Licensed 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. */
When there are more authors just add a new line like in * Copyright 2009 Alin Dreghiciu. * Copyright 2009 Filippo Diotalevi. I also use the authors to list myself. On Fri, Apr 3, 2009 at 10:31 AM, Filippo Diotalevi <[email protected]> wrote: > Hi, > as discussed a couple of weeks ago, I'm starting porting proveasyo > http://code.google.com/p/proveasyo/ to ops4j > > Before committing, I want to rename the packages and add the correct > license headers. > > - for package names, I propose org.ops4j.pax.pyo > > - for the license is it ok to use (like in some examples of pax-runner) > /* > * Copyright 2009 the original author or authors. > * > * Licensed under the Apache License, Version 2.0 ..... etc etc > */ > using the @author tags to list all the authors ? > > - as for the SVN repo, should I use my personal folder inside the laboratory? > something like i.e. > https://scm.ops4j.org/repos/ops4j/laboratory/users/fdiotalevi/pyo ? > > -- > Filippo Diotalevi > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > -- Alin Dreghiciu http://www.ops4j.org - New Energy for OSS Communities - Open Participation Software. http://www.qi4j.org - New Energy for Java - Domain Driven Development. Looking for a job. _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
