11// -------------------------------------------------------------------------------------------------
22// <copyright file="GarbageCollectionCachePruner.cs" company="Ninject Project Contributors">
3- // Copyright (c) 2007-2010, Enkari, Ltd.
4- // Copyright (c) 2010-2017, Ninject Project Contributors
3+ // Copyright (c) 2007-2010 Enkari, Ltd. All rights reserved.
4+ // Copyright (c) 2010-2017 Ninject Project Contributors. All rights reserved.
5+ //
56// Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).
7+ // You may not use this file except in compliance with one of the Licenses.
8+ // You may obtain a copy of the License at
9+ //
10+ // http://www.apache.org/licenses/LICENSE-2.0
11+ // or
12+ // http://www.microsoft.com/opensource/licenses.mspx
13+ //
14+ // Unless required by applicable law or agreed to in writing, software
15+ // distributed under the License is distributed on an "AS IS" BASIS,
16+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+ // See the License for the specific language governing permissions and
18+ // limitations under the License.
619// </copyright>
720// -------------------------------------------------------------------------------------------------
821
@@ -11,6 +24,7 @@ namespace Ninject.Activation.Caching
1124 using System ;
1225 using System . Collections . Generic ;
1326 using System . Threading ;
27+
1428 using Ninject . Components ;
1529 using Ninject . Infrastructure ;
1630 using Ninject . Infrastructure . Language ;
0 commit comments