branch: elpa/sass-mode commit 3da9040680880743fddb55a965ecd150d1039df6 Author: Natalie Weizenbaum <nex...@gmail.com> Commit: Natalie Weizenbaum <nex...@gmail.com>
Update my name. --- .mailmap | 2 ++ MIT-LICENSE | 2 +- sass-mode.el | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..697a667 --- /dev/null +++ b/.mailmap @@ -0,0 +1,2 @@ +Natalie Weizenbaum <nex...@gmail.com> Nathan Weizenbaum <nex...@gmail.com> +Natalie Weizenbaum <nex...@gmail.com> Nathan Weizenbaum <nw...@google.com> \ No newline at end of file diff --git a/MIT-LICENSE b/MIT-LICENSE index 68b7aef..04f779c 100644 --- a/MIT-LICENSE +++ b/MIT-LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2006-2009 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein +Copyright (c) 2006-2009 Hampton Catlin, Natalie Weizenbaum, and Chris Eppstein Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/sass-mode.el b/sass-mode.el index 64ac795..157d309 100644 --- a/sass-mode.el +++ b/sass-mode.el @@ -1,12 +1,12 @@ ;;; sass-mode.el --- Major mode for editing Sass files -;; Copyright (c) 2007, 2008 Nathan Weizenbaum +;; Copyright (c) 2007, 2008 Natalie Weizenbaum -;; Author: Nathan Weizenbaum +;; Author: Natalie Weizenbaum ;; URL: http://github.com/nex3/haml/tree/master ;; Version: 3.0.16 ;; Created: 2007-03-15 -;; By: Nathan Weizenbaum +;; By: Natalie Weizenbaum ;; Keywords: markup, language, css ;; Package-Requires: ((haml-mode "3.0.15") (cl-lib "0.5"))