[
https://issues.apache.org/jira/browse/QUARKS-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15216259#comment-15216259
]
ASF GitHub Bot commented on QUARKS-88:
--------------------------------------
Github user ddebrunner commented on a diff in the pull request:
https://github.com/apache/incubator-quarks/pull/51#discussion_r57752176
--- Diff:
spi/topology/src/main/java/quarks/topology/spi/graph/TWindowTimeImpl.java ---
@@ -1,14 +1,22 @@
-package quarks.topology.spi.graph;
+/*
+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
-import static quarks.window.Policies.alwaysInsert;
--- End diff --
Any reason these were moved?
Eclipse puts the static imports first, but now they are after the regular
imports.
> Add Apache licence headers to source files.
> -------------------------------------------
>
> Key: QUARKS-88
> URL: https://issues.apache.org/jira/browse/QUARKS-88
> Project: Quarks
> Issue Type: Task
> Reporter: Daniel John Debrunner
> Assignee: Cazen Lee
>
> Most (if not all) Java source files have the licence header but other files
> like build.xml files do not.
> See
> http://www.apache.org/legal/src-headers.html
> http://www.apache.org/legal/src-headers.html#faq-exceptions
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)