Skip to content

Commit 8de3835

Browse files
committed
Update license and attribution
1 parent c4e31ff commit 8de3835

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

LICENSE

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ The MIT License (MIT)
22

33
Copyright (c) 2014 Alfred Xing
44

5-
Copyright (c) 2014 GitHub, Inc.
6-
Copyright (c) 2014 Tom Preston-Werner
7-
85
Permission is hereby granted, free of charge, to any person obtaining a copy
96
of this software and associated documentation files (the "Software"), to deal
107
in the Software without restriction, including without limitation the rights

lib/jekyll-archives.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

test/helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Taken from jekyll/jekyll-mentions
1+
# Taken from jekyll/jekyll-mentions (Copyright (c) 2014 GitHub, Inc. Licensened under the MIT).
22

33
require 'rubygems'
44
require 'minitest/autorun'

0 commit comments

Comments
 (0)