Skip to content

Commit

Permalink
+copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
petejkim committed Mar 5, 2014
1 parent f98d1fd commit d52b504
Show file tree
Hide file tree
Showing 75 changed files with 218 additions and 219 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013, Irrational Industries Inc. (Nitrous.IO)
Copyright (c) 2013-2014, Irrational Industries Inc. d.b.a. Nitrous.IO
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ exec $SHELL -l
に配置してください。

- - -
Copyright (c) 2013 Irrational Industries Inc.
This software is licensed under the BSD 2-Clause license.
Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ See `parts help`.
`~/.parts/var/log/postgresql.log`).

- - -
Copyright (c) 2013 Irrational Industries Inc.
This software is licensed under the BSD 2-Clause license.
Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

require 'rubygems'
require 'bundler'

Expand Down
3 changes: 3 additions & 0 deletions bin/parts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env ruby

# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

require 'pathname'

EXECUTABLE_PATH = Pathname.new(__FILE__).realpath
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

require 'autoparts/version'
require 'autoparts/errors'
require 'autoparts/path'
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/cli_parser.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
class CLIParser
attr_reader :argv, :command, :options, :args
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/commands/archive.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

require 'unindent/unindent'

module Autoparts
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/commands/env.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Commands
class Env
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/commands/help.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

require 'unindent/unindent'

module Autoparts
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/commands/info.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Commands
class Info
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/commands/init.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

require 'unindent/unindent'
require 'json'

Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/commands/install.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Commands
class Install
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/commands/list.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Commands
class List
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/commands/purge.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Commands
class Purge
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/commands/restart.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Commands
class Restart
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/commands/search.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Commands
class Search
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/commands/start.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Commands
class Start
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/commands/status.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Commands
class Status
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/commands/stop.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Commands
class Stop
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/commands/uninstall.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Commands
class Uninstall
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/commands/update.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Commands
class Update
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/commands/upload.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

require 'unindent/unindent'

module Autoparts
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/dependency.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
class Dependency
include Enumerable
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/errors.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
class AutopartsError < StandardError
end
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/package.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

require 'unindent/unindent'
require 'net/http'
require 'etc'
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/package_deps.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module PackageDeps
module ClassMethods
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/packages/ack.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Packages
class Ack < Package
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/packages/ant.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Packages
class Ant < Package
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/packages/apache2.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Packages
class Apache2 < Package
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/packages/apr.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Packages
class Apr < Package
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/packages/apr_util.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Packages
class AprUtil < Package
Expand Down
23 changes: 0 additions & 23 deletions lib/autoparts/packages/beanstalkd.rb
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
# Copyright (c) 2013-2014, Irrational Industries Inc. (Nitrous.IO)
# All rights reserved.

# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:

# 1. Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.

# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

module Autoparts
module Packages
class Beanstalkd < Package
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/packages/cloudfoundry.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Packages
class Cloudfoundry < Package
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/packages/cmake.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Packages
class CMake < Package
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/packages/composer.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Packages
class Composer < Package
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/packages/elasticsearch.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Packages
class Elasticsearch < Package
Expand Down
24 changes: 2 additions & 22 deletions lib/autoparts/packages/erlang.rb
Original file line number Diff line number Diff line change
@@ -1,25 +1,5 @@
# Copyright (c) 2013, Irrational Industries Inc. (Nitrous.IO)
# # All rights reserved.
#
# # Redistribution and use in source and binary forms, with or without modification,
# # are permitted provided that the following conditions are met:
#
# # 1. Redistributions of source code must retain the above copyright notice, this
# # list of conditions and the following disclaimer.
# # 2. Redistributions in binary form must reproduce the above copyright notice,
# # this list of conditions and the following disclaimer in the documentation
# # and/or other materials provided with the distribution.
#
# # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
# # ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
# # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Packages
Expand Down
2 changes: 1 addition & 1 deletion lib/autoparts/packages/freepascal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Packages
class FreePascal < Package
name 'freepascal'
version '2.6.2'
description 'Free Pascal: An open source Pascal compiler for Pascal and Object Pascal'
description 'Free Pascal: An open source Pascal compiler for Pascal and Object Pascal'
source_url 'https://downloads.sourceforge.net/project/freepascal/Linux/2.6.2/fpc-2.6.2.x86_64-linux.tar'
source_sha1 'f31c09545b727396f6f2858d12dcebdd25c5c16f'
source_filetype 'tar'
Expand Down
3 changes: 3 additions & 0 deletions lib/autoparts/packages/geos.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2013-2014 Irrational Industries Inc. d.b.a. Nitrous.IO
# This software is licensed under the [BSD 2-Clause license](https://raw.github.com/nitrous-io/autoparts/master/LICENSE).

module Autoparts
module Packages
class Geos < Package
Expand Down
27 changes: 2 additions & 25 deletions lib/autoparts/packages/ghc.rb
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
# Copyright (c) 2013, Irrational Industries Inc. (Nitrous.IO)
# All rights reserved.

# Redistribution and use in source and binary forms, with or without modification,
# are permitted provided that the following conditions are met:

# 1. Redistributions of source code must retain the above copyright notice, this
# list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright notice,
# this list of conditions and the following disclaimer in the documentation
# and/or other materials provided with the distribution.

# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

module Autoparts
module Packages
class Ghc < Package
Expand All @@ -33,8 +10,8 @@ class Ghc < Package

def compile
Dir.chdir('ghc-7.6.3') do
# Very annoying having to do workarounds for libgmp. This will be fixed in GHC 7.8 apparently,
# but this is an artifact of GHC's build system being based on the outdated debian system,
# Very annoying having to do workarounds for libgmp. This will be fixed in GHC 7.8 apparently,
# but this is an artifact of GHC's build system being based on the outdated debian system,
# which had an older version of libgmp, and had that version number overspecified.
execute "mkdir -p #{lib_path}"
execute "ln -sf /usr/lib/x86_64-linux-gnu/libgmp.so.10.0.2 #{lib_path}/libgmp.so.3"
Expand Down
Loading

0 comments on commit d52b504

Please sign in to comment.