Hi Daniel,
I will take this up. A few questions though.
- Change license headers (such as it can't contain "Copyright 2014 Kenshoo.com")
/*
* Copyright 2014 Kenshoo.com
*
* 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.
*/
should now be changed into
/*
* 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.
*/
- Change the package from com.kenshoo.freemarker to
org.apache.freemarker.onlinetester (or something like that)
The package name sounds good to me. Shall we finalize this ?
- Update LICENSE (and NOTICES if needed) with any extra intellectual
property related information needed.
What should be added here ? may be I will start with the above 2 and wait for this one.
________________________________
From: Daniel Dekany <ddekany@apache.org>
Sent: Saturday, April 1, 2017 10:09:22 PM
To: dev@freemarker.incubator.apache.org
Subject: Anyone volunteers for online-tester legal cleanup and other refactorings?
We have just received the source code of
http://freemarker-online.kenshoo.com/ from Kenshoo, as a contribution
to the FreeMarker project. Here's the Git repo:
https://git-wip-us.apache.org/repos/asf?p=incubator-freemarker-online-tester.git
https://github.com/apache/incubator-freemarker-online-tester
Anyone wants to take care of some (or all) of these tasks:
The first thing to do is the legal cleanup:
- Change license headers (such as it can't contain "Copyright 2014 Kenshoo.com")
- Change the package from com.kenshoo.freemarker to
org.apache.freemarker.onlinetester (or something like that)
- Update LICENSE (and NOTICES if needed) with any extra intellectual
property related information needed.
After that:
- Get rid of the old Fallwizard dependency, as that version isn't
available in well known repos. Certainly we should just use pure
Dropwizard (or any other light weight "micro service" framework you
feel like using).
And finally we should continue pushing
https://issues.apache.org/jira/browse/INFRA-13246 "Create a demo VM
for the Freemarker project".
--
Thanks,
Daniel Dekany
|