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/dex | |
parent | ace3a87f9fc31b2f4d90d4b475cde805189e366b (diff) |
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'plugins/dex')
-rw-r--r-- | plugins/dex/class.c | 2 | ||||
-rw-r--r-- | plugins/dex/class.h | 2 | ||||
-rw-r--r-- | plugins/dex/core.c | 2 | ||||
-rw-r--r-- | plugins/dex/core.h | 2 | ||||
-rw-r--r-- | plugins/dex/dex-int.c | 2 | ||||
-rwxr-xr-x | plugins/dex/dex-int.h | 2 | ||||
-rwxr-xr-x | plugins/dex/dex_def.h | 2 | ||||
-rwxr-xr-x | plugins/dex/format.c | 2 | ||||
-rwxr-xr-x | plugins/dex/format.h | 2 | ||||
-rw-r--r-- | plugins/dex/loading.c | 2 | ||||
-rw-r--r-- | plugins/dex/loading.h | 2 | ||||
-rw-r--r-- | plugins/dex/method.c | 2 | ||||
-rw-r--r-- | plugins/dex/method.h | 2 | ||||
-rw-r--r-- | plugins/dex/pool.c | 2 | ||||
-rw-r--r-- | plugins/dex/pool.h | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/plugins/dex/class.c b/plugins/dex/class.c index bb2ae71..5cd159b 100644 --- a/plugins/dex/class.c +++ b/plugins/dex/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/dex/class.h b/plugins/dex/class.h index 73dd5df..71fd4c9 100644 --- a/plugins/dex/class.h +++ b/plugins/dex/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/dex/core.c b/plugins/dex/core.c index c7f9aa4..5f53fe9 100644 --- a/plugins/dex/core.c +++ b/plugins/dex/core.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/dex/core.h b/plugins/dex/core.h index 5e98fad..bc1a444 100644 --- a/plugins/dex/core.h +++ b/plugins/dex/core.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/dex/dex-int.c b/plugins/dex/dex-int.c index 3a69bb2..9eee67f 100644 --- a/plugins/dex/dex-int.c +++ b/plugins/dex/dex-int.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/dex/dex-int.h b/plugins/dex/dex-int.h index 60d2f4d..4016b1c 100755 --- a/plugins/dex/dex-int.h +++ b/plugins/dex/dex-int.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/dex/dex_def.h b/plugins/dex/dex_def.h index 1d2e0d7..61f51c2 100755 --- a/plugins/dex/dex_def.h +++ b/plugins/dex/dex_def.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/dex/format.c b/plugins/dex/format.c index 44e9c0a..f4cfdc9 100755 --- a/plugins/dex/format.c +++ b/plugins/dex/format.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/dex/format.h b/plugins/dex/format.h index 0398b9c..d8fdd6b 100755 --- a/plugins/dex/format.h +++ b/plugins/dex/format.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/dex/loading.c b/plugins/dex/loading.c index 7a1abf2..efe1531 100644 --- a/plugins/dex/loading.c +++ b/plugins/dex/loading.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/dex/loading.h b/plugins/dex/loading.h index 612f962..16d1369 100644 --- a/plugins/dex/loading.h +++ b/plugins/dex/loading.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/dex/method.c b/plugins/dex/method.c index 0f49154..409261f 100644 --- a/plugins/dex/method.c +++ b/plugins/dex/method.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/dex/method.h b/plugins/dex/method.h index 6716713..fe6abf0 100644 --- a/plugins/dex/method.h +++ b/plugins/dex/method.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/dex/pool.c b/plugins/dex/pool.c index 46c431e..b65c133 100644 --- a/plugins/dex/pool.c +++ b/plugins/dex/pool.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/dex/pool.h b/plugins/dex/pool.h index 56bcd64..45df801 100644 --- a/plugins/dex/pool.h +++ b/plugins/dex/pool.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/>. */ |