* [PATCH 1/2] Update FSF postal address to be URL's.
@ 2012-09-07 20:32 Jon Stanley
2012-09-07 20:32 ` [PATCH 2/2] Add copyright header Jon Stanley
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Jon Stanley @ 2012-09-07 20:32 UTC (permalink / raw)
To: linux-kernel; +Cc: Jon Stanley, Arnaldo Carvalho de Melo, Steven Rostedt
The FSF now prefers to use URL's in copyright headers rather than
their postal address. This change updates the address to be
<http://www.gnu.org/licenses> per http://www.gnu.org/licenses/gpl-howto.html
Signed-off-by: Jon Stanley <jonstanley@gmail.com>
Cc: Arnaldo Carvalho de Melo <acme@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
---
tools/lib/traceevent/event-parse.c | 3 +--
tools/lib/traceevent/event-parse.h | 3 +--
tools/lib/traceevent/event-utils.h | 3 +--
tools/lib/traceevent/parse-filter.c | 3 +--
tools/lib/traceevent/trace-seq.c | 3 +--
5 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/tools/lib/traceevent/event-parse.c b/tools/lib/traceevent/event-parse.c
index 5f34aa3..7b946f9 100644
--- a/tools/lib/traceevent/event-parse.c
+++ b/tools/lib/traceevent/event-parse.c
@@ -13,8 +13,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
diff --git a/tools/lib/traceevent/event-parse.h b/tools/lib/traceevent/event-parse.h
index 5772ad8..ea93a1a 100644
--- a/tools/lib/traceevent/event-parse.h
+++ b/tools/lib/traceevent/event-parse.h
@@ -13,8 +13,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
diff --git a/tools/lib/traceevent/event-utils.h b/tools/lib/traceevent/event-utils.h
index 0829638..ebd970c 100644
--- a/tools/lib/traceevent/event-utils.h
+++ b/tools/lib/traceevent/event-utils.h
@@ -13,8 +13,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
diff --git a/tools/lib/traceevent/parse-filter.c b/tools/lib/traceevent/parse-filter.c
index ad17855..5527c32 100644
--- a/tools/lib/traceevent/parse-filter.c
+++ b/tools/lib/traceevent/parse-filter.c
@@ -13,8 +13,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
diff --git a/tools/lib/traceevent/trace-seq.c b/tools/lib/traceevent/trace-seq.c
index b1ccc92..a57db80 100644
--- a/tools/lib/traceevent/trace-seq.c
+++ b/tools/lib/traceevent/trace-seq.c
@@ -13,8 +13,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
--
1.7.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/2] Add copyright header.
2012-09-07 20:32 [PATCH 1/2] Update FSF postal address to be URL's Jon Stanley
@ 2012-09-07 20:32 ` Jon Stanley
2012-09-08 18:00 ` [PATCH 2/2 v2] " Jon Stanley
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Jon Stanley @ 2012-09-07 20:32 UTC (permalink / raw)
To: linux-kernel; +Cc: Jon Stanley
Adding a missing copyright header to parse-utils.c
---
tools/lib/traceevent/parse-utils.c | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/tools/lib/traceevent/parse-utils.c b/tools/lib/traceevent/parse-utils.c
index f023a13..bba701c 100644
--- a/tools/lib/traceevent/parse-utils.c
+++ b/tools/lib/traceevent/parse-utils.c
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2010 Red Hat Inc, Steven Rostedt <srostedt@redhat.com>
+ *
+ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation;
+ * version 2.1 of the License (not later!)
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this program; if not, see <http://www.gnu.org/licenses>
+ *
+ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
--
1.7.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/2 v2] Add copyright header.
2012-09-07 20:32 [PATCH 1/2] Update FSF postal address to be URL's Jon Stanley
2012-09-07 20:32 ` [PATCH 2/2] Add copyright header Jon Stanley
@ 2012-09-08 18:00 ` Jon Stanley
2013-01-25 11:28 ` [tip:perf/core] tools lib traceevent: " tip-bot for Jon Stanley
2012-09-14 13:33 ` [PATCH 1/2] Update FSF postal address to be URL's Steven Rostedt
` (2 subsequent siblings)
4 siblings, 1 reply; 8+ messages in thread
From: Jon Stanley @ 2012-09-08 18:00 UTC (permalink / raw)
To: linux-kernel; +Cc: Jon Stanley, Arnaldo Carvalho de Melo, Steven Rostedt
Adding a missing copyright header to parse-utils.c. Assuminng that the
license is LGPL like the rest of the trace-cmd library code.
Signed-off-by: Jon Stanley <jonstanley@gmail.com>
Cc: Arnaldo Carvalho de Melo <acme@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
---
* Changes for v2 -
I seem to have forgotten to add the Signed-off-by abnd CC lines. Now included.
tools/lib/traceevent/parse-utils.c | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/tools/lib/traceevent/parse-utils.c b/tools/lib/traceevent/parse-utils.c
index f023a13..bba701c 100644
--- a/tools/lib/traceevent/parse-utils.c
+++ b/tools/lib/traceevent/parse-utils.c
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2010 Red Hat Inc, Steven Rostedt <srostedt@redhat.com>
+ *
+ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation;
+ * version 2.1 of the License (not later!)
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this program; if not, see <http://www.gnu.org/licenses>
+ *
+ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
--
1.7.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] Update FSF postal address to be URL's.
2012-09-07 20:32 [PATCH 1/2] Update FSF postal address to be URL's Jon Stanley
2012-09-07 20:32 ` [PATCH 2/2] Add copyright header Jon Stanley
2012-09-08 18:00 ` [PATCH 2/2 v2] " Jon Stanley
@ 2012-09-14 13:33 ` Steven Rostedt
2013-01-09 21:21 ` Steven Rostedt
2013-01-25 11:27 ` [tip:perf/core] tools lib traceevent: " tip-bot for Jon Stanley
4 siblings, 0 replies; 8+ messages in thread
From: Steven Rostedt @ 2012-09-14 13:33 UTC (permalink / raw)
To: Jon Stanley; +Cc: linux-kernel, Arnaldo Carvalho de Melo
On Fri, 2012-09-07 at 16:32 -0400, Jon Stanley wrote:
> The FSF now prefers to use URL's in copyright headers rather than
> their postal address. This change updates the address to be
> <http://www.gnu.org/licenses> per http://www.gnu.org/licenses/gpl-howto.html
>
> Signed-off-by: Jon Stanley <jonstanley@gmail.com>
> Cc: Arnaldo Carvalho de Melo <acme@infradead.org>
> Cc: Steven Rostedt <rostedt@goodmis.org>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Arnaldo, can you pull these patches into your queue.
Thanks,
-- Steve
> ---
> tools/lib/traceevent/event-parse.c | 3 +--
> tools/lib/traceevent/event-parse.h | 3 +--
> tools/lib/traceevent/event-utils.h | 3 +--
> tools/lib/traceevent/parse-filter.c | 3 +--
> tools/lib/traceevent/trace-seq.c | 3 +--
> 5 files changed, 5 insertions(+), 10 deletions(-)
>
> diff --git a/tools/lib/traceevent/event-parse.c b/tools/lib/traceevent/event-parse.c
> index 5f34aa3..7b946f9 100644
> --- a/tools/lib/traceevent/event-parse.c
> +++ b/tools/lib/traceevent/event-parse.c
> @@ -13,8 +13,7 @@
> * GNU Lesser General Public License for more details.
> *
> * You should have received a copy of the GNU Lesser 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.
> + * License along with this program; if not, see <http://www.gnu.org/licenses>
> *
> * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> *
> diff --git a/tools/lib/traceevent/event-parse.h b/tools/lib/traceevent/event-parse.h
> index 5772ad8..ea93a1a 100644
> --- a/tools/lib/traceevent/event-parse.h
> +++ b/tools/lib/traceevent/event-parse.h
> @@ -13,8 +13,7 @@
> * GNU Lesser General Public License for more details.
> *
> * You should have received a copy of the GNU Lesser 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.
> + * License along with this program; if not, see <http://www.gnu.org/licenses>
> *
> * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> */
> diff --git a/tools/lib/traceevent/event-utils.h b/tools/lib/traceevent/event-utils.h
> index 0829638..ebd970c 100644
> --- a/tools/lib/traceevent/event-utils.h
> +++ b/tools/lib/traceevent/event-utils.h
> @@ -13,8 +13,7 @@
> * GNU Lesser General Public License for more details.
> *
> * You should have received a copy of the GNU Lesser 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.
> + * License along with this program; if not, see <http://www.gnu.org/licenses>
> *
> * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> */
> diff --git a/tools/lib/traceevent/parse-filter.c b/tools/lib/traceevent/parse-filter.c
> index ad17855..5527c32 100644
> --- a/tools/lib/traceevent/parse-filter.c
> +++ b/tools/lib/traceevent/parse-filter.c
> @@ -13,8 +13,7 @@
> * GNU Lesser General Public License for more details.
> *
> * You should have received a copy of the GNU Lesser 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.
> + * License along with this program; if not, see <http://www.gnu.org/licenses>
> *
> * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> */
> diff --git a/tools/lib/traceevent/trace-seq.c b/tools/lib/traceevent/trace-seq.c
> index b1ccc92..a57db80 100644
> --- a/tools/lib/traceevent/trace-seq.c
> +++ b/tools/lib/traceevent/trace-seq.c
> @@ -13,8 +13,7 @@
> * GNU Lesser General Public License for more details.
> *
> * You should have received a copy of the GNU Lesser 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.
> + * License along with this program; if not, see <http://www.gnu.org/licenses>
> *
> * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> */
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] Update FSF postal address to be URL's.
2012-09-07 20:32 [PATCH 1/2] Update FSF postal address to be URL's Jon Stanley
` (2 preceding siblings ...)
2012-09-14 13:33 ` [PATCH 1/2] Update FSF postal address to be URL's Steven Rostedt
@ 2013-01-09 21:21 ` Steven Rostedt
2013-01-11 3:41 ` Arnaldo Carvalho de Melo
2013-01-25 11:27 ` [tip:perf/core] tools lib traceevent: " tip-bot for Jon Stanley
4 siblings, 1 reply; 8+ messages in thread
From: Steven Rostedt @ 2013-01-09 21:21 UTC (permalink / raw)
To: Jon Stanley; +Cc: linux-kernel, Arnaldo Carvalho de Melo
Arnaldo,
These seemed to have been missed. You can add them with my Acked-by.
-- Steve
On Fri, 2012-09-07 at 16:32 -0400, Jon Stanley wrote:
> The FSF now prefers to use URL's in copyright headers rather than
> their postal address. This change updates the address to be
> <http://www.gnu.org/licenses> per http://www.gnu.org/licenses/gpl-howto.html
>
> Signed-off-by: Jon Stanley <jonstanley@gmail.com>
> Cc: Arnaldo Carvalho de Melo <acme@infradead.org>
> Cc: Steven Rostedt <rostedt@goodmis.org>
> ---
> tools/lib/traceevent/event-parse.c | 3 +--
> tools/lib/traceevent/event-parse.h | 3 +--
> tools/lib/traceevent/event-utils.h | 3 +--
> tools/lib/traceevent/parse-filter.c | 3 +--
> tools/lib/traceevent/trace-seq.c | 3 +--
> 5 files changed, 5 insertions(+), 10 deletions(-)
>
> diff --git a/tools/lib/traceevent/event-parse.c b/tools/lib/traceevent/event-parse.c
> index 5f34aa3..7b946f9 100644
> --- a/tools/lib/traceevent/event-parse.c
> +++ b/tools/lib/traceevent/event-parse.c
> @@ -13,8 +13,7 @@
> * GNU Lesser General Public License for more details.
> *
> * You should have received a copy of the GNU Lesser 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.
> + * License along with this program; if not, see <http://www.gnu.org/licenses>
> *
> * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> *
> diff --git a/tools/lib/traceevent/event-parse.h b/tools/lib/traceevent/event-parse.h
> index 5772ad8..ea93a1a 100644
> --- a/tools/lib/traceevent/event-parse.h
> +++ b/tools/lib/traceevent/event-parse.h
> @@ -13,8 +13,7 @@
> * GNU Lesser General Public License for more details.
> *
> * You should have received a copy of the GNU Lesser 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.
> + * License along with this program; if not, see <http://www.gnu.org/licenses>
> *
> * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> */
> diff --git a/tools/lib/traceevent/event-utils.h b/tools/lib/traceevent/event-utils.h
> index 0829638..ebd970c 100644
> --- a/tools/lib/traceevent/event-utils.h
> +++ b/tools/lib/traceevent/event-utils.h
> @@ -13,8 +13,7 @@
> * GNU Lesser General Public License for more details.
> *
> * You should have received a copy of the GNU Lesser 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.
> + * License along with this program; if not, see <http://www.gnu.org/licenses>
> *
> * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> */
> diff --git a/tools/lib/traceevent/parse-filter.c b/tools/lib/traceevent/parse-filter.c
> index ad17855..5527c32 100644
> --- a/tools/lib/traceevent/parse-filter.c
> +++ b/tools/lib/traceevent/parse-filter.c
> @@ -13,8 +13,7 @@
> * GNU Lesser General Public License for more details.
> *
> * You should have received a copy of the GNU Lesser 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.
> + * License along with this program; if not, see <http://www.gnu.org/licenses>
> *
> * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> */
> diff --git a/tools/lib/traceevent/trace-seq.c b/tools/lib/traceevent/trace-seq.c
> index b1ccc92..a57db80 100644
> --- a/tools/lib/traceevent/trace-seq.c
> +++ b/tools/lib/traceevent/trace-seq.c
> @@ -13,8 +13,7 @@
> * GNU Lesser General Public License for more details.
> *
> * You should have received a copy of the GNU Lesser 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.
> + * License along with this program; if not, see <http://www.gnu.org/licenses>
> *
> * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> */
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] Update FSF postal address to be URL's.
2013-01-09 21:21 ` Steven Rostedt
@ 2013-01-11 3:41 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 8+ messages in thread
From: Arnaldo Carvalho de Melo @ 2013-01-11 3:41 UTC (permalink / raw)
To: Steven Rostedt; +Cc: Jon Stanley, linux-kernel
Em Wed, Jan 09, 2013 at 04:21:30PM -0500, Steven Rostedt escreveu:
> Arnaldo,
>
> These seemed to have been missed. You can add them with my Acked-by.
Yeap, fell tru the cracks, merged them now, thanks for the reminder.
- Arnaldo
^ permalink raw reply [flat|nested] 8+ messages in thread
* [tip:perf/core] tools lib traceevent: Update FSF postal address to be URL's.
2012-09-07 20:32 [PATCH 1/2] Update FSF postal address to be URL's Jon Stanley
` (3 preceding siblings ...)
2013-01-09 21:21 ` Steven Rostedt
@ 2013-01-25 11:27 ` tip-bot for Jon Stanley
4 siblings, 0 replies; 8+ messages in thread
From: tip-bot for Jon Stanley @ 2013-01-25 11:27 UTC (permalink / raw)
To: linux-tip-commits
Cc: acme, linux-kernel, hpa, mingo, rostedt, jonstanley, tglx
Commit-ID: 7b9f6b402c756975ac4e23a5f1bfa261c7c90017
Gitweb: http://git.kernel.org/tip/7b9f6b402c756975ac4e23a5f1bfa261c7c90017
Author: Jon Stanley <jonstanley@gmail.com>
AuthorDate: Fri, 7 Sep 2012 16:32:46 -0400
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Thu, 24 Jan 2013 16:40:17 -0300
tools lib traceevent: Update FSF postal address to be URL's.
The FSF now prefers to use URL's in copyright headers rather than
their postal address. This change updates the address to be
<http://www.gnu.org/licenses> per http://www.gnu.org/licenses/gpl-howto.html
Signed-off-by: Jon Stanley <jonstanley@gmail.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/1347049967-3143-1-git-send-email-jonstanley@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/lib/traceevent/event-parse.c | 3 +--
tools/lib/traceevent/event-parse.h | 3 +--
tools/lib/traceevent/event-utils.h | 3 +--
tools/lib/traceevent/parse-filter.c | 3 +--
tools/lib/traceevent/trace-seq.c | 3 +--
5 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/tools/lib/traceevent/event-parse.c b/tools/lib/traceevent/event-parse.c
index 7538a1f..dc42e55 100644
--- a/tools/lib/traceevent/event-parse.c
+++ b/tools/lib/traceevent/event-parse.c
@@ -13,8 +13,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
diff --git a/tools/lib/traceevent/event-parse.h b/tools/lib/traceevent/event-parse.h
index 24a4bba..7be7e89 100644
--- a/tools/lib/traceevent/event-parse.h
+++ b/tools/lib/traceevent/event-parse.h
@@ -13,8 +13,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
diff --git a/tools/lib/traceevent/event-utils.h b/tools/lib/traceevent/event-utils.h
index bc07500..e76c9ac 100644
--- a/tools/lib/traceevent/event-utils.h
+++ b/tools/lib/traceevent/event-utils.h
@@ -13,8 +13,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
diff --git a/tools/lib/traceevent/parse-filter.c b/tools/lib/traceevent/parse-filter.c
index 5ea4326..2500e75 100644
--- a/tools/lib/traceevent/parse-filter.c
+++ b/tools/lib/traceevent/parse-filter.c
@@ -13,8 +13,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
diff --git a/tools/lib/traceevent/trace-seq.c b/tools/lib/traceevent/trace-seq.c
index b1ccc92..a57db80 100644
--- a/tools/lib/traceevent/trace-seq.c
+++ b/tools/lib/traceevent/trace-seq.c
@@ -13,8 +13,7 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [tip:perf/core] tools lib traceevent: Add copyright header
2012-09-08 18:00 ` [PATCH 2/2 v2] " Jon Stanley
@ 2013-01-25 11:28 ` tip-bot for Jon Stanley
0 siblings, 0 replies; 8+ messages in thread
From: tip-bot for Jon Stanley @ 2013-01-25 11:28 UTC (permalink / raw)
To: linux-tip-commits
Cc: acme, linux-kernel, hpa, mingo, rostedt, jonstanley, tglx
Commit-ID: 2d2481ddf634695aa17ad91bd765572329941674
Gitweb: http://git.kernel.org/tip/2d2481ddf634695aa17ad91bd765572329941674
Author: Jon Stanley <jonstanley@gmail.com>
AuthorDate: Sat, 8 Sep 2012 14:00:51 -0400
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Thu, 24 Jan 2013 16:40:17 -0300
tools lib traceevent: Add copyright header
Adding a missing copyright header to parse-utils.c. Assuminng that the
license is LGPL like the rest of the trace-cmd library code.
Signed-off-by: Jon Stanley <jonstanley@gmail.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/1347127251-4695-1-git-send-email-jonstanley@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/lib/traceevent/parse-utils.c | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/tools/lib/traceevent/parse-utils.c b/tools/lib/traceevent/parse-utils.c
index f023a13..bba701c 100644
--- a/tools/lib/traceevent/parse-utils.c
+++ b/tools/lib/traceevent/parse-utils.c
@@ -1,3 +1,22 @@
+/*
+ * Copyright (C) 2010 Red Hat Inc, Steven Rostedt <srostedt@redhat.com>
+ *
+ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation;
+ * version 2.1 of the License (not later!)
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this program; if not, see <http://www.gnu.org/licenses>
+ *
+ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-01-25 11:28 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-07 20:32 [PATCH 1/2] Update FSF postal address to be URL's Jon Stanley
2012-09-07 20:32 ` [PATCH 2/2] Add copyright header Jon Stanley
2012-09-08 18:00 ` [PATCH 2/2 v2] " Jon Stanley
2013-01-25 11:28 ` [tip:perf/core] tools lib traceevent: " tip-bot for Jon Stanley
2012-09-14 13:33 ` [PATCH 1/2] Update FSF postal address to be URL's Steven Rostedt
2013-01-09 21:21 ` Steven Rostedt
2013-01-11 3:41 ` Arnaldo Carvalho de Melo
2013-01-25 11:27 ` [tip:perf/core] tools lib traceevent: " tip-bot for Jon Stanley
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.