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 /plugins/elf | |
parent | ace3a87f9fc31b2f4d90d4b475cde805189e366b (diff) |
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'plugins/elf')
-rw-r--r-- | plugins/elf/core.c | 2 | ||||
-rw-r--r-- | plugins/elf/core.h | 2 | ||||
-rw-r--r-- | plugins/elf/dynamic.c | 2 | ||||
-rw-r--r-- | plugins/elf/dynamic.h | 2 | ||||
-rw-r--r-- | plugins/elf/elf-int.c | 2 | ||||
-rw-r--r-- | plugins/elf/elf-int.h | 2 | ||||
-rw-r--r-- | plugins/elf/elf_def.h | 2 | ||||
-rw-r--r-- | plugins/elf/elf_def_arm.h | 2 | ||||
-rw-r--r-- | plugins/elf/format.c | 2 | ||||
-rw-r--r-- | plugins/elf/format.h | 2 | ||||
-rw-r--r-- | plugins/elf/helper_arm.c | 2 | ||||
-rw-r--r-- | plugins/elf/helper_arm.h | 2 | ||||
-rw-r--r-- | plugins/elf/loading.c | 2 | ||||
-rw-r--r-- | plugins/elf/loading.h | 2 | ||||
-rw-r--r-- | plugins/elf/program.c | 2 | ||||
-rw-r--r-- | plugins/elf/program.h | 2 | ||||
-rw-r--r-- | plugins/elf/section.c | 2 | ||||
-rw-r--r-- | plugins/elf/section.h | 2 | ||||
-rw-r--r-- | plugins/elf/strings.c | 2 | ||||
-rw-r--r-- | plugins/elf/strings.h | 2 | ||||
-rw-r--r-- | plugins/elf/symbols.c | 2 | ||||
-rw-r--r-- | plugins/elf/symbols.h | 2 |
22 files changed, 22 insertions, 22 deletions
diff --git a/plugins/elf/core.c b/plugins/elf/core.c index a12a8a6..1498751 100644 --- a/plugins/elf/core.c +++ b/plugins/elf/core.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/plugins/elf/core.h b/plugins/elf/core.h index 9702b74..52ded90 100644 --- a/plugins/elf/core.h +++ b/plugins/elf/core.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/plugins/elf/dynamic.c b/plugins/elf/dynamic.c index 9d211e6..f6db598 100644 --- a/plugins/elf/dynamic.c +++ b/plugins/elf/dynamic.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/plugins/elf/dynamic.h b/plugins/elf/dynamic.h index 62e8b39..ae03426 100644 --- a/plugins/elf/dynamic.h +++ b/plugins/elf/dynamic.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/plugins/elf/elf-int.c b/plugins/elf/elf-int.c index 36a0f93..fe628f5 100644 --- a/plugins/elf/elf-int.c +++ b/plugins/elf/elf-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/plugins/elf/elf-int.h b/plugins/elf/elf-int.h index 291000d..4193300 100644 --- a/plugins/elf/elf-int.h +++ b/plugins/elf/elf-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/plugins/elf/elf_def.h b/plugins/elf/elf_def.h index 9284328..bb33d6d 100644 --- a/plugins/elf/elf_def.h +++ b/plugins/elf/elf_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/plugins/elf/elf_def_arm.h b/plugins/elf/elf_def_arm.h index 2b0f3d7..c0423e6 100644 --- a/plugins/elf/elf_def_arm.h +++ b/plugins/elf/elf_def_arm.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/plugins/elf/format.c b/plugins/elf/format.c index 755bc12..eb22059 100644 --- a/plugins/elf/format.c +++ b/plugins/elf/format.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/plugins/elf/format.h b/plugins/elf/format.h index 5184219..1ba61c5 100644 --- a/plugins/elf/format.h +++ b/plugins/elf/format.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/plugins/elf/helper_arm.c b/plugins/elf/helper_arm.c index 51bdb99..111e34b 100644 --- a/plugins/elf/helper_arm.c +++ b/plugins/elf/helper_arm.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/plugins/elf/helper_arm.h b/plugins/elf/helper_arm.h index 3db9324..68af97a 100644 --- a/plugins/elf/helper_arm.h +++ b/plugins/elf/helper_arm.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/plugins/elf/loading.c b/plugins/elf/loading.c index 5d82fcc..0bb6f2b 100644 --- a/plugins/elf/loading.c +++ b/plugins/elf/loading.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/plugins/elf/loading.h b/plugins/elf/loading.h index 79ea67f..dcf22e2 100644 --- a/plugins/elf/loading.h +++ b/plugins/elf/loading.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/plugins/elf/program.c b/plugins/elf/program.c index 83fdc6f..7fb63df 100644 --- a/plugins/elf/program.c +++ b/plugins/elf/program.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/plugins/elf/program.h b/plugins/elf/program.h index fcb7b1a..7c73340 100644 --- a/plugins/elf/program.h +++ b/plugins/elf/program.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/plugins/elf/section.c b/plugins/elf/section.c index 5e42b0a..cc47f9d 100644 --- a/plugins/elf/section.c +++ b/plugins/elf/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/plugins/elf/section.h b/plugins/elf/section.h index 4ee2695..021caf0 100644 --- a/plugins/elf/section.h +++ b/plugins/elf/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/plugins/elf/strings.c b/plugins/elf/strings.c index 3bec414..6f4edac 100644 --- a/plugins/elf/strings.c +++ b/plugins/elf/strings.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/plugins/elf/strings.h b/plugins/elf/strings.h index 456bd0a..0dfe11e 100644 --- a/plugins/elf/strings.h +++ b/plugins/elf/strings.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/plugins/elf/symbols.c b/plugins/elf/symbols.c index 8c40ae4..01b7a17 100644 --- a/plugins/elf/symbols.c +++ b/plugins/elf/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/plugins/elf/symbols.h b/plugins/elf/symbols.h index 9e987eb..3bbc3ee 100644 --- a/plugins/elf/symbols.h +++ b/plugins/elf/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/>. */ |