Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1218722
| From | Ravi Teja Darbha <ravi2j@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/3] staging: emxx_udc: Remove FSF mailing address |
| Date | 2015-09-04 10:10 +0200 |
| Message-ID | <q4Uel-4EU-5@gated-at.bofh.it> (permalink) |
| References | <q4U4G-4eq-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
FSF mailing address is no longer required to be specified. Hence removed. Signed-off-by: Ravi Teja Darbha <ravi2j@gmail.com> --- drivers/staging/emxx_udc/emxx_udc.c | 4 ---- drivers/staging/emxx_udc/emxx_udc.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/drivers/staging/emxx_udc/emxx_udc.c b/drivers/staging/emxx_udc/emxx_udc.c index b6b76ff..a5b9e1e 100644 --- a/drivers/staging/emxx_udc/emxx_udc.c +++ b/drivers/staging/emxx_udc/emxx_udc.c @@ -12,10 +12,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, - * Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA. */ #include <linux/kernel.h> diff --git a/drivers/staging/emxx_udc/emxx_udc.h b/drivers/staging/emxx_udc/emxx_udc.h index 0db6b41..5a53186 100644 --- a/drivers/staging/emxx_udc/emxx_udc.h +++ b/drivers/staging/emxx_udc/emxx_udc.h @@ -11,10 +11,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, - * Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA. */ -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] staging: emxx_udc: Fix several coding style issues Ravi Teja Darbha <ravi2j@gmail.com> - 2015-09-04 10:00 +0200 [PATCH 1/3] staging: emxx_udc: Remove FSF mailing address Ravi Teja Darbha <ravi2j@gmail.com> - 2015-09-04 10:10 +0200 [PATCH 3/3] staging: emxx_udc: Fix NULL comparison style Ravi Teja Darbha <ravi2j@gmail.com> - 2015-09-04 10:20 +0200 [PATCH 2/3] staging: emxx_udc: Avoid using multiple blank lines Ravi Teja Darbha <ravi2j@gmail.com> - 2015-09-04 10:20 +0200
csiph-web