1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Remove copyright from each file

This commit is contained in:
Mauro George 2015-02-19 19:50:27 -02:00
parent c75c058ed6
commit cf91f4e864
23 changed files with 0 additions and 115 deletions

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
require "rake" require "rake"
Gem::Specification.new do |s| Gem::Specification.new do |s|

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
# #
# AwesomePrint might be loaded implicitly through ~/.irbrc or ~/.pryrc # AwesomePrint might be loaded implicitly through ~/.irbrc or ~/.pryrc
# so do nothing for subsequent requires. # so do nothing for subsequent requires.

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
# #
# The following makes it possible to invoke awesome_print while performing # The following makes it possible to invoke awesome_print while performing
# operations on method arrays, ex: # operations on method arrays, ex:

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
class Class #:nodoc: class Class #:nodoc:
# #
# Intercept methods below to inject @__awesome_print__ instance variable # Intercept methods below to inject @__awesome_print__ instance variable

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
module Kernel module Kernel
def ai(options = {}) def ai(options = {})

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
module AwesomePrint module AwesomePrint
module Logger module Logger

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
# #
# Method#name was intorduced in Ruby 1.8.7 so we define it here as necessary. # Method#name was intorduced in Ruby 1.8.7 so we define it here as necessary.
# #

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
class Object #:nodoc: class Object #:nodoc:
# #
# Intercept methods below to inject @__awesome_print__ instance variable # Intercept methods below to inject @__awesome_print__ instance variable

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
class String class String
# #
# ANSI color codes: # ANSI color codes:

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
module AwesomePrint module AwesomePrint
module ActionView module ActionView

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
module AwesomePrint module AwesomePrint
module ActiveRecord module ActiveRecord

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
module AwesomePrint module AwesomePrint
module ActiveSupport module ActiveSupport

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
module AwesomePrint module AwesomePrint
module MongoMapper module MongoMapper

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
module AwesomePrint module AwesomePrint
module Mongoid module Mongoid

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
module AwesomePrint module AwesomePrint
module NoBrainer module NoBrainer

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
module AwesomePrint module AwesomePrint
module Nokogiri module Nokogiri

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
module AwesomePrint module AwesomePrint
module OpenStruct module OpenStruct
def self.included(base) def self.included(base)

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
module AwesomePrint module AwesomePrint
module Ripple module Ripple

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
module AwesomePrint module AwesomePrint
module Sequel module Sequel

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
autoload :CGI, "cgi" autoload :CGI, "cgi"
require "shellwords" require "shellwords"

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
module AwesomePrint module AwesomePrint
class << self # Class accessors for custom defaults. class << self # Class accessors for custom defaults.

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
module AwesomePrint module AwesomePrint
def self.version def self.version
'1.6.2' '1.6.2'

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2013 Michael Dvorkin
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
# #
# Running specs from the command line: # Running specs from the command line:
# $ rake spec # Entire spec suite. # $ rake spec # Entire spec suite.