File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ The MIT License (MIT)
22
33Copyright (c) 2014 Alfred Xing
44
5- Copyright (c) 2014 GitHub, Inc.
6- Copyright (c) 2014 Tom Preston-Werner
7-
85Permission is hereby granted, free of charge, to any person obtaining a copy
96of this software and associated documentation files (the "Software"), to deal
107in the Software without restriction, including without limitation the rights
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def read_archives
6262 # attr - One of the values for the requested attribute.
6363 # posts - The Array of Posts with the given attr value.
6464 #
65- # Taken from jekyll/jekyll
65+ # Taken from jekyll/jekyll (Copyright (c) 2014 Tom Preston-Werner under the MIT).
6666 def post_attr_hash ( post_attr )
6767 # Build a hash map based on the specified post attribute ( post attr =>
6868 # array of posts ) then sort each array in reverse order.
Original file line number Diff line number Diff line change 1- # Taken from jekyll/jekyll-mentions
1+ # Taken from jekyll/jekyll-mentions (Copyright (c) 2014 GitHub, Inc. Licensened under the MIT).
22
33require 'rubygems'
44require 'minitest/autorun'
You can’t perform that action at this time.
0 commit comments