diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-08-09 12:30:19 +0530 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-08-10 10:57:19 -0700 |
commit | b58dc65f2ac305056a25a2177cee9a03cd1bdca2 (patch) | |
tree | 6cfd60b34ffe01ce0487b12b00160af1f4ed5af7 /extras | |
parent | 2153b8400bc05f1a9e10c7b650dd96a4617121f1 (diff) |
Change Copyright current year
Change-Id: I2d10f2be44f518f496427f257988f1858e888084
BUG: 3348
Reviewed-on: http://review.gluster.com/200
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@gluster.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/Solaris/README.solaris | 2 | ||||
-rw-r--r-- | extras/benchmarking/glfs-bm.c | 2 | ||||
-rw-r--r-- | extras/benchmarking/rdd.c | 2 | ||||
-rw-r--r-- | extras/glusterfs-mode.el | 2 | ||||
-rw-r--r-- | extras/glusterfs.vim | 2 | ||||
-rw-r--r-- | extras/gnfs-loganalyse.py | 2 | ||||
-rwxr-xr-x | extras/profiler/glusterfs-profiler | 2 | ||||
-rwxr-xr-x | extras/specgen.scm | 2 | ||||
-rwxr-xr-x | extras/test/gluster_commands.sh | 2 | ||||
-rw-r--r-- | extras/test/ld-preload-test/ld-preload-lib.c | 2 | ||||
-rw-r--r-- | extras/test/ld-preload-test/ld-preload-test.c | 2 | ||||
-rwxr-xr-x | extras/test/run.sh | 2 | ||||
-rwxr-xr-x | extras/test/stop_glusterd.sh | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/extras/Solaris/README.solaris b/extras/Solaris/README.solaris index ddb70c22c0e..5a4e4336d24 100644 --- a/extras/Solaris/README.solaris +++ b/extras/Solaris/README.solaris @@ -10,7 +10,7 @@ $ which glusterfs $ glusterfs --version glusterfs 2.0.0rc1 built on Jan 16 2009 03:36:59 Repository revision: glusterfs--mainline--3.0--patch-844 -Copyright (c) 2006, 2007, 2008 Gluster Inc. <http://www.gluster.com> +Copyright (c) 2006-2011 Gluster Inc. <http://www.gluster.com> GlusterFS comes with ABSOLUTELY NO WARRANTY. You may redistribute copies of GlusterFS under the terms of the GNU General Public License. diff --git a/extras/benchmarking/glfs-bm.c b/extras/benchmarking/glfs-bm.c index 7a4eabcae2b..035d055dfcd 100644 --- a/extras/benchmarking/glfs-bm.c +++ b/extras/benchmarking/glfs-bm.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2008-2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2008-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/extras/benchmarking/rdd.c b/extras/benchmarking/rdd.c index dc7aafa76db..527f14cddd7 100644 --- a/extras/benchmarking/rdd.c +++ b/extras/benchmarking/rdd.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2008 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2008-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify diff --git a/extras/glusterfs-mode.el b/extras/glusterfs-mode.el index 2f4b40c4e01..d4f6dc568b6 100644 --- a/extras/glusterfs-mode.el +++ b/extras/glusterfs-mode.el @@ -1,4 +1,4 @@ -;;; Copyright (C) 2007-2009 Gluster Inc. <http://www.gluster.com>
+;;; Copyright (C) 2007-2011 Gluster Inc. <http://www.gluster.com>
;;;
;;; This program is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
diff --git a/extras/glusterfs.vim b/extras/glusterfs.vim index eb5b2c98b80..62102c1ee1b 100644 --- a/extras/glusterfs.vim +++ b/extras/glusterfs.vim @@ -1,5 +1,5 @@ " glusterfs.vim: GNU Vim Syntax file for GlusterFS .vol specification -" Copyright (C) 2007-2010 Gluster, Inc. <http://www.gluster.com> +" Copyright (c) 2017-2011 Gluster, Inc. <http://www.gluster.com> " This file is part of GlusterFS. " " GlusterFS is free software; you can redistribute it and/or modify diff --git a/extras/gnfs-loganalyse.py b/extras/gnfs-loganalyse.py index 8ef45a4a5cc..6b24e5a7192 100644 --- a/extras/gnfs-loganalyse.py +++ b/extras/gnfs-loganalyse.py @@ -1,6 +1,6 @@ #!/bin/python """ - Copyright (c) 2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify diff --git a/extras/profiler/glusterfs-profiler b/extras/profiler/glusterfs-profiler index f70db52286a..042eadcf2df 100755 --- a/extras/profiler/glusterfs-profiler +++ b/extras/profiler/glusterfs-profiler @@ -420,7 +420,7 @@ class Texttable: return line_wrapped -# Copyright (c) 2010 Gluster, Inc. <http://www.gluster.com> +# Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com> # This file is part of GlusterFS. # GlusterFS is free software; you can redistribute it and/or modify diff --git a/extras/specgen.scm b/extras/specgen.scm index 57640705f07..0edbb6f6280 100755 --- a/extras/specgen.scm +++ b/extras/specgen.scm @@ -1,7 +1,7 @@ #!/usr/bin/guile -s !# -;;; Copyright (C) 2007-2010 Gluster Inc. <http://www.gluster.com> +;;; Copyright (c) 2007-2011 Gluster Inc. <http://www.gluster.com> ;;; ;;; This program is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by diff --git a/extras/test/gluster_commands.sh b/extras/test/gluster_commands.sh index 27acb1b4f44..e1e396020af 100755 --- a/extras/test/gluster_commands.sh +++ b/extras/test/gluster_commands.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2006-2010 Gluster, Inc. <http://www.gluster.com> +# Copyright (c) 2006-2011 Gluster, Inc. <http://www.gluster.com> # This file is part of GlusterFS. # GlusterFS is free software; you can redistribute it and/or modify diff --git a/extras/test/ld-preload-test/ld-preload-lib.c b/extras/test/ld-preload-test/ld-preload-lib.c index 900d967a05b..e17305a4a1d 100644 --- a/extras/test/ld-preload-test/ld-preload-lib.c +++ b/extras/test/ld-preload-test/ld-preload-lib.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2007-2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2007-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify diff --git a/extras/test/ld-preload-test/ld-preload-test.c b/extras/test/ld-preload-test/ld-preload-test.c index b67dad23c15..55dd98805b4 100644 --- a/extras/test/ld-preload-test/ld-preload-test.c +++ b/extras/test/ld-preload-test/ld-preload-test.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2007-2010 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2007-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify diff --git a/extras/test/run.sh b/extras/test/run.sh index e014a1033f1..2440af237a5 100755 --- a/extras/test/run.sh +++ b/extras/test/run.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2006-2010 Gluster, Inc. <http://www.gluster.com> +# Copyright (c) 2006-2011 Gluster, Inc. <http://www.gluster.com> # This file is part of GlusterFS. # GlusterFS is free software; you can redistribute it and/or modify diff --git a/extras/test/stop_glusterd.sh b/extras/test/stop_glusterd.sh index 7dfc8686ce8..a84689beb48 100755 --- a/extras/test/stop_glusterd.sh +++ b/extras/test/stop_glusterd.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2006-2010 Gluster, Inc. <http://www.gluster.com> +# Copyright (c) 2006-2011 Gluster, Inc. <http://www.gluster.com> # This file is part of GlusterFS. # GlusterFS is free software; you can redistribute it and/or modify |