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/gui/core | |
parent | ace3a87f9fc31b2f4d90d4b475cde805189e366b (diff) |
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'src/gui/core')
-rw-r--r-- | src/gui/core/core.c | 2 | ||||
-rw-r--r-- | src/gui/core/core.h | 2 | ||||
-rw-r--r-- | src/gui/core/global.c | 2 | ||||
-rw-r--r-- | src/gui/core/global.h | 2 | ||||
-rw-r--r-- | src/gui/core/items.c | 2 | ||||
-rw-r--r-- | src/gui/core/items.h | 2 |
6 files changed, 6 insertions, 6 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/>. */ |