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

Remove extraneous/superflous copyright duplicates

This commit is contained in:
James Cox 2019-01-22 13:00:36 -05:00
parent 7eaf2ca2cf
commit 102d254628
22 changed files with 0 additions and 128 deletions

View file

@ -333,20 +333,11 @@ AwesomePrint.defaults = {
``` ```
## Versioning ## Versioning
AwesomePrint follows the [Semantic Versioning](http://semver.org/) standard. AwesomePrint follows the [Semantic Versioning](http://semver.org/) standard.
### Contributing ### ### Contributing ###
See [CONTRIBUTING.md](CONTRIBUTING.md) for information. See [CONTRIBUTING.md](CONTRIBUTING.md) for information.
### License ###
Copyright (c) 2010-2016 Michael Dvorkin and contributors
http://www.dvorkin.net
%w(mike dvorkin.net) * "@" || "twitter.com/mid"
Released under the MIT license. See LICENSE file for details.
[gem_version_badge]: https://img.shields.io/gem/v/awesome_print.svg?style=flat [gem_version_badge]: https://img.shields.io/gem/v/awesome_print.svg?style=flat
[gem_downloads_badge]: http://img.shields.io/gem/dt/awesome_print.svg?style=flat [gem_downloads_badge]: http://img.shields.io/gem/dt/awesome_print.svg?style=flat

View file

@ -1,9 +1,3 @@
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
$:.push File.expand_path('../lib', __FILE__) $:.push File.expand_path('../lib', __FILE__)
require 'awesome_print/version' require 'awesome_print/version'

View file

@ -1,9 +1,3 @@
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
#
# Keeping this for backwards compatibility to allow # Keeping this for backwards compatibility to allow
# require "ap" # require "ap"
# #

View file

@ -1,9 +1,3 @@
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
#
# 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.
# #
@ -34,11 +28,4 @@ unless defined?(AwesomePrint::Inspector)
# require 'awesome_print/ext/action_view' # require 'awesome_print/ext/action_view'
# end # end
# end # end
# require 'awesome_print/ext/mongo_mapper' if defined?(MongoMapper)
# require 'awesome_print/ext/mongoid' if defined?(Mongoid)
# require 'awesome_print/ext/nokogiri' if defined?(Nokogiri)
# require 'awesome_print/ext/nobrainer' if defined?(NoBrainer)
# require 'awesome_print/ext/ripple' if defined?(Ripple)
# require 'awesome_print/ext/sequel' if defined?(Sequel)
# require 'awesome_print/ext/ostruct' if defined?(OpenStruct)
end end

View file

@ -1,9 +1,3 @@
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
#
# 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-2016 Michael Dvorkin and contributors
#
# 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-2016 Michael Dvorkin and contributors
#
# 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-2016 Michael Dvorkin and contributors
#
# 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,9 +1,3 @@
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
#
# 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.
# #
unless nil.method(:class).respond_to?(:name) unless nil.method(:class).respond_to?(:name)

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
#
# 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-2016 Michael Dvorkin and contributors
#
# 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-2016 Michael Dvorkin and contributors
#
# 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
# Use HTML colors and add default "debug_dump" class to the resulting HTML. # Use HTML colors and add default "debug_dump" class to the resulting HTML.

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
#
# 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-2016 Michael Dvorkin and contributors
#
# 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-2016 Michael Dvorkin and contributors
#
# 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-2016 Michael Dvorkin and contributors
#
# 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-2016 Michael Dvorkin and contributors
#
# 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-2016 Michael Dvorkin and contributors
#
# 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-2016 Michael Dvorkin and contributors
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
require_relative 'indentator' require_relative 'indentator'
module AwesomePrint module AwesomePrint

View file

@ -1,8 +1,3 @@
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
#
# 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.debug def self.debug

View file

@ -1,9 +1,3 @@
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
#
# Awesome Print is freely distributable under the terms of MIT license.
# See LICENSE file or http://www.opensource.org/licenses/mit-license.php
#------------------------------------------------------------------------------
#
# Load awesome_print when installed as Rails 2.3.x plugin. # Load awesome_print when installed as Rails 2.3.x plugin.
# #
require File.join(File.dirname(__FILE__), '..', 'init') unless defined?(AwesomePrint) require File.join(File.dirname(__FILE__), '..', 'init') unless defined?(AwesomePrint)

View file

@ -1,9 +1,3 @@
# Copyright (c) 2010-2016 Michael Dvorkin and contributors
#
# 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.
# $ rspec spec/objects_spec.rb # Individual spec file. # $ rspec spec/objects_spec.rb # Individual spec file.