aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/compilers
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:51:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-04 16:51:26 +0200
commit9aaa002bf85e75bae1228af620987ae8743a267a (patch)
treec9a4bb0a35762904ed64b5218334c1bcb1bb03fe /libxsde/xsde/cxx/compilers
parent252f5c6d0a5912162e355b871cf6e150b4c64f06 (diff)
Copyright update
Diffstat (limited to 'libxsde/xsde/cxx/compilers')
-rw-r--r--libxsde/xsde/cxx/compilers/ghs/post.hxx2
-rw-r--r--libxsde/xsde/cxx/compilers/ghs/pre.hxx2
-rw-r--r--libxsde/xsde/cxx/compilers/vc-6/post.hxx2
-rw-r--r--libxsde/xsde/cxx/compilers/vc-6/pre.hxx2
-rw-r--r--libxsde/xsde/cxx/compilers/vc-7/post.hxx2
-rw-r--r--libxsde/xsde/cxx/compilers/vc-7/pre.hxx2
-rw-r--r--libxsde/xsde/cxx/compilers/vc-8/post.hxx2
-rw-r--r--libxsde/xsde/cxx/compilers/vc-8/pre.hxx2
8 files changed, 8 insertions, 8 deletions
diff --git a/libxsde/xsde/cxx/compilers/ghs/post.hxx b/libxsde/xsde/cxx/compilers/ghs/post.hxx
index 9dcdad1..89259f0 100644
--- a/libxsde/xsde/cxx/compilers/ghs/post.hxx
+++ b/libxsde/xsde/cxx/compilers/ghs/post.hxx
@@ -1,6 +1,6 @@
// file : xsde/cxx/compilers/ghs/post.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#ifdef __EDG__
diff --git a/libxsde/xsde/cxx/compilers/ghs/pre.hxx b/libxsde/xsde/cxx/compilers/ghs/pre.hxx
index ad3217b..21fb935 100644
--- a/libxsde/xsde/cxx/compilers/ghs/pre.hxx
+++ b/libxsde/xsde/cxx/compilers/ghs/pre.hxx
@@ -1,6 +1,6 @@
// file : xsde/cxx/compilers/ghs/pre.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
// Warning pragmas are only available in the new generation compiler.
diff --git a/libxsde/xsde/cxx/compilers/vc-6/post.hxx b/libxsde/xsde/cxx/compilers/vc-6/post.hxx
index 12250d5..c2ec1ea 100644
--- a/libxsde/xsde/cxx/compilers/vc-6/post.hxx
+++ b/libxsde/xsde/cxx/compilers/vc-6/post.hxx
@@ -1,6 +1,6 @@
// file : xsde/cxx/compilers/vc-6/post.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#pragma warning (pop)
diff --git a/libxsde/xsde/cxx/compilers/vc-6/pre.hxx b/libxsde/xsde/cxx/compilers/vc-6/pre.hxx
index 8f31305..850ee6f 100644
--- a/libxsde/xsde/cxx/compilers/vc-6/pre.hxx
+++ b/libxsde/xsde/cxx/compilers/vc-6/pre.hxx
@@ -1,6 +1,6 @@
// file : xsde/cxx/compilers/vc-6/pre.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsde/config.h>
diff --git a/libxsde/xsde/cxx/compilers/vc-7/post.hxx b/libxsde/xsde/cxx/compilers/vc-7/post.hxx
index 1aaca82..c4dae72 100644
--- a/libxsde/xsde/cxx/compilers/vc-7/post.hxx
+++ b/libxsde/xsde/cxx/compilers/vc-7/post.hxx
@@ -1,6 +1,6 @@
// file : xsde/cxx/compilers/vc-7/post.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#pragma warning (pop)
diff --git a/libxsde/xsde/cxx/compilers/vc-7/pre.hxx b/libxsde/xsde/cxx/compilers/vc-7/pre.hxx
index e251f40..63e1ecd 100644
--- a/libxsde/xsde/cxx/compilers/vc-7/pre.hxx
+++ b/libxsde/xsde/cxx/compilers/vc-7/pre.hxx
@@ -1,6 +1,6 @@
// file : xsde/cxx/compilers/vc-7/pre.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#if (_MSC_VER < 1310)
diff --git a/libxsde/xsde/cxx/compilers/vc-8/post.hxx b/libxsde/xsde/cxx/compilers/vc-8/post.hxx
index 9cb8104..f462972 100644
--- a/libxsde/xsde/cxx/compilers/vc-8/post.hxx
+++ b/libxsde/xsde/cxx/compilers/vc-8/post.hxx
@@ -1,6 +1,6 @@
// file : xsde/cxx/compilers/vc-8/post.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#pragma warning (pop)
diff --git a/libxsde/xsde/cxx/compilers/vc-8/pre.hxx b/libxsde/xsde/cxx/compilers/vc-8/pre.hxx
index 5580268..c65c7e7 100644
--- a/libxsde/xsde/cxx/compilers/vc-8/pre.hxx
+++ b/libxsde/xsde/cxx/compilers/vc-8/pre.hxx
@@ -1,6 +1,6 @@
// file : xsde/cxx/compilers/vc-8/pre.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
#include <xsde/config.h>