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/disass | |
parent | ace3a87f9fc31b2f4d90d4b475cde805189e366b (diff) |
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'src/analysis/disass')
-rw-r--r-- | src/analysis/disass/area.c | 2 | ||||
-rw-r--r-- | src/analysis/disass/area.h | 2 | ||||
-rw-r--r-- | src/analysis/disass/block.c | 2 | ||||
-rw-r--r-- | src/analysis/disass/block.h | 2 | ||||
-rw-r--r-- | src/analysis/disass/disassembler.c | 2 | ||||
-rw-r--r-- | src/analysis/disass/disassembler.h | 2 | ||||
-rw-r--r-- | src/analysis/disass/dragon.c | 2 | ||||
-rw-r--r-- | src/analysis/disass/dragon.h | 2 | ||||
-rw-r--r-- | src/analysis/disass/fetch.c | 2 | ||||
-rw-r--r-- | src/analysis/disass/fetch.h | 2 | ||||
-rw-r--r-- | src/analysis/disass/instructions.c | 2 | ||||
-rw-r--r-- | src/analysis/disass/instructions.h | 2 | ||||
-rw-r--r-- | src/analysis/disass/limit.c | 2 | ||||
-rw-r--r-- | src/analysis/disass/limit.h | 2 | ||||
-rw-r--r-- | src/analysis/disass/links.c | 2 | ||||
-rw-r--r-- | src/analysis/disass/links.h | 2 | ||||
-rw-r--r-- | src/analysis/disass/loop.c | 2 | ||||
-rw-r--r-- | src/analysis/disass/loop.h | 2 | ||||
-rw-r--r-- | src/analysis/disass/output.c | 2 | ||||
-rw-r--r-- | src/analysis/disass/output.h | 2 | ||||
-rw-r--r-- | src/analysis/disass/rank.c | 2 | ||||
-rw-r--r-- | src/analysis/disass/rank.h | 2 | ||||
-rw-r--r-- | src/analysis/disass/routines.c | 2 | ||||
-rw-r--r-- | src/analysis/disass/routines.h | 2 |
24 files changed, 24 insertions, 24 deletions
diff --git a/src/analysis/disass/area.c b/src/analysis/disass/area.c index ae01a1b..339b4ad 100644 --- a/src/analysis/disass/area.c +++ b/src/analysis/disass/area.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/disass/area.h b/src/analysis/disass/area.h index 5ee71a3..818b8a2 100644 --- a/src/analysis/disass/area.h +++ b/src/analysis/disass/area.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/disass/block.c b/src/analysis/disass/block.c index 9950934..2d01d5d 100644 --- a/src/analysis/disass/block.c +++ b/src/analysis/disass/block.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/disass/block.h b/src/analysis/disass/block.h index 49c6a14..68cade7 100644 --- a/src/analysis/disass/block.h +++ b/src/analysis/disass/block.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/disass/disassembler.c b/src/analysis/disass/disassembler.c index ae60602..6c63b0b 100644 --- a/src/analysis/disass/disassembler.c +++ b/src/analysis/disass/disassembler.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/disass/disassembler.h b/src/analysis/disass/disassembler.h index 4f14e59..a3fb74f 100644 --- a/src/analysis/disass/disassembler.h +++ b/src/analysis/disass/disassembler.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/disass/dragon.c b/src/analysis/disass/dragon.c index 655300b..44d82da 100644 --- a/src/analysis/disass/dragon.c +++ b/src/analysis/disass/dragon.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/disass/dragon.h b/src/analysis/disass/dragon.h index 74bb2e9..dfef39f 100644 --- a/src/analysis/disass/dragon.h +++ b/src/analysis/disass/dragon.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/disass/fetch.c b/src/analysis/disass/fetch.c index c33cad9..55afe5a 100644 --- a/src/analysis/disass/fetch.c +++ b/src/analysis/disass/fetch.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/disass/fetch.h b/src/analysis/disass/fetch.h index f89d991..ecef527 100644 --- a/src/analysis/disass/fetch.h +++ b/src/analysis/disass/fetch.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/disass/instructions.c b/src/analysis/disass/instructions.c index fc16186..78b20d4 100644 --- a/src/analysis/disass/instructions.c +++ b/src/analysis/disass/instructions.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/disass/instructions.h b/src/analysis/disass/instructions.h index 6f7a737..808c0d9 100644 --- a/src/analysis/disass/instructions.h +++ b/src/analysis/disass/instructions.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/disass/limit.c b/src/analysis/disass/limit.c index bcc594f..4fb219a 100644 --- a/src/analysis/disass/limit.c +++ b/src/analysis/disass/limit.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/disass/limit.h b/src/analysis/disass/limit.h index ce76a43..6c1a55a 100644 --- a/src/analysis/disass/limit.h +++ b/src/analysis/disass/limit.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/disass/links.c b/src/analysis/disass/links.c index 09f8d1b..0207d6b 100644 --- a/src/analysis/disass/links.c +++ b/src/analysis/disass/links.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/disass/links.h b/src/analysis/disass/links.h index 4630d8d..44b15c2 100644 --- a/src/analysis/disass/links.h +++ b/src/analysis/disass/links.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/disass/loop.c b/src/analysis/disass/loop.c index b7e7ff9..9312917 100644 --- a/src/analysis/disass/loop.c +++ b/src/analysis/disass/loop.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/disass/loop.h b/src/analysis/disass/loop.h index d877527..4e8ccb0 100644 --- a/src/analysis/disass/loop.h +++ b/src/analysis/disass/loop.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/disass/output.c b/src/analysis/disass/output.c index a1c0718..9f532e6 100644 --- a/src/analysis/disass/output.c +++ b/src/analysis/disass/output.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/disass/output.h b/src/analysis/disass/output.h index a05a3c4..e21dadc 100644 --- a/src/analysis/disass/output.h +++ b/src/analysis/disass/output.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/disass/rank.c b/src/analysis/disass/rank.c index 6ff194b..c31fd58 100644 --- a/src/analysis/disass/rank.c +++ b/src/analysis/disass/rank.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/disass/rank.h b/src/analysis/disass/rank.h index 90a2ef0..0b8c3d0 100644 --- a/src/analysis/disass/rank.h +++ b/src/analysis/disass/rank.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/disass/routines.c b/src/analysis/disass/routines.c index 661e136..4393c6e 100644 --- a/src/analysis/disass/routines.c +++ b/src/analysis/disass/routines.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/disass/routines.h b/src/analysis/disass/routines.h index db8144d..d6fd76b 100644 --- a/src/analysis/disass/routines.h +++ b/src/analysis/disass/routines.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/>. */ |