summaryrefslogtreecommitdiff
path: root/clang-plugin/assertion-extracter.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2014-05-07 09:28:35 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2014-05-07 09:28:35 +0100
commitc2b191a7ebb57a770b35baab3dc19b3c26de75b7 (patch)
tree1bff2b28dbc88075af9966d260ff72fd4aa8ec31 /clang-plugin/assertion-extracter.h
parent0b54df28f06566f01fb73bede6b20d2338b9c737 (diff)
build: Rename from gnome-clang to Tartan
Make the name a little less GNOME-centric, since the plugin actually only (currently) deals with GLib, so has much wider application than just on GNOME code. Also, ‘Tartan’ sounds cooler.
Diffstat (limited to 'clang-plugin/assertion-extracter.h')
-rw-r--r--clang-plugin/assertion-extracter.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/clang-plugin/assertion-extracter.h b/clang-plugin/assertion-extracter.h
index 191d9d1..7edd9a0 100644
--- a/clang-plugin/assertion-extracter.h
+++ b/clang-plugin/assertion-extracter.h
@@ -1,27 +1,27 @@
/* -*- Mode: C++; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/*
- * gnome-clang
+ * Tartan
* Copyright © 2013 Collabora Ltd.
*
- * gnome-clang is free software: you can redistribute it and/or modify
+ * Tartan is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * gnome-clang is distributed in the hope that it will be useful,
+ * Tartan is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with gnome-clang. If not, see <http://www.gnu.org/licenses/>.
+ * along with Tartan. If not, see <http://www.gnu.org/licenses/>.
*
* Authors:
* Philip Withnall <philip.withnall@collabora.co.uk>
*/
-#ifndef GNOME_CLANG_ASSERTION_EXTRACTER_H
-#define GNOME_CLANG_ASSERTION_EXTRACTER_H
+#ifndef TARTAN_ASSERTION_EXTRACTER_H
+#define TARTAN_ASSERTION_EXTRACTER_H
#include <unordered_set>
@@ -38,4 +38,4 @@ namespace AssertionExtracter {
std::unordered_set<const ValueDecl*>& param_decls);
}
-#endif /* !GNOME_CLANG_ASSERTION_EXTRACTER_H */
+#endif /* !TARTAN_ASSERTION_EXTRACTER_H */