[Kst] branches/work/kst/portto4/kst/src
Adam Treat
treat at kde.org
Thu May 24 01:40:52 CEST 2007
SVN commit 667794 by treat:
M +11 -0 kst/main.cpp
M +11 -0 libkstapp/kstapplication.cpp
M +11 -0 libkstapp/kstapplication.h
M +11 -0 libkstapp/kstmainwindow.cpp
M +11 -0 libkstapp/kstmainwindow.h
M +11 -0 libkstapp/kstplotcommand.cpp
M +11 -0 libkstapp/kstplotcommand.h
M +11 -0 libkstapp/kstplotview.cpp
M +11 -0 libkstapp/kstplotview.h
--- branches/work/kst/portto4/kst/src/kst/main.cpp #667793:667794
@@ -1,3 +1,14 @@
+/***************************************************************************
+ * *
+ * copyright : (C) 2007 The University of Toronto *
+ * *
+ * 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. *
+ * *
+ ***************************************************************************/
+
#include "kstapplication.h"
int main(int argc, char *argv[])
--- branches/work/kst/portto4/kst/src/libkstapp/kstapplication.cpp #667793:667794
@@ -1,3 +1,14 @@
+/***************************************************************************
+ * *
+ * copyright : (C) 2007 The University of Toronto *
+ * *
+ * 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. *
+ * *
+ ***************************************************************************/
+
#include "kstapplication.h"
KstApplication::KstApplication(int &argc, char **argv)
--- branches/work/kst/portto4/kst/src/libkstapp/kstapplication.h #667793:667794
@@ -1,3 +1,14 @@
+/***************************************************************************
+ * *
+ * copyright : (C) 2007 The University of Toronto *
+ * *
+ * 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 KSTAPPLICATION_H
#define KSTAPPLICATION_H
--- branches/work/kst/portto4/kst/src/libkstapp/kstmainwindow.cpp #667793:667794
@@ -1,3 +1,14 @@
+/***************************************************************************
+ * *
+ * copyright : (C) 2007 The University of Toronto *
+ * *
+ * 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. *
+ * *
+ ***************************************************************************/
+
#include "kstmainwindow.h"
#include "kstapplication.h"
#include "kstplotview.h"
--- branches/work/kst/portto4/kst/src/libkstapp/kstmainwindow.h #667793:667794
@@ -1,3 +1,14 @@
+/***************************************************************************
+ * *
+ * copyright : (C) 2007 The University of Toronto *
+ * *
+ * 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 KSTMAINWINDOW_H
#define KSTMAINWINDOW_H
--- branches/work/kst/portto4/kst/src/libkstapp/kstplotcommand.cpp #667793:667794
@@ -1,3 +1,14 @@
+/***************************************************************************
+ * *
+ * copyright : (C) 2007 The University of Toronto *
+ * *
+ * 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. *
+ * *
+ ***************************************************************************/
+
#include "kstplotcommand.h"
#include "kstplotview.h"
--- branches/work/kst/portto4/kst/src/libkstapp/kstplotcommand.h #667793:667794
@@ -1,3 +1,14 @@
+/***************************************************************************
+ * *
+ * copyright : (C) 2007 The University of Toronto *
+ * *
+ * 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 KSTPLOTCOMMAND_H
#define KSTPLOTCOMMAND_H
--- branches/work/kst/portto4/kst/src/libkstapp/kstplotview.cpp #667793:667794
@@ -1,3 +1,14 @@
+/***************************************************************************
+ * *
+ * copyright : (C) 2007 The University of Toronto *
+ * *
+ * 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. *
+ * *
+ ***************************************************************************/
+
#include "kstplotview.h"
#include "kstmainwindow.h"
#include "kstapplication.h"
--- branches/work/kst/portto4/kst/src/libkstapp/kstplotview.h #667793:667794
@@ -1,3 +1,14 @@
+/***************************************************************************
+ * *
+ * copyright : (C) 2007 The University of Toronto *
+ * *
+ * 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 KSTPLOTVIEW_H
#define KSTPLOTVIEW_H
More information about the Kst
mailing list