X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Ffile-boilerplate.c;h=bc365f805f9ecaf04a3cd111179daf0a45f32447;hb=4bb8b5629382f346f55e67cf466784b68dbe00ae;hp=5a1b513a4b58f81ec05c05911c3d96cc7d142f98;hpb=89161753ded2265c0fc427ba40921a3315a2c6bf;p=platform%2Fupstream%2Fdbus.git diff --git a/doc/file-boilerplate.c b/doc/file-boilerplate.c index 5a1b513..bc365f8 100644 --- a/doc/file-boilerplate.c +++ b/doc/file-boilerplate.c @@ -1,9 +1,9 @@ -/* -*- mode: C; c-file-style: "gnu" -*- */ +/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ /* FILENAME BRIEF FILE DESCRIPTION * * Copyright (C) YEAR COPYRIGHT HOLDER * - * Licensed under the Academic Free License version 1.2 + * Licensed under the Academic Free License version 2.1 * * 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 @@ -17,7 +17,11 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */ +#ifndef DBUS_FOO_H +#define DBUS_FOO_H + +#endif /* DBUS_FOO_H */