[
https://issues.apache.org/jira/browse/IO-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12915732#action_12915732
]
Niall Pemberton commented on IO-177:
------------------------------------
Could you re-submit these with the standard ASF license headers please -
currently they include "Copyright 2008 Limelight Networks, Inc." and I think it
would be better if you replaced this than I did - thanks.
{code}
/*
* 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.
*/
{code}
> New Tailer class
> ----------------
>
> Key: IO-177
> URL: https://issues.apache.org/jira/browse/IO-177
> Project: Commons IO
> Issue Type: New Feature
> Components: Utilities
> Reporter: Jeff Rodriguez
> Priority: Minor
> Attachments: Tailer.java, TailerListener.java
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> Simple implementation of the unix "tail -f" functionality.
> The classes will need to be updated to Commons IO style and package
> namespace. No test case is currently written.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.