From c35d1382cc346d87b042e9b7dba8a39e5fe370e3 Mon Sep 17 00:00:00 2001 From: Kannan Manickam Date: Sun, 27 Jan 2013 02:39:50 -0800 Subject: [PATCH] updated copyright year --- LICENCE | 2 +- README.md | 2 +- lib/jenkins_api_client/build_queue.rb | 2 +- lib/jenkins_api_client/cli/base.rb | 2 +- lib/jenkins_api_client/cli/helper.rb | 2 +- lib/jenkins_api_client/cli/job.rb | 2 +- lib/jenkins_api_client/cli/node.rb | 2 +- lib/jenkins_api_client/cli/system.rb | 2 +- lib/jenkins_api_client/client.rb | 2 +- lib/jenkins_api_client/exceptions.rb | 2 +- lib/jenkins_api_client/job.rb | 2 +- lib/jenkins_api_client/node.rb | 2 +- lib/jenkins_api_client/system.rb | 2 +- lib/jenkins_api_client/version.rb | 2 +- lib/jenkins_api_client/view.rb | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/LICENCE b/LICENCE index fcf80f3a..9d92125b 100644 --- a/LICENCE +++ b/LICENCE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2012 Kannan Manickam +Copyright (c) 2012-2013 Kannan Manickam Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index ddb5d651..3008761e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Jenkins API Client [![Dependency Status](https://gemnasium.com/arangamani/jenkins_api_client.png)](https://gemnasium.com/arangamani/jenkins_api_client) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/arangamani/jenkins_api_client) -Copyright © 2012, Kannan Manickam [![endorse](http://api.coderwall.com/arangamani/endorsecount.png)](http://coderwall.com/arangamani) +Copyright © 2012-2013, Kannan Manickam [![endorse](http://api.coderwall.com/arangamani/endorsecount.png)](http://coderwall.com/arangamani) Client libraries for communicating with a Jenkins CI server and programatically managing jobs. diff --git a/lib/jenkins_api_client/build_queue.rb b/lib/jenkins_api_client/build_queue.rb index 79b5eabb..10007d1e 100644 --- a/lib/jenkins_api_client/build_queue.rb +++ b/lib/jenkins_api_client/build_queue.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2013 Kannan Manickam +# Copyright (c) 2012-2013 Kannan Manickam # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_api_client/cli/base.rb b/lib/jenkins_api_client/cli/base.rb index baed6457..259a5997 100644 --- a/lib/jenkins_api_client/cli/base.rb +++ b/lib/jenkins_api_client/cli/base.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 Kannan Manickam +# Copyright (c) 2012-2013 Kannan Manickam # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_api_client/cli/helper.rb b/lib/jenkins_api_client/cli/helper.rb index ee2e7eac..df43b773 100644 --- a/lib/jenkins_api_client/cli/helper.rb +++ b/lib/jenkins_api_client/cli/helper.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 Kannan Manickam +# Copyright (c) 2012-2013 Kannan Manickam # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_api_client/cli/job.rb b/lib/jenkins_api_client/cli/job.rb index 388baae1..510fc6ef 100644 --- a/lib/jenkins_api_client/cli/job.rb +++ b/lib/jenkins_api_client/cli/job.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 Kannan Manickam +# Copyright (c) 2012-2013 Kannan Manickam # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_api_client/cli/node.rb b/lib/jenkins_api_client/cli/node.rb index c3d2f5d8..eea8983c 100644 --- a/lib/jenkins_api_client/cli/node.rb +++ b/lib/jenkins_api_client/cli/node.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 Kannan Manickam +# Copyright (c) 2012-2013 Kannan Manickam # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_api_client/cli/system.rb b/lib/jenkins_api_client/cli/system.rb index 71285e81..a5cc1e8e 100644 --- a/lib/jenkins_api_client/cli/system.rb +++ b/lib/jenkins_api_client/cli/system.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 Kannan Manickam +# Copyright (c) 2012-2013 Kannan Manickam # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_api_client/client.rb b/lib/jenkins_api_client/client.rb index 7a3cc29b..e8ff3981 100644 --- a/lib/jenkins_api_client/client.rb +++ b/lib/jenkins_api_client/client.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 Kannan Manickam +# Copyright (c) 2012-2013 Kannan Manickam # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_api_client/exceptions.rb b/lib/jenkins_api_client/exceptions.rb index d552fb00..c9c94c6c 100644 --- a/lib/jenkins_api_client/exceptions.rb +++ b/lib/jenkins_api_client/exceptions.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 Kannan Manickam +# Copyright (c) 2012-2013 Kannan Manickam # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_api_client/job.rb b/lib/jenkins_api_client/job.rb index d1cc0875..d78126e0 100644 --- a/lib/jenkins_api_client/job.rb +++ b/lib/jenkins_api_client/job.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 Kannan Manickam +# Copyright (c) 2012-2013 Kannan Manickam # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_api_client/node.rb b/lib/jenkins_api_client/node.rb index 8458ec85..892c2e53 100644 --- a/lib/jenkins_api_client/node.rb +++ b/lib/jenkins_api_client/node.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 Kannan Manickam +# Copyright (c) 2012-2013 Kannan Manickam # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_api_client/system.rb b/lib/jenkins_api_client/system.rb index 387b146b..75f9b213 100644 --- a/lib/jenkins_api_client/system.rb +++ b/lib/jenkins_api_client/system.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 Kannan Manickam +# Copyright (c) 2012-2013 Kannan Manickam # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_api_client/version.rb b/lib/jenkins_api_client/version.rb index cffb9779..54de86d2 100644 --- a/lib/jenkins_api_client/version.rb +++ b/lib/jenkins_api_client/version.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 Kannan Manickam +# Copyright (c) 2012-2013 Kannan Manickam # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/lib/jenkins_api_client/view.rb b/lib/jenkins_api_client/view.rb index effc0404..03775300 100644 --- a/lib/jenkins_api_client/view.rb +++ b/lib/jenkins_api_client/view.rb @@ -1,5 +1,5 @@ # -# Copyright (c) 2012 Kannan Manickam +# Copyright (c) 2012-2013 Kannan Manickam # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal