Skip to content

Commit 788d757

Browse files
OliverMatzctron
authored andcommitted
add license header, remove javadoc author tag
Signed-off-by: Oliver Matz <[email protected]>
1 parent ac0864b commit 788d757

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

rpm/src/main/java/org/eclipse/packager/rpm/VerifyFlags.java

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*
2+
* Copyright (c) 2019 Contributors to the Eclipse Foundation
3+
*
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information regarding copyright ownership.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
12+
*/
113
package org.eclipse.packager.rpm;
214

315
/**
@@ -7,7 +19,6 @@
719
* It should rather be "VerifyFlag" (singular), but I leave it this way, cf. {@link FileFlags}.
820
* The constants and their value are from http://ftp.rpm.org/api/4.14.0/group__rpmvf.html
921
* @since 0.15.2
10-
* @author Oliver Matz
1122
*/
1223
public enum VerifyFlags
1324
{

rpm/src/main/java/org/eclipse/packager/rpm/build/RpmBuilder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,6 @@ protected void customizeFile ( final FileEntry entry, final FileInformation info
666666
/**
667667
* see https://github.com/ctron/rpm-builder/issues/41
668668
* @since 0.15.2
669-
* @author Oliver Matz
670669
*/
671670
private void customizeVerificationFlags(FileEntry entry, FileInformation information) {
672671
final Collection<VerifyFlags> informationVerifyFlags = information.getVerifyFlags();

rpm/src/test/java/org/eclipse/packager/rpm/SetVerifyFlagsTest.java

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*
2+
* Copyright (c) 2019 Contributors to the Eclipse Foundation
3+
*
4+
* See the NOTICE file(s) distributed with this work for additional
5+
* information regarding copyright ownership.
6+
*
7+
* This program and the accompanying materials are made available under the
8+
* terms of the Eclipse Public License 2.0 which is available at
9+
* http://www.eclipse.org/legal/epl-2.0
10+
*
11+
* SPDX-License-Identifier: EPL-2.0
12+
*/
113
package org.eclipse.packager.rpm;
214

315
import org.eclipse.packager.rpm.app.Dumper;
@@ -24,7 +36,6 @@
2436

2537
/**
2638
* see https://github.com/ctron/rpm-builder/issues/41
27-
* @author Oliver Matz
2839
*/
2940
class SetVerifyFlagsTest
3041
{

0 commit comments

Comments
 (0)