Skip to content

Commit

Permalink
Update the license.
Browse files Browse the repository at this point in the history
  • Loading branch information
poshboytl committed Jul 18, 2012
1 parent 0acbf27 commit ce8eea8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2012 Terry Tai, Dingding Ye (terry@pragmatic.ly, dingding@pragmatic.ly)
Copyright (c) 2012 Terry Tai, Pragmatic.ly (terry@pragmatic.ly, https://pragmatic.ly/)

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
7 changes: 7 additions & 0 deletions src/timeago.coffee
@@ -1,3 +1,10 @@
# Smart Time Ago v0.0.1

# Copyright 2012, Terry Tai, Pragmatic.ly
# https://pragmatic.ly/
# Licensed under the MIT license.
# https://github.com/pragmaticly/smart-time-ago/blob/master/LICENSE

class TimeAgo
constructor: (element, options) ->
@startInterval = 30000
Expand Down
7 changes: 7 additions & 0 deletions test/specs/timeago_spec.js
@@ -1,3 +1,10 @@
// Smart Time Ago v0.0.1

// Copyright 2012, Terry Tai, Pragmatic.ly
// https://pragmatic.ly/
// Licensed under the MIT license.
// https://github.com/pragmaticly/smart-time-ago/blob/master/LICENSE

describe("TimeAgo", function(){
beforeEach(function(){
TimeAgo = $.fn.timeago.Constructor
Expand Down

0 comments on commit ce8eea8

Please sign in to comment.