From 23eebb5d2c3cf8484e8cd08212421ef8ca8fbbc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Fri, 20 Aug 2010 19:16:59 +0000 Subject: [PATCH] Assert copyright for 2010. --- hybsys.c | 4 ++++ hybsys.h | 4 ++++ mimetic.c | 4 ++++ mimetic.h | 4 ++++ partition.c | 4 ++++ partition.h | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/hybsys.c b/hybsys.c index 320fc009..af1cf948 100644 --- a/hybsys.c +++ b/hybsys.c @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2010 SINTEF ICT, Applied Mathematics + */ + #include #include #include diff --git a/hybsys.h b/hybsys.h index 2b9b99fc..c71d2fd1 100644 --- a/hybsys.h +++ b/hybsys.h @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2010 SINTEF ICT, Applied Mathematics + */ + #ifndef HYBSYS_H_INCLUDED #define HYBSYS_H_INCLUDED diff --git a/mimetic.c b/mimetic.c index fb7174ad..fdd3a172 100644 --- a/mimetic.c +++ b/mimetic.c @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2010 SINTEF ICT, Applied Mathematics + */ + #include #include #include diff --git a/mimetic.h b/mimetic.h index 1f6f8b02..c4758de1 100644 --- a/mimetic.h +++ b/mimetic.h @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2010 SINTEF ICT, Applied Mathematics + */ + #ifndef MIMETIC_H_INCLUDED #define MIMETIC_H_INCLUDED diff --git a/partition.c b/partition.c index eb19acae..63d457e9 100644 --- a/partition.c +++ b/partition.c @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2010 SINTEF ICT, Applied Mathematics + */ + #include #include #include diff --git a/partition.h b/partition.h index bbb56187..8b951894 100644 --- a/partition.h +++ b/partition.h @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2010 SINTEF ICT, Applied Mathematics + */ + #ifndef PARTITION_H_INCLUDED #define PARTITION_H_INCLUDED