Corrected certification header

This commit is contained in:
ghidra1 2021-03-04 19:12:00 -05:00
parent f883870d45
commit b428631bf4

View file

@ -1,6 +1,7 @@
/* ### /* ###
* IP: Apache License 2.0 * 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 * https://issues.apache.org/jira/browse/FELIX-6297
@ -9,8 +10,8 @@
* *
* THIS FILE SHOULD BE REMOVED WHEN THE ISSUE IS ADDRESSED. * THIS FILE SHOULD BE REMOVED WHEN THE ISSUE IS ADDRESSED.
* *
*/ ***
/* *
* Licensed to the Apache Software Foundation (ASF) under one * Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file * or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information * distributed with this work for additional information
@ -30,24 +31,15 @@
*/ */
package org.apache.felix.framework.util; 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.IOException;
import java.io.InputStream; import java.io.InputStream;
import java.net.URL; import java.net.URL;
import java.util.ArrayList; import java.util.*;
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.jar.Manifest; import java.util.jar.Manifest;
import org.apache.felix.framework.cache.Content;
import org.osgi.framework.Version;
public class MultiReleaseContent implements Content public class MultiReleaseContent implements Content
{ {
private final Content m_content; private final Content m_content;