Masafumi Yokoyama
null+****@clear*****
Sat Oct 11 23:46:48 JST 2014
Masafumi Yokoyama 2014-10-11 23:46:48 +0900 (Sat, 11 Oct 2014) New Revision: ed88cbed340e93d197e1a0860a94d7a42f8f97ad https://github.com/ranguba/racknga/commit/ed88cbed340e93d197e1a0860a94d7a42f8f97ad Message: Update FSF address Modified files: test/racknga-test-utils.rb test/run-test.rb test/test-access-log-parser.rb test/test-api-keys.rb test/test-middleware-auth-api-key.rb test/test-middleware-cache.rb test/test-middleware-instance-name.rb test/test-middleware-jsonp.rb test/test-middleware-nginx-raw-uri.rb test/test-middleware-range.rb Modified: test/racknga-test-utils.rb (+1 -1) =================================================================== --- test/racknga-test-utils.rb 2014-10-11 23:46:10 +0900 (fbc6795) +++ test/racknga-test-utils.rb 2014-10-11 23:46:48 +0900 (09b667f) @@ -12,7 +12,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require "test/unit/capybara" require 'json' Modified: test/run-test.rb (+1 -1) =================================================================== --- test/run-test.rb 2014-10-11 23:46:10 +0900 (d6d4026) +++ test/run-test.rb 2014-10-11 23:46:48 +0900 (0580bbe) @@ -14,7 +14,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA $VERBOSE = true Modified: test/test-access-log-parser.rb (+1 -1) =================================================================== --- test/test-access-log-parser.rb 2014-10-11 23:46:10 +0900 (c09bd3a) +++ test/test-access-log-parser.rb 2014-10-11 23:46:48 +0900 (b49d9b4) @@ -15,7 +15,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA require 'stringio' Modified: test/test-api-keys.rb (+1 -1) =================================================================== --- test/test-api-keys.rb 2014-10-11 23:46:10 +0900 (456024d) +++ test/test-api-keys.rb 2014-10-11 23:46:48 +0900 (c1d6cc8) @@ -14,7 +14,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class APIKeysTest < Test::Unit::TestCase include RackngaTestUtils Modified: test/test-middleware-auth-api-key.rb (+1 -1) =================================================================== --- test/test-middleware-auth-api-key.rb 2014-10-11 23:46:10 +0900 (3755cab) +++ test/test-middleware-auth-api-key.rb 2014-10-11 23:46:48 +0900 (24b9b06) @@ -12,7 +12,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class MiddlewareAuthAPIKeyTest < Test::Unit::TestCase include RackngaTestUtils Modified: test/test-middleware-cache.rb (+1 -1) =================================================================== --- test/test-middleware-cache.rb 2014-10-11 23:46:10 +0900 (74cb4e6) +++ test/test-middleware-cache.rb 2014-10-11 23:46:48 +0900 (8509798) @@ -12,7 +12,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class MiddlewareCacheTest < Test::Unit::TestCase include RackngaTestUtils Modified: test/test-middleware-instance-name.rb (+1 -1) =================================================================== --- test/test-middleware-instance-name.rb 2014-10-11 23:46:10 +0900 (aac285b) +++ test/test-middleware-instance-name.rb 2014-10-11 23:46:48 +0900 (52c7cce) @@ -12,7 +12,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class InstanceNameTest < Test::Unit::TestCase include RackngaTestUtils Modified: test/test-middleware-jsonp.rb (+1 -1) =================================================================== --- test/test-middleware-jsonp.rb 2014-10-11 23:46:10 +0900 (b60e8cb) +++ test/test-middleware-jsonp.rb 2014-10-11 23:46:48 +0900 (4f9c3c5) @@ -12,7 +12,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class MiddlewareJSONPTest < Test::Unit::TestCase include RackngaTestUtils Modified: test/test-middleware-nginx-raw-uri.rb (+1 -1) =================================================================== --- test/test-middleware-nginx-raw-uri.rb 2014-10-11 23:46:10 +0900 (3527af7) +++ test/test-middleware-nginx-raw-uri.rb 2014-10-11 23:46:48 +0900 (c995586) @@ -12,7 +12,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA class NginxRawURITest < Test::Unit::TestCase include RackngaTestUtils Modified: test/test-middleware-range.rb (+1 -1) =================================================================== --- test/test-middleware-range.rb 2014-10-11 23:46:10 +0900 (2403bc4) +++ test/test-middleware-range.rb 2014-10-11 23:46:48 +0900 (286bcfd) @@ -12,7 +12,7 @@ # # 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA module MiddlewareRangeTests include RackngaTestUtils -------------- next part -------------- HTML����������������������������...Download