summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish')
-rw-r--r--fish/Makefile.am2
-rw-r--r--fish/alloc.c2
-rw-r--r--fish/copy.c2
-rw-r--r--fish/destpaths.c2
-rw-r--r--fish/display.c2
-rw-r--r--fish/echo.c2
-rw-r--r--fish/edit.c2
-rw-r--r--fish/fish.c2
-rw-r--r--fish/glob.c2
-rw-r--r--fish/guestfish-bash-completion.sh2
-rw-r--r--fish/guestfish.pod2
-rw-r--r--fish/help.c2
-rw-r--r--fish/hexedit.c2
-rw-r--r--fish/inspect.c2
-rw-r--r--fish/keys.c2
-rw-r--r--fish/lcd.c2
-rw-r--r--fish/man.c2
-rw-r--r--fish/more.c2
-rw-r--r--fish/prep.c2
-rw-r--r--fish/prep_boot.c2
-rw-r--r--fish/prep_disk.c2
-rw-r--r--fish/prep_fs.c2
-rw-r--r--fish/prep_lv.c2
-rw-r--r--fish/prep_part.c2
-rw-r--r--fish/progress.c2
-rw-r--r--fish/progress.h2
-rw-r--r--fish/rc.c2
-rw-r--r--fish/reopen.c2
-rw-r--r--fish/setenv.c2
-rw-r--r--fish/supported.c2
-rw-r--r--fish/tilde.c2
-rw-r--r--fish/time.c2
-rwxr-xr-xfish/virt-copy-in2
-rw-r--r--fish/virt-copy-in.pod2
-rwxr-xr-xfish/virt-copy-out2
-rw-r--r--fish/virt-copy-out.pod2
-rwxr-xr-xfish/virt-tar-in2
-rw-r--r--fish/virt-tar-in.pod2
-rwxr-xr-xfish/virt-tar-out2
-rw-r--r--fish/virt-tar-out.pod2
-rw-r--r--fish/virt.c2
41 files changed, 41 insertions, 41 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am
index dd0625d2..6ca8a823 100644
--- a/fish/Makefile.am
+++ b/fish/Makefile.am
@@ -13,7 +13,7 @@
#
# 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.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
include $(top_srcdir)/subdir-rules.mk
diff --git a/fish/alloc.c b/fish/alloc.c
index 7799e4e1..08790a7e 100644
--- a/fish/alloc.c
+++ b/fish/alloc.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/copy.c b/fish/copy.c
index c1c1b474..9416ce77 100644
--- a/fish/copy.c
+++ b/fish/copy.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/destpaths.c b/fish/destpaths.c
index 3c905173..c7b9dc51 100644
--- a/fish/destpaths.c
+++ b/fish/destpaths.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/display.c b/fish/display.c
index 4a46ea89..05933f40 100644
--- a/fish/display.c
+++ b/fish/display.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/echo.c b/fish/echo.c
index 78b41601..7cf7c1a6 100644
--- a/fish/echo.c
+++ b/fish/echo.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/edit.c b/fish/edit.c
index 80ae44bd..7bd6244c 100644
--- a/fish/edit.c
+++ b/fish/edit.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/fish.c b/fish/fish.c
index 7b45fec7..c55f54b1 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/glob.c b/fish/glob.c
index 8250c138..e05e7753 100644
--- a/fish/glob.c
+++ b/fish/glob.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/guestfish-bash-completion.sh b/fish/guestfish-bash-completion.sh
index 243e72b0..f9ee6683 100644
--- a/fish/guestfish-bash-completion.sh
+++ b/fish/guestfish-bash-completion.sh
@@ -13,7 +13,7 @@
#
# 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.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
# To use this script, copy it into /etc/bash_completion.d/ if
# that directory exists.
diff --git a/fish/guestfish.pod b/fish/guestfish.pod
index 81909696..ea0b3aab 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -1314,4 +1314,4 @@ 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.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
diff --git a/fish/help.c b/fish/help.c
index 47609e9d..e3775e85 100644
--- a/fish/help.c
+++ b/fish/help.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/hexedit.c b/fish/hexedit.c
index 885c54e3..472aa8f0 100644
--- a/fish/hexedit.c
+++ b/fish/hexedit.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/inspect.c b/fish/inspect.c
index 0b82ade5..98329ee5 100644
--- a/fish/inspect.c
+++ b/fish/inspect.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/keys.c b/fish/keys.c
index ec15c8f6..fe98b610 100644
--- a/fish/keys.c
+++ b/fish/keys.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/lcd.c b/fish/lcd.c
index 857bcf30..69c684e0 100644
--- a/fish/lcd.c
+++ b/fish/lcd.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/man.c b/fish/man.c
index 522a86c0..9b491227 100644
--- a/fish/man.c
+++ b/fish/man.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/more.c b/fish/more.c
index 01443fff..9008bd1c 100644
--- a/fish/more.c
+++ b/fish/more.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/prep.c b/fish/prep.c
index 8ac4b31d..9863bc96 100644
--- a/fish/prep.c
+++ b/fish/prep.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/prep_boot.c b/fish/prep_boot.c
index e80f1ee5..f66196fb 100644
--- a/fish/prep_boot.c
+++ b/fish/prep_boot.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/prep_disk.c b/fish/prep_disk.c
index d393d8dd..055b36f4 100644
--- a/fish/prep_disk.c
+++ b/fish/prep_disk.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/prep_fs.c b/fish/prep_fs.c
index d8fa6094..8934de45 100644
--- a/fish/prep_fs.c
+++ b/fish/prep_fs.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/prep_lv.c b/fish/prep_lv.c
index 627ed0af..3620898a 100644
--- a/fish/prep_lv.c
+++ b/fish/prep_lv.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/prep_part.c b/fish/prep_part.c
index ac46f376..27f4b789 100644
--- a/fish/prep_part.c
+++ b/fish/prep_part.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/progress.c b/fish/progress.c
index 679c8314..b812a578 100644
--- a/fish/progress.c
+++ b/fish/progress.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/progress.h b/fish/progress.h
index 0e965f14..0b08a939 100644
--- a/fish/progress.h
+++ b/fish/progress.h
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/rc.c b/fish/rc.c
index 1744c416..31f5c647 100644
--- a/fish/rc.c
+++ b/fish/rc.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/reopen.c b/fish/reopen.c
index c455a918..56c189ea 100644
--- a/fish/reopen.c
+++ b/fish/reopen.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/setenv.c b/fish/setenv.c
index c9a00136..c2af863d 100644
--- a/fish/setenv.c
+++ b/fish/setenv.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/supported.c b/fish/supported.c
index 9502ad38..7b9e085e 100644
--- a/fish/supported.c
+++ b/fish/supported.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/tilde.c b/fish/tilde.c
index ee87ce1b..8ee14370 100644
--- a/fish/tilde.c
+++ b/fish/tilde.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/time.c b/fish/time.c
index 3a460492..246a5805 100644
--- a/fish/time.c
+++ b/fish/time.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>
diff --git a/fish/virt-copy-in b/fish/virt-copy-in
index b63b24ee..76ff57f7 100755
--- a/fish/virt-copy-in
+++ b/fish/virt-copy-in
@@ -14,6 +14,6 @@
#
# 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.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
exec guestfish --rw -i copy-in "$@"
diff --git a/fish/virt-copy-in.pod b/fish/virt-copy-in.pod
index f7e63feb..dc3c8250 100644
--- a/fish/virt-copy-in.pod
+++ b/fish/virt-copy-in.pod
@@ -78,4 +78,4 @@ 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.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
diff --git a/fish/virt-copy-out b/fish/virt-copy-out
index c6171861..20475ef4 100755
--- a/fish/virt-copy-out
+++ b/fish/virt-copy-out
@@ -14,6 +14,6 @@
#
# 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.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
exec guestfish --ro -i copy-out "$@"
diff --git a/fish/virt-copy-out.pod b/fish/virt-copy-out.pod
index 4bfc32d4..3f2d9009 100644
--- a/fish/virt-copy-out.pod
+++ b/fish/virt-copy-out.pod
@@ -67,4 +67,4 @@ 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.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
diff --git a/fish/virt-tar-in b/fish/virt-tar-in
index 15d90157..1501b384 100755
--- a/fish/virt-tar-in
+++ b/fish/virt-tar-in
@@ -14,6 +14,6 @@
#
# 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.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
exec guestfish --rw -i tar-in "$@"
diff --git a/fish/virt-tar-in.pod b/fish/virt-tar-in.pod
index e0eec1b2..8ec3d36e 100644
--- a/fish/virt-tar-in.pod
+++ b/fish/virt-tar-in.pod
@@ -76,4 +76,4 @@ 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.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
diff --git a/fish/virt-tar-out b/fish/virt-tar-out
index ea4e516e..4d30de4c 100755
--- a/fish/virt-tar-out
+++ b/fish/virt-tar-out
@@ -14,6 +14,6 @@
#
# 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.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
exec guestfish --ro -i tar-out "$@"
diff --git a/fish/virt-tar-out.pod b/fish/virt-tar-out.pod
index df01a985..d0c50a03 100644
--- a/fish/virt-tar-out.pod
+++ b/fish/virt-tar-out.pod
@@ -69,4 +69,4 @@ 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.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
diff --git a/fish/virt.c b/fish/virt.c
index 8e8720fb..083ea656 100644
--- a/fish/virt.c
+++ b/fish/virt.c
@@ -13,7 +13,7 @@
*
* 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <config.h>