Skip to content

Commit

Permalink
Update copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Jan 31, 2012
1 parent 28281f9 commit abd5136
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
engineyard-visualvm is provided under the terms of the MIT license.

engineyard-visualvm (c) 2011 Engine Yard, Inc.
engineyard-visualvm (c) 2011-2012 Engine Yard, Inc.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#--
# Copyright (c) 2011 Engine Yard, Inc.
# Copyright (c) 2011-2012 Engine Yard, Inc.
# See the file LICENSE.txt included with the distribution for
# software license details.
#++
Expand Down
2 changes: 1 addition & 1 deletion bin/ey-visualvm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
#
# Copyright (c) 2011 Engine Yard, Inc.
# Copyright (c) 2011-2012 Engine Yard, Inc.
# See the file LICENSE.txt included with the distribution for
# software license details.

Expand Down
6 changes: 6 additions & 0 deletions cookbooks/gems/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#--
# Copyright (c) 2011-2012 Engine Yard, Inc.
# See the file LICENSE.txt included with the distribution for
# software license details.
#++

GEMS = %w(jruby-openssl)

GEMS.each do |gem|
Expand Down
6 changes: 6 additions & 0 deletions cookbooks/jruby/attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
#--
# Copyright (c) 2011-2012 Engine Yard, Inc.
# See the file LICENSE.txt included with the distribution for
# software license details.
#++

default[:jruby][:version] = "1.6.5"
default[:jruby][:checksum] = "e15a273b"
6 changes: 6 additions & 0 deletions cookbooks/jruby/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#--
# Copyright (c) 2011-2012 Engine Yard, Inc.
# See the file LICENSE.txt included with the distribution for
# software license details.
#++

include_recipe "java"

version = node[:jruby][:version]
Expand Down
6 changes: 6 additions & 0 deletions cookbooks/server/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#--
# Copyright (c) 2011-2012 Engine Yard, Inc.
# See the file LICENSE.txt included with the distribution for
# software license details.
#++

template "#{ENV['HOME']}/server.sh" do
source "server.sh.erb"
mode "0755"
Expand Down
6 changes: 6 additions & 0 deletions cookbooks/vagrant_main/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#--
# Copyright (c) 2011-2012 Engine Yard, Inc.
# See the file LICENSE.txt included with the distribution for
# software license details.
#++

require_recipe 'apt'
require_recipe 'jruby'
require_recipe 'gems'
Expand Down
2 changes: 1 addition & 1 deletion lib/engineyard-visualvm.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#--
# Copyright (c) 2011 Engine Yard, Inc.
# Copyright (c) 2011-2012 Engine Yard, Inc.
# See the file LICENSE.txt included with the distribution for
# software license details.
#++
Expand Down
2 changes: 1 addition & 1 deletion lib/engineyard-visualvm/cli.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#--
# Copyright (c) 2011, 2012 Engine Yard, Inc.
# Copyright (c) 2011-2012 Engine Yard, Inc.
# See the file LICENSE.txt included with the distribution for
# software license details.
#++
Expand Down
2 changes: 1 addition & 1 deletion lib/engineyard-visualvm/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#--
# Copyright (c) 2011 Engine Yard, Inc.
# Copyright (c) 2011-2012 Engine Yard, Inc.
# See the file LICENSE.txt included with the distribution for
# software license details.
#++
Expand Down
2 changes: 1 addition & 1 deletion spec/engineyard-visualvm_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#--
# Copyright (c) 2011 Engine Yard, Inc.
# Copyright (c) 2011-2012 Engine Yard, Inc.
# See the file LICENSE.txt included with the distribution for
# software license details.
#++
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#--
# Copyright (c) 2011 Engine Yard, Inc.
# Copyright (c) 2011-2012 Engine Yard, Inc.
# See the file LICENSE.txt included with the distribution for
# software license details.
#++
Expand Down

0 comments on commit abd5136

Please sign in to comment.