summaryrefslogtreecommitdiff
path: root/plugins/dexbnf
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/dexbnf
parentace3a87f9fc31b2f4d90d4b475cde805189e366b (diff)
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'plugins/dexbnf')
-rw-r--r--plugins/dexbnf/context.c2
-rw-r--r--plugins/dexbnf/context.h2
-rw-r--r--plugins/dexbnf/core.c2
-rw-r--r--plugins/dexbnf/core.h2
-rw-r--r--plugins/dexbnf/demangler.c2
-rw-r--r--plugins/dexbnf/demangler.h2
-rw-r--r--plugins/dexbnf/shorty.c2
-rw-r--r--plugins/dexbnf/shorty.h2
-rw-r--r--plugins/dexbnf/simple.c2
-rw-r--r--plugins/dexbnf/simple.h2
-rw-r--r--plugins/dexbnf/type.c2
-rw-r--r--plugins/dexbnf/type.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/plugins/dexbnf/context.c b/plugins/dexbnf/context.c
index 9a6037a..ebf7c0d 100644
--- a/plugins/dexbnf/context.c
+++ b/plugins/dexbnf/context.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/dexbnf/context.h b/plugins/dexbnf/context.h
index 6ac8674..ac8acae 100644
--- a/plugins/dexbnf/context.h
+++ b/plugins/dexbnf/context.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/dexbnf/core.c b/plugins/dexbnf/core.c
index 837c4c1..774e88e 100644
--- a/plugins/dexbnf/core.c
+++ b/plugins/dexbnf/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/dexbnf/core.h b/plugins/dexbnf/core.h
index 9e26faf..624fef7 100644
--- a/plugins/dexbnf/core.h
+++ b/plugins/dexbnf/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/dexbnf/demangler.c b/plugins/dexbnf/demangler.c
index e021b45..32aa36f 100644
--- a/plugins/dexbnf/demangler.c
+++ b/plugins/dexbnf/demangler.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/dexbnf/demangler.h b/plugins/dexbnf/demangler.h
index 9d997da..4ed017b 100644
--- a/plugins/dexbnf/demangler.h
+++ b/plugins/dexbnf/demangler.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/dexbnf/shorty.c b/plugins/dexbnf/shorty.c
index 0b452df..b8bb158 100644
--- a/plugins/dexbnf/shorty.c
+++ b/plugins/dexbnf/shorty.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/dexbnf/shorty.h b/plugins/dexbnf/shorty.h
index 0f91a79..0810e17 100644
--- a/plugins/dexbnf/shorty.h
+++ b/plugins/dexbnf/shorty.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/dexbnf/simple.c b/plugins/dexbnf/simple.c
index 43bd467..e66e83c 100644
--- a/plugins/dexbnf/simple.c
+++ b/plugins/dexbnf/simple.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/dexbnf/simple.h b/plugins/dexbnf/simple.h
index d583515..f7b87a9 100644
--- a/plugins/dexbnf/simple.h
+++ b/plugins/dexbnf/simple.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/dexbnf/type.c b/plugins/dexbnf/type.c
index f77f0e5..75d0b35 100644
--- a/plugins/dexbnf/type.c
+++ b/plugins/dexbnf/type.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/dexbnf/type.h b/plugins/dexbnf/type.h
index 045a5fe..d678939 100644
--- a/plugins/dexbnf/type.h
+++ b/plugins/dexbnf/type.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/>.
*/