From 4d9f261e62f6c7d43f85e347ed4551f0658535d8 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 29 Jun 2013 18:01:49 -0400 Subject: [PATCH] More consistent file headers --- src/camera.h | 2 +- src/overlay.c | 2 +- src/overlay.h | 2 +- src/window.h | 2 +- tools/gallery.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/camera.h b/src/camera.h index b2c8721..f544ddc 100644 --- a/src/camera.h +++ b/src/camera.h @@ -1,6 +1,6 @@ /* $Id$ */ /* Copyright (c) 2012-2013 Pierre Pronchery */ -/* This file is part of DeforaOS desktop camera */ +/* This file is part of DeforaOS Desktop Camera */ /* 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, version 3 of the License. diff --git a/src/overlay.c b/src/overlay.c index f2b3aad..4020205 100644 --- a/src/overlay.c +++ b/src/overlay.c @@ -1,6 +1,6 @@ /* $Id$ */ /* Copyright (c) 2013 Pierre Pronchery */ -/* This file is part of DeforaOS desktop camera */ +/* This file is part of DeforaOS Desktop Camera */ /* 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, version 3 of the License. diff --git a/src/overlay.h b/src/overlay.h index 7567474..62fc0e0 100644 --- a/src/overlay.h +++ b/src/overlay.h @@ -1,6 +1,6 @@ /* $Id$ */ /* Copyright (c) 2013 Pierre Pronchery */ -/* This file is part of DeforaOS desktop camera */ +/* This file is part of DeforaOS Desktop Camera */ /* 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, version 3 of the License. diff --git a/src/window.h b/src/window.h index a0a030a..a001b9d 100644 --- a/src/window.h +++ b/src/window.h @@ -1,6 +1,6 @@ /* $Id$ */ /* Copyright (c) 2013 Pierre Pronchery */ -/* This file is part of DeforaOS desktop camera */ +/* This file is part of DeforaOS Desktop Camera */ /* 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, version 3 of the License. diff --git a/tools/gallery.c b/tools/gallery.c index bc23ef1..6847541 100644 --- a/tools/gallery.c +++ b/tools/gallery.c @@ -1,6 +1,6 @@ /* $Id$ */ /* Copyright (c) 2013 Pierre Pronchery */ -/* This file is part of DeforaOS desktop camera */ +/* This file is part of DeforaOS Desktop Camera */ /* 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, version 3 of the License.