-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6a35d1
commit 1135c6c
Showing
6 changed files
with
40 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...Copyright and License using Maven/src/main/java/com/javacreed/examples/maven/Example.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/* | ||
* #%L | ||
* How to Include License using Maven | ||
* $Id$ | ||
* $HeadURL:$ | ||
* $Id: Example.java 340 2014-05-30 19:01:31Z [email protected] $ | ||
* $HeadURL$ | ||
* %% | ||
* Copyright (C) 2012 - 2014 Java Creed | ||
* %% | ||
|
4 changes: 2 additions & 2 deletions
4
maven/How to include Copyright and License using Maven/src/main/resources/example.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
### | ||
# #%L | ||
# How to Include License using Maven | ||
# $Id$ | ||
# $HeadURL:$ | ||
# $Id: example.properties 340 2014-05-30 19:01:31Z [email protected] $ | ||
# $HeadURL$ | ||
# %% | ||
# Copyright (C) 2012 - 2014 Java Creed | ||
# %% | ||
|
4 changes: 2 additions & 2 deletions
4
maven/How to include Copyright and License using Maven/src/main/resources/example.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<!-- | ||
#%L | ||
How to Include License using Maven | ||
$Id$ | ||
$HeadURL:$ | ||
$Id: example.xml 340 2014-05-30 19:01:31Z [email protected] $ | ||
$HeadURL$ | ||
%% | ||
Copyright (C) 2012 - 2014 Java Creed | ||
%% | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
/* | ||
* #%L | ||
* How to Include License using Maven | ||
* $Id$ | ||
* $HeadURL:$ | ||
* $Id: ExampleTest.java 340 2014-05-30 19:01:31Z [email protected] $ | ||
* $HeadURL$ | ||
* %% | ||
* Copyright (C) 2012 - 2014 Java Creed | ||
* %% | ||
|
4 changes: 2 additions & 2 deletions
4
maven/How to include Copyright and License using Maven/src/test/resources/example.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
### | ||
# #%L | ||
# How to Include License using Maven | ||
# $Id$ | ||
# $HeadURL:$ | ||
# $Id: example.properties 340 2014-05-30 19:01:31Z [email protected] $ | ||
# $HeadURL$ | ||
# %% | ||
# Copyright (C) 2012 - 2014 Java Creed | ||
# %% | ||
|