[Kst] branches/work/kst/portto4/kst/src/datasources/ascii
Peter Kümmel
syntheticpp at gmx.net
Sun Oct 14 12:02:50 UTC 2012
SVN commit 1320467 by kuemmel:
fix and cleanup copyright notices
M +4 -0 asciidatainterfaces.h
M +3 -0 asciidatareader.cpp
M +3 -9 asciidatareader.h
M +3 -0 asciifilebuffer.cpp
M +3 -9 asciifilebuffer.h
M +3 -8 asciiplugin.cpp
M +3 -8 asciiplugin.h
M +3 -9 asciisource.cpp
M +3 -9 asciisource.h
M +3 -9 asciisourceconfig.cpp
M +4 -8 asciisourceconfig.h
M +12 -0 kst_atof.cpp
M +12 -0 kst_atof.h
M +4 -8 namedparameter.h
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciidatainterfaces.h #1320466:1320467
@@ -1,11 +1,15 @@
/***************************************************************************
* *
+ * Copyright : (C) 2003 The University of Toronto *
+ * email : netterfield at astro.utoronto.ca *
+ * *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
+
#ifndef KST_ASCII_DATA_INTERFACE_H
#define KST_ASCII_DATA_INTERFACE_H
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciidatareader.cpp #1320466:1320467
@@ -1,5 +1,8 @@
/***************************************************************************
* *
+ * Copyright : (C) 2003 The University of Toronto *
+ * email : netterfield at astro.utoronto.ca *
+ * *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciidatareader.h #1320466:1320467
@@ -1,14 +1,8 @@
-/*************************
-**************************************************
- ascii.h - ASCII data source
- -------------------
- begin : Fri Oct 17 2003
- copyright : (C) 2003 The University of Toronto
- email : netterfield at astro.utoronto.ca
- ***************************************************************************/
-
/***************************************************************************
* *
+ * Copyright : (C) 2003 The University of Toronto *
+ * email : netterfield at astro.utoronto.ca *
+ * *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciifilebuffer.cpp #1320466:1320467
@@ -1,5 +1,8 @@
/***************************************************************************
* *
+ * Copyright : (C) 2012 Peter Kümmel *
+ * email : syntheticpp at gmx.net *
+ * *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciifilebuffer.h #1320466:1320467
@@ -1,14 +1,8 @@
-/*************************
-**************************************************
- ascii.h - ASCII data source
- -------------------
- begin : Fri Oct 17 2003
- copyright : (C) 2003 The University of Toronto
- email : netterfield at astro.utoronto.ca
- ***************************************************************************/
-
/***************************************************************************
* *
+ * Copyright : (C) 2012 Peter Kümmel *
+ * email : syntheticpp at gmx.net *
+ * *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciiplugin.cpp #1320466:1320467
@@ -1,13 +1,8 @@
/***************************************************************************
- asciiplugin.cpp
- -------------------
- begin : Mar 16 2010
- copyright : (C) 2010 The University of Toronto
- email : netterfield at astro.utoronto.ca
- ***************************************************************************/
-
-/***************************************************************************
* *
+ * Copyright : (C) 2003 The University of Toronto *
+ * email : netterfield at astro.utoronto.ca *
+ * *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciiplugin.h #1320466:1320467
@@ -1,13 +1,8 @@
/***************************************************************************
- asciiplugin.h
- -------------------
- begin : Fri Oct 17 2003
- copyright : (C) 2003 The University of Toronto
- email : netterfield at astro.utoronto.ca
- ***************************************************************************/
-
-/***************************************************************************
* *
+ * Copyright : (C) 2003 The University of Toronto *
+ * email : netterfield at astro.utoronto.ca *
+ * *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciisource.cpp #1320466:1320467
@@ -1,13 +1,8 @@
/***************************************************************************
- ASCII file data source
- -------------------
- begin : Fri Oct 17 2003
- copyright : (C) 2003 The University of Toronto
- email : netterfield at astro.utoronto.ca
- ***************************************************************************/
-
-/***************************************************************************
* *
+ * Copyright : (C) 2003 The University of Toronto *
+ * email : netterfield at astro.utoronto.ca *
+ * *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
@@ -15,7 +10,6 @@
* *
***************************************************************************/
-
#include "asciisource.h"
#include "asciisourceconfig.h"
#include "asciidatainterfaces.h"
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciisource.h #1320466:1320467
@@ -1,14 +1,8 @@
-/*************************
-**************************************************
- ascii.h - ASCII data source
- -------------------
- begin : Fri Oct 17 2003
- copyright : (C) 2003 The University of Toronto
- email : netterfield at astro.utoronto.ca
- ***************************************************************************/
-
/***************************************************************************
* *
+ * Copyright : (C) 2003 The University of Toronto *
+ * email : netterfield at astro.utoronto.ca *
+ * *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciisourceconfig.cpp #1320466:1320467
@@ -1,13 +1,8 @@
/***************************************************************************
- asciispource_p.cpp
- -------------------
- begin : Mar 16 2010
- copyright : (C) 2010 The University of Toronto
- email : netterfield at astro.utoronto.ca
- ***************************************************************************/
-
-/***************************************************************************
* *
+ * Copyright : (C) 2010 The University of Toronto *
+ * email : netterfield at astro.utoronto.ca *
+ * *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
@@ -15,7 +10,6 @@
* *
***************************************************************************/
-
#include "asciisourceconfig.h"
#include "asciisource.h"
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciisourceconfig.h #1320466:1320467
@@ -1,19 +1,15 @@
/***************************************************************************
- asciisource_p.h
- -------------------
- begin : Mar 16 2010
- copyright : (C) 2010 The University of Toronto
- email : netterfield at astro.utoronto.ca
- ***************************************************************************/
-
-/***************************************************************************
* *
+ * Copyright : (C) 2010 The University of Toronto *
+ * email : netterfield at astro.utoronto.ca *
+ * *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
+
#ifndef KST_ASCII_SOURCE_CONFIG_H
#define KST_ASCII_SOURCE_CONFIG_H
--- branches/work/kst/portto4/kst/src/datasources/ascii/kst_atof.cpp #1320466:1320467
@@ -1,3 +1,15 @@
+/***************************************************************************
+ * *
+ * Copyright : (C) 2010 The University of Toronto *
+ * email : netterfield at astro.utoronto.ca *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ ***************************************************************************/
+
// patched BSD V7 code
// http://www.bsdlover.cn/study/UnixTree/V7/usr/src/libc/gen/atof.c.html
--- branches/work/kst/portto4/kst/src/datasources/ascii/kst_atof.h #1320466:1320467
@@ -1,3 +1,15 @@
+/***************************************************************************
+ * *
+ * Copyright : (C) 2010 The University of Toronto *
+ * email : netterfield at astro.utoronto.ca *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ ***************************************************************************/
+
#ifndef KST_ATOF_H
#define KST_ATOF_H
--- branches/work/kst/portto4/kst/src/datasources/ascii/namedparameter.h #1320466:1320467
@@ -1,19 +1,15 @@
/***************************************************************************
- namedparameter.h -
- -------------------
- begin : Mar 15 2010
- copyright : (C) 2010 The University of Toronto
- email : netterfield at astro.utoronto.ca
- ***************************************************************************/
-
-/***************************************************************************
* *
+ * Copyright : (C) 2010 The University of Toronto *
+ * email : netterfield at astro.utoronto.ca *
+ * *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
+
#ifndef KST_NAMED_PARAMETER
#define KST_NAMED_PARAMETER
More information about the Kst
mailing list