From 27c8e10fd7a4e781be40d733433ee3e86aadd96f Mon Sep 17 00:00:00 2001 From: James Liggett Date: Sat, 2 Aug 2008 18:59:31 -0700 Subject: [PATCH] Copyright header fixes... --- plugins/git/git-add-command.c | 8 ++++---- plugins/git/git-add-command.h | 8 ++++---- plugins/git/git-branch-checkout-command.c | 8 ++++---- plugins/git/git-branch-checkout-command.h | 8 ++++---- plugins/git/git-branch-list-command.c | 8 ++++---- plugins/git/git-branch-list-command.h | 8 ++++---- plugins/git/git-branch.c | 8 ++++---- plugins/git/git-branch.h | 8 ++++---- plugins/git/git-fetch-command.c | 8 ++++---- plugins/git/git-fetch-command.h | 8 ++++---- plugins/git/git-file-command.c | 8 ++++---- plugins/git/git-file-command.h | 8 ++++---- plugins/git/git-ignore-command.c | 8 ++++---- plugins/git/git-ignore-command.h | 8 ++++---- plugins/git/git-log-command.c | 8 ++++---- plugins/git/git-log-command.h | 8 ++++---- plugins/git/git-log-message-command.c | 8 ++++---- plugins/git/git-log-message-command.h | 8 ++++---- plugins/git/git-merge-command.c | 8 ++++---- plugins/git/git-merge-command.h | 8 ++++---- plugins/git/git-pull-command.c | 8 ++++---- plugins/git/git-pull-command.h | 8 ++++---- plugins/git/git-remove-command.c | 8 ++++---- plugins/git/git-remove-command.h | 8 ++++---- plugins/git/git-revert-command.c | 8 ++++---- plugins/git/git-revert-command.h | 8 ++++---- plugins/git/git-revision.c | 24 +++++++++++++++--------- plugins/git/git-revision.h | 24 +++++++++++++++--------- 28 files changed, 134 insertions(+), 122 deletions(-) diff --git a/plugins/git/git-add-command.c b/plugins/git/git-add-command.c index 2b0ce884..06c00bb3 100644 --- a/plugins/git/git-add-command.c +++ b/plugins/git/git-add-command.c @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-add-command.h b/plugins/git/git-add-command.h index b17cb6f5..8aebe66b 100644 --- a/plugins/git/git-add-command.h +++ b/plugins/git/git-add-command.h @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-branch-checkout-command.c b/plugins/git/git-branch-checkout-command.c index 530914d5..be6b5e3d 100644 --- a/plugins/git/git-branch-checkout-command.c +++ b/plugins/git/git-branch-checkout-command.c @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-branch-checkout-command.h b/plugins/git/git-branch-checkout-command.h index 9d128dd3..a1ba6e4d 100644 --- a/plugins/git/git-branch-checkout-command.h +++ b/plugins/git/git-branch-checkout-command.h @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-branch-list-command.c b/plugins/git/git-branch-list-command.c index 16aa3b42..c2a0f586 100644 --- a/plugins/git/git-branch-list-command.c +++ b/plugins/git/git-branch-list-command.c @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-branch-list-command.h b/plugins/git/git-branch-list-command.h index bf70ad96..4eef46f2 100644 --- a/plugins/git/git-branch-list-command.h +++ b/plugins/git/git-branch-list-command.h @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-branch.c b/plugins/git/git-branch.c index d9e67cbb..f694f8f5 100644 --- a/plugins/git/git-branch.c +++ b/plugins/git/git-branch.c @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-branch.h b/plugins/git/git-branch.h index 0fe29509..0b3aaf78 100644 --- a/plugins/git/git-branch.h +++ b/plugins/git/git-branch.h @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-fetch-command.c b/plugins/git/git-fetch-command.c index a3c081e1..e79f947a 100644 --- a/plugins/git/git-fetch-command.c +++ b/plugins/git/git-fetch-command.c @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-fetch-command.h b/plugins/git/git-fetch-command.h index 9b15728a..6bb5e519 100644 --- a/plugins/git/git-fetch-command.h +++ b/plugins/git/git-fetch-command.h @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-file-command.c b/plugins/git/git-file-command.c index 6fa0794a..09e8d19e 100644 --- a/plugins/git/git-file-command.c +++ b/plugins/git/git-file-command.c @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-file-command.h b/plugins/git/git-file-command.h index 686f8823..5b53d195 100644 --- a/plugins/git/git-file-command.h +++ b/plugins/git/git-file-command.h @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-ignore-command.c b/plugins/git/git-ignore-command.c index c339e2b6..09259f16 100644 --- a/plugins/git/git-ignore-command.c +++ b/plugins/git/git-ignore-command.c @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-ignore-command.h b/plugins/git/git-ignore-command.h index 85c19da6..0171438f 100644 --- a/plugins/git/git-ignore-command.h +++ b/plugins/git/git-ignore-command.h @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-log-command.c b/plugins/git/git-log-command.c index e9df369f..5f97df00 100644 --- a/plugins/git/git-log-command.c +++ b/plugins/git/git-log-command.c @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * git-command-test + * anjuta * Copyright (C) James Liggett 2008 * - * git-command-test is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * git-command-test is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with git-command-test. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-log-command.h b/plugins/git/git-log-command.h index d0811ddc..e4d20a0f 100644 --- a/plugins/git/git-log-command.h +++ b/plugins/git/git-log-command.h @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * git-command-test + * anjuta * Copyright (C) James Liggett 2008 * - * git-command-test is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * git-command-test is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with git-command-test. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-log-message-command.c b/plugins/git/git-log-message-command.c index b0e86119..465e3701 100644 --- a/plugins/git/git-log-message-command.c +++ b/plugins/git/git-log-message-command.c @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * git-command-test + * anjuta * Copyright (C) James Liggett 2008 * - * git-command-test is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * git-command-test is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with git-command-test. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-log-message-command.h b/plugins/git/git-log-message-command.h index ab5150c8..2abb9db3 100644 --- a/plugins/git/git-log-message-command.h +++ b/plugins/git/git-log-message-command.h @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * git-command-test + * anjuta * Copyright (C) James Liggett 2008 * - * git-command-test is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * git-command-test is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with git-command-test. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-merge-command.c b/plugins/git/git-merge-command.c index a776a8fa..12a3cb0a 100644 --- a/plugins/git/git-merge-command.c +++ b/plugins/git/git-merge-command.c @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-merge-command.h b/plugins/git/git-merge-command.h index 080fc16a..13cf5fa1 100644 --- a/plugins/git/git-merge-command.h +++ b/plugins/git/git-merge-command.h @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-pull-command.c b/plugins/git/git-pull-command.c index 0cd00233..74ea8c12 100644 --- a/plugins/git/git-pull-command.c +++ b/plugins/git/git-pull-command.c @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-pull-command.h b/plugins/git/git-pull-command.h index 9009874a..b3fe1374 100644 --- a/plugins/git/git-pull-command.h +++ b/plugins/git/git-pull-command.h @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-remove-command.c b/plugins/git/git-remove-command.c index 88c17259..fc122727 100644 --- a/plugins/git/git-remove-command.c +++ b/plugins/git/git-remove-command.c @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-remove-command.h b/plugins/git/git-remove-command.h index d8f12c9f..5f8a8e69 100644 --- a/plugins/git/git-remove-command.h +++ b/plugins/git/git-remove-command.h @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-revert-command.c b/plugins/git/git-revert-command.c index 3fb89e86..c2b9b1da 100644 --- a/plugins/git/git-revert-command.c +++ b/plugins/git/git-revert-command.c @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-revert-command.h b/plugins/git/git-revert-command.h index 47695217..fa0c7ed6 100644 --- a/plugins/git/git-revert-command.h +++ b/plugins/git/git-revert-command.h @@ -1,22 +1,22 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * anjuta-git + * anjuta * Copyright (C) James Liggett 2008 * - * anjuta-git is free software. + * anjuta is free software. * * You may redistribute it and/or modify it under the terms of the * GNU General Public License, as published by the Free Software * Foundation; either version 2 of the License, or (at your option) * any later version. * - * anjuta-git is distributed in the hope that it will be useful, + * anjuta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with anjuta-git. If not, write to: + * along with anjuta. If not, write to: * The Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor * Boston, MA 02110-1301, USA. diff --git a/plugins/git/git-revision.c b/plugins/git/git-revision.c index 7786f605..c6efb272 100644 --- a/plugins/git/git-revision.c +++ b/plugins/git/git-revision.c @@ -1,19 +1,25 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * git-command-test + * anjuta + * Copyright (C) James Liggett 2008 * - * git-command-test is free software: you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * anjuta is free software. * - * git-command-test is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * You may redistribute it and/or modify it under the terms of the + * GNU General Public License, as published by the Free Software + * Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * anjuta is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with this program. If not, see . + * You should have received a copy of the GNU General Public License + * along with anjuta. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ #include "git-revision.h" diff --git a/plugins/git/git-revision.h b/plugins/git/git-revision.h index f57e74b5..62eff91a 100644 --- a/plugins/git/git-revision.h +++ b/plugins/git/git-revision.h @@ -1,19 +1,25 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* - * git-command-test + * anjuta + * Copyright (C) James Liggett 2008 * - * git-command-test is free software: you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * anjuta is free software. * - * git-command-test is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of + * You may redistribute it and/or modify it under the terms of the + * GNU General Public License, as published by the Free Software + * Foundation; either version 2 of the License, or (at your option) + * any later version. + * + * anjuta is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License along - * with this program. If not, see . + * You should have received a copy of the GNU General Public License + * along with anjuta. If not, write to: + * The Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor + * Boston, MA 02110-1301, USA. */ #ifndef _GIT_REVISION_H_ -- 2.11.4.GIT