From 75f4b51bf8b50eeb5d71ea0fd5a2cc1949353a1f Mon Sep 17 00:00:00 2001 From: bwalding Date: Sun, 2 Feb 2003 06:48:57 +0000 Subject: [PATCH] MAVEN-241: This is the text that is shown if the license plugin is run, but no license file exists. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112802 13f79535-47bb-0310-9956-ffa450edef68 --- license/src/plugin-resources/LICENSE.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 license/src/plugin-resources/LICENSE.txt diff --git a/license/src/plugin-resources/LICENSE.txt b/license/src/plugin-resources/LICENSE.txt new file mode 100644 index 00000000..8a71c54e --- /dev/null +++ b/license/src/plugin-resources/LICENSE.txt @@ -0,0 +1,2 @@ +This project has not defined any specific license +within the Maven build system.