diff --git a/COPYING b/COPYING index 96e45911..d511905c 100644 --- a/COPYING +++ b/COPYING @@ -1,9 +1,8 @@ GNU GENERAL PUBLIC LICENSE Version 2, June 1991 - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. - + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -16,7 +15,7 @@ software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to +the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not @@ -56,7 +55,7 @@ patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. - + GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION @@ -111,7 +110,7 @@ above, provided that you also meet all of these conditions: License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) - + These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in @@ -169,7 +168,7 @@ access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. - + 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is @@ -226,7 +225,7 @@ impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. - + 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License @@ -279,8 +278,8 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS - - Appendix: How to Apply These Terms to Your New Programs + + How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it @@ -292,7 +291,7 @@ convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - Copyright (C) 19yy + Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -304,16 +303,16 @@ the "copyright" line and a pointer to where the full notice is found. 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, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: - Gnomovision version 69, Copyright (C) 19yy name of author + Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. @@ -336,5 +335,5 @@ necessary. Here is a sample; alter the names: This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General +library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. diff --git a/contrib/pacdiff b/contrib/pacdiff index 2ff431bb..19a680f1 100755 --- a/contrib/pacdiff +++ b/contrib/pacdiff @@ -14,9 +14,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . # # Original http://phraktured.net/config/bin/pacdiff diff --git a/contrib/pacsearch b/contrib/pacsearch index 1e1c0504..c07c28a8 100755 --- a/contrib/pacsearch +++ b/contrib/pacsearch @@ -14,8 +14,7 @@ # 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, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +# along with this program. If not, see . #TODO: colors flag on commandline diff --git a/contrib/re-pacman b/contrib/re-pacman index c53ce87d..0d0328b1 100755 --- a/contrib/re-pacman +++ b/contrib/re-pacman @@ -17,9 +17,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . # #TODO diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index 24f2b51f..11c5eb8c 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/add.h b/lib/libalpm/add.h index e576c075..4515d810 100644 --- a/lib/libalpm/add.h +++ b/lib/libalpm/add.h @@ -1,7 +1,7 @@ /* * add.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_ADD_H #define _ALPM_ADD_H diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c index 62bb8316..473993a0 100644 --- a/lib/libalpm/alpm.c +++ b/lib/libalpm/alpm.c @@ -17,9 +17,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index c98adc5f..f64796cb 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -1,7 +1,7 @@ /* * alpm.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2005, 2006 by Miklos Vajna @@ -17,9 +17,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_H #define _ALPM_H diff --git a/lib/libalpm/alpm_list.c b/lib/libalpm/alpm_list.c index a1e8861b..57c8376a 100644 --- a/lib/libalpm/alpm_list.c +++ b/lib/libalpm/alpm_list.c @@ -1,7 +1,7 @@ /* * alpm_list.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/alpm_list.h b/lib/libalpm/alpm_list.h index 39cbdd30..ae373910 100644 --- a/lib/libalpm/alpm_list.h +++ b/lib/libalpm/alpm_list.h @@ -1,7 +1,7 @@ /* * alpm_list.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_LIST_H #define _ALPM_LIST_H diff --git a/lib/libalpm/backup.c b/lib/libalpm/backup.c index 6aa59acb..bedbe8c1 100644 --- a/lib/libalpm/backup.c +++ b/lib/libalpm/backup.c @@ -17,9 +17,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/backup.h b/lib/libalpm/backup.h index 04b7b9a3..dc44b1b3 100644 --- a/lib/libalpm/backup.h +++ b/lib/libalpm/backup.h @@ -1,7 +1,7 @@ /* * backup.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_BACKUP_H #define _ALPM_BACKUP_H diff --git a/lib/libalpm/be_files.c b/lib/libalpm/be_files.c index 078136ed..7df0b8b6 100644 --- a/lib/libalpm/be_files.c +++ b/lib/libalpm/be_files.c @@ -15,9 +15,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/cache.c b/lib/libalpm/cache.c index 1da65a49..f966bb2b 100644 --- a/lib/libalpm/cache.c +++ b/lib/libalpm/cache.c @@ -1,7 +1,7 @@ /* * cache.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/cache.h b/lib/libalpm/cache.h index 2526afac..915896e1 100644 --- a/lib/libalpm/cache.h +++ b/lib/libalpm/cache.h @@ -1,7 +1,7 @@ /* * cache.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_CACHE_H #define _ALPM_CACHE_H diff --git a/lib/libalpm/conflict.c b/lib/libalpm/conflict.c index 7b21c38a..91f43602 100644 --- a/lib/libalpm/conflict.c +++ b/lib/libalpm/conflict.c @@ -1,7 +1,7 @@ /* * conflict.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2006 by David Kimpe * Copyright (c) 2006 by Miklos Vajna @@ -18,9 +18,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/conflict.h b/lib/libalpm/conflict.h index 00a593e9..a846aace 100644 --- a/lib/libalpm/conflict.h +++ b/lib/libalpm/conflict.h @@ -1,7 +1,7 @@ /* * conflict.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_CONFLICT_H #define _ALPM_CONFLICT_H diff --git a/lib/libalpm/db.c b/lib/libalpm/db.c index b772adde..d8e770b8 100644 --- a/lib/libalpm/db.c +++ b/lib/libalpm/db.c @@ -1,7 +1,7 @@ /* * db.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2006 by David Kimpe @@ -18,9 +18,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/db.h b/lib/libalpm/db.h index 3916e848..8c8c9bd7 100644 --- a/lib/libalpm/db.h +++ b/lib/libalpm/db.h @@ -1,7 +1,7 @@ /* * db.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2006 by Miklos Vajna * @@ -16,9 +16,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_DB_H #define _ALPM_DB_H diff --git a/lib/libalpm/delta.c b/lib/libalpm/delta.c index 8daac0c5..9be031a8 100644 --- a/lib/libalpm/delta.c +++ b/lib/libalpm/delta.c @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/delta.h b/lib/libalpm/delta.h index d2dd361f..3065d4d1 100644 --- a/lib/libalpm/delta.h +++ b/lib/libalpm/delta.h @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_DELTA_H #define _ALPM_DELTA_H diff --git a/lib/libalpm/deps.c b/lib/libalpm/deps.c index 0bfa4735..1603f99f 100644 --- a/lib/libalpm/deps.c +++ b/lib/libalpm/deps.c @@ -1,7 +1,7 @@ /* * deps.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005, 2006 by Miklos Vajna * @@ -16,9 +16,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/deps.h b/lib/libalpm/deps.h index 2da39b8b..75cbb5bc 100644 --- a/lib/libalpm/deps.h +++ b/lib/libalpm/deps.h @@ -1,7 +1,7 @@ /* * deps.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2006 by Miklos Vajna * @@ -16,9 +16,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_DEPS_H #define _ALPM_DEPS_H diff --git a/lib/libalpm/error.c b/lib/libalpm/error.c index 9ced6775..a68340ad 100644 --- a/lib/libalpm/error.c +++ b/lib/libalpm/error.c @@ -1,7 +1,7 @@ /* * error.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2006 by Miklos Vajna @@ -17,9 +17,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/error.h b/lib/libalpm/error.h index 7692a944..e417195f 100644 --- a/lib/libalpm/error.h +++ b/lib/libalpm/error.h @@ -1,7 +1,7 @@ /* * error.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_ERROR_H #define _ALPM_ERROR_H diff --git a/lib/libalpm/group.c b/lib/libalpm/group.c index 4ad39d6d..050bcbd5 100644 --- a/lib/libalpm/group.c +++ b/lib/libalpm/group.c @@ -1,7 +1,7 @@ /* * group.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/group.h b/lib/libalpm/group.h index 477e701c..88fc8b32 100644 --- a/lib/libalpm/group.h +++ b/lib/libalpm/group.h @@ -1,7 +1,7 @@ /* * group.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_GROUP_H #define _ALPM_GROUP_H diff --git a/lib/libalpm/handle.c b/lib/libalpm/handle.c index 755eefb3..ab6fc7eb 100644 --- a/lib/libalpm/handle.c +++ b/lib/libalpm/handle.c @@ -1,7 +1,7 @@ /* * handle.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005, 2006 by Miklos Vajna * @@ -16,9 +16,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h index fb3ced3c..128ab7e2 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -1,7 +1,7 @@ /* * handle.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_HANDLE_H #define _ALPM_HANDLE_H diff --git a/lib/libalpm/log.c b/lib/libalpm/log.c index f666a099..4445f935 100644 --- a/lib/libalpm/log.c +++ b/lib/libalpm/log.c @@ -1,7 +1,7 @@ /* * log.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/log.h b/lib/libalpm/log.h index 00bb8152..f15fb4c8 100644 --- a/lib/libalpm/log.h +++ b/lib/libalpm/log.h @@ -1,7 +1,7 @@ /* * log.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_LOG_H #define _ALPM_LOG_H diff --git a/lib/libalpm/md5.c b/lib/libalpm/md5.c index 2d111c9d..4c903895 100644 --- a/lib/libalpm/md5.c +++ b/lib/libalpm/md5.c @@ -13,9 +13,8 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * License along with this library. If not, see + * . */ /* * The MD5 algorithm was designed by Ron Rivest in 1991. diff --git a/lib/libalpm/md5.h b/lib/libalpm/md5.h index 08dad1ec..d206e463 100644 --- a/lib/libalpm/md5.h +++ b/lib/libalpm/md5.h @@ -13,9 +13,8 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301 USA + * License along with this library. If not, see + * . */ #ifndef _MD5_H diff --git a/lib/libalpm/package.c b/lib/libalpm/package.c index efb54b02..88e93de1 100644 --- a/lib/libalpm/package.c +++ b/lib/libalpm/package.c @@ -1,7 +1,7 @@ /* * package.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005, 2006 by Christian Hamar * Copyright (c) 2005, 2006 by Miklos Vajna @@ -17,9 +17,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/package.h b/lib/libalpm/package.h index 5e06785e..7ef41f9b 100644 --- a/lib/libalpm/package.h +++ b/lib/libalpm/package.h @@ -1,7 +1,7 @@ /* * package.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2006 by David Kimpe * Copyright (c) 2005, 2006 by Christian Hamar @@ -18,9 +18,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_PACKAGE_H #define _ALPM_PACKAGE_H diff --git a/lib/libalpm/remove.c b/lib/libalpm/remove.c index 349ff10c..0e8b57aa 100644 --- a/lib/libalpm/remove.c +++ b/lib/libalpm/remove.c @@ -1,7 +1,7 @@ /* * remove.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2006 by David Kimpe @@ -18,9 +18,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/remove.h b/lib/libalpm/remove.h index f1bc58eb..468e1c2c 100644 --- a/lib/libalpm/remove.h +++ b/lib/libalpm/remove.h @@ -1,7 +1,7 @@ /* * remove.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_REMOVE_H #define _ALPM_REMOVE_H diff --git a/lib/libalpm/server.c b/lib/libalpm/server.c index 384df7c6..4bccf3ca 100644 --- a/lib/libalpm/server.c +++ b/lib/libalpm/server.c @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/server.h b/lib/libalpm/server.h index 08194d58..b82fcb09 100644 --- a/lib/libalpm/server.h +++ b/lib/libalpm/server.h @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_SERVER_H #define _ALPM_SERVER_H diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index 065340c9..8c213aae 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -1,7 +1,7 @@ /* * sync.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2005, 2006 by Miklos Vajna @@ -17,9 +17,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/sync.h b/lib/libalpm/sync.h index 0ef42627..a6a3e74f 100644 --- a/lib/libalpm/sync.h +++ b/lib/libalpm/sync.h @@ -1,7 +1,7 @@ /* * sync.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005, 2006 by Miklos Vajna * @@ -16,9 +16,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_SYNC_H #define _ALPM_SYNC_H diff --git a/lib/libalpm/trans.c b/lib/libalpm/trans.c index d9988265..4bc0ce74 100644 --- a/lib/libalpm/trans.c +++ b/lib/libalpm/trans.c @@ -1,7 +1,7 @@ /* * trans.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2005, 2006 by Miklos Vajna @@ -17,9 +17,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/trans.h b/lib/libalpm/trans.h index e96a7c1f..75608ce4 100644 --- a/lib/libalpm/trans.h +++ b/lib/libalpm/trans.h @@ -1,7 +1,7 @@ /* * trans.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2006 by Miklos Vajna @@ -17,9 +17,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_TRANS_H #define _ALPM_TRANS_H diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c index 57485c2e..851a7c25 100644 --- a/lib/libalpm/util.c +++ b/lib/libalpm/util.c @@ -1,7 +1,7 @@ /* * util.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2006 by David Kimpe @@ -18,9 +18,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/lib/libalpm/util.h b/lib/libalpm/util.h index 89ac3204..3ffe6328 100644 --- a/lib/libalpm/util.h +++ b/lib/libalpm/util.h @@ -1,7 +1,7 @@ /* * util.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * Copyright (c) 2005 by Aurelien Foret * Copyright (c) 2005 by Christian Hamar * Copyright (c) 2006 by David Kimpe @@ -18,9 +18,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _ALPM_UTIL_H #define _ALPM_UTIL_H diff --git a/pactest/pactest.py b/pactest/pactest.py index d2a09196..7cda2556 100755 --- a/pactest/pactest.py +++ b/pactest/pactest.py @@ -15,9 +15,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . import os, sys, glob from optparse import OptionParser diff --git a/pactest/pmdb.py b/pactest/pmdb.py index ed552dbf..cc852c2a 100755 --- a/pactest/pmdb.py +++ b/pactest/pmdb.py @@ -13,9 +13,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . import os diff --git a/pactest/pmenv.py b/pactest/pmenv.py index 3b54afc0..f2327f91 100755 --- a/pactest/pmenv.py +++ b/pactest/pmenv.py @@ -13,9 +13,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . import os diff --git a/pactest/pmfile.py b/pactest/pmfile.py index 99b14a8b..21baf017 100755 --- a/pactest/pmfile.py +++ b/pactest/pmfile.py @@ -13,9 +13,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . import os diff --git a/pactest/pmpkg.py b/pactest/pmpkg.py index 7b8f81d0..56cb26f6 100755 --- a/pactest/pmpkg.py +++ b/pactest/pmpkg.py @@ -13,9 +13,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . import os diff --git a/pactest/pmrule.py b/pactest/pmrule.py index 8b49f5cd..f4e35443 100755 --- a/pactest/pmrule.py +++ b/pactest/pmrule.py @@ -13,9 +13,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . from util import * diff --git a/pactest/pmtest.py b/pactest/pmtest.py index 476eb27a..457028db 100755 --- a/pactest/pmtest.py +++ b/pactest/pmtest.py @@ -13,9 +13,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . import os diff --git a/pactest/util.py b/pactest/util.py index ae203747..99d71e55 100755 --- a/pactest/util.py +++ b/pactest/util.py @@ -13,9 +13,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . import sys diff --git a/scripts/abs.sh.in b/scripts/abs.sh.in index ae825259..79f2aef0 100644 --- a/scripts/abs.sh.in +++ b/scripts/abs.sh.in @@ -16,9 +16,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . # ## diff --git a/scripts/gensync.sh.in b/scripts/gensync.sh.in index 8109fe22..bf54baf7 100644 --- a/scripts/gensync.sh.in +++ b/scripts/gensync.sh.in @@ -16,9 +16,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . # # gettext initialization diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 0ef0e521..4d56bc4c 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -21,9 +21,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . # # makepkg uses quite a few external programs during its execution. You diff --git a/scripts/makeworld.sh.in b/scripts/makeworld.sh.in index 49b758c6..a559dc5f 100644 --- a/scripts/makeworld.sh.in +++ b/scripts/makeworld.sh.in @@ -16,9 +16,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . # # gettext initialization diff --git a/scripts/pacman-optimize.sh.in b/scripts/pacman-optimize.sh.in index 513ed481..21afd276 100644 --- a/scripts/pacman-optimize.sh.in +++ b/scripts/pacman-optimize.sh.in @@ -16,9 +16,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . # # gettext initialization diff --git a/scripts/rankmirrors.py.in b/scripts/rankmirrors.py.in index 0c50bdd8..59b9c82c 100644 --- a/scripts/rankmirrors.py.in +++ b/scripts/rankmirrors.py.in @@ -16,9 +16,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . # import os, sys, datetime, time, socket, urllib2 from optparse import OptionParser diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index adcefc1d..98191b62 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -16,9 +16,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . # gettext initialization export TEXTDOMAIN='pacman' diff --git a/scripts/repo-remove.sh.in b/scripts/repo-remove.sh.in index 617f04cf..6335c00f 100644 --- a/scripts/repo-remove.sh.in +++ b/scripts/repo-remove.sh.in @@ -16,9 +16,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . # gettext initialization export TEXTDOMAIN='pacman' diff --git a/scripts/updatesync.sh.in b/scripts/updatesync.sh.in index 57bd39cb..0cf18c7c 100644 --- a/scripts/updatesync.sh.in +++ b/scripts/updatesync.sh.in @@ -17,9 +17,7 @@ # 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, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, -# USA. +# along with this program. If not, see . # # gettext initialization diff --git a/src/pacman/add.c b/src/pacman/add.c index 607ac1f0..80366de1 100644 --- a/src/pacman/add.c +++ b/src/pacman/add.c @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/callback.c b/src/pacman/callback.c index 05aec140..dddbc275 100644 --- a/src/pacman/callback.c +++ b/src/pacman/callback.c @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/callback.h b/src/pacman/callback.h index 59d8a45b..aa8d9370 100644 --- a/src/pacman/callback.h +++ b/src/pacman/callback.h @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _PM_CALLBACK_H #define _PM_CALLBACK_H diff --git a/src/pacman/conf.c b/src/pacman/conf.c index 743f8330..bf3a4624 100644 --- a/src/pacman/conf.c +++ b/src/pacman/conf.c @@ -1,7 +1,7 @@ /* * conf.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/conf.h b/src/pacman/conf.h index 989fa2c8..f3631ae1 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -1,7 +1,7 @@ /* * conf.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _PM_CONF_H #define _PM_CONF_H diff --git a/src/pacman/deptest.c b/src/pacman/deptest.c index 32fb3d08..2481c0b6 100644 --- a/src/pacman/deptest.c +++ b/src/pacman/deptest.c @@ -1,7 +1,7 @@ /* * deptest.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/package.c b/src/pacman/package.c index ba572141..cc4be139 100644 --- a/src/pacman/package.c +++ b/src/pacman/package.c @@ -1,7 +1,7 @@ /* * package.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/package.h b/src/pacman/package.h index 7dfc0548..14bc7d65 100644 --- a/src/pacman/package.h +++ b/src/pacman/package.h @@ -1,7 +1,7 @@ /* * package.h * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _PM_PACKAGE_H #define _PM_PACKAGE_H diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c index ac81f1ed..1f26c74f 100644 --- a/src/pacman/pacman.c +++ b/src/pacman/pacman.c @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/pacman.h b/src/pacman/pacman.h index fbd419d7..9d23a89c 100644 --- a/src/pacman/pacman.h +++ b/src/pacman/pacman.h @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _PM_PACMAN_H #define _PM_PACMAN_H diff --git a/src/pacman/query.c b/src/pacman/query.c index 13070772..d0f1e96a 100644 --- a/src/pacman/query.c +++ b/src/pacman/query.c @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/remove.c b/src/pacman/remove.c index ae2595a5..56837fa2 100644 --- a/src/pacman/remove.c +++ b/src/pacman/remove.c @@ -1,7 +1,7 @@ /* * remove.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/sync.c b/src/pacman/sync.c index df102af2..38200db8 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/util.c b/src/pacman/util.c index d8bcb823..1806ee52 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -1,7 +1,7 @@ /* * util.c * - * Copyright (c) 2002-2006 by Judd Vinet + * Copyright (c) 2002-2007 by Judd Vinet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/pacman/util.h b/src/pacman/util.h index 4f4b3db3..00c88949 100644 --- a/src/pacman/util.h +++ b/src/pacman/util.h @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #ifndef _PM_UTIL_H #define _PM_UTIL_H diff --git a/src/util/testdb.c b/src/util/testdb.c index c15d6527..92e14258 100644 --- a/src/util/testdb.c +++ b/src/util/testdb.c @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include diff --git a/src/util/testpkg.c b/src/util/testpkg.c index d724bb8a..e32b013d 100644 --- a/src/util/testpkg.c +++ b/src/util/testpkg.c @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h" diff --git a/src/util/vercmp.c b/src/util/vercmp.c index 29ab121d..1989dd4f 100644 --- a/src/util/vercmp.c +++ b/src/util/vercmp.c @@ -14,9 +14,7 @@ * 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, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * along with this program. If not, see . */ #include "config.h"