aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/std
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/std')
-rw-r--r--libraries/std/textio.vhdl5
-rw-r--r--libraries/std/textio_body.vhdl5
2 files changed, 4 insertions, 6 deletions
diff --git a/libraries/std/textio.vhdl b/libraries/std/textio.vhdl
index 3b62d763e..939caf439 100644
--- a/libraries/std/textio.vhdl
+++ b/libraries/std/textio.vhdl
@@ -13,9 +13,8 @@
-- for more details.
--
-- You should have received a copy of the GNU General Public License
--- along with GCC; see the file COPYING. If not, write to the Free
--- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
--- 02111-1307, USA.
+-- along with GCC; see the file COPYING3. If not see
+-- <http://www.gnu.org/licenses/>.
package Textio is
diff --git a/libraries/std/textio_body.vhdl b/libraries/std/textio_body.vhdl
index 4c49670b3..ddf85d7dd 100644
--- a/libraries/std/textio_body.vhdl
+++ b/libraries/std/textio_body.vhdl
@@ -12,9 +12,8 @@
-- for more details.
--
-- You should have received a copy of the GNU General Public License
--- along with GCC; see the file COPYING. If not, write to the Free
--- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
--- 02111-1307, USA.
+-- along with GCC; see the file COPYING3. If not see
+-- <http://www.gnu.org/licenses/>.
package body textio is
--START-V08