diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-04-05 07:58:43 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-04-05 07:58:43 (GMT) |
commit | 50dcb7b1f40bb9e66d4872a7eebd364c6ea11125 (patch) | |
tree | 8a96a4f40ce50b86456addccff97a31e3e0c8cf2 /plugins/readmc | |
parent | ace3a87f9fc31b2f4d90d4b475cde805189e366b (diff) |
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'plugins/readmc')
-rw-r--r-- | plugins/readmc/header.c | 2 | ||||
-rw-r--r-- | plugins/readmc/header.h | 2 | ||||
-rw-r--r-- | plugins/readmc/reader.c | 2 | ||||
-rw-r--r-- | plugins/readmc/reader.h | 2 | ||||
-rw-r--r-- | plugins/readmc/text.c | 2 | ||||
-rw-r--r-- | plugins/readmc/text.h | 2 | ||||
-rw-r--r-- | plugins/readmc/v21.c | 2 | ||||
-rw-r--r-- | plugins/readmc/v21.h | 2 | ||||
-rw-r--r-- | plugins/readmc/v23.c | 2 | ||||
-rw-r--r-- | plugins/readmc/v23.h | 2 | ||||
-rw-r--r-- | plugins/readmc/v24.c | 2 | ||||
-rw-r--r-- | plugins/readmc/v24.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/plugins/readmc/header.c b/plugins/readmc/header.c index 98cf803..adc1074 100644 --- a/plugins/readmc/header.c +++ b/plugins/readmc/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/readmc/header.h b/plugins/readmc/header.h index 1b8d44e..0600c29 100644 --- a/plugins/readmc/header.h +++ b/plugins/readmc/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/readmc/reader.c b/plugins/readmc/reader.c index 3042e83..e10b927 100644 --- a/plugins/readmc/reader.c +++ b/plugins/readmc/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/readmc/reader.h b/plugins/readmc/reader.h index a68b288..ba1e6c5 100644 --- a/plugins/readmc/reader.h +++ b/plugins/readmc/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/>. */ diff --git a/plugins/readmc/text.c b/plugins/readmc/text.c index 3e15493..a1fb0ec 100644 --- a/plugins/readmc/text.c +++ b/plugins/readmc/text.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/readmc/text.h b/plugins/readmc/text.h index f1da5da..e003df8 100644 --- a/plugins/readmc/text.h +++ b/plugins/readmc/text.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/readmc/v21.c b/plugins/readmc/v21.c index ae74809..ebcd4cd 100644 --- a/plugins/readmc/v21.c +++ b/plugins/readmc/v21.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/readmc/v21.h b/plugins/readmc/v21.h index b90a58f..f584a19 100644 --- a/plugins/readmc/v21.h +++ b/plugins/readmc/v21.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/readmc/v23.c b/plugins/readmc/v23.c index 7a3c3e4..e430901 100644 --- a/plugins/readmc/v23.c +++ b/plugins/readmc/v23.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/readmc/v23.h b/plugins/readmc/v23.h index beae17c..d979508 100644 --- a/plugins/readmc/v23.h +++ b/plugins/readmc/v23.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/readmc/v24.c b/plugins/readmc/v24.c index 1cbae98..530c097 100644 --- a/plugins/readmc/v24.c +++ b/plugins/readmc/v24.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/readmc/v24.h b/plugins/readmc/v24.h index 57d1cd4..6d69832 100644 --- a/plugins/readmc/v24.h +++ b/plugins/readmc/v24.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/>. */ |