From 2c427821292123838f1e06d57d1985f856b050bc Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Thu, 21 Dec 2006 15:44:23 +0000 Subject: [PATCH] Update to Boo revision 2371. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2176 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- data/templates/project/CSharp/NotifyIcon.xpt | 36 +++++++++---------- src/Tools/LocalizationDbToResFile/Main.cs | 22 ++++-------- .../LocalizationXmlToResFile.cs | 22 ++++-------- src/Tools/ResourceAssembler/ResAsm.cs | 22 ++++-------- 4 files changed, 36 insertions(+), 66 deletions(-) diff --git a/data/templates/project/CSharp/NotifyIcon.xpt b/data/templates/project/CSharp/NotifyIcon.xpt index 7e2c8bf3d4..0038cc27d0 100644 --- a/data/templates/project/CSharp/NotifyIcon.xpt +++ b/data/templates/project/CSharp/NotifyIcon.xpt @@ -14,7 +14,7 @@ - + @@ -31,7 +31,7 @@ - - + diff --git a/src/Tools/LocalizationDbToResFile/Main.cs b/src/Tools/LocalizationDbToResFile/Main.cs index 2ed93d4720..75786563ca 100644 --- a/src/Tools/LocalizationDbToResFile/Main.cs +++ b/src/Tools/LocalizationDbToResFile/Main.cs @@ -1,19 +1,9 @@ -// Main.cs -// Copyright (c) 2001 Mike Krueger -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// +// +// $Revision$ +// using System; using System.Data; diff --git a/src/Tools/LocalizationXmlToResFile/LocalizationXmlToResFile.cs b/src/Tools/LocalizationXmlToResFile/LocalizationXmlToResFile.cs index f7098fe974..12b3efb1d8 100644 --- a/src/Tools/LocalizationXmlToResFile/LocalizationXmlToResFile.cs +++ b/src/Tools/LocalizationXmlToResFile/LocalizationXmlToResFile.cs @@ -1,19 +1,9 @@ -// tbuilder.cs -// Copyright (c) 2001 Mike Krueger -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// +// +// $Revision$ +// using System; using System.Collections; diff --git a/src/Tools/ResourceAssembler/ResAsm.cs b/src/Tools/ResourceAssembler/ResAsm.cs index 918ad895d5..1e29102ebf 100644 --- a/src/Tools/ResourceAssembler/ResAsm.cs +++ b/src/Tools/ResourceAssembler/ResAsm.cs @@ -1,19 +1,9 @@ -// ResAsm.cs -// Copyright (c) 2001 Mike Krueger -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// +// +// +// $Revision$ +// using System; using System.Collections;