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 /src/mangling/itanium | |
parent | ace3a87f9fc31b2f4d90d4b475cde805189e366b (diff) |
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'src/mangling/itanium')
-rw-r--r-- | src/mangling/itanium/abi.c | 2 | ||||
-rw-r--r-- | src/mangling/itanium/abi.h | 2 | ||||
-rw-r--r-- | src/mangling/itanium/component.c | 2 | ||||
-rw-r--r-- | src/mangling/itanium/component.h | 2 | ||||
-rw-r--r-- | src/mangling/itanium/context.c | 2 | ||||
-rw-r--r-- | src/mangling/itanium/context.h | 2 |
6 files changed, 6 insertions, 6 deletions
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/>. */ |