summaryrefslogtreecommitdiff
path: root/plugins/elf
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf')
-rw-r--r--plugins/elf/core.c2
-rw-r--r--plugins/elf/core.h2
-rw-r--r--plugins/elf/dynamic.c2
-rw-r--r--plugins/elf/dynamic.h2
-rw-r--r--plugins/elf/elf-int.c2
-rw-r--r--plugins/elf/elf-int.h2
-rw-r--r--plugins/elf/elf_def.h2
-rw-r--r--plugins/elf/elf_def_arm.h2
-rw-r--r--plugins/elf/format.c2
-rw-r--r--plugins/elf/format.h2
-rw-r--r--plugins/elf/helper_arm.c2
-rw-r--r--plugins/elf/helper_arm.h2
-rw-r--r--plugins/elf/loading.c2
-rw-r--r--plugins/elf/loading.h2
-rw-r--r--plugins/elf/program.c2
-rw-r--r--plugins/elf/program.h2
-rw-r--r--plugins/elf/section.c2
-rw-r--r--plugins/elf/section.h2
-rw-r--r--plugins/elf/strings.c2
-rw-r--r--plugins/elf/strings.h2
-rw-r--r--plugins/elf/symbols.c2
-rw-r--r--plugins/elf/symbols.h2
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/>.
*/