summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@inktank.com>2013-10-11 16:43:00 -0700
committerYehuda Sadeh <yehuda@inktank.com>2013-10-11 16:43:00 -0700
commitc1acf9a555df7648b2c42d66a9cc7057d36a30f0 (patch)
tree5dd4eae8d26efc79f0cf2dd9559322e6367d394b
parent1803f3b0e16bf0907791cf11c1bd090eca783a4d (diff)
downloadceph-c1acf9a555df7648b2c42d66a9cc7057d36a30f0.tar.gz
rgw_quoa.{h,cc}: add copyright notice
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
-rw-r--r--src/rgw/rgw_quota.cc14
-rw-r--r--src/rgw/rgw_quota.h14
2 files changed, 28 insertions, 0 deletions
diff --git a/src/rgw/rgw_quota.cc b/src/rgw/rgw_quota.cc
index d6bad572e35..e6970c5e0a6 100644
--- a/src/rgw/rgw_quota.cc
+++ b/src/rgw/rgw_quota.cc
@@ -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"
diff --git a/src/rgw/rgw_quota.h b/src/rgw/rgw_quota.h
index 55e2738a0ca..2f8f28e85a2 100644
--- a/src/rgw/rgw_quota.h
+++ b/src/rgw/rgw_quota.h
@@ -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