Skip to content

Commit

Permalink
Fix license information
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Supol <jan.supol@oracle.com>
  • Loading branch information
jansupol committed Sep 10, 2018
1 parent 9de733a commit 7e446b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions NOTICE.md
Expand Up @@ -70,10 +70,6 @@ Javassist Version 3.22.0-CR2
* Project: http://www.javassist.org/
* Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.

Java(TM) EE Interceptors 1.1 API Version 1.0.0.Beta1
* License: LGPL 2.1
* Copyright 2005, JBoss Inc., and individual contributors as indicated by the @authors tag.

Jackson JAX-RS Providers Version 2.8.10
* License: Apache License, 2.0
* Project: https://github.com/FasterXML/jackson-jaxrs-providers
Expand Down
Expand Up @@ -158,7 +158,7 @@ public boolean configure(final FeatureContext context) {
}

/**
* Copied from DefaultConfigTest.
* Copied from CommonConfigTest.
*/
@Test
public void testGetFeatures() {
Expand Down
Expand Up @@ -29,8 +29,9 @@ public final class EntityStore {

static {
// Projects.
final Project project = createProject("Jersey", "Jersey is the open source (under dual EPL+GPL license) JAX-RS 2.1 "
+ "(JSR 370) production quality Reference Implementation for building RESTful Web services.");
final Project project = createProject("Jersey", "Jersey is the open source (see NOTICE.md for license "
+ "information) JAX-RS 2.1 (JSR 370) production quality Reference Implementation for building RESTful Web "
+ "services.");

// Users.
final User robot = createUser("Jersey Robot", "very@secret.com");
Expand Down

0 comments on commit 7e446b4

Please sign in to comment.