diff options
author | James Shubin <[email protected]> | 2013-06-04 01:22:10 -0400 |
---|---|---|
committer | James Shubin <[email protected]> | 2013-06-04 01:22:10 -0400 |
commit | 1acec777aed8d337df1728aafde32fdd2a6b81fa (patch) | |
tree | 8c8ff3aec23a07664ac108095c06417bf9012acd | |
parent | d352c07722d518c2081234c8aecd5bd1fdcbb3ce (diff) | |
download | puppet-gluster-1acec777aed8d337df1728aafde32fdd2a6b81fa.tar.gz puppet-gluster-1acec777aed8d337df1728aafde32fdd2a6b81fa.tar.xz puppet-gluster-1acec777aed8d337df1728aafde32fdd2a6b81fa.zip |
I was bored, so I updated all the numbers!
-rw-r--r-- | files/xml.py | 5 | ||||
-rw-r--r-- | manifests/brick.pp | 2 | ||||
-rw-r--r-- | manifests/brick/ext4.pp | 2 | ||||
-rw-r--r-- | manifests/brick/xfs.pp | 2 | ||||
-rw-r--r-- | manifests/client.pp | 2 | ||||
-rw-r--r-- | manifests/client/base.pp | 2 | ||||
-rw-r--r-- | manifests/host.pp | 2 | ||||
-rw-r--r-- | manifests/init.pp | 2 | ||||
-rw-r--r-- | manifests/server.pp | 2 | ||||
-rw-r--r-- | manifests/vardir.pp | 2 | ||||
-rw-r--r-- | manifests/volume.pp | 2 | ||||
-rw-r--r-- | manifests/volume/property.pp | 2 | ||||
-rw-r--r-- | manifests/volume/property/base.pp | 2 | ||||
-rw-r--r-- | manifests/wrapper.pp | 2 |
14 files changed, 16 insertions, 15 deletions
diff --git a/files/xml.py b/files/xml.py index de13895..abd4212 100644 --- a/files/xml.py +++ b/files/xml.py @@ -1,7 +1,8 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# Copyright (C) 2012 James Shubin <[email protected]> -# Copyright (C) 2012 Jordi GutiƩrrez Hermoso <[email protected]> +# Copyright (C) 2012+ Jordi GutiƩrrez Hermoso <[email protected]> +# Copyright (C) 2012-2013+ James Shubin +# Written by James Shubin <[email protected]> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/manifests/brick.pp b/manifests/brick.pp index 175d590..3cc5998 100644 --- a/manifests/brick.pp +++ b/manifests/brick.pp @@ -1,5 +1,5 @@ # Simple? gluster module by James -# Copyright (C) 2010-2012 James Shubin +# Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # # This program is free software: you can redistribute it and/or modify diff --git a/manifests/brick/ext4.pp b/manifests/brick/ext4.pp index 8ff034d..30c36c4 100644 --- a/manifests/brick/ext4.pp +++ b/manifests/brick/ext4.pp @@ -1,5 +1,5 @@ # Simple? gluster module by James -# Copyright (C) 2010-2012 James Shubin +# Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # # This program is free software: you can redistribute it and/or modify diff --git a/manifests/brick/xfs.pp b/manifests/brick/xfs.pp index 1e48f81..20ee1db 100644 --- a/manifests/brick/xfs.pp +++ b/manifests/brick/xfs.pp @@ -1,5 +1,5 @@ # Simple? gluster module by James -# Copyright (C) 2010-2012 James Shubin +# Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # # This program is free software: you can redistribute it and/or modify diff --git a/manifests/client.pp b/manifests/client.pp index 84de808..ea1dc39 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -1,5 +1,5 @@ # Simple? gluster module by James -# Copyright (C) 2010-2012 James Shubin +# Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # # This program is free software: you can redistribute it and/or modify diff --git a/manifests/client/base.pp b/manifests/client/base.pp index 3fcaf32..0545c99 100644 --- a/manifests/client/base.pp +++ b/manifests/client/base.pp @@ -1,5 +1,5 @@ # Simple? gluster module by James -# Copyright (C) 2010-2012 James Shubin +# Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # # This program is free software: you can redistribute it and/or modify diff --git a/manifests/host.pp b/manifests/host.pp index de3017a..8a05292 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -1,5 +1,5 @@ # Simple? gluster module by James -# Copyright (C) 2010-2012 James Shubin +# Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # # This program is free software: you can redistribute it and/or modify diff --git a/manifests/init.pp b/manifests/init.pp index 3de3d3c..89d2f1c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,5 +1,5 @@ # Simple? gluster module by James -# Copyright (C) 2010-2012 James Shubin +# Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # # This program is free software: you can redistribute it and/or modify diff --git a/manifests/server.pp b/manifests/server.pp index 89ce7d1..359a249 100644 --- a/manifests/server.pp +++ b/manifests/server.pp @@ -1,5 +1,5 @@ # Simple? gluster module by James -# Copyright (C) 2010-2012 James Shubin +# Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # # This program is free software: you can redistribute it and/or modify diff --git a/manifests/vardir.pp b/manifests/vardir.pp index 4caa692..cff145e 100644 --- a/manifests/vardir.pp +++ b/manifests/vardir.pp @@ -1,5 +1,5 @@ # Simple? gluster module by James -# Copyright (C) 2010-2012 James Shubin +# Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # # This program is free software: you can redistribute it and/or modify diff --git a/manifests/volume.pp b/manifests/volume.pp index 89f8f61..e9df9ac 100644 --- a/manifests/volume.pp +++ b/manifests/volume.pp @@ -1,5 +1,5 @@ # Simple? gluster module by James -# Copyright (C) 2010-2012 James Shubin +# Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # # This program is free software: you can redistribute it and/or modify diff --git a/manifests/volume/property.pp b/manifests/volume/property.pp index 5ddcf7b..12fee73 100644 --- a/manifests/volume/property.pp +++ b/manifests/volume/property.pp @@ -1,5 +1,5 @@ # Simple? gluster module by James -# Copyright (C) 2010-2012 James Shubin +# Copyright (C) 2012-2013+ James Shubin # Written by James Shubin <[email protected]> # # This program is free software: you can redistribute it and/or modify diff --git a/manifests/volume/property/base.pp b/manifests/volume/property/base.pp index 4d5149d..b82b93b 100644 --- a/manifests/volume/property/base.pp +++ b/manifests/volume/property/base.pp @@ -1,5 +1,5 @@ # Simple? gluster module by James -# Copyright (C) 2010-2012 James Shubin +# Copyright (C) 2012-2013+ James Shubin # Written by James Shubin <[email protected]> # # This program is free software: you can redistribute it and/or modify diff --git a/manifests/wrapper.pp b/manifests/wrapper.pp index 2b21993..f2cd8e6 100644 --- a/manifests/wrapper.pp +++ b/manifests/wrapper.pp @@ -1,5 +1,5 @@ # Simple? gluster module by James -# Copyright (C) 2010-2012 James Shubin +# Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # # This program is free software: you can redistribute it and/or modify |