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/format/pe | |
parent | ace3a87f9fc31b2f4d90d4b475cde805189e366b (diff) |
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'src/format/pe')
-rw-r--r-- | src/format/pe/pe-int.c | 2 | ||||
-rw-r--r-- | src/format/pe/pe-int.h | 2 | ||||
-rw-r--r-- | src/format/pe/pe.c | 2 | ||||
-rw-r--r-- | src/format/pe/pe.h | 2 | ||||
-rw-r--r-- | src/format/pe/pe_def.h | 2 | ||||
-rw-r--r-- | src/format/pe/section.c | 2 | ||||
-rw-r--r-- | src/format/pe/section.h | 2 | ||||
-rw-r--r-- | src/format/pe/symbols.c | 2 | ||||
-rw-r--r-- | src/format/pe/symbols.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/format/pe/pe-int.c b/src/format/pe/pe-int.c index 81ed6bb..0ce1577 100644 --- a/src/format/pe/pe-int.c +++ b/src/format/pe/pe-int.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/format/pe/pe-int.h b/src/format/pe/pe-int.h index b7910c7..14a6007 100644 --- a/src/format/pe/pe-int.h +++ b/src/format/pe/pe-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/format/pe/pe.c b/src/format/pe/pe.c index 02b7f19..8533d25 100644 --- a/src/format/pe/pe.c +++ b/src/format/pe/pe.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/format/pe/pe.h b/src/format/pe/pe.h index 9ead4f2..c8dee42 100644 --- a/src/format/pe/pe.h +++ b/src/format/pe/pe.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/format/pe/pe_def.h b/src/format/pe/pe_def.h index d6d34f2..62d8afc 100644 --- a/src/format/pe/pe_def.h +++ b/src/format/pe/pe_def.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/format/pe/section.c b/src/format/pe/section.c index 7944981..f4cdaf3 100644 --- a/src/format/pe/section.c +++ b/src/format/pe/section.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/format/pe/section.h b/src/format/pe/section.h index 8b4c244..e7c399b 100644 --- a/src/format/pe/section.h +++ b/src/format/pe/section.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/format/pe/symbols.c b/src/format/pe/symbols.c index ff86e44..30e43b5 100644 --- a/src/format/pe/symbols.c +++ b/src/format/pe/symbols.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/format/pe/symbols.h b/src/format/pe/symbols.h index 762914e..7581152 100644 --- a/src/format/pe/symbols.h +++ b/src/format/pe/symbols.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/>. */ |