From cbd2013e63b849ea6c701347ebea471c0cdc546a Mon Sep 17 00:00:00 2001 From: Chris Howey Date: Thu, 7 Feb 2013 20:10:13 -0600 Subject: [PATCH] Authors --- AUTHORS | 18 ++++++++++++++++++ LICENSE | 1 + 2 files changed, 19 insertions(+) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..5f4d649 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,18 @@ +# Names should be added to this file as +# Name or Organization +# The email address is not required for organizations. + +# You can update this list using the following command: +# +# $ git shortlog -se | awk '{print $2 " " $3 " " $4}' + +# Please keep the list sorted. + +Case Nelson +Chris Howey +Dave Cheney +Francisco Souza +Kelvin Fo +Pursuit92 +Rob Figueiredo +Travis Cline diff --git a/LICENSE b/LICENSE index 7448756..f21e540 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,5 @@ Copyright (c) 2012 The Go Authors. All rights reserved. +Copyright (c) 2012 fsnotify Authors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are -- 2.50.1