#include "include/buffer.h"
 #include "crush/CrushWrapper.h"
 #include "osd/osd_types.h"
-#include "common/debug.h"
 
 #define DEFAULT_RULE_ROOT "default"
 #define DEFAULT_RULE_FAILURE_DOMAIN "host"
 
-#define dout_context g_ceph_context
-#define dout_subsys ceph_subsys_osd 
-#undef dout_prefix
-#define dout_prefix _prefix(_dout)
-
-using namespace std;
-
-static ostream& _prefix(std::ostream* _dout)
-{
-  return *_dout << "ErasureCode: ";
-}
-
 const unsigned ErasureCode::SIMD_ALIGN = 32;
 
 int ErasureCode::init(
 
 /*
  * Ceph - scalable distributed file system
  *
- * Copyright (C) 2018 Myna Vajha <mynaramana@gmail.com>
+ * Copyright (C) 2018 Indian Institute of Science <office.ece@iisc.ac.in>
  *
  * Author: Myna Vajha <mynaramana@gmail.com>
  *
 
 /*
  * Ceph - scalable distributed file system
  *
- * Copyright (C) 2018 Myna Vajha <mynaramana@gmail.com>
+ * Copyright (C) 2018 Indian Institute of Science <office.ece@iisc.ac.in>
  *
  * Author: Myna Vajha <mynaramana@gmail.com>
  *
 
 /*
  * Ceph - scalable distributed file system
  *
- * Copyright (C) 2018 Myna Vajha <mynaramana@gmail.com>
+ * Copyright (C) 2018 Indian Institute of Science <office.ece@iisc.ac.in>
  *
  * Author: Myna Vajha <mynaramana@gmail.com>
  *
 
 /*
  * Ceph distributed storage system
  *
- * Copyright (C) 2018 Myna Vajha <mynaramana@gmail.com>
+ * Copyright (C) 2018 Indian Institute of Science <office.ece@iisc.ac.in>
  *
  * Author: Myna Vajha <mynaramana@gmail.com>
  *
 
 /*
  * Ceph distributed storage system
  *
- * Copyright (C) 2013,2014 Cloudwatt <libre.licensing@cloudwatt.com>
- * Copyright (C) 2014 Red Hat <contact@redhat.com>
+ * Copyright (C) 2018 Indian Institute of Science <office.ece@iisc.ac.in>
  *
- * Author: Loic Dachary <loic@dachary.org>
+ * Author: Myna Vajha <mynaramana@gmail.com>
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public
 
 /*
  * Ceph distributed storage system
  *
- * Copyright (C) 2013,2014 Cloudwatt <libre.licensing@cloudwatt.com>
- * Copyright (C) 2014 Red Hat <contact@redhat.com>
+ * Copyright (C) 2018 Indian Institute of Science <office.ece@iisc.ac.in>
  *
- * Author: Loic Dachary <loic@dachary.org>
+ * Author: Myna Vajha <mynaramana@gmail.com>
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Lesser General Public