From 3e2057542da6a0f182243b527bc7f1fd43d1fd3c Mon Sep 17 00:00:00 2001 From: Varun Shastry Date: Tue, 11 Sep 2012 16:34:54 +0530 Subject: All: License message change License message changed for server-side, dual license GPLV2 and LGPLv3+. Change-Id: Ia9e53061b9d2df3b3ef3bc9778dceff77db46a09 BUG: 852318 Signed-off-by: Varun Shastry Reviewed-on: http://review.gluster.org/3940 Tested-by: Gluster Build System Reviewed-by: Kaleb KEITHLEY Reviewed-by: Anand Avati --- cli/src/cli-cmd-misc.c | 13 ++++++------- cli/src/cli-cmd-parser.c | 13 ++++++------- cli/src/cli-cmd-peer.c | 13 ++++++------- cli/src/cli-cmd-system.c | 13 ++++++------- cli/src/cli-cmd-volume.c | 13 ++++++------- cli/src/cli-cmd.c | 13 ++++++------- cli/src/cli-cmd.h | 13 ++++++------- cli/src/cli-mem-types.h | 13 ++++++------- cli/src/cli-rl.c | 13 ++++++------- cli/src/cli-rpc-ops.c | 13 ++++++------- cli/src/cli-xml-output.c | 13 ++++++------- cli/src/cli.c | 13 ++++++------- cli/src/cli.h | 13 ++++++------- cli/src/input.c | 13 ++++++------- cli/src/registry.c | 13 ++++++------- 15 files changed, 90 insertions(+), 105 deletions(-) (limited to 'cli') diff --git a/cli/src/cli-cmd-misc.c b/cli/src/cli-cmd-misc.c index fa3b3c15..f3ef1214 100644 --- a/cli/src/cli-cmd-misc.c +++ b/cli/src/cli-cmd-misc.c @@ -1,13 +1,12 @@ /* - Copyright (c) 2008-2012 Red Hat, Inc. - This file is part of GlusterFS. + Copyright (c) 2010-2012 Red Hat, Inc. + This file is part of GlusterFS. - This file is licensed to you under your choice of the GNU Lesser - General Public License, version 3 or any later version (LGPLv3 or - later), or the GNU General Public License, version 2 (GPLv2), in all - cases as published by the Free Software Foundation. + This file is licensed to you under your choice of the GNU Lesser + General Public License, version 3 or any later version (LGPLv3 or + later), or the GNU General Public License, version 2 (GPLv2), in all + cases as published by the Free Software Foundation. */ - #include #include #include diff --git a/cli/src/cli-cmd-parser.c b/cli/src/cli-cmd-parser.c index 369ad371..3b424ca2 100644 --- a/cli/src/cli-cmd-parser.c +++ b/cli/src/cli-cmd-parser.c @@ -1,13 +1,12 @@ /* - Copyright (c) 2008-2012 Red Hat, Inc. - This file is part of GlusterFS. + Copyright (c) 2010-2012 Red Hat, Inc. + This file is part of GlusterFS. - This file is licensed to you under your choice of the GNU Lesser - General Public License, version 3 or any later version (LGPLv3 or - later), or the GNU General Public License, version 2 (GPLv2), in all - cases as published by the Free Software Foundation. + This file is licensed to you under your choice of the GNU Lesser + General Public License, version 3 or any later version (LGPLv3 or + later), or the GNU General Public License, version 2 (GPLv2), in all + cases as published by the Free Software Foundation. */ - #include #include #include diff --git a/cli/src/cli-cmd-peer.c b/cli/src/cli-cmd-peer.c index ac028738..08651e72 100644 --- a/cli/src/cli-cmd-peer.c +++ b/cli/src/cli-cmd-peer.c @@ -1,13 +1,12 @@ /* - Copyright (c) 2008-2012 Red Hat, Inc. - This file is part of GlusterFS. + Copyright (c) 2010-2012 Red Hat, Inc. + This file is part of GlusterFS. - This file is licensed to you under your choice of the GNU Lesser - General Public License, version 3 or any later version (LGPLv3 or - later), or the GNU General Public License, version 2 (GPLv2), in all - cases as published by the Free Software Foundation. + This file is licensed to you under your choice of the GNU Lesser + General Public License, version 3 or any later version (LGPLv3 or + later), or the GNU General Public License, version 2 (GPLv2), in all + cases as published by the Free Software Foundation. */ - #include #include #include diff --git a/cli/src/cli-cmd-system.c b/cli/src/cli-cmd-system.c index fac622a4..255eb605 100644 --- a/cli/src/cli-cmd-system.c +++ b/cli/src/cli-cmd-system.c @@ -1,13 +1,12 @@ /* - Copyright (c) 2008-2012 Red Hat, Inc. - This file is part of GlusterFS. + Copyright (c) 2010-2012 Red Hat, Inc. + This file is part of GlusterFS. - This file is licensed to you under your choice of the GNU Lesser - General Public License, version 3 or any later version (LGPLv3 or - later), or the GNU General Public License, version 2 (GPLv2), in all - cases as published by the Free Software Foundation. + This file is licensed to you under your choice of the GNU Lesser + General Public License, version 3 or any later version (LGPLv3 or + later), or the GNU General Public License, version 2 (GPLv2), in all + cases as published by the Free Software Foundation. */ - #include #include #include diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index d87a8597..3a67de13 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -1,13 +1,12 @@ /* - Copyright (c) 2008-2012 Red Hat, Inc. - This file is part of GlusterFS. + Copyright (c) 2010-2012 Red Hat, Inc. + This file is part of GlusterFS. - This file is licensed to you under your choice of the GNU Lesser - General Public License, version 3 or any later version (LGPLv3 or - later), or the GNU General Public License, version 2 (GPLv2), in all - cases as published by the Free Software Foundation. + This file is licensed to you under your choice of the GNU Lesser + General Public License, version 3 or any later version (LGPLv3 or + later), or the GNU General Public License, version 2 (GPLv2), in all + cases as published by the Free Software Foundation. */ - #include #include #include diff --git a/cli/src/cli-cmd.c b/cli/src/cli-cmd.c index 5588d34e..64aba5d9 100644 --- a/cli/src/cli-cmd.c +++ b/cli/src/cli-cmd.c @@ -1,13 +1,12 @@ /* - Copyright (c) 2008-2012 Red Hat, Inc. - This file is part of GlusterFS. + Copyright (c) 2010-2012 Red Hat, Inc. + This file is part of GlusterFS. - This file is licensed to you under your choice of the GNU Lesser - General Public License, version 3 or any later version (LGPLv3 or - later), or the GNU General Public License, version 2 (GPLv2), in all - cases as published by the Free Software Foundation. + This file is licensed to you under your choice of the GNU Lesser + General Public License, version 3 or any later version (LGPLv3 or + later), or the GNU General Public License, version 2 (GPLv2), in all + cases as published by the Free Software Foundation. */ - #include #include #include diff --git a/cli/src/cli-cmd.h b/cli/src/cli-cmd.h index 4f674f5f..0ec31677 100644 --- a/cli/src/cli-cmd.h +++ b/cli/src/cli-cmd.h @@ -1,13 +1,12 @@ /* - Copyright (c) 2008-2012 Red Hat, Inc. - This file is part of GlusterFS. + Copyright (c) 2006-2012 Red Hat, Inc. + This file is part of GlusterFS. - This file is licensed to you under your choice of the GNU Lesser - General Public License, version 3 or any later version (LGPLv3 or - later), or the GNU General Public License, version 2 (GPLv2), in all - cases as published by the Free Software Foundation. + This file is licensed to you under your choice of the GNU Lesser + General Public License, version 3 or any later version (LGPLv3 or + later), or the GNU General Public License, version 2 (GPLv2), in all + cases as published by the Free Software Foundation. */ - #ifndef __CLI_CMD_H__ #define __CLI_CMD_H__ diff --git a/cli/src/cli-mem-types.h b/cli/src/cli-mem-types.h index 43f870a4..09fcb639 100644 --- a/cli/src/cli-mem-types.h +++ b/cli/src/cli-mem-types.h @@ -1,13 +1,12 @@ /* - Copyright (c) 2008-2012 Red Hat, Inc. - This file is part of GlusterFS. + Copyright (c) 2010-2012 Red Hat, Inc. + This file is part of GlusterFS. - This file is licensed to you under your choice of the GNU Lesser - General Public License, version 3 or any later version (LGPLv3 or - later), or the GNU General Public License, version 2 (GPLv2), in all - cases as published by the Free Software Foundation. + This file is licensed to you under your choice of the GNU Lesser + General Public License, version 3 or any later version (LGPLv3 or + later), or the GNU General Public License, version 2 (GPLv2), in all + cases as published by the Free Software Foundation. */ - #ifndef __CLI_MEM_TYPES_H__ #define __CLI_MEM_TYPES_H__ diff --git a/cli/src/cli-rl.c b/cli/src/cli-rl.c index 3c278059..6f75b6f4 100644 --- a/cli/src/cli-rl.c +++ b/cli/src/cli-rl.c @@ -1,13 +1,12 @@ /* - Copyright (c) 2008-2012 Red Hat, Inc. - This file is part of GlusterFS. + Copyright (c) 2010-2012 Red Hat, Inc. + This file is part of GlusterFS. - This file is licensed to you under your choice of the GNU Lesser - General Public License, version 3 or any later version (LGPLv3 or - later), or the GNU General Public License, version 2 (GPLv2), in all - cases as published by the Free Software Foundation. + This file is licensed to you under your choice of the GNU Lesser + General Public License, version 3 or any later version (LGPLv3 or + later), or the GNU General Public License, version 2 (GPLv2), in all + cases as published by the Free Software Foundation. */ - #include #include #include diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index 9d8aa26e..868a587f 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -1,14 +1,13 @@ /* - Copyright (c) 2008-2012 Red Hat, Inc. - This file is part of GlusterFS. + Copyright (c) 2010-2012 Red Hat, Inc. + This file is part of GlusterFS. - This file is licensed to you under your choice of the GNU Lesser - General Public License, version 3 or any later version (LGPLv3 or - later), or the GNU General Public License, version 2 (GPLv2), in all - cases as published by the Free Software Foundation. + This file is licensed to you under your choice of the GNU Lesser + General Public License, version 3 or any later version (LGPLv3 or + later), or the GNU General Public License, version 2 (GPLv2), in all + cases as published by the Free Software Foundation. */ - #ifndef _CONFIG_H #define _CONFIG_H #include "config.h" diff --git a/cli/src/cli-xml-output.c b/cli/src/cli-xml-output.c index 7ca57164..bbb0bf6b 100644 --- a/cli/src/cli-xml-output.c +++ b/cli/src/cli-xml-output.c @@ -1,13 +1,12 @@ /* - Copyright (c) 2008-2012 Red Hat, Inc. - This file is part of GlusterFS. + Copyright (c) 2010-2012 Red Hat, Inc. + This file is part of GlusterFS. - This file is licensed to you under your choice of the GNU Lesser - General Public License, version 3 or any later version (LGPLv3 or - later), or the GNU General Public License, version 2 (GPLv2), in all - cases as published by the Free Software Foundation. + This file is licensed to you under your choice of the GNU Lesser + General Public License, version 3 or any later version (LGPLv3 or + later), or the GNU General Public License, version 2 (GPLv2), in all + cases as published by the Free Software Foundation. */ - #include #include "cli.h" #include "cli1-xdr.h" diff --git a/cli/src/cli.c b/cli/src/cli.c index f786e8bd..75f2ed34 100644 --- a/cli/src/cli.c +++ b/cli/src/cli.c @@ -1,13 +1,12 @@ /* - Copyright (c) 2008-2012 Red Hat, Inc. - This file is part of GlusterFS. + Copyright (c) 2010-2012 Red Hat, Inc. + This file is part of GlusterFS. - This file is licensed to you under your choice of the GNU Lesser - General Public License, version 3 or any later version (LGPLv3 or - later), or the GNU General Public License, version 2 (GPLv2), in all - cases as published by the Free Software Foundation. + This file is licensed to you under your choice of the GNU Lesser + General Public License, version 3 or any later version (LGPLv3 or + later), or the GNU General Public License, version 2 (GPLv2), in all + cases as published by the Free Software Foundation. */ - #include #include #include diff --git a/cli/src/cli.h b/cli/src/cli.h index 0705b28a..4cb23541 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -1,13 +1,12 @@ /* - Copyright (c) 2008-2012 Red Hat, Inc. - This file is part of GlusterFS. + Copyright (c) 2006-2012 Red Hat, Inc. + This file is part of GlusterFS. - This file is licensed to you under your choice of the GNU Lesser - General Public License, version 3 or any later version (LGPLv3 or - later), or the GNU General Public License, version 2 (GPLv2), in all - cases as published by the Free Software Foundation. + This file is licensed to you under your choice of the GNU Lesser + General Public License, version 3 or any later version (LGPLv3 or + later), or the GNU General Public License, version 2 (GPLv2), in all + cases as published by the Free Software Foundation. */ - #ifndef __CLI_H__ #define __CLI_H__ diff --git a/cli/src/input.c b/cli/src/input.c index c80a70b4..a8ea46c6 100644 --- a/cli/src/input.c +++ b/cli/src/input.c @@ -1,13 +1,12 @@ /* - Copyright (c) 2008-2012 Red Hat, Inc. - This file is part of GlusterFS. + Copyright (c) 2010-2012 Red Hat, Inc. + This file is part of GlusterFS. - This file is licensed to you under your choice of the GNU Lesser - General Public License, version 3 or any later version (LGPLv3 or - later), or the GNU General Public License, version 2 (GPLv2), in all - cases as published by the Free Software Foundation. + This file is licensed to you under your choice of the GNU Lesser + General Public License, version 3 or any later version (LGPLv3 or + later), or the GNU General Public License, version 2 (GPLv2), in all + cases as published by the Free Software Foundation. */ - #include #include #include diff --git a/cli/src/registry.c b/cli/src/registry.c index 26834256..c4abe3be 100644 --- a/cli/src/registry.c +++ b/cli/src/registry.c @@ -1,14 +1,13 @@ /* - Copyright (c) 2008-2012 Red Hat, Inc. - This file is part of GlusterFS. + Copyright (c) 2010-2012 Red Hat, Inc. + This file is part of GlusterFS. - This file is licensed to you under your choice of the GNU Lesser - General Public License, version 3 or any later version (LGPLv3 or - later), or the GNU General Public License, version 2 (GPLv2), in all - cases as published by the Free Software Foundation. + This file is licensed to you under your choice of the GNU Lesser + General Public License, version 3 or any later version (LGPLv3 or + later), or the GNU General Public License, version 2 (GPLv2), in all + cases as published by the Free Software Foundation. */ - #ifndef _CONFIG_H #define _CONFIG_H #include "config.h" -- cgit