Skip to content

Commit

Permalink
Update copyright years.
Browse files Browse the repository at this point in the history
  • Loading branch information
eeide committed Dec 31, 2014
1 parent 6a40ee4 commit b80708e
Show file tree
Hide file tree
Showing 66 changed files with 183 additions and 61 deletions.
2 changes: 1 addition & 1 deletion COPYING
@@ -1,6 +1,6 @@
-*- mode: Text -*-

Csmith is Copyright (c) 2007-2011 The University of Utah.
Csmith is Copyright (c) 2007-2014 The University of Utah.

Csmith is distributed under the following license, which is often called
the "BSD License."
Expand Down
2 changes: 1 addition & 1 deletion driver/test1_wrong_code.sh
@@ -1,6 +1,6 @@
#!/bin/bash
##
## Copyright (c) 2012 The University of Utah
## Copyright (c) 2012, 2013, 2014 The University of Utah
## All rights reserved.
##
## This file is distributed under the University of Illinois Open Source
Expand Down
2 changes: 1 addition & 1 deletion runtime/csmith.h
@@ -1,6 +1,6 @@
/* -*- mode: C -*-
*
* Copyright (c) 2007-2010 The University of Utah
* Copyright (c) 2007-2011, 2013, 2014 The University of Utah
* All rights reserved.
*
* This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion runtime/csmith_minimal.h
@@ -1,6 +1,6 @@
/* -*- mode: C -*-
*
* Copyright (c) 2007-2011, 2013 The University of Utah
* Copyright (c) 2007-2011, 2013, 2014 The University of Utah
* All rights reserved.
*
* This file is part of `csmith', a random generator of C programs.
Expand Down
4 changes: 4 additions & 0 deletions runtime/custom_limits.h
@@ -1,3 +1,7 @@
/* -*- mode: C -*-
*
* Copyright (c) 2014 The University of Utah
*/
/* Copyright (C) 1997,1998,1999,2000,2001,2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Expand Down
2 changes: 1 addition & 1 deletion runtime/platform_avr.h
@@ -1,6 +1,6 @@
/* -*- mode: C -*-
*
* Copyright (c) 2007, 2008 The University of Utah
* Copyright (c) 2007, 2008, 2011 The University of Utah
* All rights reserved.
*
* This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion runtime/platform_msp430.h
@@ -1,6 +1,6 @@
/* -*- mode: C -*-
*
* Copyright (c) 2007, 2008 The University of Utah
* Copyright (c) 2007, 2008, 2011 The University of Utah
* All rights reserved.
*
* This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion runtime/random_inc.h
@@ -1,6 +1,6 @@
/* -*- mode: C -*-
*
* Copyright (c) 2007-2010 The University of Utah
* Copyright (c) 2007-2010, 2011 The University of Utah
* All rights reserved.
*
* This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion runtime/safe_math.m4
@@ -1,6 +1,6 @@
dnl -*- mode: m4 -*-
dnl
dnl Copyright (c) 2008, 2009 The University of Utah
dnl Copyright (c) 2008, 2009, 2013, 2014 The University of Utah
dnl All rights reserved.
dnl
dnl This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion runtime/safe_math_macros.m4
@@ -1,6 +1,6 @@
dnl -*- mode: m4 -*-
dnl
dnl Copyright (c) 2008, 2009 The University of Utah
dnl Copyright (c) 2008, 2009, 2013 The University of Utah
dnl All rights reserved.
dnl
dnl This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion runtime/safe_math_macros_notmp.m4
@@ -1,6 +1,6 @@
dnl -*- mode: m4 -*-
dnl
dnl Copyright (c) 2008, 2009 The University of Utah
dnl Copyright (c) 2008, 2009, 2013 The University of Utah
dnl All rights reserved.
dnl
dnl This file is part of `csmith', a random generator of C programs.
Expand Down
31 changes: 31 additions & 0 deletions scripts/driver0.sh
@@ -1,3 +1,34 @@
#!/bin/sh
##
## Copyright (c) 2012 The University of Utah
## All rights reserved.
##
## This file is part of `csmith', a random generator of C programs.
##
## Redistribution and use in source and binary forms, with or without
## modification, are permitted provided that the following conditions are met:
##
## * Redistributions of source code must retain the above copyright notice,
## this list of conditions and the following disclaimer.
##
## * Redistributions in binary form must reproduce the above copyright
## notice, this list of conditions and the following disclaimer in the
## documentation and/or other materials provided with the distribution.
##
## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
## AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
## ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
## LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
## CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
## SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
## INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
## CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
## ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
## POSSIBILITY OF SUCH DAMAGE.

###############################################################################

set -e
while [ true ]
do
Expand Down
2 changes: 1 addition & 1 deletion src/ArrayVariable.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2009, 2010, 2011, 2013, 2014 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/ArrayVariable.h
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2009, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/Block.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/Block.h
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/Bookkeeper.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/CGContext.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2009, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/CGContext.h
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/CGOptions.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2008, 2010, 2011 The University of Utah
// Copyright (c) 2008, 2010, 2011, 2012, 2013, 2014 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/CGOptions.h
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/CVQualifiers.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2009, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/CVQualifiers.h
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2008, 2009, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/Constant.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2009, 2010, 2011, 2013, 2014 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/DefaultOutputMgr.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2009, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/Effect.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/Effect.h
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/Expression.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/Expression.h
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/ExpressionAssign.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/ExpressionComma.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/ExpressionFuncall.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/ExpressionVariable.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2010, 2011, 2013, 2014 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/FactPointTo.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2009, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/Function.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2010, 2011, 2013, 2014 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/Function.h
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/FunctionInvocation.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2009, 2010, 2011, 2013, 2014 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/FunctionInvocation.h
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2009, 2010, 2011, 2014 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/FunctionInvocationBinary.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2009, 2010, 2011, 2014 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/FunctionInvocationBinary.h
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2009, 2010, 2011, 2014 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/FunctionInvocationUnary.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2009, 2010, 2011 The University of Utah
// Copyright (c) 2009, 2010, 2011, 2014 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/FunctionInvocationUser.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2009, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/Lhs.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2009, 2010, 2011, 2013, 2014 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/OutputMgr.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2009, 2010, 2011, 2013, 2014 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/OutputMgr.h
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2009, 2010, 2011, 2013 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down
2 changes: 1 addition & 1 deletion src/Probabilities.cpp
@@ -1,6 +1,6 @@
// -*- mode: C++ -*-
//
// Copyright (c) 2007, 2008, 2009, 2010, 2011 The University of Utah
// Copyright (c) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 The University of Utah
// All rights reserved.
//
// This file is part of `csmith', a random generator of C programs.
Expand Down

0 comments on commit b80708e

Please sign in to comment.