summaryrefslogtreecommitdiff
path: root/plugins/readdex
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-05 07:58:43 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-05 07:58:43 (GMT)
commit50dcb7b1f40bb9e66d4872a7eebd364c6ea11125 (patch)
tree8a96a4f40ce50b86456addccff97a31e3e0c8cf2 /plugins/readdex
parentace3a87f9fc31b2f4d90d4b475cde805189e366b (diff)
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'plugins/readdex')
-rw-r--r--plugins/readdex/class.c2
-rw-r--r--plugins/readdex/class.h2
-rw-r--r--plugins/readdex/code.c2
-rw-r--r--plugins/readdex/code.h2
-rw-r--r--plugins/readdex/header.c2
-rw-r--r--plugins/readdex/header.h2
-rw-r--r--plugins/readdex/ids.c2
-rw-r--r--plugins/readdex/ids.h2
-rw-r--r--plugins/readdex/reader.c2
-rw-r--r--plugins/readdex/reader.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/plugins/readdex/class.c b/plugins/readdex/class.c
index c5cb35f..9aa4433 100644
--- a/plugins/readdex/class.c
+++ b/plugins/readdex/class.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/plugins/readdex/class.h b/plugins/readdex/class.h
index c24ced1..a9f5079 100644
--- a/plugins/readdex/class.h
+++ b/plugins/readdex/class.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/plugins/readdex/code.c b/plugins/readdex/code.c
index d17c4cc..8cb6baa 100644
--- a/plugins/readdex/code.c
+++ b/plugins/readdex/code.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/plugins/readdex/code.h b/plugins/readdex/code.h
index fc52dd0..3b7a594 100644
--- a/plugins/readdex/code.h
+++ b/plugins/readdex/code.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/plugins/readdex/header.c b/plugins/readdex/header.c
index 860638c..b1ba640 100644
--- a/plugins/readdex/header.c
+++ b/plugins/readdex/header.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/plugins/readdex/header.h b/plugins/readdex/header.h
index 63d7c68..0df02ef 100644
--- a/plugins/readdex/header.h
+++ b/plugins/readdex/header.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/plugins/readdex/ids.c b/plugins/readdex/ids.c
index 73187cb..82d17f4 100644
--- a/plugins/readdex/ids.c
+++ b/plugins/readdex/ids.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/plugins/readdex/ids.h b/plugins/readdex/ids.h
index b4a1dbf..489d389 100644
--- a/plugins/readdex/ids.h
+++ b/plugins/readdex/ids.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/plugins/readdex/reader.c b/plugins/readdex/reader.c
index cab6058..5b84a0d 100644
--- a/plugins/readdex/reader.c
+++ b/plugins/readdex/reader.c
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/plugins/readdex/reader.h b/plugins/readdex/reader.h
index 1d9103f..c6b28b5 100644
--- a/plugins/readdex/reader.h
+++ b/plugins/readdex/reader.h
@@ -17,7 +17,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
+ * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
*/