diff options
Diffstat (limited to 'src/gtkext/graph')
-rw-r--r-- | src/gtkext/graph/cluster.c | 2 | ||||
-rw-r--r-- | src/gtkext/graph/cluster.h | 2 | ||||
-rw-r--r-- | src/gtkext/graph/edge.c | 2 | ||||
-rw-r--r-- | src/gtkext/graph/edge.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/gtkext/graph/cluster.c b/src/gtkext/graph/cluster.c index 1b7cf3a..bf49484 100644 --- a/src/gtkext/graph/cluster.c +++ b/src/gtkext/graph/cluster.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/gtkext/graph/cluster.h b/src/gtkext/graph/cluster.h index 873f86e..70e1608 100644 --- a/src/gtkext/graph/cluster.h +++ b/src/gtkext/graph/cluster.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/gtkext/graph/edge.c b/src/gtkext/graph/edge.c index 88cf240..093f793 100644 --- a/src/gtkext/graph/edge.c +++ b/src/gtkext/graph/edge.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/gtkext/graph/edge.h b/src/gtkext/graph/edge.h index e652cbc..c9f3d4f 100644 --- a/src/gtkext/graph/edge.h +++ b/src/gtkext/graph/edge.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/>. */ |