summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/basename.c3
-rw-r--r--commands/dirname.c3
-rw-r--r--commands/ln.c3
-rw-r--r--commands/memtest.c4
-rw-r--r--commands/poweroff.c3
-rw-r--r--commands/readlink.c3
-rw-r--r--commands/stddev.c4
7 files changed, 0 insertions, 23 deletions
diff --git a/commands/basename.c b/commands/basename.c
index 00daa5f9b3..028b0e0f24 100644
--- a/commands/basename.c
+++ b/commands/basename.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/dirname.c b/commands/dirname.c
index 527f16754a..73cf1e4d43 100644
--- a/commands/dirname.c
+++ b/commands/dirname.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/ln.c b/commands/ln.c
index 28e524e911..f1df32035b 100644
--- a/commands/ln.c
+++ b/commands/ln.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/memtest.c b/commands/memtest.c
index c1ffc64ee9..d384436afb 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 <command.h>
diff --git a/commands/poweroff.c b/commands/poweroff.c
index e0ec04fdb9..e8c726a7f2 100644
--- a/commands/poweroff.c
+++ b/commands/poweroff.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/readlink.c b/commands/readlink.c
index f17f9e8c65..4ac576f16f 100644
--- a/commands/readlink.c
+++ b/commands/readlink.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/stddev.c b/commands/stddev.c
index 098aea8579..318d057417 100644
--- a/commands/stddev.c
+++ b/commands/stddev.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
*/
#include <common.h>