diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-05-07 09:28:35 +0100 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2014-05-07 09:28:35 +0100 |
commit | c2b191a7ebb57a770b35baab3dc19b3c26de75b7 (patch) | |
tree | 1bff2b28dbc88075af9966d260ff72fd4aa8ec31 /clang-plugin/nullability-checker.h | |
parent | 0b54df28f06566f01fb73bede6b20d2338b9c737 (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/nullability-checker.h')
-rw-r--r-- | clang-plugin/nullability-checker.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/clang-plugin/nullability-checker.h b/clang-plugin/nullability-checker.h index 8a913cf..5102218 100644 --- a/clang-plugin/nullability-checker.h +++ b/clang-plugin/nullability-checker.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_NULLABILITY_CHECKER_H -#define GNOME_CLANG_NULLABILITY_CHECKER_H +#ifndef TARTAN_NULLABILITY_CHECKER_H +#define TARTAN_NULLABILITY_CHECKER_H #include <clang/AST/AST.h> #include <clang/AST/ASTConsumer.h> @@ -61,4 +61,4 @@ public: virtual void HandleTranslationUnit (ASTContext& context); }; -#endif /* !GNOME_CLANG_NULLABILITY_CHECKER_H */ +#endif /* !TARTAN_NULLABILITY_CHECKER_H */ |