Skip to content

Commit 41327d5

Browse files
Exclude database.properties from license headers
1 parent 13cc8c8 commit 41327d5

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

openliberty-domino/nsfs/nsf-libertyadmin/odp/AppProperties/database.properties

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
#
2-
# Copyright © 2018-2019 Jesse Gallagher
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
#
16-
171
<?xml version='1.0' encoding='utf-8'?>
182
<database xmlns='http://www.lotus.com/dxl' version='10.0' maintenanceversion='1.0'
193
replicaid='85258371005A4D98' path='CN=Galatea-VCC/O=IKSG!!libertyadmin.nsf'

openliberty-domino/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@
280280
<exclude>src/test/resources/**</exclude>
281281
<exclude>src/main/resources/**</exclude>
282282
<exclude>**/build.properties</exclude>
283+
<exclude>**/odp/AppProperties/database.properties</exclude>
283284
</excludes>
284285
<properties>
285286
<owner>Jesse Gallagher</owner>

0 commit comments

Comments
 (0)