summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-05 07:58:43 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-05 07:58:43 (GMT)
commit50dcb7b1f40bb9e66d4872a7eebd364c6ea11125 (patch)
tree8a96a4f40ce50b86456addccff97a31e3e0c8cf2 /src/gui
parentace3a87f9fc31b2f4d90d4b475cde805189e366b (diff)
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/core/core.c2
-rw-r--r--src/gui/core/core.h2
-rw-r--r--src/gui/core/global.c2
-rw-r--r--src/gui/core/global.h2
-rw-r--r--src/gui/core/items.c2
-rw-r--r--src/gui/core/items.h2
-rw-r--r--src/gui/dialogs/about.c2
-rw-r--r--src/gui/dialogs/about.h2
-rw-r--r--src/gui/dialogs/bookmark.c2
-rw-r--r--src/gui/dialogs/bookmark.h2
-rw-r--r--src/gui/dialogs/export.c2
-rw-r--r--src/gui/dialogs/export.h2
-rw-r--r--src/gui/dialogs/goto.c2
-rw-r--r--src/gui/dialogs/goto.h2
-rw-r--r--src/gui/dialogs/gotox.c2
-rw-r--r--src/gui/dialogs/gotox.h2
-rw-r--r--src/gui/dialogs/identity.c2
-rw-r--r--src/gui/dialogs/identity.h2
-rw-r--r--src/gui/dialogs/plugins.c2
-rw-r--r--src/gui/dialogs/plugins.h2
-rw-r--r--src/gui/dialogs/shellcode.c2
-rw-r--r--src/gui/dialogs/shellcode.h2
-rw-r--r--src/gui/dialogs/storage.c2
-rw-r--r--src/gui/dialogs/storage.h2
-rw-r--r--src/gui/panels/updating-int.h2
-rw-r--r--src/gui/panels/updating.c2
-rw-r--r--src/gui/panels/updating.h2
27 files changed, 27 insertions, 27 deletions
diff --git a/src/gui/core/core.c b/src/gui/core/core.c
index 0530953..54e5a8f 100644
--- a/src/gui/core/core.c
+++ b/src/gui/core/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/src/gui/core/core.h b/src/gui/core/core.h
index 3112c44..a344bb9 100644
--- a/src/gui/core/core.h
+++ b/src/gui/core/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/src/gui/core/global.c b/src/gui/core/global.c
index 0d0ec92..d3c9005 100644
--- a/src/gui/core/global.c
+++ b/src/gui/core/global.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/gui/core/global.h b/src/gui/core/global.h
index 68aeb8a..5e49ec5 100644
--- a/src/gui/core/global.h
+++ b/src/gui/core/global.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/gui/core/items.c b/src/gui/core/items.c
index ce60bcb..a2320cd 100644
--- a/src/gui/core/items.c
+++ b/src/gui/core/items.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/gui/core/items.h b/src/gui/core/items.h
index 13c3d9c..a738ac9 100644
--- a/src/gui/core/items.h
+++ b/src/gui/core/items.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/gui/dialogs/about.c b/src/gui/dialogs/about.c
index b594d06..7e62269 100644
--- a/src/gui/dialogs/about.c
+++ b/src/gui/dialogs/about.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/gui/dialogs/about.h b/src/gui/dialogs/about.h
index e5ad285..f572f5a 100644
--- a/src/gui/dialogs/about.h
+++ b/src/gui/dialogs/about.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/gui/dialogs/bookmark.c b/src/gui/dialogs/bookmark.c
index 805b80f..c14ec15 100644
--- a/src/gui/dialogs/bookmark.c
+++ b/src/gui/dialogs/bookmark.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/gui/dialogs/bookmark.h b/src/gui/dialogs/bookmark.h
index cec71ca..047f915 100644
--- a/src/gui/dialogs/bookmark.h
+++ b/src/gui/dialogs/bookmark.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/gui/dialogs/export.c b/src/gui/dialogs/export.c
index 8209395..c410882 100644
--- a/src/gui/dialogs/export.c
+++ b/src/gui/dialogs/export.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/gui/dialogs/export.h b/src/gui/dialogs/export.h
index 0bafd69..209dea8 100644
--- a/src/gui/dialogs/export.h
+++ b/src/gui/dialogs/export.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/gui/dialogs/goto.c b/src/gui/dialogs/goto.c
index 3ffa990..6f659d5 100644
--- a/src/gui/dialogs/goto.c
+++ b/src/gui/dialogs/goto.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/gui/dialogs/goto.h b/src/gui/dialogs/goto.h
index f505949..66c1017 100644
--- a/src/gui/dialogs/goto.h
+++ b/src/gui/dialogs/goto.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/gui/dialogs/gotox.c b/src/gui/dialogs/gotox.c
index 31123ff..7ae1244 100644
--- a/src/gui/dialogs/gotox.c
+++ b/src/gui/dialogs/gotox.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/gui/dialogs/gotox.h b/src/gui/dialogs/gotox.h
index e38ac9e..f11c2d3 100644
--- a/src/gui/dialogs/gotox.h
+++ b/src/gui/dialogs/gotox.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/gui/dialogs/identity.c b/src/gui/dialogs/identity.c
index 3df2e91..9e3cfd7 100644
--- a/src/gui/dialogs/identity.c
+++ b/src/gui/dialogs/identity.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/gui/dialogs/identity.h b/src/gui/dialogs/identity.h
index 2019eba..99c0ca6 100644
--- a/src/gui/dialogs/identity.h
+++ b/src/gui/dialogs/identity.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/gui/dialogs/plugins.c b/src/gui/dialogs/plugins.c
index 1a75269..4bcf274 100644
--- a/src/gui/dialogs/plugins.c
+++ b/src/gui/dialogs/plugins.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/gui/dialogs/plugins.h b/src/gui/dialogs/plugins.h
index 56906eb..b6c6af3 100644
--- a/src/gui/dialogs/plugins.h
+++ b/src/gui/dialogs/plugins.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/gui/dialogs/shellcode.c b/src/gui/dialogs/shellcode.c
index 68ce1f4..94ae269 100644
--- a/src/gui/dialogs/shellcode.c
+++ b/src/gui/dialogs/shellcode.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/gui/dialogs/shellcode.h b/src/gui/dialogs/shellcode.h
index d846f7c..7c1706b 100644
--- a/src/gui/dialogs/shellcode.h
+++ b/src/gui/dialogs/shellcode.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/gui/dialogs/storage.c b/src/gui/dialogs/storage.c
index 65a22f4..d51c4e6 100644
--- a/src/gui/dialogs/storage.c
+++ b/src/gui/dialogs/storage.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/gui/dialogs/storage.h b/src/gui/dialogs/storage.h
index dbded89..6e0c9f0 100644
--- a/src/gui/dialogs/storage.h
+++ b/src/gui/dialogs/storage.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/gui/panels/updating-int.h b/src/gui/panels/updating-int.h
index 0007a5a..40414ce 100644
--- a/src/gui/panels/updating-int.h
+++ b/src/gui/panels/updating-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/gui/panels/updating.c b/src/gui/panels/updating.c
index 2dec844..800161c 100644
--- a/src/gui/panels/updating.c
+++ b/src/gui/panels/updating.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/gui/panels/updating.h b/src/gui/panels/updating.h
index b02f1af..2eeb09c 100644
--- a/src/gui/panels/updating.h
+++ b/src/gui/panels/updating.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/>.
*/