diff options
Diffstat (limited to 'plugins/readelf')
-rw-r--r-- | plugins/readelf/header.c | 2 | ||||
-rw-r--r-- | plugins/readelf/header.h | 2 | ||||
-rw-r--r-- | plugins/readelf/program.c | 2 | ||||
-rw-r--r-- | plugins/readelf/program.h | 2 | ||||
-rw-r--r-- | plugins/readelf/reader.c | 2 | ||||
-rw-r--r-- | plugins/readelf/reader.h | 2 | ||||
-rw-r--r-- | plugins/readelf/section.c | 2 | ||||
-rw-r--r-- | plugins/readelf/section.h | 2 | ||||
-rw-r--r-- | plugins/readelf/strtab.c | 2 | ||||
-rw-r--r-- | plugins/readelf/strtab.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/plugins/readelf/header.c b/plugins/readelf/header.c index 71ce749..3cb84c3 100644 --- a/plugins/readelf/header.c +++ b/plugins/readelf/header.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/readelf/header.h b/plugins/readelf/header.h index acfe396..ebdafff 100644 --- a/plugins/readelf/header.h +++ b/plugins/readelf/header.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/readelf/program.c b/plugins/readelf/program.c index f63d10e..cb9f948 100644 --- a/plugins/readelf/program.c +++ b/plugins/readelf/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/readelf/program.h b/plugins/readelf/program.h index 14b814d..f4005b9 100644 --- a/plugins/readelf/program.h +++ b/plugins/readelf/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/readelf/reader.c b/plugins/readelf/reader.c index 1a9158e..b137659 100644 --- a/plugins/readelf/reader.c +++ b/plugins/readelf/reader.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/readelf/reader.h b/plugins/readelf/reader.h index 3837de2..bf82f08 100644 --- a/plugins/readelf/reader.h +++ b/plugins/readelf/reader.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/readelf/section.c b/plugins/readelf/section.c index ae3bd6f..f43bb74 100644 --- a/plugins/readelf/section.c +++ b/plugins/readelf/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/readelf/section.h b/plugins/readelf/section.h index c50cd3a..a5a3f38 100644 --- a/plugins/readelf/section.h +++ b/plugins/readelf/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/readelf/strtab.c b/plugins/readelf/strtab.c index d8133fc..e8d0f45 100644 --- a/plugins/readelf/strtab.c +++ b/plugins/readelf/strtab.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/readelf/strtab.h b/plugins/readelf/strtab.h index e5a0a05..27046c5 100644 --- a/plugins/readelf/strtab.h +++ b/plugins/readelf/strtab.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/>. */ |