summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/automount.c4
-rw-r--r--commands/bootm.c4
-rw-r--r--commands/cat.c3
-rw-r--r--commands/cd.c3
-rw-r--r--commands/clear.c3
-rw-r--r--commands/cp.c3
-rw-r--r--commands/crc.c3
-rw-r--r--commands/dfu.c3
-rw-r--r--commands/digest.c3
-rw-r--r--commands/echo.c3
-rw-r--r--commands/edit.c3
-rw-r--r--commands/exec.c3
-rw-r--r--commands/export.c3
-rw-r--r--commands/false.c4
-rw-r--r--commands/flash.c4
-rw-r--r--commands/global.c3
-rw-r--r--commands/go.c4
-rw-r--r--commands/gpio.c4
-rw-r--r--commands/help.c4
-rw-r--r--commands/i2c.c4
-rw-r--r--commands/iomem.c4
-rw-r--r--commands/led.c4
-rw-r--r--commands/linux16.c4
-rw-r--r--commands/linux_exec.c3
-rw-r--r--commands/loadb.c4
-rw-r--r--commands/loadenv.c3
-rw-r--r--commands/loads.c4
-rw-r--r--commands/login.c3
-rw-r--r--commands/ls.c3
-rw-r--r--commands/mem.c4
-rw-r--r--commands/meminfo.c3
-rw-r--r--commands/memtest.c4
-rw-r--r--commands/menu.c4
-rw-r--r--commands/mkdir.c3
-rw-r--r--commands/mount.c3
-rw-r--r--commands/nand.c3
-rw-r--r--commands/nandtest.c3
-rw-r--r--commands/net.c4
-rw-r--r--commands/oftree.c3
-rw-r--r--commands/partition.c3
-rw-r--r--commands/passwd.c3
-rw-r--r--commands/printenv.c3
-rw-r--r--commands/pwd.c3
-rw-r--r--commands/readline.c4
-rw-r--r--commands/reginfo.c3
-rw-r--r--commands/reset.c3
-rw-r--r--commands/rm.c3
-rw-r--r--commands/saveenv.c3
-rw-r--r--commands/setenv.c3
-rw-r--r--commands/sleep.c3
-rw-r--r--commands/test.c3
-rw-r--r--commands/timeout.c3
-rw-r--r--commands/trigger.c4
-rw-r--r--commands/true.c4
-rw-r--r--commands/umount.c3
-rw-r--r--commands/uncompress.c3
-rw-r--r--commands/usb.c3
-rw-r--r--commands/usbserial.c3
-rw-r--r--commands/version.c4
59 files changed, 0 insertions, 198 deletions
diff --git a/commands/automount.c b/commands/automount.c
index aa1e417664..4f7aa0e01e 100644
--- a/commands/automount.c
+++ b/commands/automount.c
@@ -14,10 +14,6 @@
* 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.
*/
#include <common.h>
#include <command.h>
diff --git a/commands/bootm.c b/commands/bootm.c
index 2d9f7f2dc7..8e51695d94 100644
--- a/commands/bootm.c
+++ b/commands/bootm.c
@@ -15,10 +15,6 @@
* 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
*/
/*
diff --git a/commands/cat.c b/commands/cat.c
index d65a024628..1c112fc46b 100644
--- a/commands/cat.c
+++ b/commands/cat.c
@@ -13,9 +13,6 @@
* 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
*/
/**
diff --git a/commands/cd.c b/commands/cd.c
index ab5c417ce6..936fec84f6 100644
--- a/commands/cd.c
+++ b/commands/cd.c
@@ -15,9 +15,6 @@
* 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
*/
/**
diff --git a/commands/clear.c b/commands/clear.c
index 28b4da9661..e6d553d9dc 100644
--- a/commands/clear.c
+++ b/commands/clear.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/cp.c b/commands/cp.c
index a0434cbe9b..45f08d8c35 100644
--- a/commands/cp.c
+++ b/commands/cp.c
@@ -15,9 +15,6 @@
* 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
*/
/**
diff --git a/commands/crc.c b/commands/crc.c
index 8f80e424fd..a0071b0e8b 100644
--- a/commands/crc.c
+++ b/commands/crc.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/dfu.c b/commands/dfu.c
index eab65e519a..af6573acf8 100644
--- a/commands/dfu.c
+++ b/commands/dfu.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
#include <command.h>
diff --git a/commands/digest.c b/commands/digest.c
index c077ad9892..c9bb1320be 100644
--- a/commands/digest.c
+++ b/commands/digest.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/echo.c b/commands/echo.c
index a19d99292f..0c0ed8086d 100644
--- a/commands/echo.c
+++ b/commands/echo.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/edit.c b/commands/edit.c
index eddec0b935..295d0a709e 100644
--- a/commands/edit.c
+++ b/commands/edit.c
@@ -13,9 +13,6 @@
* 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
*/
/**
diff --git a/commands/exec.c b/commands/exec.c
index e2509ff475..bd7d54afd2 100644
--- a/commands/exec.c
+++ b/commands/exec.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/export.c b/commands/export.c
index ebf7723568..c6196e0c4f 100644
--- a/commands/export.c
+++ b/commands/export.c
@@ -13,9 +13,6 @@
* 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
*/
/**
diff --git a/commands/false.c b/commands/false.c
index 1642f8de15..60d6989c4b 100644
--- a/commands/false.c
+++ b/commands/false.c
@@ -15,10 +15,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/flash.c b/commands/flash.c
index d71349a192..b1673de61f 100644
--- a/commands/flash.c
+++ b/commands/flash.c
@@ -17,10 +17,6 @@
* 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
*/
/**
diff --git a/commands/global.c b/commands/global.c
index de6b13e7bd..7e147a9ac4 100644
--- a/commands/global.c
+++ b/commands/global.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
#include <malloc.h>
diff --git a/commands/go.c b/commands/go.c
index 14569a52e5..2e7bc1e7be 100644
--- a/commands/go.c
+++ b/commands/go.c
@@ -17,10 +17,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/gpio.c b/commands/gpio.c
index fe37665750..a91e6e0294 100644
--- a/commands/gpio.c
+++ b/commands/gpio.c
@@ -9,10 +9,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/help.c b/commands/help.c
index d7d9ba25af..72b0befecb 100644
--- a/commands/help.c
+++ b/commands/help.c
@@ -15,10 +15,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/i2c.c b/commands/i2c.c
index 763db8a1ab..8370b43dab 100644
--- a/commands/i2c.c
+++ b/commands/i2c.c
@@ -13,10 +13,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/iomem.c b/commands/iomem.c
index c22878c1c8..e117c2a9f6 100644
--- a/commands/iomem.c
+++ b/commands/iomem.c
@@ -14,10 +14,6 @@
* 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.
*/
#include <common.h>
#include <command.h>
diff --git a/commands/led.c b/commands/led.c
index 14fb2aa356..a4f117bff4 100644
--- a/commands/led.c
+++ b/commands/led.c
@@ -16,10 +16,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/linux16.c b/commands/linux16.c
index 5ed3a8b917..30fa2de7df 100644
--- a/commands/linux16.c
+++ b/commands/linux16.c
@@ -16,10 +16,6 @@
* 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
*
*/
diff --git a/commands/linux_exec.c b/commands/linux_exec.c
index 201d7a1a8b..ef00ee780b 100644
--- a/commands/linux_exec.c
+++ b/commands/linux_exec.c
@@ -13,9 +13,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/loadb.c b/commands/loadb.c
index 50f323e856..898b9e337d 100644
--- a/commands/loadb.c
+++ b/commands/loadb.c
@@ -24,10 +24,6 @@
* 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
*/
/*
diff --git a/commands/loadenv.c b/commands/loadenv.c
index 99ad542bc2..5bf17406b2 100644
--- a/commands/loadenv.c
+++ b/commands/loadenv.c
@@ -13,9 +13,6 @@
* 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
*/
/**
diff --git a/commands/loads.c b/commands/loads.c
index 1727be7275..7f4c647526 100644
--- a/commands/loads.c
+++ b/commands/loads.c
@@ -15,10 +15,6 @@
* 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
*/
/*
diff --git a/commands/login.c b/commands/login.c
index 0b5f3cbb4a..fb6bb35cfc 100644
--- a/commands/login.c
+++ b/commands/login.c
@@ -13,9 +13,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/ls.c b/commands/ls.c
index d36ef578c9..1fdb24406d 100644
--- a/commands/ls.c
+++ b/commands/ls.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/mem.c b/commands/mem.c
index ec46a48ef5..441b7f25d1 100644
--- a/commands/mem.c
+++ b/commands/mem.c
@@ -13,10 +13,6 @@
* 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
- * MA 02111-1307 USA
*/
/*
diff --git a/commands/meminfo.c b/commands/meminfo.c
index 1d24cfdb3c..6e1e8c3672 100644
--- a/commands/meminfo.c
+++ b/commands/meminfo.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
#include <command.h>
diff --git a/commands/memtest.c b/commands/memtest.c
index 651a195a05..2d64d00a99 100644
--- a/commands/memtest.c
+++ b/commands/memtest.c
@@ -17,10 +17,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/menu.c b/commands/menu.c
index 8833d749b1..9b96942a3f 100644
--- a/commands/menu.c
+++ b/commands/menu.c
@@ -14,10 +14,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/mkdir.c b/commands/mkdir.c
index 65013699ed..55df379372 100644
--- a/commands/mkdir.c
+++ b/commands/mkdir.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/mount.c b/commands/mount.c
index 5b12ad4d96..0628a60a50 100644
--- a/commands/mount.c
+++ b/commands/mount.c
@@ -15,9 +15,6 @@
* 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
*/
/**
diff --git a/commands/nand.c b/commands/nand.c
index 6124daea01..f000142f99 100644
--- a/commands/nand.c
+++ b/commands/nand.c
@@ -13,9 +13,6 @@
* 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
*/
#include <common.h>
#include <command.h>
diff --git a/commands/nandtest.c b/commands/nandtest.c
index 06b7f94519..d683b24165 100644
--- a/commands/nandtest.c
+++ b/commands/nandtest.c
@@ -10,9 +10,6 @@
* 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
*/
#include <common.h>
#include <command.h>
diff --git a/commands/net.c b/commands/net.c
index e77f12fce6..49ffeccf4b 100644
--- a/commands/net.c
+++ b/commands/net.c
@@ -15,10 +15,6 @@
* 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
*/
/**
diff --git a/commands/oftree.c b/commands/oftree.c
index 77afbc5a19..4dc9cd408b 100644
--- a/commands/oftree.c
+++ b/commands/oftree.c
@@ -21,9 +21,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/partition.c b/commands/partition.c
index 4c3f30c257..fdd6041227 100644
--- a/commands/partition.c
+++ b/commands/partition.c
@@ -16,9 +16,6 @@
* 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
*/
/**
diff --git a/commands/passwd.c b/commands/passwd.c
index 7f704ad454..baccfa6c0c 100644
--- a/commands/passwd.c
+++ b/commands/passwd.c
@@ -13,9 +13,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/printenv.c b/commands/printenv.c
index 071a2d36de..b18c7a137e 100644
--- a/commands/printenv.c
+++ b/commands/printenv.c
@@ -13,9 +13,6 @@
* 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
*/
/**
diff --git a/commands/pwd.c b/commands/pwd.c
index d68a509f78..6fe4cf390a 100644
--- a/commands/pwd.c
+++ b/commands/pwd.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
#include <command.h>
diff --git a/commands/readline.c b/commands/readline.c
index d1ce7ea271..60670fa675 100644
--- a/commands/readline.c
+++ b/commands/readline.c
@@ -15,10 +15,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/reginfo.c b/commands/reginfo.c
index a31013a664..f5bc8a09ba 100644
--- a/commands/reginfo.c
+++ b/commands/reginfo.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/reset.c b/commands/reset.c
index 97d04eed13..835926b270 100644
--- a/commands/reset.c
+++ b/commands/reset.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/rm.c b/commands/rm.c
index ab8bca80cc..4e765acf7a 100644
--- a/commands/rm.c
+++ b/commands/rm.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
#include <command.h>
diff --git a/commands/saveenv.c b/commands/saveenv.c
index 549fcd4279..dd0de7f75b 100644
--- a/commands/saveenv.c
+++ b/commands/saveenv.c
@@ -13,9 +13,6 @@
* 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
*/
/**
diff --git a/commands/setenv.c b/commands/setenv.c
index 4bcdd51619..57ba71e041 100644
--- a/commands/setenv.c
+++ b/commands/setenv.c
@@ -13,9 +13,6 @@
* 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
*/
/**
diff --git a/commands/sleep.c b/commands/sleep.c
index 950ec08743..2574804c17 100644
--- a/commands/sleep.c
+++ b/commands/sleep.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/test.c b/commands/test.c
index 18eeaab8c1..b3cd164f61 100644
--- a/commands/test.c
+++ b/commands/test.c
@@ -18,9 +18,6 @@
* 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
*/
#include <common.h>
#include <command.h>
diff --git a/commands/timeout.c b/commands/timeout.c
index d4e90cd897..feb27f52af 100644
--- a/commands/timeout.c
+++ b/commands/timeout.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
#include <command.h>
diff --git a/commands/trigger.c b/commands/trigger.c
index 1d2dec146b..85f16b00bb 100644
--- a/commands/trigger.c
+++ b/commands/trigger.c
@@ -16,10 +16,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/true.c b/commands/true.c
index e50152ff57..a09776bcd2 100644
--- a/commands/true.c
+++ b/commands/true.c
@@ -15,10 +15,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/umount.c b/commands/umount.c
index 9731cfc9d4..e6de1bc8ff 100644
--- a/commands/umount.c
+++ b/commands/umount.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
#include <command.h>
diff --git a/commands/uncompress.c b/commands/uncompress.c
index 179d525749..58c8c9600b 100644
--- a/commands/uncompress.c
+++ b/commands/uncompress.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
diff --git a/commands/usb.c b/commands/usb.c
index 729a40257c..e5030659b4 100644
--- a/commands/usb.c
+++ b/commands/usb.c
@@ -15,9 +15,6 @@
* 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
*/
#include <common.h>
#include <command.h>
diff --git a/commands/usbserial.c b/commands/usbserial.c
index 380bee091a..a884a28d27 100644
--- a/commands/usbserial.c
+++ b/commands/usbserial.c
@@ -17,9 +17,6 @@
* 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
*/
#include <common.h>
#include <command.h>
diff --git a/commands/version.c b/commands/version.c
index 6dbda7aade..6578fdd9cf 100644
--- a/commands/version.c
+++ b/commands/version.c
@@ -15,10 +15,6 @@
* 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
*/
#include <common.h>