Skip to content

Commit

Permalink
docs(header): update copyright field format
Browse files Browse the repository at this point in the history
Signed-off-by: Hector Rondon <hrondon@teclib.com>
  • Loading branch information
Hector Rondon authored and rafaelje committed Jun 12, 2018
1 parent f3e9e4b commit cabee9c
Show file tree
Hide file tree
Showing 51 changed files with 114 additions and 114 deletions.
8 changes: 4 additions & 4 deletions FlyveMDMInventoryAgent/AboutController.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2017 Teclib. All rights reserved.
* LICENSE
*
* AboutController.swift is part of FlyveMDMInventoryAgent
*
Expand All @@ -18,9 +18,9 @@
* ------------------------------------------------------------------------------
* @author Hector Rondon <hrondon@teclib.com>
* @date 26/09/17
* @copyright Copyright © 2017 Teclib. All rights reserved.
* @copyright Copyright © 2017-2018 Teclib. All rights reserved.
* @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html
* @link https://github.com/flyve-mdm/flyve-mdm-ios-inventory-agent.git
* @link https://github.com/flyve-mdm/ios-inventory-agent.git
* @link https://flyve-mdm.com
* ------------------------------------------------------------------------------
*/
Expand Down Expand Up @@ -57,7 +57,7 @@ class AboutController: UIViewController {
let date = NSAttributedString(string: "Build on \(getResource("date")). ")

let commit = "Last commit \(getResource("commit")).\n"
let urlCommit = "https://github.com/flyve-mdm/flyve-mdm-ios-inventory-agent/commit/\(getResource("commit_full"))"
let urlCommit = "https://github.com/flyve-mdm/ios-inventory-agent.git/commit/\(getResource("commit_full"))"
let rangeCommit = NSRange(location: 12, length: commit.characters.count-14)
let linkCommit = NSMutableAttributedString(string: commit)
linkCommit.addAttribute(NSAttributedStringKey.link, value: NSURL(string: urlCommit)!, range: rangeCommit)
Expand Down
6 changes: 3 additions & 3 deletions FlyveMDMInventoryAgent/AgentSettingsController.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2017 Teclib. All rights reserved.
* LICENSE
*
* AgentSettingsController.swift is part of FlyveMDMInventoryAgent
*
Expand All @@ -18,9 +18,9 @@
* ------------------------------------------------------------------------------
* @author Hector Rondon <hrondon@teclib.com>
* @date 22/06/17
* @copyright Copyright © 2017 Teclib. All rights reserved.
* @copyright Copyright © 2017-2018 Teclib. All rights reserved.
* @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html
* @link https://github.com/flyve-mdm/flyve-mdm-ios-inventory-agent.git
* @link https://github.com/flyve-mdm/ios-inventory-agent.git
* @link https://flyve-mdm.com
* ------------------------------------------------------------------------------
*/
Expand Down
6 changes: 3 additions & 3 deletions FlyveMDMInventoryAgent/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2017 Teclib. All rights reserved.
* LICENSE
*
* AppDelegate.swift is part of FlyveMDMInventoryAgent
*
Expand All @@ -18,9 +18,9 @@
* ------------------------------------------------------------------------------
* @author Hector Rondon <hrondon@teclib.com>
* @date 22/06/17
* @copyright Copyright © 2017 Teclib. All rights reserved.
* @copyright Copyright © 2017-2018 Teclib. All rights reserved.
* @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html
* @link https://github.com/flyve-mdm/flyve-mdm-ios-inventory-agent.git
* @link https://github.com/flyve-mdm/ios-inventory-agent.git
* @link https://flyve-mdm.com
* ------------------------------------------------------------------------------
*/
Expand Down
Binary file modified FlyveMDMInventoryAgent/Base.lproj/Localizable.strings
Binary file not shown.
6 changes: 3 additions & 3 deletions FlyveMDMInventoryAgent/Delay+Helper.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2017 Teclib. All rights reserved.
* LICENSE
*
* Delay+Helper.swift is part of FlyveMDMInventoryAgent
*
Expand All @@ -18,9 +18,9 @@
* ------------------------------------------------------------------------------
* @author Hector Rondon <hrondon@teclib.com>
* @date 28/06/17
* @copyright Copyright © 2017 Teclib. All rights reserved.
* @copyright Copyright © 2017-2018 Teclib. All rights reserved.
* @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html
* @link https://github.com/flyve-mdm/flyve-mdm-ios-inventory-agent.git
* @link https://github.com/flyve-mdm/ios-inventory-agent.git
* @link https://flyve-mdm.com
* ------------------------------------------------------------------------------
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2017 Teclib. All rights reserved.
* LICENSE
*
* FlyveMDMInventoryAgent-Bridging-Header.h is part of FlyveMDMInventoryAgent
*
Expand All @@ -18,9 +18,9 @@
* ------------------------------------------------------------------------------
* @author Hector Rondon <hrondon@teclib.com>
* @date 26/09/17
* @copyright Copyright © 2017 Teclib. All rights reserved.
* @copyright Copyright © 2017-2018 Teclib. All rights reserved.
* @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html
* @link https://github.com/flyve-mdm/flyve-mdm-ios-inventory-agent.git
* @link https://github.com/flyve-mdm/ios-inventory-agent.git
* @link https://flyve-mdm.com
* ------------------------------------------------------------------------------
*/
Expand Down
6 changes: 3 additions & 3 deletions FlyveMDMInventoryAgent/GlobalSettingsController.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2017 Teclib. All rights reserved.
* LICENSE
*
* GlobalSettingsController.swift is part of FlyveMDMInventoryAgent
*
Expand All @@ -18,9 +18,9 @@
* ------------------------------------------------------------------------------
* @author Hector Rondon <hrondon@teclib.com>
* @date 27/06/17
* @copyright Copyright © 2017 Teclib. All rights reserved.
* @copyright Copyright © 2017-2018 Teclib. All rights reserved.
* @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html
* @link https://github.com/flyve-mdm/flyve-mdm-ios-inventory-agent.git
* @link https://github.com/flyve-mdm/ios-inventory-agent.git
* @link https://flyve-mdm.com
* ------------------------------------------------------------------------------
*/
Expand Down
6 changes: 3 additions & 3 deletions FlyveMDMInventoryAgent/InventoryController.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2017 Teclib. All rights reserved.
* LICENSE
*
* InventoryController.swift is part of FlyveMDMInventoryAgent
*
Expand All @@ -18,9 +18,9 @@
* ------------------------------------------------------------------------------
* @author Hector Rondon <hrondon@teclib.com>
* @date 04/10/17
* @copyright Copyright © 2017 Teclib. All rights reserved.
* @copyright Copyright © 2017-2018 Teclib. All rights reserved.
* @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html
* @link https://github.com/flyve-mdm/flyve-mdm-ios-inventory-agent.git
* @link https://github.com/flyve-mdm/ios-inventory-agent.git
* @link https://flyve-mdm.com
* ------------------------------------------------------------------------------
*/
Expand Down
6 changes: 3 additions & 3 deletions FlyveMDMInventoryAgent/Logger.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2017 Teclib. All rights reserved.
* LICENSE
*
* Logger.swift is part of flyve-mdm-ios
*
Expand All @@ -18,9 +18,9 @@
* ------------------------------------------------------------------------------
* @author Hector Rondon <hrondon@teclib.com>
* @date 16/08/17
* @copyright Copyright © 2017 Teclib. All rights reserved.
* @copyright Copyright © 2017-2018 Teclib. All rights reserved.
* @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html
* @link https://github.com/flyve-mdm/flyve-mdm-ios-agent
* @link https://github.com/flyve-mdm/ios-inventory-agent.git
* @link https://flyve-mdm.com
* ------------------------------------------------------------------------------
*/
Expand Down
6 changes: 3 additions & 3 deletions FlyveMDMInventoryAgent/String+Extension.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2017 Teclib. All rights reserved.
* LICENSE
*
* String+Extension.swift is part of FlyveMDMInventoryAgent
*
Expand All @@ -18,9 +18,9 @@
* ------------------------------------------------------------------------------
* @author Hector Rondon <hrondon@teclib.com>
* @date 05/10/17
* @copyright Copyright © 2017 Teclib. All rights reserved.
* @copyright Copyright © 2017-2018 Teclib. All rights reserved.
* @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html
* @link https://github.com/flyve-mdm/flyve-mdm-ios-inventory-agent.git
* @link https://github.com/flyve-mdm/ios-inventory-agent.git
* @link https://flyve-mdm.com
* ------------------------------------------------------------------------------
*/
Expand Down
Binary file modified FlyveMDMInventoryAgent/es-MX.lproj/Localizable.strings
Binary file not shown.
Binary file modified FlyveMDMInventoryAgent/es.lproj/Localizable.strings
Binary file not shown.
Binary file modified FlyveMDMInventoryAgent/fr.lproj/Localizable.strings
Binary file not shown.
Binary file modified FlyveMDMInventoryAgent/ko.lproj/Localizable.strings
Binary file not shown.
Binary file modified FlyveMDMInventoryAgent/pt-BR.lproj/Localizable.strings
Binary file not shown.
Binary file modified FlyveMDMInventoryAgent/ru.lproj/Localizable.strings
Binary file not shown.
6 changes: 3 additions & 3 deletions FlyveMDMInventoryAgentTests/FlyveMDMInventoryAgentTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2017 Teclib. All rights reserved.
* LICENSE
*
* FlyveMDMInventoryAgentTests.swift is part of FlyveMDMInventoryAgent
*
Expand All @@ -18,9 +18,9 @@
* ------------------------------------------------------------------------------
* @author Hector Rondon <hrondon@teclib.com>
* @date 02/07/17
* @copyright Copyright © 2017 Teclib. All rights reserved.
* @copyright Copyright © 2017-2018 Teclib. All rights reserved.
* @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html
* @link https://github.com/flyve-mdm/flyve-mdm-ios-inventory-agent.git
* @link https://github.com/flyve-mdm/ios-inventory-agent.git
* @link https://flyve-mdm.com
* ------------------------------------------------------------------------------
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright © 2017 Teclib. All rights reserved.
* LICENSE
*
* FlyveMDMInventoryAgentUITests.swift is part of FlyveMDMInventoryAgent
*
Expand All @@ -18,9 +18,9 @@
* ------------------------------------------------------------------------------
* @author Hector Rondon <hrondon@teclib.com>
* @date 02/07/17
* @copyright Copyright © 2017 Teclib. All rights reserved.
* @copyright Copyright © 2017-2018 Teclib. All rights reserved.
* @license LGPLv3 https://www.gnu.org/licenses/lgpl-3.0.html
* @link https://github.com/flyve-mdm/flyve-mdm-ios-inventory-agent.git
* @link https://github.com/flyve-mdm/ios-inventory-agent.git
* @link https://flyve-mdm.com
* ------------------------------------------------------------------------------
*/
Expand Down
4 changes: 2 additions & 2 deletions Pods/FlyveMDMInventory/FlyveMDMInventory/Battery.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/FlyveMDMInventory/FlyveMDMInventory/Battery.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/FlyveMDMInventory/FlyveMDMInventory/Carrier.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/FlyveMDMInventory/FlyveMDMInventory/Carrier.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/FlyveMDMInventory/FlyveMDMInventory/Cpu.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/FlyveMDMInventory/FlyveMDMInventory/Cpu.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/FlyveMDMInventory/FlyveMDMInventory/FlyveMDMInventory.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/FlyveMDMInventory/FlyveMDMInventory/Hardware.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/FlyveMDMInventory/FlyveMDMInventory/Hardware.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/FlyveMDMInventory/FlyveMDMInventory/InventoryTask.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/FlyveMDMInventory/FlyveMDMInventory/Memory.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cabee9c

Please sign in to comment.