aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/integritycheck
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-07-22 09:47:47 +0200
committerJoas Schilling <coding@schilljs.com>2016-07-22 09:48:05 +0200
commitca6a7d9e6a6b5b11083f3bfd12a30da97b8c3dac (patch)
treec08584460aead516ea72b18c82bd7d5cec29150c /lib/private/integritycheck
parent87eb86902f3928d5c33da6f0a7a5ff7e3fc0f8da (diff)
downloadnextcloud-server-ca6a7d9e6a6b5b11083f3bfd12a30da97b8c3dac.tar.gz
nextcloud-server-ca6a7d9e6a6b5b11083f3bfd12a30da97b8c3dac.zip
Run the license script
Diffstat (limited to 'lib/private/integritycheck')
-rw-r--r--lib/private/integritycheck/checker.php5
-rw-r--r--lib/private/integritycheck/exceptions/invalidsignatureexception.php5
-rw-r--r--lib/private/integritycheck/helpers/applocator.php5
-rw-r--r--lib/private/integritycheck/helpers/environmenthelper.php5
-rw-r--r--lib/private/integritycheck/helpers/fileaccesshelper.php5
-rw-r--r--lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php5
-rw-r--r--lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php6
7 files changed, 22 insertions, 14 deletions
diff --git a/lib/private/integritycheck/checker.php b/lib/private/integritycheck/checker.php
index 3669c50ed30..5cd724d1b41 100644
--- a/lib/private/integritycheck/checker.php
+++ b/lib/private/integritycheck/checker.php
@@ -1,8 +1,9 @@
<?php
/**
- * @author Lukas Reschke <lukas@owncloud.com>
- *
* @copyright Copyright (c) 2016, ownCloud, Inc.
+ *
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ *
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
diff --git a/lib/private/integritycheck/exceptions/invalidsignatureexception.php b/lib/private/integritycheck/exceptions/invalidsignatureexception.php
index 521171642b2..d5dcd2d80da 100644
--- a/lib/private/integritycheck/exceptions/invalidsignatureexception.php
+++ b/lib/private/integritycheck/exceptions/invalidsignatureexception.php
@@ -1,8 +1,9 @@
<?php
/**
- * @author Lukas Reschke <lukas@owncloud.com>
- *
* @copyright Copyright (c) 2016, ownCloud, Inc.
+ *
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ *
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
diff --git a/lib/private/integritycheck/helpers/applocator.php b/lib/private/integritycheck/helpers/applocator.php
index af22fca1fe4..c8d4e1b9b27 100644
--- a/lib/private/integritycheck/helpers/applocator.php
+++ b/lib/private/integritycheck/helpers/applocator.php
@@ -1,8 +1,9 @@
<?php
/**
- * @author Lukas Reschke <lukas@owncloud.com>
- *
* @copyright Copyright (c) 2016, ownCloud, Inc.
+ *
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ *
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
diff --git a/lib/private/integritycheck/helpers/environmenthelper.php b/lib/private/integritycheck/helpers/environmenthelper.php
index f56f07486c2..c5e91997130 100644
--- a/lib/private/integritycheck/helpers/environmenthelper.php
+++ b/lib/private/integritycheck/helpers/environmenthelper.php
@@ -1,8 +1,9 @@
<?php
/**
- * @author Lukas Reschke <lukas@owncloud.com>
- *
* @copyright Copyright (c) 2016, ownCloud, Inc.
+ *
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ *
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
diff --git a/lib/private/integritycheck/helpers/fileaccesshelper.php b/lib/private/integritycheck/helpers/fileaccesshelper.php
index f0bf6576d35..9e2b76ce11a 100644
--- a/lib/private/integritycheck/helpers/fileaccesshelper.php
+++ b/lib/private/integritycheck/helpers/fileaccesshelper.php
@@ -1,8 +1,9 @@
<?php
/**
- * @author Lukas Reschke <lukas@owncloud.com>
- *
* @copyright Copyright (c) 2016, ownCloud, Inc.
+ *
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ *
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
diff --git a/lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php b/lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php
index 51850852cbd..7ff7273828d 100644
--- a/lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php
+++ b/lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php
@@ -1,8 +1,9 @@
<?php
/**
- * @author Lukas Reschke <lukas@owncloud.com>
- *
* @copyright Copyright (c) 2016, ownCloud, Inc.
+ *
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ *
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
diff --git a/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php b/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php
index 29deea6268d..cefb5b292c0 100644
--- a/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php
+++ b/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php
@@ -1,8 +1,10 @@
<?php
/**
- * @author Lukas Reschke <lukas@owncloud.com>
- *
* @copyright Copyright (c) 2016, ownCloud, Inc.
+ *
+ * @author Lukas Reschke <lukas@statuscode.ch>
+ * @author RealRancor <Fisch.666@gmx.de>
+ *
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify