summaryrefslogtreecommitdiff
path: root/src/glibext
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/glibext
parentace3a87f9fc31b2f4d90d4b475cde805189e366b (diff)
Changed Foobar to Chrysalide in all GPL headers.
Diffstat (limited to 'src/glibext')
-rw-r--r--src/glibext/configuration.c2
-rw-r--r--src/glibext/configuration.h2
-rw-r--r--src/glibext/delayed-int.h2
-rw-r--r--src/glibext/delayed.c2
-rw-r--r--src/glibext/delayed.h2
-rw-r--r--src/glibext/gbinportion.c2
-rw-r--r--src/glibext/gbinportion.h2
-rw-r--r--src/glibext/gbuffercache.c2
-rw-r--r--src/glibext/gbuffercache.h2
-rw-r--r--src/glibext/gbufferline.c2
-rw-r--r--src/glibext/gbufferline.h2
-rw-r--r--src/glibext/gbufferview.c2
-rw-r--r--src/glibext/gbufferview.h2
-rw-r--r--src/glibext/generators/prologue.c2
-rw-r--r--src/glibext/generators/prologue.h2
-rw-r--r--src/glibext/generators/rborder.c2
-rw-r--r--src/glibext/generators/rborder.h2
-rw-r--r--src/glibext/gloadedpanel-int.h2
-rw-r--r--src/glibext/gloadedpanel.c2
-rw-r--r--src/glibext/gloadedpanel.h2
-rw-r--r--src/glibext/gnhash.c2
-rw-r--r--src/glibext/gnhash.h2
-rw-r--r--src/glibext/gwidthtracker.c2
-rw-r--r--src/glibext/gwidthtracker.h2
-rw-r--r--src/glibext/linecolumn.c2
-rw-r--r--src/glibext/linecolumn.h2
-rw-r--r--src/glibext/linegen-int.h2
-rw-r--r--src/glibext/linegen.c2
-rw-r--r--src/glibext/linegen.h2
-rw-r--r--src/glibext/linesegment.c2
-rw-r--r--src/glibext/linesegment.h2
-rw-r--r--src/glibext/proto.h2
-rw-r--r--src/glibext/signal.c2
-rw-r--r--src/glibext/signal.h2
34 files changed, 34 insertions, 34 deletions
diff --git a/src/glibext/configuration.c b/src/glibext/configuration.c
index b934190..32eefa7 100644
--- a/src/glibext/configuration.c
+++ b/src/glibext/configuration.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/glibext/configuration.h b/src/glibext/configuration.h
index c78d3ca..a3cbb1c 100644
--- a/src/glibext/configuration.h
+++ b/src/glibext/configuration.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/glibext/delayed-int.h b/src/glibext/delayed-int.h
index 0c4bf60..2e1b4be 100644
--- a/src/glibext/delayed-int.h
+++ b/src/glibext/delayed-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/glibext/delayed.c b/src/glibext/delayed.c
index 6251766..b7793cd 100644
--- a/src/glibext/delayed.c
+++ b/src/glibext/delayed.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/glibext/delayed.h b/src/glibext/delayed.h
index d3e084d..7c620e6 100644
--- a/src/glibext/delayed.h
+++ b/src/glibext/delayed.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/glibext/gbinportion.c b/src/glibext/gbinportion.c
index daa88f3..2275583 100644
--- a/src/glibext/gbinportion.c
+++ b/src/glibext/gbinportion.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/glibext/gbinportion.h b/src/glibext/gbinportion.h
index 14a6960..b1184fb 100644
--- a/src/glibext/gbinportion.h
+++ b/src/glibext/gbinportion.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/glibext/gbuffercache.c b/src/glibext/gbuffercache.c
index f7dc49f..a627238 100644
--- a/src/glibext/gbuffercache.c
+++ b/src/glibext/gbuffercache.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/glibext/gbuffercache.h b/src/glibext/gbuffercache.h
index 061d1b1..c00e0f2 100644
--- a/src/glibext/gbuffercache.h
+++ b/src/glibext/gbuffercache.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/glibext/gbufferline.c b/src/glibext/gbufferline.c
index 9d2ec51..7c49163 100644
--- a/src/glibext/gbufferline.c
+++ b/src/glibext/gbufferline.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/glibext/gbufferline.h b/src/glibext/gbufferline.h
index 818d068..1fefb7d 100644
--- a/src/glibext/gbufferline.h
+++ b/src/glibext/gbufferline.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/glibext/gbufferview.c b/src/glibext/gbufferview.c
index 9ef088a..c212672 100644
--- a/src/glibext/gbufferview.c
+++ b/src/glibext/gbufferview.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/glibext/gbufferview.h b/src/glibext/gbufferview.h
index b934821..ee77212 100644
--- a/src/glibext/gbufferview.h
+++ b/src/glibext/gbufferview.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/glibext/generators/prologue.c b/src/glibext/generators/prologue.c
index 00259d0..2f4075e 100644
--- a/src/glibext/generators/prologue.c
+++ b/src/glibext/generators/prologue.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/glibext/generators/prologue.h b/src/glibext/generators/prologue.h
index 5bfc548..df94e37 100644
--- a/src/glibext/generators/prologue.h
+++ b/src/glibext/generators/prologue.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/glibext/generators/rborder.c b/src/glibext/generators/rborder.c
index c1fc88c..a440377 100644
--- a/src/glibext/generators/rborder.c
+++ b/src/glibext/generators/rborder.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/glibext/generators/rborder.h b/src/glibext/generators/rborder.h
index e23dd8d..0996f22 100644
--- a/src/glibext/generators/rborder.h
+++ b/src/glibext/generators/rborder.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/glibext/gloadedpanel-int.h b/src/glibext/gloadedpanel-int.h
index 904041d..3059912 100644
--- a/src/glibext/gloadedpanel-int.h
+++ b/src/glibext/gloadedpanel-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/glibext/gloadedpanel.c b/src/glibext/gloadedpanel.c
index 4d5a1e1..341c207 100644
--- a/src/glibext/gloadedpanel.c
+++ b/src/glibext/gloadedpanel.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/glibext/gloadedpanel.h b/src/glibext/gloadedpanel.h
index c2c9e85..545760b 100644
--- a/src/glibext/gloadedpanel.h
+++ b/src/glibext/gloadedpanel.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/glibext/gnhash.c b/src/glibext/gnhash.c
index 2ebb14e..cbf7fda 100644
--- a/src/glibext/gnhash.c
+++ b/src/glibext/gnhash.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/glibext/gnhash.h b/src/glibext/gnhash.h
index 347fe34..e7e4dee 100644
--- a/src/glibext/gnhash.h
+++ b/src/glibext/gnhash.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/glibext/gwidthtracker.c b/src/glibext/gwidthtracker.c
index c02a0e3..82ae65b 100644
--- a/src/glibext/gwidthtracker.c
+++ b/src/glibext/gwidthtracker.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/glibext/gwidthtracker.h b/src/glibext/gwidthtracker.h
index e5c1f61..0832467 100644
--- a/src/glibext/gwidthtracker.h
+++ b/src/glibext/gwidthtracker.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/glibext/linecolumn.c b/src/glibext/linecolumn.c
index 0d38b90..2d24926 100644
--- a/src/glibext/linecolumn.c
+++ b/src/glibext/linecolumn.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/glibext/linecolumn.h b/src/glibext/linecolumn.h
index 5877e36..308e6f4 100644
--- a/src/glibext/linecolumn.h
+++ b/src/glibext/linecolumn.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/glibext/linegen-int.h b/src/glibext/linegen-int.h
index c5483f4..1847eba 100644
--- a/src/glibext/linegen-int.h
+++ b/src/glibext/linegen-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/glibext/linegen.c b/src/glibext/linegen.c
index 52f7269..6675646 100644
--- a/src/glibext/linegen.c
+++ b/src/glibext/linegen.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/glibext/linegen.h b/src/glibext/linegen.h
index 22b964f..1fa6dbf 100644
--- a/src/glibext/linegen.h
+++ b/src/glibext/linegen.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/glibext/linesegment.c b/src/glibext/linesegment.c
index e802dda..7f1afa4 100644
--- a/src/glibext/linesegment.c
+++ b/src/glibext/linesegment.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/glibext/linesegment.h b/src/glibext/linesegment.h
index 88739d3..a0b8e91 100644
--- a/src/glibext/linesegment.h
+++ b/src/glibext/linesegment.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/glibext/proto.h b/src/glibext/proto.h
index d1c0dce..16ee8fc 100644
--- a/src/glibext/proto.h
+++ b/src/glibext/proto.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/glibext/signal.c b/src/glibext/signal.c
index e0a59c0..c1a977d 100644
--- a/src/glibext/signal.c
+++ b/src/glibext/signal.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/glibext/signal.h b/src/glibext/signal.h
index ba12a7b..20317b1 100644
--- a/src/glibext/signal.h
+++ b/src/glibext/signal.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/>.
*/