diff options
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/Makefile.am | 2 | ||||
-rw-r--r-- | ruby/Rakefile.in | 2 | ||||
-rw-r--r-- | ruby/examples/Makefile.am | 2 | ||||
-rw-r--r-- | ruby/ext/guestfs/extconf.rb | 2 | ||||
-rwxr-xr-x | ruby/run-bindtests | 2 | ||||
-rwxr-xr-x | ruby/run-ruby-tests | 2 | ||||
-rw-r--r-- | ruby/tests/tc_010_load.rb | 2 | ||||
-rw-r--r-- | ruby/tests/tc_050_lvcreate.rb | 2 | ||||
-rw-r--r-- | ruby/tests/tc_060_optargs.rb | 2 | ||||
-rw-r--r-- | ruby/tests/tc_400_events.rb | 2 | ||||
-rw-r--r-- | ruby/tests/tc_rhbz507346.rb | 2 | ||||
-rw-r--r-- | ruby/tests/tc_rhbz664558c6.rb | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/ruby/Makefile.am b/ruby/Makefile.am index a2e962d9..88d3323d 100644 --- a/ruby/Makefile.am +++ b/ruby/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/ruby/Rakefile.in b/ruby/Rakefile.in index ccbcae12..7c5a63aa 100644 --- a/ruby/Rakefile.in +++ b/ruby/Rakefile.in @@ -14,7 +14,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. require 'rake/clean' require 'rake/rdoctask' diff --git a/ruby/examples/Makefile.am b/ruby/examples/Makefile.am index 7183e80b..1e0e5a42 100644 --- a/ruby/examples/Makefile.am +++ b/ruby/examples/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. EXTRA_DIST = \ LICENSE \ diff --git a/ruby/ext/guestfs/extconf.rb b/ruby/ext/guestfs/extconf.rb index cc053aa0..d86e26df 100644 --- a/ruby/ext/guestfs/extconf.rb +++ b/ruby/ext/guestfs/extconf.rb @@ -14,7 +14,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. require 'mkmf' diff --git a/ruby/run-bindtests b/ruby/run-bindtests index 3bfa226d..a78b5f6d 100755 --- a/ruby/run-bindtests +++ b/ruby/run-bindtests @@ -14,7 +14,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. set -e diff --git a/ruby/run-ruby-tests b/ruby/run-ruby-tests index 643bff97..e21899a5 100755 --- a/ruby/run-ruby-tests +++ b/ruby/run-ruby-tests @@ -14,7 +14,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. set -e diff --git a/ruby/tests/tc_010_load.rb b/ruby/tests/tc_010_load.rb index 6d882db8..80c1e030 100644 --- a/ruby/tests/tc_010_load.rb +++ b/ruby/tests/tc_010_load.rb @@ -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. require 'test/unit' $:.unshift(File::join(File::dirname(__FILE__), "..", "lib")) diff --git a/ruby/tests/tc_050_lvcreate.rb b/ruby/tests/tc_050_lvcreate.rb index 37ae94d1..4e9c9579 100644 --- a/ruby/tests/tc_050_lvcreate.rb +++ b/ruby/tests/tc_050_lvcreate.rb @@ -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. require 'test/unit' $:.unshift(File::join(File::dirname(__FILE__), "..", "lib")) diff --git a/ruby/tests/tc_060_optargs.rb b/ruby/tests/tc_060_optargs.rb index 232286a2..de411d6f 100644 --- a/ruby/tests/tc_060_optargs.rb +++ b/ruby/tests/tc_060_optargs.rb @@ -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. require 'test/unit' $:.unshift(File::join(File::dirname(__FILE__), "..", "lib")) diff --git a/ruby/tests/tc_400_events.rb b/ruby/tests/tc_400_events.rb index 612dc924..4e045700 100644 --- a/ruby/tests/tc_400_events.rb +++ b/ruby/tests/tc_400_events.rb @@ -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. require 'test/unit' $:.unshift(File::join(File::dirname(__FILE__), "..", "lib")) diff --git a/ruby/tests/tc_rhbz507346.rb b/ruby/tests/tc_rhbz507346.rb index 8c5b34f2..60822015 100644 --- a/ruby/tests/tc_rhbz507346.rb +++ b/ruby/tests/tc_rhbz507346.rb @@ -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. require 'test/unit' $:.unshift(File::join(File::dirname(__FILE__), "..", "lib")) diff --git a/ruby/tests/tc_rhbz664558c6.rb b/ruby/tests/tc_rhbz664558c6.rb index ec5cf49f..290deac1 100644 --- a/ruby/tests/tc_rhbz664558c6.rb +++ b/ruby/tests/tc_rhbz664558c6.rb @@ -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. # Test that throwing an exception in a callback doesn't cause # the interpreter to segfault. See: |