diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-29 02:34:39 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-29 02:34:39 +0000 |
commit | 2656917a5240acfdea7a8d73e0d627a7aa002bf4 (patch) | |
tree | 70ec2fcb148c2e3611bba3e5b7aef7fe3672a75a /libcpp/expr.c | |
parent | a93b7f747be4525f5188e10a8e6120befc72aa17 (diff) | |
download | gcc-2656917a5240acfdea7a8d73e0d627a7aa002bf4.tar.gz |
2005-06-29 Kelley Cook <kcook@gcc.gnu.org>
* all files: Update FSF address in copyright headers.
* makeucnid.c (write_copyright): Update outputted FSF address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101413 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/expr.c')
-rw-r--r-- | libcpp/expr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcpp/expr.c b/libcpp/expr.c index 73356a966a0..32b17238309 100644 --- a/libcpp/expr.c +++ b/libcpp/expr.c @@ -15,8 +15,8 @@ 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, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +Foundation, 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ #include "config.h" #include "system.h" |