mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-24 13:11:47 +00:00
Corrected certification header
This commit is contained in:
parent
f883870d45
commit
b428631bf4
@ -1,7 +1,8 @@
|
||||
/* ###
|
||||
* IP: Apache License 2.0
|
||||
*
|
||||
* This is fix for a bug found in the Felix Framework:
|
||||
*/
|
||||
/***
|
||||
* This is fix for a bug found in the Felix Framework:
|
||||
*
|
||||
* https://issues.apache.org/jira/browse/FELIX-6297
|
||||
*
|
||||
@ -9,8 +10,8 @@
|
||||
*
|
||||
* THIS FILE SHOULD BE REMOVED WHEN THE ISSUE IS ADDRESSED.
|
||||
*
|
||||
*/
|
||||
/*
|
||||
***
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
@ -30,24 +31,15 @@
|
||||
*/
|
||||
package org.apache.felix.framework.util;
|
||||
|
||||
import org.apache.felix.framework.cache.Content;
|
||||
import org.osgi.framework.Version;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.net.URL;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
import java.util.Enumeration;
|
||||
import java.util.HashSet;
|
||||
import java.util.Iterator;
|
||||
import java.util.LinkedHashSet;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
import java.util.jar.Attributes;
|
||||
import java.util.*;
|
||||
import java.util.jar.Manifest;
|
||||
|
||||
import org.apache.felix.framework.cache.Content;
|
||||
import org.osgi.framework.Version;
|
||||
|
||||
public class MultiReleaseContent implements Content
|
||||
{
|
||||
private final Content m_content;
|
||||
|
Loading…
Reference in New Issue
Block a user