diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-12-19 07:18:22 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-12-19 07:18:22 +0000 |
commit | 51b318dec8f66b2544b24c359ff3d69425d0d6ff (patch) | |
tree | 17f08aedf7c80cc7149d2eb35b575d1507f3bf49 /sim/arm/communicate.h | |
parent | 3fd725ef34e474e36bf2bea93a770589c69ee1e6 (diff) | |
download | gdb-51b318dec8f66b2544b24c359ff3d69425d0d6ff.zip gdb-51b318dec8f66b2544b24c359ff3d69425d0d6ff.tar.gz gdb-51b318dec8f66b2544b24c359ff3d69425d0d6ff.tar.bz2 |
[sim] Update old contact info in GPL license notices
sim/ChangeLog:
Update old contact info in GPL license notices.
Diffstat (limited to 'sim/arm/communicate.h')
-rw-r--r-- | sim/arm/communicate.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/arm/communicate.h b/sim/arm/communicate.h index 69de5e7..4ab676b 100644 --- a/sim/arm/communicate.h +++ b/sim/arm/communicate.h @@ -12,8 +12,7 @@ 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see <http://www.gnu.org/licenses/>. */ int MYread_char (int sock, unsigned char *c); void MYwrite_char (int sock, unsigned char c); |