commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6939 - in usrp2/branches/developers/eb/u2/firmware: a


From: eb
Subject: [Commit-gnuradio] r6939 - in usrp2/branches/developers/eb/u2/firmware: apps lib
Date: Thu, 15 Nov 2007 15:54:43 -0700 (MST)

Author: eb
Date: 2007-11-15 15:54:42 -0700 (Thu, 15 Nov 2007)
New Revision: 6939

Modified:
   usrp2/branches/developers/eb/u2/firmware/apps/Makefile.am
   usrp2/branches/developers/eb/u2/firmware/apps/blink_leds.c
   usrp2/branches/developers/eb/u2/firmware/apps/blink_leds2.c
   usrp2/branches/developers/eb/u2/firmware/apps/buf_ram_test.c
   usrp2/branches/developers/eb/u2/firmware/apps/buf_ram_zero.c
   usrp2/branches/developers/eb/u2/firmware/apps/gen_eth_packets.c
   usrp2/branches/developers/eb/u2/firmware/apps/hello.c
   usrp2/branches/developers/eb/u2/firmware/apps/rcv_eth_packets.c
   usrp2/branches/developers/eb/u2/firmware/apps/test_phy_comm.c
   usrp2/branches/developers/eb/u2/firmware/apps/test_printf.c
   usrp2/branches/developers/eb/u2/firmware/apps/timer_test.c
   usrp2/branches/developers/eb/u2/firmware/lib/Makefile.am
   usrp2/branches/developers/eb/u2/firmware/lib/bool.h
   usrp2/branches/developers/eb/u2/firmware/lib/buffer_pool.c
   usrp2/branches/developers/eb/u2/firmware/lib/buffer_pool.h
   usrp2/branches/developers/eb/u2/firmware/lib/eeprom.c
   usrp2/branches/developers/eb/u2/firmware/lib/eth_driver.c
   usrp2/branches/developers/eb/u2/firmware/lib/eth_driver.h
   usrp2/branches/developers/eb/u2/firmware/lib/eth_mac.c
   usrp2/branches/developers/eb/u2/firmware/lib/eth_mac.h
   usrp2/branches/developers/eb/u2/firmware/lib/eth_mac_regs.h
   usrp2/branches/developers/eb/u2/firmware/lib/eth_phy.h
   usrp2/branches/developers/eb/u2/firmware/lib/hal_io.c
   usrp2/branches/developers/eb/u2/firmware/lib/hal_io.h
   usrp2/branches/developers/eb/u2/firmware/lib/hal_uart.c
   usrp2/branches/developers/eb/u2/firmware/lib/hal_uart.h
   usrp2/branches/developers/eb/u2/firmware/lib/i2c.c
   usrp2/branches/developers/eb/u2/firmware/lib/i2c.h
   usrp2/branches/developers/eb/u2/firmware/lib/memory_map.h
   usrp2/branches/developers/eb/u2/firmware/lib/pic.c
   usrp2/branches/developers/eb/u2/firmware/lib/pic.h
   usrp2/branches/developers/eb/u2/firmware/lib/printf.c
   usrp2/branches/developers/eb/u2/firmware/lib/printf.c.smaller
   usrp2/branches/developers/eb/u2/firmware/lib/spi.c
   usrp2/branches/developers/eb/u2/firmware/lib/spi.h
   usrp2/branches/developers/eb/u2/firmware/lib/stdint.h
   usrp2/branches/developers/eb/u2/firmware/lib/stdio.h
   usrp2/branches/developers/eb/u2/firmware/lib/u2_init.c
   usrp2/branches/developers/eb/u2/firmware/lib/usrp2_i2c_addr.h
   usrp2/branches/developers/eb/u2/firmware/lib/wb16550.h
Log:
updated file header notice

Modified: usrp2/branches/developers/eb/u2/firmware/apps/Makefile.am
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/apps/Makefile.am   2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/apps/Makefile.am   2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,22 +1,19 @@
 #
 # Copyright 2007 Free Software Foundation, Inc.
-# 
-# This file is part of GNU Radio
-# 
-# GNU Radio is free software; you can redistribute it and/or modify
+#
+# 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 3, or (at your option)
-# any later version.
-# 
-# GNU Radio is distributed in the hope that it will be useful,
+# the Free Software Foundation, either version 3 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.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
 
 include $(top_srcdir)/Makefile.common
 

Modified: usrp2/branches/developers/eb/u2/firmware/apps/blink_leds.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/apps/blink_leds.c  2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/apps/blink_leds.c  2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,26 +1,20 @@
-/* -*- c++ -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-// check communication with ethernet PHY chip
-
 #include "u2_init.h"
 #include "memory_map.h"
 #include "hal_io.h"

Modified: usrp2/branches/developers/eb/u2/firmware/apps/blink_leds2.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/apps/blink_leds2.c 2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/apps/blink_leds2.c 2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,26 +1,20 @@
-/* -*- c++ -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-// check communication with ethernet PHY chip
-
 #include "u2_init.h"
 #include "memory_map.h"
 #include "hal_io.h"

Modified: usrp2/branches/developers/eb/u2/firmware/apps/buf_ram_test.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/apps/buf_ram_test.c        
2007-11-15 22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/apps/buf_ram_test.c        
2007-11-15 22:54:42 UTC (rev 6939)
@@ -1,26 +1,20 @@
-/* -*- c++ -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-// check communication with ethernet PHY chip
-
 #include "u2_init.h"
 #include "memory_map.h"
 #include "hal_io.h"

Modified: usrp2/branches/developers/eb/u2/firmware/apps/buf_ram_zero.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/apps/buf_ram_zero.c        
2007-11-15 22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/apps/buf_ram_zero.c        
2007-11-15 22:54:42 UTC (rev 6939)
@@ -1,22 +1,18 @@
-/* -*- c++ -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 // checks if all buffer reads return 0.

Modified: usrp2/branches/developers/eb/u2/firmware/apps/gen_eth_packets.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/apps/gen_eth_packets.c     
2007-11-15 22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/apps/gen_eth_packets.c     
2007-11-15 22:54:42 UTC (rev 6939)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2007 Free Software Foundation, Inc.
+ *
+ * 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 3 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, see <http://www.gnu.org/licenses/>.
+ */
+
 #include "u2_init.h"
 #include "memory_map.h"
 #include "spi.h"

Modified: usrp2/branches/developers/eb/u2/firmware/apps/hello.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/apps/hello.c       2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/apps/hello.c       2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,22 +1,18 @@
-/* -*- c++ -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "u2_init.h"

Modified: usrp2/branches/developers/eb/u2/firmware/apps/rcv_eth_packets.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/apps/rcv_eth_packets.c     
2007-11-15 22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/apps/rcv_eth_packets.c     
2007-11-15 22:54:42 UTC (rev 6939)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2007 Free Software Foundation, Inc.
+ *
+ * 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 3 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, see <http://www.gnu.org/licenses/>.
+ */
+
 #include "u2_init.h"
 #include "memory_map.h"
 #include "spi.h"

Modified: usrp2/branches/developers/eb/u2/firmware/apps/test_phy_comm.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/apps/test_phy_comm.c       
2007-11-15 22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/apps/test_phy_comm.c       
2007-11-15 22:54:42 UTC (rev 6939)
@@ -1,22 +1,18 @@
-/* -*- c++ -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 // check communication with ethernet PHY chip

Modified: usrp2/branches/developers/eb/u2/firmware/apps/test_printf.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/apps/test_printf.c 2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/apps/test_printf.c 2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,22 +1,18 @@
-/* -*- c++ -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <stdio.h>

Modified: usrp2/branches/developers/eb/u2/firmware/apps/timer_test.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/apps/timer_test.c  2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/apps/timer_test.c  2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2007 Free Software Foundation, Inc.
+ *
+ * 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 3 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, see <http://www.gnu.org/licenses/>.
+ */
+
 #include "u2_init.h"
 #include "memory_map.h"
 #include "hal_io.h"

Modified: usrp2/branches/developers/eb/u2/firmware/lib/Makefile.am
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/Makefile.am    2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/Makefile.am    2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,22 +1,19 @@
 #
 # Copyright 2007 Free Software Foundation, Inc.
-# 
-# This file is part of GNU Radio
-# 
-# GNU Radio is free software; you can redistribute it and/or modify
+#
+# 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 3, or (at your option)
-# any later version.
-# 
-# GNU Radio is distributed in the hope that it will be useful,
+# the Free Software Foundation, either version 3 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.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 #
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
 
 include $(top_srcdir)/Makefile.common
 

Modified: usrp2/branches/developers/eb/u2/firmware/lib/bool.h
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/bool.h 2007-11-15 22:39:01 UTC 
(rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/bool.h 2007-11-15 22:54:42 UTC 
(rev 6939)
@@ -1,22 +1,19 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef INCLUDED_BOOL_H

Modified: usrp2/branches/developers/eb/u2/firmware/lib/buffer_pool.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/buffer_pool.c  2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/buffer_pool.c  2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2007 Free Software Foundation, Inc.
+ *
+ * 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 3 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, see <http://www.gnu.org/licenses/>.
+ */
+
 #include "memory_map.h"
 #include "buffer_pool.h"
 #include "hal_io.h" 

Modified: usrp2/branches/developers/eb/u2/firmware/lib/buffer_pool.h
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/buffer_pool.h  2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/buffer_pool.h  2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2007 Free Software Foundation, Inc.
+ *
+ * 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 3 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, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef INCLUDED_BUFFER_POOL_H
 #define INCLUDED_BUFFER_POOL_H
 

Modified: usrp2/branches/developers/eb/u2/firmware/lib/eeprom.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/eeprom.c       2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/eeprom.c       2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,22 +1,18 @@
-/* -*- c++ -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 static const int EEPROM_PAGESIZE = 16;

Modified: usrp2/branches/developers/eb/u2/firmware/lib/eth_driver.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/eth_driver.c   2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/eth_driver.c   2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,22 +1,18 @@
-/* -*- c++ -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "eth_driver.h"

Modified: usrp2/branches/developers/eb/u2/firmware/lib/eth_driver.h
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/eth_driver.h   2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/eth_driver.h   2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,22 +1,19 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef INCLUDED_ETH_DRIVER_H

Modified: usrp2/branches/developers/eb/u2/firmware/lib/eth_mac.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/eth_mac.c      2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/eth_mac.c      2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,22 +1,19 @@
 /* -*- c++ -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "eth_mac.h"

Modified: usrp2/branches/developers/eb/u2/firmware/lib/eth_mac.h
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/eth_mac.h      2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/eth_mac.h      2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,22 +1,19 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef INCLUDED_ETH_MAC_H

Modified: usrp2/branches/developers/eb/u2/firmware/lib/eth_mac_regs.h
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/eth_mac_regs.h 2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/eth_mac_regs.h 2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,22 +1,19 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef INCLUDED_ETH_MAC_REGS_H

Modified: usrp2/branches/developers/eb/u2/firmware/lib/eth_phy.h
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/eth_phy.h      2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/eth_phy.h      2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,23 +1,20 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
  * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /* Much of this was extracted from the Linux e1000_hw.h file */

Modified: usrp2/branches/developers/eb/u2/firmware/lib/hal_io.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/hal_io.c       2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/hal_io.c       2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,22 +1,19 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 // conditionalized on HAL_IO_USES_DBOARD_PINS && HAL_IO_USES_UART

Modified: usrp2/branches/developers/eb/u2/firmware/lib/hal_io.h
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/hal_io.h       2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/hal_io.h       2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,22 +1,19 @@
 /* -*- c++ -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef INCLUDED_HAL_IO_H

Modified: usrp2/branches/developers/eb/u2/firmware/lib/hal_uart.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/hal_uart.c     2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/hal_uart.c     2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,22 +1,19 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "hal_uart.h"

Modified: usrp2/branches/developers/eb/u2/firmware/lib/hal_uart.h
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/hal_uart.h     2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/hal_uart.h     2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,23 +1,21 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+
 #ifndef INCLUDED_HAL_UART_H
 #define INCLUDED_HAL_UART_H
 

Modified: usrp2/branches/developers/eb/u2/firmware/lib/i2c.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/i2c.c  2007-11-15 22:39:01 UTC 
(rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/i2c.c  2007-11-15 22:54:42 UTC 
(rev 6939)
@@ -1,22 +1,19 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "i2c.h"

Modified: usrp2/branches/developers/eb/u2/firmware/lib/i2c.h
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/i2c.h  2007-11-15 22:39:01 UTC 
(rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/i2c.h  2007-11-15 22:54:42 UTC 
(rev 6939)
@@ -1,23 +1,21 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+
 #ifndef INCLUDED_I2C_H
 #define INCLUDED_I2C_H
 

Modified: usrp2/branches/developers/eb/u2/firmware/lib/memory_map.h
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/memory_map.h   2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/memory_map.h   2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,22 +1,19 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef INCLUDED_MEMORY_MAP_H

Modified: usrp2/branches/developers/eb/u2/firmware/lib/pic.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/pic.c  2007-11-15 22:39:01 UTC 
(rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/pic.c  2007-11-15 22:54:42 UTC 
(rev 6939)
@@ -1,22 +1,19 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "pic.h"

Modified: usrp2/branches/developers/eb/u2/firmware/lib/pic.h
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/pic.h  2007-11-15 22:39:01 UTC 
(rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/pic.h  2007-11-15 22:54:42 UTC 
(rev 6939)
@@ -1,23 +1,21 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+
 #ifndef INCLUDED_PIC_H
 #define INCLUDED_PIC_H
 

Modified: usrp2/branches/developers/eb/u2/firmware/lib/printf.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/printf.c       2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/printf.c       2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,22 +1,19 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*

Modified: usrp2/branches/developers/eb/u2/firmware/lib/printf.c.smaller
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/printf.c.smaller       
2007-11-15 22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/printf.c.smaller       
2007-11-15 22:54:42 UTC (rev 6939)
@@ -1,22 +1,19 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 /*

Modified: usrp2/branches/developers/eb/u2/firmware/lib/spi.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/spi.c  2007-11-15 22:39:01 UTC 
(rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/spi.c  2007-11-15 22:54:42 UTC 
(rev 6939)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2007 Free Software Foundation, Inc.
+ *
+ * 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 3 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, see <http://www.gnu.org/licenses/>.
+ */
+
 #include "spi.h"
 #include "memory_map.h"
 

Modified: usrp2/branches/developers/eb/u2/firmware/lib/spi.h
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/spi.h  2007-11-15 22:39:01 UTC 
(rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/spi.h  2007-11-15 22:54:42 UTC 
(rev 6939)
@@ -1,22 +1,19 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
- * Copyright 2006 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ * Copyright 2006,2007 Free Software Foundation, Inc.
+ *
+ * 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, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 void spi_init(void);

Modified: usrp2/branches/developers/eb/u2/firmware/lib/stdint.h
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/stdint.h       2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/stdint.h       2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,23 +1,21 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+
 #ifndef INCLUDED_STDINT_H
 #define INCLUDED_STDINT_H
 

Modified: usrp2/branches/developers/eb/u2/firmware/lib/stdio.h
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/stdio.h        2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/stdio.h        2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,22 +1,19 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef INCLUDED_STDIO_H

Modified: usrp2/branches/developers/eb/u2/firmware/lib/u2_init.c
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/u2_init.c      2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/u2_init.c      2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2007 Free Software Foundation, Inc.
+ *
+ * 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 3 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, see <http://www.gnu.org/licenses/>.
+ */
 
 #include "u2_init.h"
 #include "memory_map.h"

Modified: usrp2/branches/developers/eb/u2/firmware/lib/usrp2_i2c_addr.h
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/usrp2_i2c_addr.h       
2007-11-15 22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/usrp2_i2c_addr.h       
2007-11-15 22:54:42 UTC (rev 6939)
@@ -1,24 +1,21 @@
 /* -*- c++ -*- */
 /*
- * Copyright 2004,7 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ * Copyright 2004,2007 Free Software Foundation, Inc.
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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 GNU Radio; see the file COPYING.  If not, write to
- * the Free Software Foundation, Inc., 51 Franklin Street,
- * Boston, MA 02110-1301, USA.
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+
 #ifndef INCLUDED_USRP2_I2C_ADDR_H
 #define INCLUDED_USRP2_I2C_ADDR_H
 

Modified: usrp2/branches/developers/eb/u2/firmware/lib/wb16550.h
===================================================================
--- usrp2/branches/developers/eb/u2/firmware/lib/wb16550.h      2007-11-15 
22:39:01 UTC (rev 6938)
+++ usrp2/branches/developers/eb/u2/firmware/lib/wb16550.h      2007-11-15 
22:54:42 UTC (rev 6939)
@@ -1,24 +1,22 @@
-/* -*- c++ -*- */
+/* -*- c -*- */
 /*
  * Copyright 2007 Free Software Foundation, Inc.
- * 
- * This file is part of GNU Radio
- * 
- * GNU Radio is free software; you can redistribute it and/or modify
+ *
+ * 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 3, or (at your option)
- * any later version.
- * 
- * GNU Radio is distributed in the hope that it will be useful,
+ * the Free Software Foundation, either version 3 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+
 // Wishbone National Semiconductor 16550A compatible UART 
 
 #ifndef INCLUDED_WB16550_H





reply via email to

[Prev in Thread] Current Thread [Next in Thread]