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/analysis/decomp | |
parent | ace3a87f9fc31b2f4d90d4b475cde805189e366b (diff) |
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'src/analysis/decomp')
-rw-r--r-- | src/analysis/decomp/cmerge.c | 2 | ||||
-rw-r--r-- | src/analysis/decomp/cmerge.h | 2 | ||||
-rw-r--r-- | src/analysis/decomp/decompiler.c | 2 | ||||
-rw-r--r-- | src/analysis/decomp/decompiler.h | 2 | ||||
-rw-r--r-- | src/analysis/decomp/il.c | 2 | ||||
-rw-r--r-- | src/analysis/decomp/il.h | 2 | ||||
-rw-r--r-- | src/analysis/decomp/reduce.c | 2 | ||||
-rw-r--r-- | src/analysis/decomp/reduce.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/analysis/decomp/cmerge.c b/src/analysis/decomp/cmerge.c index 881bcf5..6777263 100644 --- a/src/analysis/decomp/cmerge.c +++ b/src/analysis/decomp/cmerge.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/analysis/decomp/cmerge.h b/src/analysis/decomp/cmerge.h index 77ace65..bd89604 100644 --- a/src/analysis/decomp/cmerge.h +++ b/src/analysis/decomp/cmerge.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/analysis/decomp/decompiler.c b/src/analysis/decomp/decompiler.c index 5b2d231..432e924 100644 --- a/src/analysis/decomp/decompiler.c +++ b/src/analysis/decomp/decompiler.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/analysis/decomp/decompiler.h b/src/analysis/decomp/decompiler.h index 852d5af..12a3fb4 100644 --- a/src/analysis/decomp/decompiler.h +++ b/src/analysis/decomp/decompiler.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/analysis/decomp/il.c b/src/analysis/decomp/il.c index f409550..c125412 100644 --- a/src/analysis/decomp/il.c +++ b/src/analysis/decomp/il.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/analysis/decomp/il.h b/src/analysis/decomp/il.h index 27b5325..ed901e6 100644 --- a/src/analysis/decomp/il.h +++ b/src/analysis/decomp/il.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/analysis/decomp/reduce.c b/src/analysis/decomp/reduce.c index 42ff983..b630bc7 100644 --- a/src/analysis/decomp/reduce.c +++ b/src/analysis/decomp/reduce.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/analysis/decomp/reduce.h b/src/analysis/decomp/reduce.h index 829fbe0..fe5fa99 100644 --- a/src/analysis/decomp/reduce.h +++ b/src/analysis/decomp/reduce.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/>. */ |