Skip to content
Snippets Groups Projects

feat: Update copyright headers on all java files

9 files
+ 93
60
Compare changes
  • Side-by-side
  • Inline
Files
9
 
/*********************************************************************
 
* Copyright (c) 2022 Eclipse Foundation.
 
*
 
* This program and the accompanying materials are made
 
* available under the terms of the Eclipse Public License 2.0
 
* which is available at https://www.eclipse.org/legal/epl-2.0/
 
*
 
* Author: Martin Lowe <martin.lowe@eclipse-foundation.org>
 
*
 
* SPDX-License-Identifier: EPL-2.0
 
**********************************************************************/
package org.eclipsefoundation.wg.api;
package org.eclipsefoundation.wg.api;
import javax.annotation.security.RolesAllowed;
import javax.annotation.security.RolesAllowed;
Loading