summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/block.c3
-rw-r--r--common/bootargs.c3
-rw-r--r--common/clock.c3
-rw-r--r--common/command.c4
-rw-r--r--common/complete.c3
-rw-r--r--common/console.c4
-rw-r--r--common/date.c4
-rw-r--r--common/digest.c4
-rw-r--r--common/env.c3
-rw-r--r--common/environment.c3
-rw-r--r--common/filetype.c4
-rw-r--r--common/hush.c3
-rw-r--r--common/image.c4
-rw-r--r--common/memory.c3
-rw-r--r--common/memsize.c4
-rw-r--r--common/menu.c4
-rw-r--r--common/misc.c3
-rw-r--r--common/module.c3
-rw-r--r--common/module.lds.S4
-rw-r--r--common/partitions.c4
-rw-r--r--common/password.c3
-rw-r--r--common/resource.c4
-rw-r--r--common/s_record.c4
-rw-r--r--common/startup.c4
-rw-r--r--common/tlsf_malloc.c3
-rw-r--r--common/uimage.c4
26 files changed, 0 insertions, 92 deletions
diff --git a/common/block.c b/common/block.c
index 7ad5ecc2f4..120d65928e 100644
--- a/common/block.c
+++ b/common/block.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 <block.h>
diff --git a/common/bootargs.c b/common/bootargs.c
index 60e936da37..6624f72eb2 100644
--- a/common/bootargs.c
+++ b/common/bootargs.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 <boot.h>
diff --git a/common/clock.c b/common/clock.c
index f322db8152..8adbeaff3e 100644
--- a/common/clock.c
+++ b/common/clock.c
@@ -19,9 +19,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/common/command.c b/common/command.c
index 2bfc5117e8..873b3ff6f4 100644
--- a/common/command.c
+++ b/common/command.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/common/complete.c b/common/complete.c
index 6a871ef218..32d0d194b7 100644
--- a/common/complete.c
+++ b/common/complete.c
@@ -12,9 +12,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/common/console.c b/common/console.c
index 37b86973a9..25a451c583 100644
--- a/common/console.c
+++ b/common/console.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 <config.h>
diff --git a/common/date.c b/common/date.c
index 47d96afd3f..6b6b7ab495 100644
--- a/common/date.c
+++ b/common/date.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/common/digest.c b/common/digest.c
index c2c431c062..ae414ba5d5 100644
--- a/common/digest.c
+++ b/common/digest.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/common/env.c b/common/env.c
index a01a27e24f..1b2a7c25ad 100644
--- a/common/env.c
+++ b/common/env.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/common/environment.c b/common/environment.c
index ce46f4a0e6..69c4c0aa76 100644
--- a/common/environment.c
+++ b/common/environment.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/common/filetype.c b/common/filetype.c
index e736d43efe..c1b24cdd3a 100644
--- a/common/filetype.c
+++ b/common/filetype.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 <filetype.h>
diff --git a/common/hush.c b/common/hush.c
index 61aac13d1b..f9e6411704 100644
--- a/common/hush.c
+++ b/common/hush.c
@@ -105,9 +105,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 <malloc.h> /* malloc, free, realloc*/
#include <xfuncs.h>
diff --git a/common/image.c b/common/image.c
index e7d2242e78..3f6d49726c 100644
--- a/common/image.c
+++ b/common/image.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
*/
#ifdef __BAREBOX__
diff --git a/common/memory.c b/common/memory.c
index f04cfac187..7174f14bac 100644
--- a/common/memory.c
+++ b/common/memory.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/common/memsize.c b/common/memsize.c
index e3bc56ce8a..d149e41845 100644
--- a/common/memsize.c
+++ b/common/memsize.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/common/menu.c b/common/menu.c
index 97c6b184bd..ce93838f74 100644
--- a/common/menu.c
+++ b/common/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/common/misc.c b/common/misc.c
index 01e1b19e0d..e9fdacc655 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -14,9 +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/common/module.c b/common/module.c
index c0ff0f224f..4cb8ef39ff 100644
--- a/common/module.c
+++ b/common/module.c
@@ -12,9 +12,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/common/module.lds.S b/common/module.lds.S
index 52454f71b1..a03d04f401 100644
--- a/common/module.lds.S
+++ b/common/module.lds.S
@@ -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/common/partitions.c b/common/partitions.c
index 78b09fc786..cee0a6505d 100644
--- a/common/partitions.c
+++ b/common/partitions.c
@@ -11,10 +11,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/common/password.c b/common/password.c
index 311f9cb8a7..a03e1dbff7 100644
--- a/common/password.c
+++ b/common/password.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/common/resource.c b/common/resource.c
index ce5aa27dca..da631d3997 100644
--- a/common/resource.c
+++ b/common/resource.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 <malloc.h>
diff --git a/common/s_record.c b/common/s_record.c
index c52bf1bb65..36d557f0ae 100644
--- a/common/s_record.c
+++ b/common/s_record.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/common/startup.c b/common/startup.c
index abd1b774bd..b13fbe466b 100644
--- a/common/startup.c
+++ b/common/startup.c
@@ -19,10 +19,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/common/tlsf_malloc.c b/common/tlsf_malloc.c
index 8143d660f5..5c5bb61575 100644
--- a/common/tlsf_malloc.c
+++ b/common/tlsf_malloc.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 <config.h>
diff --git a/common/uimage.c b/common/uimage.c
index 442a7f0977..c72db417a5 100644
--- a/common/uimage.c
+++ b/common/uimage.c
@@ -16,10 +16,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 <image.h>