]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw_quoa.{h,cc}: add copyright notice
authorYehuda Sadeh <yehuda@inktank.com>
Fri, 11 Oct 2013 23:43:00 +0000 (16:43 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Fri, 11 Oct 2013 23:43:00 +0000 (16:43 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_quota.cc
src/rgw/rgw_quota.h

index d6bad572e35b2e96011f22def296f4f3d32a8b3e..e6970c5e0a6656c0a7f8ff3e6310c85923a32885 100644 (file)
@@ -1,3 +1,17 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+/*
+ * Ceph - scalable distributed file system
+ *
+ * Copyright (C) 2013 Inktank, Inc
+ *
+ * This is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software
+ * Foundation.  See file COPYING.
+ *
+ */
+
 
 #include "include/utime.h"
 #include "common/lru_map.h"
index 55e2738a0cacf9ed1984253663d5a0da492d2b47..2f8f28e85a2e1932bbcff89b702ce853b2a486bb 100644 (file)
@@ -1,3 +1,17 @@
+// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
+// vim: ts=8 sw=2 smarttab
+/*
+ * Ceph - scalable distributed file system
+ *
+ * Copyright (C) 2013 Inktank, Inc
+ *
+ * This is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software
+ * Foundation.  See file COPYING.
+ *
+ */
+
 #ifndef CEPH_RGW_QUOTA_H
 #define CEPH_RGW_QUOTA_H