]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Copyright: add copyright blocks to new files, and update files with existing ones...
authorRobin H. Johnson <robin.johnson@dreamhost.com>
Fri, 4 Dec 2015 00:46:37 +0000 (16:46 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 15 Jan 2016 23:05:47 +0000 (15:05 -0800)
Signed-off-by: Robin H. Johnson <robin.johnson@dreamhost.com>
src/rgw/rgw_common.h
src/rgw/rgw_rest_s3website.h
src/rgw/rgw_website.cc
src/rgw/rgw_website.h
src/rgw/rgw_xml_enc.cc

index 58b4fc476c641bf693dad0451b653856ee0796ff..aeb6866e2df42998974d1c321ca315db6f6c8edf 100644 (file)
@@ -4,6 +4,7 @@
  * Ceph - scalable distributed file system
  *
  * Copyright (C) 2004-2009 Sage Weil <sage@newdream.net>
+ * Copyright (C) 2015 Yehuda Sadeh <yehuda@redhat.com>
  *
  * This is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
index 24292ca81917059a9c842db6d976e49f8a73132e..18f00ee99e55d1874e482ebda10d8ac9cb914e1b 100644 (file)
@@ -1,3 +1,16 @@
+// -*- 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) 2015 Robin H. Johnson <robin.johnson@dreamhost.com>
+ *
+ * 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_REST_S3WEBSITE_H
 #define CEPH_RGW_REST_S3WEBSITE_H
  
index 14c2af926fd79a759d5230e9dea8801a796c8cf7..eee8977a86f94d546fde42e8a4b16308e2e77954 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) 2015 Yehuda Sadeh <yehuda@redhat.com>
+ * Copyright (C) 2015 Robin H. Johnson <robin.johnson@dreamhost.com>
+ *
+ * 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 "common/debug.h"
 #include "common/ceph_json.h"
 
index 348412d001e061060ed3989e0d77b3e093a719f1..6c1a92bb47603848a4eef1e2898f6bbf66d3bfeb 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) 2015 Yehuda Sadeh <yehuda@redhat.com>
+ * Copyright (C) 2015 Robin H. Johnson <robin.johnson@dreamhost.com>
+ *
+ * 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 RGW_WEBSITE_H
 #define RGW_WEBSITE_H
 
index 7577826fcffb1b71e9943c336a33a692cd82e9eb..ff64efca7223b82a5f219d8348d62147ee498428 100644 (file)
@@ -1,6 +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) 2015 Yehuda Sadeh <yehuda@redhat.com>
+ * Copyright (C) 2015 Robin H. Johnson <robin.johnson@dreamhost.com>
+ *
+ * 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 "rgw_common.h"
 #include "rgw_xml.h"