X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Ffile-boilerplate.c;h=bc365f805f9ecaf04a3cd111179daf0a45f32447;hb=3ccb027c907f9ee2890028e83b60296204bbf478;hp=5114031bc5f6e1083632672c090fdedda38be7e1;hpb=f6343e58449df9fe1def1ac42e80ad2b7323ebdb;p=platform%2Fupstream%2Fdbus.git diff --git a/doc/file-boilerplate.c b/doc/file-boilerplate.c index 5114031..bc365f8 100644 --- a/doc/file-boilerplate.c +++ b/doc/file-boilerplate.c @@ -1,2 +1,27 @@ -/* -*- mode: C; c-file-style: "gnu" -*- */ -/* FIXME AFL here */ +/* -*- 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 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 + * the Free Software Foundation; either version 2 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + +#ifndef DBUS_FOO_H +#define DBUS_FOO_H + +#endif /* DBUS_FOO_H */