Skip to content

Commit 45b17a0

Browse files
committed
mask off some files from license checks and format a couple of license headers
1 parent e8a2bc5 commit 45b17a0

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,6 +1768,8 @@
17681768
<exclude>src/test/resources/**</exclude>
17691769
<exclude>src/main/resources/**</exclude>
17701770
<exclude>**/*.groovy</exclude>
1771+
<exclude>**/.gitkeep</exclude>
1772+
<exclude>**/node_modules/**</exclude>
17711773
</excludes>
17721774
</configuration>
17731775
</plugin>

test/fixtures-core/src/main/java/org/commonjava/indy/test/fixture/core/TestCacheProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2013 Red Hat, Inc. (nos-devel@redhat.com)
2+
* Copyright (C) 2011-2018 Red Hat, Inc. (https://github.com/Commonjava/indy)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

test/fixtures-core/src/main/java/org/commonjava/indy/test/fixture/core/TestFileEventManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2013 Red Hat, Inc. (nos-devel@redhat.com)
2+
* Copyright (C) 2011-2018 Red Hat, Inc. (https://github.com/Commonjava/indy)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

uis/layover/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
<exclude>**/*.groovy</exclude>
6666
<exclude>bower_components/**</exclude>
6767
<exclude>node/**</exclude>
68-
<exclude>node_modules/**</exclude>
68+
<exclude>**/node_modules/**</exclude>
69+
<exclude>**/.gitkeep</exclude>
6970
</excludes>
7071
<mapping>
7172
<service>SCRIPT_STYLE</service>

0 commit comments

Comments
 (0)