Repository: zest-java Updated Branches: refs/heads/develop 9794cfb43 -> 6d4170033
'rat' is complaining. Not sure why. Copied a header from elsewhere to see if it improves. Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/6d417003 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/6d417003 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/6d417003 Branch: refs/heads/develop Commit: 6d417003374de4fa904221a01fbaa5b5ea4fa37a Parents: 9794cfb Author: Niclas Hedhman <[email protected]> Authored: Sat Aug 1 09:45:08 2015 +0800 Committer: Niclas Hedhman <[email protected]> Committed: Sat Aug 1 09:45:08 2015 +0800 ---------------------------------------------------------------------- .../zest/envisage/detail/DependencyPane.java | 18 +++++++++--------- .../zest/envisage/detail/ImportedByPane.java | 18 +++++++++--------- .../envisage/detail/ServiceConfigurationPane.java | 18 +++++++++--------- 3 files changed, 27 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/6d417003/tools/envisage/src/main/java/org/apache/zest/envisage/detail/DependencyPane.java ---------------------------------------------------------------------- diff --git a/tools/envisage/src/main/java/org/apache/zest/envisage/detail/DependencyPane.java b/tools/envisage/src/main/java/org/apache/zest/envisage/detail/DependencyPane.java index 78a2753..dc8b8ba 100644 --- a/tools/envisage/src/main/java/org/apache/zest/envisage/detail/DependencyPane.java +++ b/tools/envisage/src/main/java/org/apache/zest/envisage/detail/DependencyPane.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2009, Tony Kohar. All Rights Reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Copyright 2009, Tony Kohar. All Rights Reserved. + * + * 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 + * 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. - * + * 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. + * limitations under the License. */ + package org.apache.zest.envisage.detail; import java.awt.BorderLayout; http://git-wip-us.apache.org/repos/asf/zest-java/blob/6d417003/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ImportedByPane.java ---------------------------------------------------------------------- diff --git a/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ImportedByPane.java b/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ImportedByPane.java index 740c77e..5195b0c 100644 --- a/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ImportedByPane.java +++ b/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ImportedByPane.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2009, Tony Kohar. All Rights Reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Copyright 2009, Tony Kohar. All Rights Reserved. + * + * 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 + * 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. - * + * 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. + * limitations under the License. */ + package org.apache.zest.envisage.detail; import java.awt.BorderLayout; http://git-wip-us.apache.org/repos/asf/zest-java/blob/6d417003/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ServiceConfigurationPane.java ---------------------------------------------------------------------- diff --git a/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ServiceConfigurationPane.java b/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ServiceConfigurationPane.java index 5b15bdb..f44b1b2 100644 --- a/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ServiceConfigurationPane.java +++ b/tools/envisage/src/main/java/org/apache/zest/envisage/detail/ServiceConfigurationPane.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2009, Tony Kohar. All Rights Reserved. * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. + * Copyright 2009, Tony Kohar. All Rights Reserved. + * + * 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 + * 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. - * + * 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. + * limitations under the License. */ + package org.apache.zest.envisage.detail; import java.awt.BorderLayout;
