summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2015-03-13 14:36:46 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2015-03-13 14:36:46 -0400
commit1ae22613a627a67f20229ca2fcd197d60dbfd677 (patch)
treeb147f93ff75dfb8c924c6f327d9e4c4ea4bf56f2
parent0ab6405b88426e7770688dc31c2651ac40462ee4 (diff)
Remove first lines containing file names
They’re incompatible with the Google style guide, so get rid of them.
-rw-r--r--.dir-locals.el3
-rw-r--r--.gitignore2
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac3
-rw-r--r--src/main.cc3
5 files changed, 5 insertions, 9 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 0a03bb3..3845517 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,6 +1,5 @@
-;; .dir-locals.el
;; Copyright (C) 2013 Galois, Inc.
-;; Copyright (C) 2014 Benjamin Barenblat
+;; Copyright (C) 2014, 2015 Benjamin Barenblat
;;
;; This library 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
diff --git a/.gitignore b/.gitignore
index 13cd87b..9cbc534 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-# .gitignore -*- conf -*-
+# -*- conf -*-
# Editor backup files
*~
diff --git a/Makefile.am b/Makefile.am
index b77dbbc..db79507 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,5 @@
-# Makefile.am
# Copyright (C) 2013, 2014 Galois, Inc.
-# 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 Software
diff --git a/configure.ac b/configure.ac
index 312c4ff..69fc9a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,5 @@
-# configure.ac
# Copyright (C) 2013, 2014 Galois, Inc.
-# 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 Software
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