#!/bin/bash

for f in *; do
    echo "<!-- Copyright 2010 - FooBarCo. -->" >> $f
done