Skip to content

Commit a9df4a3

Browse files
committed
man, htdocs, gui, test, tools: bump a few more copyrights to 2014
1 parent de7e8b7 commit a9df4a3

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

gui/about.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<item>
7979
<widget class="QLabel" name="mCopyright">
8080
<property name="text">
81-
<string>Copyright © 2007-2013 Daniel Marjamäki and cppcheck team.</string>
81+
<string>Copyright © 2007-2014 Daniel Marjamäki and cppcheck team.</string>
8282
</property>
8383
<property name="wordWrap">
8484
<bool>true</bool>

htdocs/make.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**!
22
* Cppcheck - A tool for static C/C++ code analysis
3-
* Copyright (C) 2013 XhmikosR and Cppcheck team.
3+
* Copyright (C) 2014 XhmikosR and Cppcheck team.
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

htdocs/run-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**!
44
* Cppcheck - A tool for static C/C++ code analysis
5-
* Copyright (C) 2013 XhmikosR and Cppcheck team.
5+
* Copyright (C) 2014 XhmikosR and Cppcheck team.
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

lib/standards.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Cppcheck - A tool for static C/C++ code analysis
3-
* Copyright (C) 2007-2011 Marek Zmysłowski and Cppcheck team.
3+
* Copyright (C) 2007-2014 Marek Zmysłowski and Cppcheck team.
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

man/cppcheck.1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
7676
</author>
7777
</authorgroup>
7878
<copyright>
79-
<year>2009 - 2013</year>
79+
<year>2009 - 2014</year>
8080
<holder>&dhusername;</holder>
8181
</copyright>
8282
<legalnotice>

test/options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Cppcheck - A tool for static C/C++ code analysis
2-
// Copyright (C) 2007-2010 Daniel Marjamäki and Cppcheck team.
2+
// Copyright (C) 2007-2014 Daniel Marjamäki and Cppcheck team.
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

test/options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Cppcheck - A tool for static C/C++ code analysis
2-
// Copyright (C) 2007-2010 Daniel Marjamäki and Cppcheck team.
2+
// Copyright (C) 2007-2014 Daniel Marjamäki and Cppcheck team.
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

test/redirect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Cppcheck - A tool for static C/C++ code analysis
2-
// Copyright (C) 2007-2010 Daniel Marjamäki and Cppcheck team.
2+
// Copyright (C) 2007-2014 Daniel Marjamäki and Cppcheck team.
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

test/testoptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Cppcheck - A tool for static C/C++ code analysis
2-
// Copyright (C) 2007-2010 Daniel Marjamäki and Cppcheck team.
2+
// Copyright (C) 2007-2014 Daniel Marjamäki and Cppcheck team.
33
//
44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

tools/extracttests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
#
33
# Cppcheck - A tool for static C/C++ code analysis
4-
# Copyright (C) 2007-2013 Daniel Marjamaeki and Cppcheck team.
4+
# Copyright (C) 2007-2014 Daniel Marjamaeki and Cppcheck team.
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)