Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
albertattard committed Jun 3, 2014
1 parent 1135c6c commit 41fb7b3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

<groupId>com.javacreed.examples</groupId>
<artifactId>how-to-include-copyright-and-license-using-maven</artifactId>
<version>0.0.1-SNAPSHOT</version>

<name>How to include Copyright and License using Maven</name>
<url>http://www.javacreed.com/how-to-include-copyright-and-license-using-maven/</url>
<version>0.0.1-SNAPSHOT</version>

<inceptionYear>${project.inceptionYear}</inceptionYear>
<organization>
<name>${project.organization.name}</name>
Expand Down Expand Up @@ -61,6 +61,7 @@
</executions>
</plugin>
</plugins>

<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. -->
Expand Down
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 41fb7b3

Please sign in to comment.