aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-01-22 09:47:46 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-01-22 09:47:46 -0500
commit9302e9f1c0e7009e3599d7c7b20f0aac6e3cba54 (patch)
tree1c33702cc70e38e1da5c96aff83d854a1027f0a0
parent442e136a653d74bf84391cc591893a45b37edf26 (diff)
downloadsabredav-freeipa-9302e9f1c0e7009e3599d7c7b20f0aac6e3cba54.tar.gz
sabredav-freeipa-9302e9f1c0e7009e3599d7c7b20f0aac6e3cba54.zip
update license
-rw-r--r--LICENSE2
-rw-r--r--server.example.php2
-rw-r--r--src/AuthBackend.php2
-rw-r--r--src/Connection.php2
-rw-r--r--src/Group.php2
-rw-r--r--src/PrincipalBackend.php2
-rw-r--r--src/User.php2
-rw-r--r--src/Util.php2
8 files changed, 8 insertions, 8 deletions
diff --git a/LICENSE b/LICENSE
index 788ae6d..fd66da5 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2023 stonewall
+Copyright (c) 2023 stonewall@sacredheartsc.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/server.example.php b/server.example.php
index e91088e..2bcef9f 100644
--- a/server.example.php
+++ b/server.example.php
@@ -3,7 +3,7 @@
*
* Example sabredav configuration for FreeIPA
*
- * @author stonewall
+ * @author stonewall@sacredheartsc.com
* @license https://opensource.org/licenses/MIT
* @version 0.01
*
diff --git a/src/AuthBackend.php b/src/AuthBackend.php
index ab45b7b..05dfdb3 100644
--- a/src/AuthBackend.php
+++ b/src/AuthBackend.php
@@ -3,7 +3,7 @@
*
* FreeIPA/Apache authentication backend
*
- * @author stonewall
+ * @author stonewall@sacredheartsc.com
* @license https://opensource.org/licenses/MIT
* @version 0.01
*
diff --git a/src/Connection.php b/src/Connection.php
index 3a755b6..c08ef76 100644
--- a/src/Connection.php
+++ b/src/Connection.php
@@ -3,7 +3,7 @@
*
* FreeIPA connection definition
*
- * @author stonewall
+ * @author stonewall@sacredheartsc.com
* @license https://opensource.org/licenses/MIT
* @version 0.01
*
diff --git a/src/Group.php b/src/Group.php
index 646830a..69ccd7e 100644
--- a/src/Group.php
+++ b/src/Group.php
@@ -3,7 +3,7 @@
*
* FreeIPA group definition
*
- * @author stonewall
+ * @author stonewall@sacredheartsc.com
* @license https://opensource.org/licenses/MIT
* @version 0.01
*
diff --git a/src/PrincipalBackend.php b/src/PrincipalBackend.php
index 74fdb55..b29f9a3 100644
--- a/src/PrincipalBackend.php
+++ b/src/PrincipalBackend.php
@@ -3,7 +3,7 @@
*
* FreeIPA/LDAP principal backend
*
- * @author stonewall
+ * @author stonewall@sacredheartsc.com
* @license https://opensource.org/licenses/MIT
* @version 0.01
*
diff --git a/src/User.php b/src/User.php
index c4e56eb..6f24e5e 100644
--- a/src/User.php
+++ b/src/User.php
@@ -3,7 +3,7 @@
*
* FreeIPA user definition
*
- * @author stonewall
+ * @author stonewall@sacredheartsc.com
* @license https://opensource.org/licenses/MIT
* @version 0.01
*
diff --git a/src/Util.php b/src/Util.php
index a145ff0..a2b08a8 100644
--- a/src/Util.php
+++ b/src/Util.php
@@ -3,7 +3,7 @@
*
* FreeIPA utility class
*
- * @author stonewall
+ * @author stonewall@sacredheartsc.com
* @license https://opensource.org/licenses/MIT
* @version 0.01
*