summaryrefslogtreecommitdiff
path: root/src/mangling
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 /src/mangling
parentace3a87f9fc31b2f4d90d4b475cde805189e366b (diff)
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'src/mangling')
-rw-r--r--src/mangling/context-int.h2
-rw-r--r--src/mangling/context.c2
-rw-r--r--src/mangling/context.h2
-rw-r--r--src/mangling/demangler-int.h2
-rw-r--r--src/mangling/demangler.c2
-rw-r--r--src/mangling/demangler.h2
-rw-r--r--src/mangling/itanium/abi.c2
-rw-r--r--src/mangling/itanium/abi.h2
-rw-r--r--src/mangling/itanium/component.c2
-rw-r--r--src/mangling/itanium/component.h2
-rw-r--r--src/mangling/itanium/context.c2
-rw-r--r--src/mangling/itanium/context.h2
-rw-r--r--src/mangling/java.h2
13 files changed, 13 insertions, 13 deletions
diff --git a/src/mangling/context-int.h b/src/mangling/context-int.h
index e34842c..e7dfaea 100644
--- a/src/mangling/context-int.h
+++ b/src/mangling/context-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/src/mangling/context.c b/src/mangling/context.c
index 65a8874..4b3e1d4 100644
--- a/src/mangling/context.c
+++ b/src/mangling/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/src/mangling/context.h b/src/mangling/context.h
index 1f516d3..fa02f08 100644
--- a/src/mangling/context.h
+++ b/src/mangling/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/src/mangling/demangler-int.h b/src/mangling/demangler-int.h
index 55fb27d..1039845 100644
--- a/src/mangling/demangler-int.h
+++ b/src/mangling/demangler-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/src/mangling/demangler.c b/src/mangling/demangler.c
index 299da9c..f46badd 100644
--- a/src/mangling/demangler.c
+++ b/src/mangling/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/src/mangling/demangler.h b/src/mangling/demangler.h
index 4a4b9fa..fd209ea 100644
--- a/src/mangling/demangler.h
+++ b/src/mangling/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/src/mangling/itanium/abi.c b/src/mangling/itanium/abi.c
index 3970482..8d15ad4 100644
--- a/src/mangling/itanium/abi.c
+++ b/src/mangling/itanium/abi.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/src/mangling/itanium/abi.h b/src/mangling/itanium/abi.h
index 1ed21f3..469562f 100644
--- a/src/mangling/itanium/abi.h
+++ b/src/mangling/itanium/abi.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/src/mangling/itanium/component.c b/src/mangling/itanium/component.c
index e3f3f23..65c2d7e 100644
--- a/src/mangling/itanium/component.c
+++ b/src/mangling/itanium/component.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/src/mangling/itanium/component.h b/src/mangling/itanium/component.h
index 7ab2521..4d50d1f 100644
--- a/src/mangling/itanium/component.h
+++ b/src/mangling/itanium/component.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/src/mangling/itanium/context.c b/src/mangling/itanium/context.c
index d0a0664..a0c3614 100644
--- a/src/mangling/itanium/context.c
+++ b/src/mangling/itanium/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/src/mangling/itanium/context.h b/src/mangling/itanium/context.h
index 13ec1f4..258e7b0 100644
--- a/src/mangling/itanium/context.h
+++ b/src/mangling/itanium/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/src/mangling/java.h b/src/mangling/java.h
index ee7f21d..f56aef7 100644
--- a/src/mangling/java.h
+++ b/src/mangling/java.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/>.
*/