Skip to content

Commit 09fc420

Browse files
committed
Updated copyright mark
1 parent f884707 commit 09fc420

9 files changed

+17
-9
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2006-2011 Gregor Klinke
1+
Copyright (c) 2006-2012 Gregor Klinke
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

config.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of the herschel package
22
#
3-
# Copyright (c) 2010-2011 Gregor Klinke
3+
# Copyright (c) 2010-2012 Gregor Klinke
44
# All rights reserved.
55
#
66
# This source code is released under the BSD License.

configure

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
#!/bin/sh
22
#configure - basic software configuration for herschel
3+
#
4+
# This file is part of the herschel package
5+
#
6+
# Copyright (c) 2010-2011 Gregor Klinke
7+
# All rights reserved.
8+
#
9+
# This source code is released under the BSD License.
10+
#
311
# -*-sh-*-
412

513
errstatus=0
@@ -592,4 +600,4 @@ AUTO_TARGETS = all build tests docs
592600
@(echo "Making \$@ in \$\$subdir"; \\
593601
curdir=\$(shell pwd)/ \$(MAKE) -C \$(srcdir) \$@ )
594602
EOF
595-
fi
603+
fi

doc/copyright.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
This file is part of the herschel package
44
5-
Copyright (c) 2010-2011 Gregor Klinke
5+
Copyright (c) 2010-2012 Gregor Klinke
66
All rights reserved.
77
88
This source code is released under the BSD License.

doc/copyright.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
This file is part of the herschel package
44
5-
Copyright (c) 2010-2011 Gregor Klinke
5+
Copyright (c) 2010-2012 Gregor Klinke
66
All rights reserved.
77
88
This source code is released under the BSD License.

doc/copyright.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
This file is part of the herschel package
44
5-
Copyright (c) 2010-2011 Gregor Klinke
5+
Copyright (c) 2010-2012 Gregor Klinke
66
All rights reserved.
77
88
This source code is released under the BSD License.

doc/copyright.hr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- This file is part of the herschel package
22
--
3-
-- Copyright (c) 2010-2011 Gregor Klinke
3+
-- Copyright (c) 2010-2012 Gregor Klinke
44
-- All rights reserved.
55
--
66
-- This source code is released under the BSD License.

doc/copyright.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of the herschel package
22
#
3-
# Copyright (c) 2010-2011 Gregor Klinke
3+
# Copyright (c) 2010-2012 Gregor Klinke
44
# All rights reserved.
55
#
66
# This source code is released under the BSD License.

examples/count-semicola.hr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- This file is part of the herschel package
22
--
3-
-- Copyright (c) 2006, 2007, 2010-2011 Gregor Klinke
3+
-- Copyright (c) 2006, 2007, 2010-2012 Gregor Klinke
44
-- All rights reserved.
55
--
66
-- Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)