You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/12/11 23:42:53 UTC

[isis] branch master updated: ISIS-2473: cli config: fix licenseHeader

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 43b57b2  ISIS-2473: cli config: fix licenseHeader
43b57b2 is described below

commit 43b57b29aa5fc09f197e2d3309ae8b0876a28cf1
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sat Dec 12 00:42:42 2020 +0100

    ISIS-2473: cli config: fix licenseHeader
---
 tooling/cli/src/main/java/org/apache/isis/tooling/cli/CliConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/cli/src/main/java/org/apache/isis/tooling/cli/CliConfig.java b/tooling/cli/src/main/java/org/apache/isis/tooling/cli/CliConfig.java
index b95c6d9..5999079 100644
--- a/tooling/cli/src/main/java/org/apache/isis/tooling/cli/CliConfig.java
+++ b/tooling/cli/src/main/java/org/apache/isis/tooling/cli/CliConfig.java
@@ -52,7 +52,7 @@ public class CliConfig {
     public static class ProjectDoc {
         private String description = "These tables summarize all Maven artifacts available with this project.";
         private String licenseHeader = 
-                ":Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license "
+                "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. "