Changeset 140

Show
Ignore:
Timestamp:
06/16/06 06:07:45 (3 years ago)
Author:
jtv
Message:

Updated FSF's postal address

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/COPYING

    r137 r140  
    33 
    44 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 
    5                        59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     5                     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 
    66 Everyone is permitted to copy and distribute verbatim copies 
    77 of this license document, but changing it is not allowed. 
     
    306306    You should have received a copy of the GNU General Public License 
    307307    along with this program; if not, write to the Free Software 
    308     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     308    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    309309 
    310310 
  • trunk/debian/changelog

    r139 r140  
     1swapspace (1.7) stable; urgency=low 
     2 
     3 * Updated FSF's postal address 
     4 
     5 -- Jeroen T. Vermeulen <jtv@thaiopensource.org>  Thu, 15 Jun 2006 16:20:00 +0700 
     6 
    17swapspace (1.6) stable; urgency=low 
    28 
  • trunk/debian/copyright

    r62 r140  
    44It was downloaded from thaiopensource.org 
    55 
    6 Copyright Holder: Software Industry Promotion Agency <jtv@sipa.or.th
     6Copyright Holder: Software Industry Promotion Agency <jtv@thaiopensource.org
    77 
    88License: 
     
    2020   You should have received a copy of the GNU General Public License 
    2121   along with this package; if not, write to the Free Software 
    22    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 
    23    02111-1307, USA. 
     22   Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 
    2423 
    2524On Debian systems, the complete text of the GNU General 
  • trunk/debian/swapspace.init

    r105 r140  
    1515# You should have received a copy of the GNU General Public License 
    1616# along with swapspace; if not, write to the Free Software 
    17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
     17# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 
     18# USA 
    1819 
    1920set -e 
  • trunk/src/config.h

    r138 r140  
    1717You should have received a copy of the GNU General Public License 
    1818along with swapspace; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    2020*/ 
    2121 
  • trunk/src/env.h

    r138 r140  
    1717You should have received a copy of the GNU General Public License 
    1818along with swapspace; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    2020*/ 
    2121 
  • trunk/src/hog.c

    r138 r140  
    1717You should have received a copy of the GNU General Public License 
    1818along with swapspace; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 
    2020*/ 
    2121 
  • trunk/src/log.c

    r138 r140  
    1717You should have received a copy of the GNU General Public License 
    1818along with swapspace; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    2020*/ 
    2121#include <errno.h> 
  • trunk/src/log.h

    r138 r140  
    1717You should have received a copy of the GNU General Public License 
    1818along with swapspace; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    2020*/ 
    2121#ifndef SWAPSPACE_LOG_H 
  • trunk/src/main.c

    r139 r140  
    1717You should have received a copy of the GNU General Public License 
    1818along with swapspace; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    2020*/ 
    2121 
  • trunk/src/main.h

    r139 r140  
    1717You should have received a copy of the GNU General Public License 
    1818along with swapspace; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    2020*/ 
    2121#ifndef SWAPSPACE_MAIN_H 
  • trunk/src/memory.c

    r138 r140  
    1717You should have received a copy of the GNU General Public License 
    1818along with swapspace; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    2020*/ 
    2121#include "env.h" 
  • trunk/src/memory.h

    r138 r140  
    1717You should have received a copy of the GNU General Public License 
    1818along with swapspace; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    2020*/ 
    2121#ifndef SWAPSPACE_MEMORY_H 
  • trunk/src/opts.c

    r139 r140  
    1717You should have received a copy of the GNU General Public License 
    1818along with swapspace; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    2020*/ 
    2121#include "env.h" 
  • trunk/src/opts.h

    r138 r140  
    1717You should have received a copy of the GNU General Public License 
    1818along with swapspace; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    2020*/ 
    2121  
  • trunk/src/state.c

    r138 r140  
    1717You should have received a copy of the GNU General Public License 
    1818along with swapspace; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    2020*/ 
    2121 
  • trunk/src/state.h

    r138 r140  
    1717You should have received a copy of the GNU General Public License 
    1818along with swapspace; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    2020*/ 
    2121#ifndef SWAPSPACE_STATE_H 
  • trunk/src/support.c

    r138 r140  
    1717You should have received a copy of the GNU General Public License 
    1818along with swapspace; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    2020*/ 
    2121#include "env.h" 
  • trunk/src/support.h

    r138 r140  
    1717You should have received a copy of the GNU General Public License 
    1818along with swapspace; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    2020*/ 
    2121#ifndef SWAPSPACE_SUPPORT_H 
  • trunk/src/swaps.c

    r139 r140  
    1717You should have received a copy of the GNU General Public License 
    1818along with swapspace; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    2020*/ 
    2121#include "env.h" 
  • trunk/src/swaps.h

    r138 r140  
    1717You should have received a copy of the GNU General Public License 
    1818along with swapspace; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    2020*/ 
    2121#ifndef SWAPSPACE_SWAPS_H 
  • trunk/swapspace.conf

    r137 r140  
    1313# You should have received a copy of the GNU General Public License 
    1414# along with swapspace; if not, write to the Free Software 
    15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
     15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA 
    1616 
    1717