From 41fb7b36d3b165857dddb05fea7541ef31ae2433 Mon Sep 17 00:00:00 2001 From: albertattard Date: Tue, 3 Jun 2014 09:45:17 +0000 Subject: [PATCH] --- .../pom.xml | 5 +++-- .../src/main/resources/example.sql | 22 +++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 maven/How to include Copyright and License using Maven/src/main/resources/example.sql diff --git a/maven/How to include Copyright and License using Maven/pom.xml b/maven/How to include Copyright and License using Maven/pom.xml index c632714..343601b 100644 --- a/maven/How to include Copyright and License using Maven/pom.xml +++ b/maven/How to include Copyright and License using Maven/pom.xml @@ -4,10 +4,10 @@ com.javacreed.examples how-to-include-copyright-and-license-using-maven + 0.0.1-SNAPSHOT + How to include Copyright and License using Maven http://www.javacreed.com/how-to-include-copyright-and-license-using-maven/ - 0.0.1-SNAPSHOT - ${project.inceptionYear} ${project.organization.name} @@ -61,6 +61,7 @@ + diff --git a/maven/How to include Copyright and License using Maven/src/main/resources/example.sql b/maven/How to include Copyright and License using Maven/src/main/resources/example.sql new file mode 100644 index 0000000..73d029f --- /dev/null +++ b/maven/How to include Copyright and License using Maven/src/main/resources/example.sql @@ -0,0 +1,22 @@ +--- +-- #%L +-- How to include Copyright and License using Maven +-- $Id:$ +-- $HeadURL:$ +-- %% +-- Copyright (C) 2012 - 2014 Java Creed +-- %% +-- 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 +-- +-- 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. +-- #L% +--- +SELECT * FROM dual; \ No newline at end of file