summaryrefslogtreecommitdiff
path: root/src/analysis/types
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/analysis/types
parentace3a87f9fc31b2f4d90d4b475cde805189e366b (diff)
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'src/analysis/types')
-rw-r--r--src/analysis/types/basic.c2
-rw-r--r--src/analysis/types/basic.h2
-rw-r--r--src/analysis/types/cse-int.h2
-rw-r--r--src/analysis/types/cse.c2
-rw-r--r--src/analysis/types/cse.h2
-rw-r--r--src/analysis/types/encaps.c2
-rw-r--r--src/analysis/types/encaps.h2
-rw-r--r--src/analysis/types/literal.c2
-rw-r--r--src/analysis/types/literal.h2
-rw-r--r--src/analysis/types/template.c2
-rw-r--r--src/analysis/types/template.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/src/analysis/types/basic.c b/src/analysis/types/basic.c
index 45c04c4..9e0239a 100644
--- a/src/analysis/types/basic.c
+++ b/src/analysis/types/basic.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/analysis/types/basic.h b/src/analysis/types/basic.h
index 273e0ad..6dba6ae 100644
--- a/src/analysis/types/basic.h
+++ b/src/analysis/types/basic.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/analysis/types/cse-int.h b/src/analysis/types/cse-int.h
index 0558466..0272435 100644
--- a/src/analysis/types/cse-int.h
+++ b/src/analysis/types/cse-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/analysis/types/cse.c b/src/analysis/types/cse.c
index 8e2e021..f20f340 100644
--- a/src/analysis/types/cse.c
+++ b/src/analysis/types/cse.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/analysis/types/cse.h b/src/analysis/types/cse.h
index 0d59743..184062d 100644
--- a/src/analysis/types/cse.h
+++ b/src/analysis/types/cse.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/analysis/types/encaps.c b/src/analysis/types/encaps.c
index 0dfc3af..537d849 100644
--- a/src/analysis/types/encaps.c
+++ b/src/analysis/types/encaps.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/analysis/types/encaps.h b/src/analysis/types/encaps.h
index 4cd74d2..7ea8b9e 100644
--- a/src/analysis/types/encaps.h
+++ b/src/analysis/types/encaps.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/analysis/types/literal.c b/src/analysis/types/literal.c
index f709d9b..7a0c4f7 100644
--- a/src/analysis/types/literal.c
+++ b/src/analysis/types/literal.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/analysis/types/literal.h b/src/analysis/types/literal.h
index e0f0014..032ba8b 100644
--- a/src/analysis/types/literal.h
+++ b/src/analysis/types/literal.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/analysis/types/template.c b/src/analysis/types/template.c
index 367a42e..5e6e95f 100644
--- a/src/analysis/types/template.c
+++ b/src/analysis/types/template.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/analysis/types/template.h b/src/analysis/types/template.h
index 9bc0408..567822e 100644
--- a/src/analysis/types/template.h
+++ b/src/analysis/types/template.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/>.
*/