aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/25_algorithms/count_if
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2005-08-17 02:28:44 +0000
committerR. Kelley Cook <kcook@gcc.gnu.org>2005-08-17 02:28:44 +0000
commit83f517994d91c97ae1b04dd00fe14b8793df2dd4 (patch)
tree33b269a1d8e57e713d32669ef8853c3fb769a3a4 /libstdc++-v3/testsuite/25_algorithms/count_if
parentd06526b797183829041f9ba840a40898bfa7f47a (diff)
downloadgcc-83f517994d91c97ae1b04dd00fe14b8793df2dd4.zip
gcc-83f517994d91c97ae1b04dd00fe14b8793df2dd4.tar.gz
gcc-83f517994d91c97ae1b04dd00fe14b8793df2dd4.tar.bz2
All files: Update FSF address.
2005-08-17 Kelley Cook <kcook@gcc.gnu.org> * All files: Update FSF address. From-SVN: r103192
Diffstat (limited to 'libstdc++-v3/testsuite/25_algorithms/count_if')
-rw-r--r--libstdc++-v3/testsuite/25_algorithms/count_if/1.cc2
-rw-r--r--libstdc++-v3/testsuite/25_algorithms/count_if/check_type.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/25_algorithms/count_if/1.cc b/libstdc++-v3/testsuite/25_algorithms/count_if/1.cc
index d5e626f..3a98df6 100644
--- a/libstdc++-v3/testsuite/25_algorithms/count_if/1.cc
+++ b/libstdc++-v3/testsuite/25_algorithms/count_if/1.cc
@@ -13,7 +13,7 @@
// You should have received a copy of the GNU General Public License along
// with this library; see the file COPYING. If not, write to the Free
-// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
// USA.
// 25.1.6 count_if
diff --git a/libstdc++-v3/testsuite/25_algorithms/count_if/check_type.cc b/libstdc++-v3/testsuite/25_algorithms/count_if/check_type.cc
index 8530985..6a8a36e 100644
--- a/libstdc++-v3/testsuite/25_algorithms/count_if/check_type.cc
+++ b/libstdc++-v3/testsuite/25_algorithms/count_if/check_type.cc
@@ -13,7 +13,7 @@
// You should have received a copy of the GNU General Public License along
// with this library; see the file COPYING. If not, write to the Free
-// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
// USA.
// 25.1.2 find_if