carl9170: update COPYRIGHT boilerplate text
authorChristian Lamparter <chunkeey@googlemail.com>
Thu, 1 Jan 2015 13:42:58 +0000 (14:42 +0100)
committerChristian Lamparter <chunkeey@googlemail.com>
Thu, 1 Jan 2015 13:42:58 +0000 (14:42 +0100)
The boilderplate text had an obsolete address in it.
Link to the GNU Project's licence website instead.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
37 files changed:
COPYRIGHT
carlfw/include/cam.h
carlfw/include/carl9170.h
carlfw/include/cmd.h
carlfw/include/config.h
carlfw/include/dma.h
carlfw/include/fwdsc.h
carlfw/include/gpio.h
carlfw/include/hostif.h
carlfw/include/io.h
carlfw/include/printf.h
carlfw/include/rf.h
carlfw/include/rom.h
carlfw/include/timer.h
carlfw/include/uart.h
carlfw/include/usb.h
carlfw/include/usb_fifo.h
carlfw/include/wl.h
carlfw/include/wol.h
carlfw/src/cam.c
carlfw/src/dma.c
carlfw/src/fw.c
carlfw/src/gpio.c
carlfw/src/hostif.c
carlfw/src/main.c
carlfw/src/printf.c
carlfw/src/rf.c
carlfw/src/timer.c
carlfw/src/uart.c
carlfw/src/udivsi3_i4i-Os.S
carlfw/src/wlan.c
carlfw/src/wlanrx.c
carlfw/src/wlantx.c
carlfw/src/wol.c
carlfw/usb/fifo.c
carlfw/usb/main.c
carlfw/usb/usb.c

index b1d3e775ff6b3556e7fdc58e70b7fbdc68024d55..d64b7ea993050ad34239dab5808d122989294bc7 100644 (file)
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -15,5 +15,4 @@ 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.
+with this program; If not, see <http://www.gnu.org/licenses/>.
index 33afe0336f3358ed31e4492be439ca2cbc8d4fc4..fa6513070fa5748371a9c7ace560c722733478e0 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __CARL9170FW_CAM_H
index a807dd4be27447639545e7b5da2a5cca6b91c86c..6e8a3e16b722c972da05af1ff6e5109cc4ea7b52 100644 (file)
@@ -16,8 +16,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __CARL9170FW_CARL9170_H
index 54dd35046bb1e9ea75237cac08963a0ed759d24f..f8a26053360edd647bd07b89de6291131ad8c86f 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __CARL9170FW_CMD_H
index e7c358d6b7e3ab657c7ac15fa487b6f65a2716df..ccaf5f40b0a9358f5bcd77cb03a4026cf0d765a1 100644 (file)
@@ -10,8 +10,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "generated/autoconf.h"
index 7ecdfb94db2a018a2f4c48a59d7386ce3fd96e78..477c2a2ca2a1ebe7214a7b9e8b29c6b640757262 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __CARL9170FW_DMA_H
index 936bfed03c8b50b162a3b673a7c6c1f3301eacb1..de6d9d520b41a32253d888b42fec4b9191b05a71 100644 (file)
@@ -16,8 +16,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __CARL9170FW_FWDSC_H
index 97c192729098ecee2bbb8f817e7fec230998d891..a9c0b8805e3e6f9f5575cdc4f258b3f9a0a3c0d0 100644 (file)
@@ -16,8 +16,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __CARL9170FW_GPIO_H
index 8f9f13912fcd736ebb5b3195b7bbd47f7348d4cd..6bda478fe73e20f4252b2c061a870e59d73f83a2 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __CARL9170FW_HOSTIF_H
index 4ccdc6e4c8f78df780c282979cf9f1ed8e66912b..d48059424f8f426908e47897e78aa621837a35d9 100644 (file)
@@ -10,8 +10,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __CARL9170FW_IO_H
index dd4559e28ec5994562e9a978a62c554e087645a8..2678cfc2ea640dd78bfea61dd9655be5e276793a 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __CARL9170FW_PRINTF_H
index 4419bcbd0a057ab15588acb5b92137fe81b2b2a8..102d5de0f38215cb650a4dee88bad141392c8d7f 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __CARL9170FW_RF_H
index 5abb5b60b6b1becfb51c52ed93a515ef11b3fb92..f9ff8b58cadc97f76fc5b8ab141545b724844d33 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __CARL9170FW_ROM_H
index 1b9d1c17f74f00f73eb92a57b5764555e43403f7..43d6f2ece5afbf8a79360caf28a9fd9a42c63ca6 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __CARL9170FW_TIMER_H
index 1cfa29dd944f2c0fc04a2aa45bc2f5bf8deb4bfd..5c02a073beaf5a2769c1351257513a8de5648e43 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __CARL9170FW_UART_H
index 1066fe023d008085ecb8c37496fe61e42c6c79eb..67a3830f69c3b3618616269d82a1c9e85988027a 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __CARL9170FW_USB_H
index 5d84c88c08364bae11350b89f88c1b98e7c2c100..f8f0d64d166ac6a61a4d5b9cdfc1c2d9ff204534 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __CARL9170FW_USB_FIFO_H
index 50fee61221ea579d2f3778b399b17e79a7be6792..5def1cf77eb4c1298010a68668a275630a134cc3 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __CARL9170FW_WLAN_H
index 829400ac7071a2543b260a5124b7761e48c733c3..20f0af6d7026d9a487ddbcfa108b8e40b55f5486 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __CARL9170FW_WOL_H
index 7c0e61c5dac0cba347cc6b04ee97b71c41f29516..44cbdddc2f89042d93b9e206b965eff5d27a940c 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "carl9170.h"
index d19e316255a32f3e7db7e79168f30ebf09e1beaf..9a6cc0caa22e2280ec86af7d408a48943f2d0235 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "carl9170.h"
index a04e9639df8fc426821ccebecdbdc7ce5aaf2c7a..c3519856d923dd7692aa076a0ff960bbadcda011 100644 (file)
@@ -16,8 +16,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #include "carl9170.h"
 #include "fwdsc.h"
index 85cd81f6859bcd20968c810f7313a9a6291ba7be..94abdc9c9e1e4db997840abfdbfda35d2e27f806 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "carl9170.h"
index 57268607169afaa9a153c1f455d25b0a21598b6a..7ff1d9b243ba43d88d621019ece3634d66a5387a 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "carl9170.h"
index e6f0af0b9e5075d47ce3d33f7a4b7385cf61af82..8c13bf8988c87bb7f748c5b6240bedf4d119716d 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "carl9170.h"
index 3ff05c4f5377f2f7c691ba26e2af437bb0b981ff..33de46ecc44296c930b55071f5122a08199def20 100755 (executable)
@@ -12,8 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "carl9170.h"
index 5448abfe32bc5842aa6c30b84b2bd68c768962b0..5e8d3d86483159fd7809229ca5a7760bc7718d64 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "carl9170.h"
index 95058183cbd97245fa9b2ac793b81b578b861d62..9b625301ca602504e98b951006e2e6f8b200337a 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "carl9170.h"
index 919e6835de633b6ae9ce70b96f93cfa6d239cde3..2a0a76a5ee1a57c3253644bd5087fc174d621d5d 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "carl9170.h"
index 191bf2eb29dd0b3045fd2ad2b327c234247c6b74..ac8219658a917d92eee6d5e9558703eca9e8b0e2 100644 (file)
@@ -21,8 +21,7 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; see the file COPYING.  If not, write to
-the Free Software Foundation, 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.  */
+with this program; If not, see <http://www.gnu.org/licenses/>. */
 
 /* Moderately Space-optimized libgcc routines for the Renesas SH /
    STMicroelectronics ST40 CPUs.
index 384d8d1118fafb89d994895ba2841ca66081fb04..4e73a2b1d99b111aba324a502ea7539efd5e346f 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "carl9170.h"
index 02cbce5363a28741a9a86833cef8c6d89cd8d029..3ff9d54a03db8175d280364096e3d8b8edf1cfce 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "carl9170.h"
index a421c4c0d65ddefdad4d4f2b8ac269f5c2518471..474c040f46fd3d08a7be28f920526bf459fc1830 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "carl9170.h"
index 7afb8e524f2b397d6289bac8aaa6de1ddeb4dc2c..47508be2989b47a593f86ce4b18c42a8f7fdec38 100644 (file)
@@ -16,8 +16,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "carl9170.h"
index 3d8e354df8186ffe7ca5eee19b5d7ec6f0871424..01c2d0c5e9ae2de32fd7062a2ad73712e3878701 100644 (file)
@@ -17,8 +17,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "carl9170.h"
index 1fb119e996f8933e70b16b4d24c77337203aa834..4199a218618e9a6af57481f80108b8a7f6d4f3a6 100644 (file)
@@ -17,8 +17,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "carl9170.h"
index e1fb27ef4dce51d132d756e51fdec26c8de03779..6142dcde914b0e6732d57a358d3de62c7f1f3112 100644 (file)
@@ -19,8 +19,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.
+ * with this program; If not, see <http://www.gnu.org/licenses/>.
  */
 #include "carl9170.h"
 #include "usb.h"