Skip to content

Commit

Permalink
just add missing license headers
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Fesenmeyer <daniel.fesenmeyer@bosch-si.com>
  • Loading branch information
danielFesenmeyer committed Sep 5, 2018
1 parent 26f9cac commit 359fa7e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
@@ -1,4 +1,4 @@
package org.eclipse.ditto.services.policies.persistence.actors;/*
/*
* Copyright (c) 2017 Bosch Software Innovations GmbH.
*
* All rights reserved. This program and the accompanying materials
Expand All @@ -9,6 +9,7 @@
* Contributors:
* Bosch Software Innovations GmbH - initial contribution
*/
package org.eclipse.ditto.services.policies.persistence.actors;

import java.util.Optional;

Expand Down
@@ -1,4 +1,4 @@
package org.eclipse.ditto.services.policies.persistence.testhelper;/*
/*
* Copyright (c) 2017 Bosch Software Innovations GmbH.
*
* All rights reserved. This program and the accompanying materials
Expand All @@ -9,6 +9,7 @@
* Contributors:
* Bosch Software Innovations GmbH - initial contribution
*/
package org.eclipse.ditto.services.policies.persistence.testhelper;

import org.eclipse.ditto.model.base.headers.DittoHeaders;
import org.eclipse.ditto.model.policies.Label;
Expand Down
@@ -1,3 +1,14 @@
/*
* Copyright (c) 2017 Bosch Software Innovations GmbH.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/org/documents/epl-2.0/index.php
*
* Contributors:
* Bosch Software Innovations GmbH - initial contribution
*/
package org.eclipse.ditto.services.utils.headers.conditional;


Expand All @@ -9,17 +20,7 @@
import org.eclipse.ditto.model.things.Thing;
import org.junit.Test;

/*
* Copyright (c) 2017 Bosch Software Innovations GmbH.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/org/documents/epl-2.0/index.php
*
* Contributors:
* Bosch Software Innovations GmbH - initial contribution
*/public class ETagValueGeneratorTest {
public class ETagValueGeneratorTest {

@Test
public void generateForPolicy() {
Expand Down

0 comments on commit 359fa7e

Please sign in to comment.