summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@ubuntu.com>2011-12-14 09:21:30 -0800
committerChase Douglas <chase.douglas@ubuntu.com>2011-12-14 09:21:30 -0800
commit42d3e9d818d4827ae001c50dd190fd477ffce593 (patch)
tree733f553ef6adc595239634316a22f0f02b9a232c
parent6f0204791b3057ad49719675f30810c1b2755aff (diff)
Remove license header from example
It clutters up the example and is unnecessary for such a small file.
-rw-r--r--examples/xorg-gtest.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/xorg-gtest.cpp b/examples/xorg-gtest.cpp
index ec116fe..529fdda 100644
--- a/examples/xorg-gtest.cpp
+++ b/examples/xorg-gtest.cpp
@@ -1,24 +1,3 @@
-/*****************************************************************************
- *
- * X testing environment - Google Test environment feat. dummy x server
- *
- * Copyright (C) 2011 Canonical Ltd.
- *
- * This program 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.
- *
- * This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
- *
- ****************************************************************************/
-
#include <xorg/gtest/test.h>
using namespace xorg::testing;