Skip to content

Commit

Permalink
Move repo from owner bokxing-it to 1afa for organizational reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred Klomp committed Jan 7, 2015
1 parent 42a82a7 commit c49471c
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 18 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- Moved repo from github.com/bokxing-it to github.com/1afa for organizational
reasons

* Wed Dec 10 2014 Alfred Klomp <[email protected]> 0.23
- Make compatible with SabreDAV 2.1

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ The aim of this project is to provide a full CardDav backend for
[Zarafa](http://www.zarafa.com) groupware.

Tarballs and zipfiles of the source can be downloaded
[here](https://github.com/bokxing-it/sabre-zarafa/tags). See below for
[here](https://github.com/1afa/sabre-zarafa/tags). See below for
installation instructions, you will also need to download and install SabreDAV
and log4php. For an overview of the changes, see the
[ChangeLog](https://github.com/bokxing-it/sabre-zarafa/blob/master/ChangeLog).
[ChangeLog](https://github.com/1afa/sabre-zarafa/blob/master/ChangeLog).

Sabre-Zarafa is a backend for the SabreDAV server. SabreDAV is a generic DAV
server that processes CardDAV, CalDAV and WebDAV requests. It handles all the
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bokxing-it/sabre-zarafa",
"name": "1afa/sabre-zarafa",
"require": {
"sabre/dav" : "~2.1.0",
"apache/log4php" : "~2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Project page: <http://github.com/bokxing-it/sabre-zarafa/>
* Project page: <http://github.com/1afa/sabre-zarafa/>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/SabreZarafa/AuthBasicBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Project page: <http://github.com/bokxing-it/sabre-zarafa/>
* Project page: <http://github.com/1afa/sabre-zarafa/>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/SabreZarafa/Bridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Project page: <http://github.com/bokxing-it/sabre-zarafa/>
* Project page: <http://github.com/1afa/sabre-zarafa/>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/SabreZarafa/CardDavBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Project page: <http://github.com/bokxing-it/sabre-zarafa/>
* Project page: <http://github.com/1afa/sabre-zarafa/>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/SabreZarafa/Folder.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Project page: <http://github.com/bokxing-it/sabre-zarafa/>
* Project page: <http://github.com/1afa/sabre-zarafa/>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/SabreZarafa/PrincipalsBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Project page: <http://github.com/bokxing-it/sabre-zarafa/>
* Project page: <http://github.com/1afa/sabre-zarafa/>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/SabreZarafa/Restrict.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Project page: <http://github.com/bokxing-it/sabre-zarafa/>
* Project page: <http://github.com/1afa/sabre-zarafa/>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/SabreZarafa/Store.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Project page: <http://github.com/bokxing-it/sabre-zarafa/>
* Project page: <http://github.com/1afa/sabre-zarafa/>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/SabreZarafa/VCard/IParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Project page: <http://github.com/bokxing-it/sabre-zarafa/>
* Project page: <http://github.com/1afa/sabre-zarafa/>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/SabreZarafa/VCard/IProducer.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Project page: <http://github.com/bokxing-it/sabre-zarafa/>
* Project page: <http://github.com/1afa/sabre-zarafa/>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/SabreZarafa/VCard/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Project page: <http://github.com/bokxing-it/sabre-zarafa/>
* Project page: <http://github.com/1afa/sabre-zarafa/>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/SabreZarafa/VCard/Producer.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Project page: <http://github.com/bokxing-it/sabre-zarafa/>
* Project page: <http://github.com/1afa/sabre-zarafa/>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/SabreZarafa/WebaccessSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Project page: <http://github.com/bokxing-it/sabre-zarafa/>
* Project page: <http://github.com/1afa/sabre-zarafa/>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion server.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Project page: <http://github.com/bokxing-it/sabre-zarafa/>
* Project page: <http://github.com/1afa/sabre-zarafa/>
*
*/

Expand Down
2 changes: 1 addition & 1 deletion version.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Project page: <http://github.com/bokxing-it/sabre-zarafa/>
* Project page: <http://github.com/1afa/sabre-zarafa/>
* Repository URL: <https://sabre-zarafa.googlecode.com/svn/trunk>
*/

Expand Down

0 comments on commit c49471c

Please sign in to comment.