From 1ae22613a627a67f20229ca2fcd197d60dbfd677 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 13 Mar 2015 14:36:46 -0400 Subject: Remove first lines containing file names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They’re incompatible with the Google style guide, so get rid of them. --- src/main.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.cc') diff --git a/src/main.cc b/src/main.cc index 402853e..de85472 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,5 +1,4 @@ -// main.cc -// Copyright (C) 2014 Benjamin Barenblat +// Copyright (C) 2014, 2015 Benjamin Barenblat // // 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 -- cgit v1.2.3