Fix license header

Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
SirWayne
2016-06-02 13:45:56 +02:00
parent f1db2e2389
commit 5d4de130b4
2 changed files with 8 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ import org.springframework.security.core.context.SecurityContext;
import org.springframework.security.core.context.SecurityContextHolder; import org.springframework.security.core.context.SecurityContextHolder;
/** /**
* * Service to check permissions.
* *
*/ */
public class PermissionService { public class PermissionService {

View File

@@ -1,5 +1,10 @@
/** /**
* Copyright (c) 2011-2016 Bosch Software Innovations GmbH, Germany. All rights reserved. * Copyright (c) 2015 Bosch Software Innovations GmbH and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/ */
package org.eclipse.hawkbit.im.authentication; package org.eclipse.hawkbit.im.authentication;
@@ -11,7 +16,7 @@ import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority; import org.springframework.security.core.authority.SimpleGrantedAuthority;
/** /**
* * Utility method for creation of <tt>GrantedAuthority</tt> collections etc. * Utility method for creation of <tt>GrantedAuthority</tt> collections etc.
*/ */
public final class PermissionUtils { public final class PermissionUtils {