Skip to content

Commit bc04236

Browse files
committed
Updated to reflect new ownership
1 parent 83f45cd commit bc04236

46 files changed

Lines changed: 54 additions & 54 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion

admin/actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Methods for handling admin JavaScript and CSS in the library.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

admin/layouts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Methods for interacting with `CareLib_Layout` objects within the admin panel.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

admin/metabox-post-layouts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Adds the layout meta box to the post editing screen if layouts exist.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

admin/scripts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Methods for handling admin JavaScript and CSS in the library.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

admin/styles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Methods for handling admin JavaScript and CSS in the library.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

admin/templates/layout-select.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* A template part for displaying the post layout metabox.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

admin/templates/metabox-post-layouts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* A template part for displaying the post layout metabox.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

carelib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Load all required library files.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name" : "wpsitecare/carelib",
2+
"name" : "cipherdevgroup/carelib",
33
"description": "A collection of helpful functions to make creating an awesome theme more enjoyable.",
44
"keywords" : ["wordpress"],
5-
"homepage" : "https://github.com/wpsitecare/carelib",
5+
"homepage" : "https://github.com/cipherdevgroup/carelib",
66
"license" : "GPL-2.0+",
77
"authors" : [
88
{
99
"name" : "Robert Neu",
10-
"email" : "rob@wpsitecare.com",
11-
"homepage": "https://www.wpsitecare.com"
10+
"email" : "rob@cipherdevelopment.com",
11+
"homepage": "https://cipherdevelopment.com"
1212
}
1313
],
1414
"support" : {
15-
"issues": "https://github.com/wpsitecare/carelib/issues"
15+
"issues": "https://github.com/cipherdevgroup/carelib/issues"
1616
}
1717
}

0 commit comments

Comments
 (0)