summaryrefslogtreecommitdiff
path: root/plugins/dex
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dex')
-rw-r--r--plugins/dex/class.c2
-rw-r--r--plugins/dex/class.h2
-rw-r--r--plugins/dex/core.c2
-rw-r--r--plugins/dex/core.h2
-rw-r--r--plugins/dex/dex-int.c2
-rwxr-xr-xplugins/dex/dex-int.h2
-rwxr-xr-xplugins/dex/dex_def.h2
-rwxr-xr-xplugins/dex/format.c2
-rwxr-xr-xplugins/dex/format.h2
-rw-r--r--plugins/dex/loading.c2
-rw-r--r--plugins/dex/loading.h2
-rw-r--r--plugins/dex/method.c2
-rw-r--r--plugins/dex/method.h2
-rw-r--r--plugins/dex/pool.c2
-rw-r--r--plugins/dex/pool.h2
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/>.
*/