Fixed the library name in the file header of the Dependency Injection sources.

This commit is contained in:
Javier Cicchelli 2022-12-11 19:55:21 +01:00
parent f714eb5d08
commit cd4147ba75
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
// //
// Dependency.swift // Dependency.swift
// DependencyService // DependencyInjection
// //
// Created by Javier Cicchelli on 05/12/2022. // Created by Javier Cicchelli on 05/12/2022.
// Copyright © 2022 Röck+Cöde. All rights reserved. // Copyright © 2022 Röck+Cöde. All rights reserved.

View File

@ -1,6 +1,6 @@
// //
// DependencyKey.swift // DependencyKey.swift
// DependencyService // DependencyInjection
// //
// Created by Javier Cicchelli on 05/12/2022. // Created by Javier Cicchelli on 05/12/2022.
// Copyright © 2022 Röck+Cöde. All rights reserved. // Copyright © 2022 Röck+Cöde. All rights reserved.

View File

@ -1,6 +1,6 @@
// //
// DependencyStore.swift // DependencyStore.swift
// DependencyService // DependencyInjection
// //
// Created by Javier Cicchelli on 05/12/2022. // Created by Javier Cicchelli on 05/12/2022.
// Copyright © 2022 Röck+Cöde. All rights reserved. // Copyright © 2022 Röck+Cöde. All rights reserved.