summaryrefslogtreecommitdiff
path: root/tools
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 /tools
parentace3a87f9fc31b2f4d90d4b475cde805189e366b (diff)
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'tools')
-rw-r--r--tools/d2c/args/decl.h2
-rw-r--r--tools/d2c/args/manager.c2
-rw-r--r--tools/d2c/args/manager.h2
-rw-r--r--tools/d2c/assert/decl.h2
-rw-r--r--tools/d2c/assert/manager.c2
-rw-r--r--tools/d2c/assert/manager.h2
-rw-r--r--tools/d2c/bits/decl.h2
-rw-r--r--tools/d2c/bits/manager.c2
-rw-r--r--tools/d2c/bits/manager.h2
-rw-r--r--tools/d2c/coder.c2
-rw-r--r--tools/d2c/coder.h2
-rw-r--r--tools/d2c/conv/decl.h2
-rw-r--r--tools/d2c/conv/manager.c2
-rw-r--r--tools/d2c/conv/manager.h2
-rw-r--r--tools/d2c/d2c.c2
-rw-r--r--tools/d2c/decl.h2
-rw-r--r--tools/d2c/desc/manager.c2
-rw-r--r--tools/d2c/desc/manager.h2
-rw-r--r--tools/d2c/encoding.c2
-rw-r--r--tools/d2c/encoding.h2
-rw-r--r--tools/d2c/format/decl.h2
-rw-r--r--tools/d2c/format/manager.c2
-rw-r--r--tools/d2c/format/manager.h2
-rw-r--r--tools/d2c/helpers.c2
-rw-r--r--tools/d2c/helpers.h2
-rw-r--r--tools/d2c/hooks/decl.h2
-rw-r--r--tools/d2c/hooks/manager.c2
-rw-r--r--tools/d2c/hooks/manager.h2
-rw-r--r--tools/d2c/id/decl.h2
-rw-r--r--tools/d2c/id/manager.c2
-rw-r--r--tools/d2c/id/manager.h2
-rw-r--r--tools/d2c/manual.h2
-rw-r--r--tools/d2c/pattern/decl.h2
-rw-r--r--tools/d2c/pattern/manager.c2
-rw-r--r--tools/d2c/pattern/manager.h2
-rw-r--r--tools/d2c/pproc.c2
-rw-r--r--tools/d2c/pproc.h2
-rw-r--r--tools/d2c/qckcall.c2
-rw-r--r--tools/d2c/qckcall.h2
-rw-r--r--tools/d2c/rules/decl.h2
-rw-r--r--tools/d2c/rules/manager.c2
-rw-r--r--tools/d2c/rules/manager.h2
-rw-r--r--tools/d2c/syntax.c2
-rw-r--r--tools/d2c/syntax.h2
44 files changed, 44 insertions, 44 deletions
diff --git a/tools/d2c/args/decl.h b/tools/d2c/args/decl.h
index 5add859..5a60020 100644
--- a/tools/d2c/args/decl.h
+++ b/tools/d2c/args/decl.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/tools/d2c/args/manager.c b/tools/d2c/args/manager.c
index 8e1ef4d..eca3bab 100644
--- a/tools/d2c/args/manager.c
+++ b/tools/d2c/args/manager.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/tools/d2c/args/manager.h b/tools/d2c/args/manager.h
index de69105..6d0a783 100644
--- a/tools/d2c/args/manager.h
+++ b/tools/d2c/args/manager.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/tools/d2c/assert/decl.h b/tools/d2c/assert/decl.h
index b18edbc..10c36e0 100644
--- a/tools/d2c/assert/decl.h
+++ b/tools/d2c/assert/decl.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/tools/d2c/assert/manager.c b/tools/d2c/assert/manager.c
index 54e9101..2ccf468 100644
--- a/tools/d2c/assert/manager.c
+++ b/tools/d2c/assert/manager.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/tools/d2c/assert/manager.h b/tools/d2c/assert/manager.h
index 042c2e0..dc15dc2 100644
--- a/tools/d2c/assert/manager.h
+++ b/tools/d2c/assert/manager.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/tools/d2c/bits/decl.h b/tools/d2c/bits/decl.h
index b3b1f5c..95278c9 100644
--- a/tools/d2c/bits/decl.h
+++ b/tools/d2c/bits/decl.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/tools/d2c/bits/manager.c b/tools/d2c/bits/manager.c
index 560bade..7689884 100644
--- a/tools/d2c/bits/manager.c
+++ b/tools/d2c/bits/manager.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/tools/d2c/bits/manager.h b/tools/d2c/bits/manager.h
index 71d9055..2dcc568 100644
--- a/tools/d2c/bits/manager.h
+++ b/tools/d2c/bits/manager.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/tools/d2c/coder.c b/tools/d2c/coder.c
index e286a1d..9977d22 100644
--- a/tools/d2c/coder.c
+++ b/tools/d2c/coder.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/tools/d2c/coder.h b/tools/d2c/coder.h
index 66ab66c..a3fc81f 100644
--- a/tools/d2c/coder.h
+++ b/tools/d2c/coder.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/tools/d2c/conv/decl.h b/tools/d2c/conv/decl.h
index bab9038..99fa38e 100644
--- a/tools/d2c/conv/decl.h
+++ b/tools/d2c/conv/decl.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/tools/d2c/conv/manager.c b/tools/d2c/conv/manager.c
index 33518db..d519117 100644
--- a/tools/d2c/conv/manager.c
+++ b/tools/d2c/conv/manager.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/tools/d2c/conv/manager.h b/tools/d2c/conv/manager.h
index 035635c..df2c377 100644
--- a/tools/d2c/conv/manager.h
+++ b/tools/d2c/conv/manager.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/tools/d2c/d2c.c b/tools/d2c/d2c.c
index 2f10d20..ee28af4 100644
--- a/tools/d2c/d2c.c
+++ b/tools/d2c/d2c.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/tools/d2c/decl.h b/tools/d2c/decl.h
index c2a001d..bcca0ff 100644
--- a/tools/d2c/decl.h
+++ b/tools/d2c/decl.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/tools/d2c/desc/manager.c b/tools/d2c/desc/manager.c
index 5e2efa7..1922933 100644
--- a/tools/d2c/desc/manager.c
+++ b/tools/d2c/desc/manager.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/tools/d2c/desc/manager.h b/tools/d2c/desc/manager.h
index 45cc262..b99f2d6 100644
--- a/tools/d2c/desc/manager.h
+++ b/tools/d2c/desc/manager.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/tools/d2c/encoding.c b/tools/d2c/encoding.c
index 3f0ec64..95dca46 100644
--- a/tools/d2c/encoding.c
+++ b/tools/d2c/encoding.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/tools/d2c/encoding.h b/tools/d2c/encoding.h
index 787a3ca..5e5eb14 100644
--- a/tools/d2c/encoding.h
+++ b/tools/d2c/encoding.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/tools/d2c/format/decl.h b/tools/d2c/format/decl.h
index 98c42ae..cbfb3ca 100644
--- a/tools/d2c/format/decl.h
+++ b/tools/d2c/format/decl.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/tools/d2c/format/manager.c b/tools/d2c/format/manager.c
index 57284f9..a7efb4d 100644
--- a/tools/d2c/format/manager.c
+++ b/tools/d2c/format/manager.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/tools/d2c/format/manager.h b/tools/d2c/format/manager.h
index 7867534..599843c 100644
--- a/tools/d2c/format/manager.h
+++ b/tools/d2c/format/manager.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/tools/d2c/helpers.c b/tools/d2c/helpers.c
index 3f79bc1..09db3fb 100644
--- a/tools/d2c/helpers.c
+++ b/tools/d2c/helpers.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/tools/d2c/helpers.h b/tools/d2c/helpers.h
index 60764b2..99d1e84 100644
--- a/tools/d2c/helpers.h
+++ b/tools/d2c/helpers.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/tools/d2c/hooks/decl.h b/tools/d2c/hooks/decl.h
index e47e774..4cdb54f 100644
--- a/tools/d2c/hooks/decl.h
+++ b/tools/d2c/hooks/decl.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/tools/d2c/hooks/manager.c b/tools/d2c/hooks/manager.c
index 02544d0..dc70c0c 100644
--- a/tools/d2c/hooks/manager.c
+++ b/tools/d2c/hooks/manager.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/tools/d2c/hooks/manager.h b/tools/d2c/hooks/manager.h
index 3647b74..c07269e 100644
--- a/tools/d2c/hooks/manager.h
+++ b/tools/d2c/hooks/manager.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/tools/d2c/id/decl.h b/tools/d2c/id/decl.h
index 0c3b3e2..e494b9f 100644
--- a/tools/d2c/id/decl.h
+++ b/tools/d2c/id/decl.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/tools/d2c/id/manager.c b/tools/d2c/id/manager.c
index 7cfc916..a84b472 100644
--- a/tools/d2c/id/manager.c
+++ b/tools/d2c/id/manager.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/tools/d2c/id/manager.h b/tools/d2c/id/manager.h
index d24fbd7..aee4a30 100644
--- a/tools/d2c/id/manager.h
+++ b/tools/d2c/id/manager.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/tools/d2c/manual.h b/tools/d2c/manual.h
index 4106702..7ae5431 100644
--- a/tools/d2c/manual.h
+++ b/tools/d2c/manual.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/tools/d2c/pattern/decl.h b/tools/d2c/pattern/decl.h
index c834ced..2028e6e 100644
--- a/tools/d2c/pattern/decl.h
+++ b/tools/d2c/pattern/decl.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/tools/d2c/pattern/manager.c b/tools/d2c/pattern/manager.c
index a756745..178499e 100644
--- a/tools/d2c/pattern/manager.c
+++ b/tools/d2c/pattern/manager.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/tools/d2c/pattern/manager.h b/tools/d2c/pattern/manager.h
index 592b169..dc0afb8 100644
--- a/tools/d2c/pattern/manager.h
+++ b/tools/d2c/pattern/manager.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/tools/d2c/pproc.c b/tools/d2c/pproc.c
index 4665be5..627e72a 100644
--- a/tools/d2c/pproc.c
+++ b/tools/d2c/pproc.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/tools/d2c/pproc.h b/tools/d2c/pproc.h
index 2fe1c70..765b110 100644
--- a/tools/d2c/pproc.h
+++ b/tools/d2c/pproc.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/tools/d2c/qckcall.c b/tools/d2c/qckcall.c
index f8f8641..c35bd9d 100644
--- a/tools/d2c/qckcall.c
+++ b/tools/d2c/qckcall.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/tools/d2c/qckcall.h b/tools/d2c/qckcall.h
index dea4792..ba3791f 100644
--- a/tools/d2c/qckcall.h
+++ b/tools/d2c/qckcall.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/tools/d2c/rules/decl.h b/tools/d2c/rules/decl.h
index 022a5c6..b786711 100644
--- a/tools/d2c/rules/decl.h
+++ b/tools/d2c/rules/decl.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/tools/d2c/rules/manager.c b/tools/d2c/rules/manager.c
index 20f1a2b..c249de8 100644
--- a/tools/d2c/rules/manager.c
+++ b/tools/d2c/rules/manager.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/tools/d2c/rules/manager.h b/tools/d2c/rules/manager.h
index 88d1d46..3f0bcbb 100644
--- a/tools/d2c/rules/manager.h
+++ b/tools/d2c/rules/manager.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/tools/d2c/syntax.c b/tools/d2c/syntax.c
index 80f4f3e..a38fdbb 100644
--- a/tools/d2c/syntax.c
+++ b/tools/d2c/syntax.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/tools/d2c/syntax.h b/tools/d2c/syntax.h
index 5aa4716..127d6ba 100644
--- a/tools/d2c/syntax.h
+++ b/tools/d2c/syntax.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/>.
*/