summaryrefslogtreecommitdiff
path: root/src/common
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/common
parentace3a87f9fc31b2f4d90d4b475cde805189e366b (diff)
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/array.c2
-rw-r--r--src/common/array.h2
-rw-r--r--src/common/asm.c2
-rw-r--r--src/common/asm.h2
-rw-r--r--src/common/bconst.h2
-rw-r--r--src/common/bits.c2
-rw-r--r--src/common/bits.h2
-rw-r--r--src/common/cpp.h2
-rw-r--r--src/common/dllist.c2
-rw-r--r--src/common/dllist.h2
-rwxr-xr-xsrc/common/endianness.c2
-rwxr-xr-xsrc/common/endianness.h2
-rw-r--r--src/common/environment.c2
-rw-r--r--src/common/environment.h2
-rw-r--r--src/common/extstr.c2
-rw-r--r--src/common/extstr.h2
-rw-r--r--src/common/fnv1a.c2
-rw-r--r--src/common/fnv1a.h2
-rw-r--r--src/common/ibuf.c2
-rw-r--r--src/common/ibuf.h2
-rw-r--r--src/common/io.c2
-rw-r--r--src/common/io.h2
-rw-r--r--src/common/leb128.c2
-rw-r--r--src/common/leb128.h2
-rw-r--r--src/common/macros.h2
-rw-r--r--src/common/net.c2
-rw-r--r--src/common/net.h2
-rw-r--r--src/common/packed.c2
-rw-r--r--src/common/packed.h2
-rw-r--r--src/common/pathname.c2
-rw-r--r--src/common/pathname.h2
-rw-r--r--src/common/shuffle.c2
-rw-r--r--src/common/shuffle.h2
-rw-r--r--src/common/sort.c2
-rw-r--r--src/common/sort.h2
-rw-r--r--src/common/sqlite.c2
-rw-r--r--src/common/sqlite.h2
-rw-r--r--src/common/utf8.c2
-rw-r--r--src/common/utf8.h2
-rw-r--r--src/common/xdg.c2
-rw-r--r--src/common/xdg.h2
41 files changed, 41 insertions, 41 deletions
diff --git a/src/common/array.c b/src/common/array.c
index ea05e6a..8264101 100644
--- a/src/common/array.c
+++ b/src/common/array.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/common/array.h b/src/common/array.h
index 5ddc9ba..0ee6837 100644
--- a/src/common/array.h
+++ b/src/common/array.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/common/asm.c b/src/common/asm.c
index eede758..f29d599 100644
--- a/src/common/asm.c
+++ b/src/common/asm.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/common/asm.h b/src/common/asm.h
index 94b8a55..3e52925 100644
--- a/src/common/asm.h
+++ b/src/common/asm.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/common/bconst.h b/src/common/bconst.h
index 0bb2eaf..116d2c2 100644
--- a/src/common/bconst.h
+++ b/src/common/bconst.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/common/bits.c b/src/common/bits.c
index 837e31e..5533293 100644
--- a/src/common/bits.c
+++ b/src/common/bits.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/common/bits.h b/src/common/bits.h
index 72b431e..02f75e9 100644
--- a/src/common/bits.h
+++ b/src/common/bits.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/common/cpp.h b/src/common/cpp.h
index 18dea2b..dc0c208 100644
--- a/src/common/cpp.h
+++ b/src/common/cpp.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/common/dllist.c b/src/common/dllist.c
index 487a806..633a7e0 100644
--- a/src/common/dllist.c
+++ b/src/common/dllist.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/common/dllist.h b/src/common/dllist.h
index 926a8d6..2451906 100644
--- a/src/common/dllist.h
+++ b/src/common/dllist.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/common/endianness.c b/src/common/endianness.c
index 0304647..75a1f8f 100755
--- a/src/common/endianness.c
+++ b/src/common/endianness.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/common/endianness.h b/src/common/endianness.h
index 625b7fd..59d19aa 100755
--- a/src/common/endianness.h
+++ b/src/common/endianness.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/common/environment.c b/src/common/environment.c
index 72856d9..cbb8636 100644
--- a/src/common/environment.c
+++ b/src/common/environment.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/common/environment.h b/src/common/environment.h
index 5fc4d86..77ce254 100644
--- a/src/common/environment.h
+++ b/src/common/environment.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/common/extstr.c b/src/common/extstr.c
index 83dcace..65826f2 100644
--- a/src/common/extstr.c
+++ b/src/common/extstr.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/common/extstr.h b/src/common/extstr.h
index d5bbee6..5af572b 100644
--- a/src/common/extstr.h
+++ b/src/common/extstr.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/common/fnv1a.c b/src/common/fnv1a.c
index 51fa849..c9e9bdf 100644
--- a/src/common/fnv1a.c
+++ b/src/common/fnv1a.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/common/fnv1a.h b/src/common/fnv1a.h
index 901aa7a..b48ac11 100644
--- a/src/common/fnv1a.h
+++ b/src/common/fnv1a.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/common/ibuf.c b/src/common/ibuf.c
index 6eb04e6..f0ea0ac 100644
--- a/src/common/ibuf.c
+++ b/src/common/ibuf.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/common/ibuf.h b/src/common/ibuf.h
index b57e374..3d0d5d1 100644
--- a/src/common/ibuf.h
+++ b/src/common/ibuf.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/common/io.c b/src/common/io.c
index f7d3e4c..8e56379 100644
--- a/src/common/io.c
+++ b/src/common/io.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/common/io.h b/src/common/io.h
index 35acd10..0ada366 100644
--- a/src/common/io.h
+++ b/src/common/io.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/common/leb128.c b/src/common/leb128.c
index c6218bf..7e5112e 100644
--- a/src/common/leb128.c
+++ b/src/common/leb128.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/common/leb128.h b/src/common/leb128.h
index 19c2289..dda06d2 100644
--- a/src/common/leb128.h
+++ b/src/common/leb128.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/common/macros.h b/src/common/macros.h
index 093d2f6..4843701 100644
--- a/src/common/macros.h
+++ b/src/common/macros.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/common/net.c b/src/common/net.c
index f250a3b..4f1fc28 100644
--- a/src/common/net.c
+++ b/src/common/net.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/common/net.h b/src/common/net.h
index 9985c2b..3c1a93f 100644
--- a/src/common/net.h
+++ b/src/common/net.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/common/packed.c b/src/common/packed.c
index d09feea..21ba988 100644
--- a/src/common/packed.c
+++ b/src/common/packed.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/common/packed.h b/src/common/packed.h
index b1f9d73..7b4890d 100644
--- a/src/common/packed.h
+++ b/src/common/packed.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/common/pathname.c b/src/common/pathname.c
index 9ce62b2..aaa320f 100644
--- a/src/common/pathname.c
+++ b/src/common/pathname.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/common/pathname.h b/src/common/pathname.h
index adeee3e..7d14b2e 100644
--- a/src/common/pathname.h
+++ b/src/common/pathname.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/common/shuffle.c b/src/common/shuffle.c
index 5e3ea60..b511518 100644
--- a/src/common/shuffle.c
+++ b/src/common/shuffle.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/common/shuffle.h b/src/common/shuffle.h
index a589cc3..66b8d97 100644
--- a/src/common/shuffle.h
+++ b/src/common/shuffle.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/common/sort.c b/src/common/sort.c
index 5cf3132..eee11a3 100644
--- a/src/common/sort.c
+++ b/src/common/sort.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/common/sort.h b/src/common/sort.h
index 4ec5214..2d9e672 100644
--- a/src/common/sort.h
+++ b/src/common/sort.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/common/sqlite.c b/src/common/sqlite.c
index 3523242..a3b97b0 100644
--- a/src/common/sqlite.c
+++ b/src/common/sqlite.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/common/sqlite.h b/src/common/sqlite.h
index 4aaa60d..1d31746 100644
--- a/src/common/sqlite.h
+++ b/src/common/sqlite.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/common/utf8.c b/src/common/utf8.c
index 401b0a3..3c23a1b 100644
--- a/src/common/utf8.c
+++ b/src/common/utf8.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/common/utf8.h b/src/common/utf8.h
index b312cd5..1bc6620 100644
--- a/src/common/utf8.h
+++ b/src/common/utf8.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/common/xdg.c b/src/common/xdg.c
index 8b7ff5d..afd7911 100644
--- a/src/common/xdg.c
+++ b/src/common/xdg.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/common/xdg.h b/src/common/xdg.h
index a718988..8db3313 100644
--- a/src/common/xdg.h
+++ b/src/common/xdg.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/>.
*/